History log of /packages/apps/Car/Dialer/src/com/android/car/dialer/ContactDetailsFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f7ed46be024b7cfb448f93d71f235b30f72aa1ee 23-Jun-2017 Anthony Chen <ajchen@google.com> Implement custom contact search in Dialer.

Added a new Activity that will handle searches. This activity toggles
between a result list and the contact details.

Clicking on an item in the result list will display the details.

Test: booted up on AAE headunit, searched for contact and make calls.
Change-Id: Id065baa894e57a6280111454d37479a1da684079
/packages/apps/Car/Dialer/src/com/android/car/dialer/ContactDetailsFragment.java
17d5ac7d0b429687765e940279726623f5f5f823 27-Apr-2017 Anthony Chen <ajchen@google.com> Clean up Dialer code.

- Clean up the use of fragments. Create newInstance() methods that will
set the appropriate variables via arguments.
- Ensure that TelecomActivity does not hold onto Fragment instances as
this could lead to wrong lifecycle events being triggered.
- Restructure OngoingCallFragment so that methods are more concise
- Switch to using onStop/onStart in TelecomActivity to handle
multi-window.
- Remove the usage of commitAllowingStateLoss. Use commitNow/commit
where appropriate.
- Properly hook up the tone sounds for dialing
- Remove unused code

Test: connected phone via bluetooth, made some calls, dialed number,
ensure no crashes
Change-Id: Ib70367a970b09abb1fcb2621f03f940c31e92468
/packages/apps/Car/Dialer/src/com/android/car/dialer/ContactDetailsFragment.java
2c445ca12f977e523500ee97d20ccc43e665281e 26-Apr-2017 Rakesh Iyer <rni@google.com> Abandon custom null decoration for PagedListView attr.

Support was added recently to disable the divider in
the PagedListView, switch to using that instead.

Test: Ran a search, visually verified divider looked correct.
Change-Id: Ibd02e6c87729925317d7b4b5362932a81054cc4f
/packages/apps/Car/Dialer/src/com/android/car/dialer/ContactDetailsFragment.java
7d1c0784e417b28f98d78dbfab8d87bd6448686c 25-Apr-2017 Roger Xue <rogerxue@google.com> Merge "rename Decoration class name"
962fa010f1b1ab57477645ce65a7540d167cf788 24-Apr-2017 Rakesh Iyer <rni@google.com> Dial out on click in contact card.

Add in code to dial the number that the user clicks on in the
contact card.

Test: Searched for a number and dialed it.
Change-Id: Ie5e50a293c5a494e3218a932e2bc18bf71f4975a
/packages/apps/Car/Dialer/src/com/android/car/dialer/ContactDetailsFragment.java
a8a6b26da2406eb2d1514fdc4f06a4f71ac0a18a 24-Apr-2017 roger xue <rogerxue@google.com> rename Decoration class name

Test: verified manually
Change-Id: I7e6f52525ba3ef5df6a46f62997c13ab46161b54
/packages/apps/Car/Dialer/src/com/android/car/dialer/ContactDetailsFragment.java
476856e35551612a71a33c0f797d09dc73569f2f 13-Apr-2017 Rakesh Iyer <rni@google.com> More search in dialer.

Add in code to handle in the incoming intent from the search view
and query the contacts database for all the remaining data.

There's no code to actually dial a number right now, that will
come in a later CL.

Test: Searched for a contact and clicked through.
Change-Id: I6b06e95eed9acd024802c530419705322303775d
/packages/apps/Car/Dialer/src/com/android/car/dialer/ContactDetailsFragment.java