History log of /packages/apps/Car/Dialer/src/com/android/car/dialer/ContactDetailsFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f364a0f31b22d32a113e8c63f3f9dbd23622c270 01-Jun-2018 Yuzhou Jia <jiayuzhou@google.com> Merge "DO NOT MERGE Remove the car-stream-lib dependency from Dialer. Replace with the one in car support lib." into pi-dev
b7e907df6679d71e48e7dcc13838dcb60245d385 01-Jun-2018 Yuzhou <jiayuzhou@google.com> DO NOT MERGE Remove the car-stream-lib dependency from Dialer. Replace with the one
in car support lib.

Test: build and load the app.
Bug: 80551244
Change-Id: Ib99b9de70212634fec116bf1d72fec1bce670401
Fixes: 80551244
/packages/apps/Car/Dialer/src/com/android/car/dialer/ContactDetailsFragment.java
d11c8c101d78b6cd77ed2f60255aef2f3dbe59ef 30-May-2018 Anthony Chen <ajchen@google.com> Use non-deprecated DayNightStyle values.

Bug: 80444085
Test: build and deploy Dialer
Change-Id: I28ac80dc15c26c7cc31f2ab32e1a68b27c6b4ef9
/packages/apps/Car/Dialer/src/com/android/car/dialer/ContactDetailsFragment.java
f3a67514e1f4068cf594f2636fca742ef4a2ef07 30-Apr-2018 Yuzhou Jia <jiayuzhou@google.com> DO NOT MERGE Polishing Dialer app.

Test: build and load the app.
Bug: 77980012.

Change-Id: I92e05f5c559ee9411ad341f00432c23ac2877b19
/packages/apps/Car/Dialer/src/com/android/car/dialer/ContactDetailsFragment.java
9fbc1333f54984d799e91f858e37f72dcfcfca3d 30-Apr-2018 Yuzhou Jia <jiayuzhou@google.com> DO NOT MERGE Update Contact detail Fragment layout.

Fixed a few visual offset.

Fixed landscape dialer crash.

Update action bar title.

Test: build and load the app.
Bug: 77980012,79140396.
Change-Id: I0d3743066c082b539f838a00aeefcf660528af37
/packages/apps/Car/Dialer/src/com/android/car/dialer/ContactDetailsFragment.java
3fe91522bb3db3b2f8d74a3fed935e35a9bcbb2d 22-Apr-2018 Yuzhou <jiayuzhou@google.com> DO NOT MERGE Implement Contact fragment.

Test: build and load the app.
Bug: 77980012.

Change-Id: I1b811172f420e58f0f093b5654fa9dc6e03629fb
/packages/apps/Car/Dialer/src/com/android/car/dialer/ContactDetailsFragment.java
b7186065004e832be0e6c51b44e20cb000107ba6 23-Apr-2018 Yuzhou <jiayuzhou@google.com> Update contact detail fragment to new spec.

Bug: 77980012.
Test: build and load the app.
Change-Id: I58f3823c68caa10b79056a1464e57004fa5842fe
/packages/apps/Car/Dialer/src/com/android/car/dialer/ContactDetailsFragment.java
ec71b277c15a3ff003181b0d323c70258043241a 02-Dec-2017 Aurimas Liutikas <aurimas@google.com> Update uses of android-support-car to use androidx package.

Test: None
Change-Id: If564dbc6a4b88049fd5ecdeda0bc2e543616462b
/packages/apps/Car/Dialer/src/com/android/car/dialer/ContactDetailsFragment.java
f769ab772c1b5792702ef7861d892a680b346e98 12-Oct-2017 Anthony Chen <ajchen@google.com> Migrate to support library's PagedListView and CarDrawerActivity.

Test: build dialer, connected phone with bluetooth and ensured no
breakage.
Bug: 67109912

Change-Id: I7d782a4e7508dc9b691e41486ab11a7b963f1bbb
/packages/apps/Car/Dialer/src/com/android/car/dialer/ContactDetailsFragment.java
f36835691966056c10abd2d56ad1c10624dd8b85 10-Aug-2017 Anthony Chen <ajchen@google.com> Use common CardListBackgroundResolver for all lists in the Dialer.

Test: built dialer and ensured looks the same.
Bug: 63524971
Change-Id: I29242d9ddb1c0d12d2b86ce6d845cc33c13a2a97
/packages/apps/Car/Dialer/src/com/android/car/dialer/ContactDetailsFragment.java
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