History log of /packages/apps/Car/Dialer/src/com/android/car/dialer/StrequentsAdapter.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/StrequentsAdapter.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/StrequentsAdapter.java
6ed89513a64aeaadc55268607e556c8299d4d6b4 18-Apr-2017 Srinivas Visvanathan <sriniv@google.com> CallManager improvements

- Merging TelecomUiCallManager code into UiCallManager. Also
UiCallManager is no longer a singleton and is constructed/owned by
TelecomActivity. TelecomActivity passes it to Fragments.
- Moved InCallServiceImpl into parent telecom package and killed
embedded sub-package.

Bug: 37251324
Test: Tested incoming, outgoing calls, including conference.
Change-Id: I2817a3a93f8314f303e53394d665266dc39a04b5
/packages/apps/Car/Dialer/src/com/android/car/dialer/StrequentsAdapter.java
9c60bc83bd37ae212e66f2e27b821cebbe7beeb2 24-Mar-2017 Rakesh Iyer <rni@google.com> Remove ui dependencies on car support lib.

We're removing the ui components from the car support
library so make the dialer depend on the copies that
have been added to the stream-ui-lib.

Bug: 33210228
Test: Booted and verified that the dialer looks ok.
Change-Id: Ib147e72650f5b76e2ca23e7f01d7b3501323df79
/packages/apps/Car/Dialer/src/com/android/car/dialer/StrequentsAdapter.java
3d724a4b70dd9a08d9adddc3b403edfd572bcaa6 20-Oct-2016 Rakesh Iyer <rni@google.com> Move car dialer source.

Original Sha1: fb66733ce6b50bd2af75cd70dced7c412650c750

Credits:
ajchen@
pavelm@
rni@
victorchan@

Bug: 32118797
Test: Manual.
Change-Id: Ide67e7038fc32679e48055de52ec80f0039a7e02
/packages/apps/Car/Dialer/src/com/android/car/dialer/StrequentsAdapter.java