History log of /packages/apps/Dialer/java/com/android/incallui/callpending/CallPendingActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
31fe99856b34854bd36a17d02b774095dcfe51a6 26-Feb-2018 Android Dialer <noreply@google.com> Updating PrimaryCallState value class to use AutoValue with builder pattern.

Bug: 34502119
Test: BottomRowTest,CallCardPresenterTest,PrimaryCallStateTest,TopRowTest
PiperOrigin-RevId: 187071451
Change-Id: Ib1b4baee397f61eade84bf1a887596dddc37230a
/packages/apps/Dialer/java/com/android/incallui/callpending/CallPendingActivity.java
f94391034e9d591c18d04c0b796d944938201f6a 21-Feb-2018 Android Dialer <noreply@google.com> Updating PrimaryInfo value class to use AutoValue with builder pattern.

Bug: 34502119
Test: BottomRowTest,CallCardPresenterTest,PrimaryInfoTest,TopRowTest
PiperOrigin-RevId: 186460178
Change-Id: Ifb90019b6a5568788d51f4a55a07f7693c803eaf
/packages/apps/Dialer/java/com/android/incallui/callpending/CallPendingActivity.java
00623aa60a7908b0709df38632cfa576cb15e33e 10-Oct-2017 twyen <twyen@google.com> Implement SIM swapping

When the call is still ringing, a new button is added to allow to user to call with the other SIM. A background worker will be created to hang up the phone and redial with the other SIM. The in call UI will be prevented from ending during the process.

Video: https://drive.google.com/a/google.com/file/d/0B2eYBUUznfyTSl9MdXQ0V1ZzQkE/view?usp=sharing

UX has not been finalized, the icon and position are just placeholder.

Bug: 64215256
Test: SwapSimWorkerTest
PiperOrigin-RevId: 171715715
Change-Id: Idb3f486e9fc9a45d4c5e244af2d7d91b075bf0f2
/packages/apps/Dialer/java/com/android/incallui/callpending/CallPendingActivity.java
ae6c8ec0d86d2c4756ab876b8ee44249713c86fb 29-Sep-2017 wangqi <wangqi@google.com> Fix bug that phone number is shown for local contacts.

This is a regression caused by cl/169961072.
This change will make sure phone number is only shown on top row for non-local contacts if the name is not number and the call is active.

Bug: 67047386
Test: TopRowTest
PiperOrigin-RevId: 170424277
Change-Id: I9b3ab9432a938b2fb1c6632f2d9404bee413588f
/packages/apps/Dialer/java/com/android/incallui/callpending/CallPendingActivity.java
2ca4318cc1ee57dda907ba2069bd61d162b1baef 31-Aug-2017 Eric Erfanian <erfanian@google.com> Update Dialer source to latest internal Google revision.

Previously, Android's Dialer app was developed in an internal Google
source control system and only exported to public during AOSP drops.

The Dialer team is now switching to a public development model similar
to the telephony team.

This CL represents all internal Google changes that were committed to
Dialer between the public O release and today's tip of tree on internal
master. This CL squashes those changes into a single commit.
In subsequent changes, changes will be exported on a per-commit basis.

Test: make, flash install, run
Merged-In: I45270eaa8ce732d71a1bd84b08c7fa0e99af3160
Change-Id: I529aaeb88535b9533c0ae4ef4e6c1222d4e0f1c8
PiperOrigin-RevId: 167068436
/packages/apps/Dialer/java/com/android/incallui/callpending/CallPendingActivity.java