History log of /packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/FlingUpDownMethod.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b01a89385d984c8a0136515785759aff9a885855 02-Mar-2018 wangqi <wangqi@google.com> Update RTT icon on ringing screen.

Bug: 67596257
Test: manual
PiperOrigin-RevId: 187551861
Change-Id: I38facbaaa48ba4afe29e382de9c8241d8936c3ab
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/FlingUpDownMethod.java
219b870aa9e9c4046ca1dd915d586010eec1b69f 13-Feb-2018 wangqi <wangqi@google.com> Add simulator RTT call.

This change will also:
1. Disable proximity sensor for RTT call
2. Update RTT call screen, including colors and banner buttons

Bug: 67596257
Test: presubmit
PiperOrigin-RevId: 185541897
Change-Id: I571373efbb8ced4ee2ad94879e9d37bed33b6a28
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/FlingUpDownMethod.java
cd197916500d2681e89685913bbfbf35ed99a3bf 08-Feb-2018 wangqi <wangqi@google.com> Show reject hint text for all incoming calls

The function setHintText sets the hint text reject text to null when
hintText for answering a call is non-null.

Correcting so the reject text is always be set to
call_incoming_swipe_to_reject regardless of the value of hintText.

This is an upstream change from:
https://android-review.googlesource.com/c/platform/packages/apps/Dialer/+/612667

Bug: 73018780
Test: manual
PiperOrigin-RevId: 185020322
Change-Id: I413f8cf63a1b11e70300536a13c1a8a103d847cc
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/FlingUpDownMethod.java
938468da6f5c225ebb161a68bd949c9cf3261892 24-Oct-2017 Eric Erfanian <erfanian@google.com> Rename the new bubble package name from "bubble" to "newbubble".

It fixes AOSP for package name conflict.

Test: manual
PiperOrigin-RevId: 173298696
Change-Id: Id10ebe0bcf029e61f65cf6580c7198abd8395081
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/FlingUpDownMethod.java
9982f0db5e9b74a66d22befa113073c9cfcd221e 12-Oct-2017 wangqi <wangqi@google.com> Optimization for incoming call latency.

There are many binder call triggered by IPC on main thread. This change will try to reduce them by caching thing that's bound to a call. It reduce total binder transaction from 1002 to 664 and saves ~11% latency of incoming call on locked screen.

1. Cache isVoiceMailNumber in DialerCall
2. Cache call capable accounts in DialerCall
3. Cache current country iso in DialerCall
4. Don't set orientation change if it's not changed.

This change also add lots of trace info. It won't affect release build though since they are stripped out by proguard.

Bug: 64542087
Test: manual
PiperOrigin-RevId: 171901266
Change-Id: Iec48f030529aa59974212147276f6d0ae121872a
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/FlingUpDownMethod.java
8369df095a73a77b3715f8ae7ba06089cebca4ce 03-May-2017 Eric Erfanian <erfanian@google.com> This change reflects the Dialer V10 RC00 branch.

RC00 is based on:
branch: dialer-android_release_branch/153304843.1
synced to: 153304843

following the instructions at go/dialer-aosp-release.

In this release:

* Removes final apache sources.
* Uses native lite compilation.

More drops will follow with subsequent release candidates
until we reach our final v10 release, in cadence with our
prebuilt drops.

Test: TreeHugger, on device
Change-Id: Ic9684057230f9b579c777820c746cd21bf45ec0f
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/FlingUpDownMethod.java
2df4538eb90b896be15eebc1d9adf1206131c8a3 16-Mar-2017 Sailesh Nepal <sail@google.com> Revert "Update dialer to tap green cl 150332012."

This reverts commit 1019500220518fb5fb023fcb7d370ab3cbf12307.

Change-Id: Ie6e4f81a995fca7345132b596521b0bd06ceffb9
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/FlingUpDownMethod.java
1019500220518fb5fb023fcb7d370ab3cbf12307 16-Mar-2017 Eric Erfanian <erfanian@google.com> Update dialer to tap green cl 150332012.

Test: Treehugger
Change-Id: If2baab1d3fc2dee602a4f784bba532182e7174f5
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/FlingUpDownMethod.java
d5e47f6da5b08b13ecdfa7f1edc7e12aeb83fab9 15-Mar-2017 Eric Erfanian <erfanian@google.com> Update Dialer source from latest green build.

* Refactor voicemail component
* Add new enriched calling components

Test: treehugger, manual aosp testing

Change-Id: I521a0f86327d4b42e14d93927c7d613044ed5942
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/FlingUpDownMethod.java
ccca31529c07970e89419fb85a9e8153a5396838 23-Feb-2017 Eric Erfanian <erfanian@google.com> Update dialer sources.

Test: Built package and system image.

This change clobbers the old source, and is an export
from an internal Google repository.

The internal repository was forked form Android in March,
and this change includes modifications since then, to
near the v8 release.

Since the fork, we've moved code from monolithic to independent modules. In addition,
we've switched to Blaze/Bazel as the build sysetm. This export, however, still uses make.

New dependencies have been added:
- Dagger
- Auto-Value
- Glide
- Libshortcutbadger

Going forward, development will still be in Google3, and the Gerrit release
will become an automated export, with the next drop happening in ~ two weeks.

Android.mk includes local modifications from ToT.

Abridged changelog:

Bug fixes
● Not able to mute, add a call when using Phone app in multiwindow mode
● Double tap on keypad triggering multiple key and tones
● Reported spam numbers not showing as spam in the call log
● Crash when user tries to block number while Phone app is not set as default
● Crash when user picks a number from search auto-complete list

Visual Voicemail (VVM) improvements
● Share Voicemail audio via standard exporting mechanisms that support file attachment
(email, MMS, etc.)
● Make phone number, email and web sites in VVM transcript clickable
● Set PIN before declining VVM Terms of Service {Carrier}
● Set client type for outbound visual voicemail SMS {Carrier}

New incoming call and incall UI on older devices
(Android M)
● Updated Phone app icon
● New incall UI (large buttons, button labels)
● New and animated Answer/Reject gestures

Accessibility
● Add custom answer/decline call buttons on answer screen for touch exploration
accessibility services
● Increase size of touch target
● Add verbal feedback when a Voicemail fails to load
● Fix pressing of Phone buttons while in a phone call using Switch Access
● Fix selecting and opening contacts in talkback mode
● Split focus for ‘Learn More’ link in caller id & spam to help distinguish similar text

Other
● Backup & Restore for App Preferences
● Prompt user to enable Wi-Fi calling if the call ends due to out of service and Wi-Fi is
connected
● Rename “Dialpad” to “Keypad”
● Show "Private number" for restricted calls
● Delete unused items (vcard, add contact, call history) from Phone menu

Change-Id: I2a7e53532a24c21bf308bf0a6d178d7ddbca4958
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/FlingUpDownMethod.java