From ccca31529c07970e89419fb85a9e8153a5396838 Mon Sep 17 00:00:00 2001 From: Eric Erfanian Date: Wed, 22 Feb 2017 16:32:36 -0800 Subject: Update dialer sources. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- res/drawable-xxhdpi/empty_call_log.png | Bin 6226 -> 0 bytes res/drawable-xxhdpi/empty_contacts.png | Bin 3686 -> 0 bytes res/drawable-xxhdpi/empty_speed_dial.png | Bin 11039 -> 0 bytes res/drawable-xxhdpi/fab_blue.png | Bin 7009 -> 0 bytes res/drawable-xxhdpi/fab_ic_call.png | Bin 2321 -> 0 bytes res/drawable-xxhdpi/fab_ic_dial.png | Bin 3042 -> 0 bytes res/drawable-xxhdpi/ic_archive_white_24dp.png | Bin 390 -> 0 bytes res/drawable-xxhdpi/ic_block_24dp.png | Bin 973 -> 0 bytes res/drawable-xxhdpi/ic_call_arrow.png | Bin 1203 -> 0 bytes res/drawable-xxhdpi/ic_content_copy_24dp.png | Bin 266 -> 0 bytes res/drawable-xxhdpi/ic_delete_24dp.png | Bin 323 -> 0 bytes res/drawable-xxhdpi/ic_dialer_fork_add_call.png | Bin 2583 -> 0 bytes res/drawable-xxhdpi/ic_dialer_fork_current_call.png | Bin 3622 -> 0 bytes res/drawable-xxhdpi/ic_dialer_fork_tt_keypad.png | Bin 3229 -> 0 bytes res/drawable-xxhdpi/ic_grade_24dp.png | Bin 676 -> 0 bytes res/drawable-xxhdpi/ic_handle.png | Bin 1431 -> 0 bytes res/drawable-xxhdpi/ic_menu_history_lt.png | Bin 2945 -> 0 bytes res/drawable-xxhdpi/ic_mic_grey600.png | Bin 631 -> 0 bytes res/drawable-xxhdpi/ic_more_vert_24dp.png | Bin 216 -> 0 bytes res/drawable-xxhdpi/ic_not_interested_googblue_24dp.png | Bin 1112 -> 0 bytes res/drawable-xxhdpi/ic_pause_24dp.png | Bin 92 -> 0 bytes res/drawable-xxhdpi/ic_people_24dp.png | Bin 488 -> 0 bytes res/drawable-xxhdpi/ic_phone_24dp.png | Bin 619 -> 0 bytes res/drawable-xxhdpi/ic_play_arrow_24dp.png | Bin 283 -> 0 bytes res/drawable-xxhdpi/ic_remove.png | Bin 1942 -> 0 bytes res/drawable-xxhdpi/ic_report_24dp.png | Bin 340 -> 0 bytes res/drawable-xxhdpi/ic_results_phone.png | Bin 2090 -> 0 bytes res/drawable-xxhdpi/ic_schedule_24dp.png | Bin 1107 -> 0 bytes res/drawable-xxhdpi/ic_share_white_24dp.png | Bin 698 -> 0 bytes res/drawable-xxhdpi/ic_star.png | Bin 1539 -> 0 bytes res/drawable-xxhdpi/ic_unblock.png | Bin 1990 -> 0 bytes res/drawable-xxhdpi/ic_videocam_24dp.png | Bin 340 -> 0 bytes res/drawable-xxhdpi/ic_vm_sound_off_dis.png | Bin 2316 -> 0 bytes res/drawable-xxhdpi/ic_vm_sound_off_dk.png | Bin 2319 -> 0 bytes res/drawable-xxhdpi/ic_vm_sound_on_dis.png | Bin 2878 -> 0 bytes res/drawable-xxhdpi/ic_vm_sound_on_dk.png | Bin 2879 -> 0 bytes res/drawable-xxhdpi/ic_voicemail_24dp.png | Bin 625 -> 0 bytes res/drawable-xxhdpi/ic_volume_down_24dp.png | Bin 291 -> 0 bytes res/drawable-xxhdpi/ic_volume_up_24dp.png | Bin 654 -> 0 bytes res/drawable-xxhdpi/search_shadow.9.png | Bin 1148 -> 0 bytes res/drawable-xxhdpi/shadow_contact_photo.png | Bin 970 -> 0 bytes 41 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 res/drawable-xxhdpi/empty_call_log.png delete mode 100644 res/drawable-xxhdpi/empty_contacts.png delete mode 100644 res/drawable-xxhdpi/empty_speed_dial.png delete mode 100644 res/drawable-xxhdpi/fab_blue.png delete mode 100644 res/drawable-xxhdpi/fab_ic_call.png delete mode 100644 res/drawable-xxhdpi/fab_ic_dial.png delete mode 100644 res/drawable-xxhdpi/ic_archive_white_24dp.png delete mode 100644 res/drawable-xxhdpi/ic_block_24dp.png delete mode 100644 res/drawable-xxhdpi/ic_call_arrow.png delete mode 100644 res/drawable-xxhdpi/ic_content_copy_24dp.png delete mode 100644 res/drawable-xxhdpi/ic_delete_24dp.png delete mode 100644 res/drawable-xxhdpi/ic_dialer_fork_add_call.png delete mode 100644 res/drawable-xxhdpi/ic_dialer_fork_current_call.png delete mode 100644 res/drawable-xxhdpi/ic_dialer_fork_tt_keypad.png delete mode 100644 res/drawable-xxhdpi/ic_grade_24dp.png delete mode 100644 res/drawable-xxhdpi/ic_handle.png delete mode 100644 res/drawable-xxhdpi/ic_menu_history_lt.png delete mode 100644 res/drawable-xxhdpi/ic_mic_grey600.png delete mode 100644 res/drawable-xxhdpi/ic_more_vert_24dp.png delete mode 100644 res/drawable-xxhdpi/ic_not_interested_googblue_24dp.png delete mode 100644 res/drawable-xxhdpi/ic_pause_24dp.png delete mode 100644 res/drawable-xxhdpi/ic_people_24dp.png delete mode 100644 res/drawable-xxhdpi/ic_phone_24dp.png delete mode 100644 res/drawable-xxhdpi/ic_play_arrow_24dp.png delete mode 100644 res/drawable-xxhdpi/ic_remove.png delete mode 100644 res/drawable-xxhdpi/ic_report_24dp.png delete mode 100644 res/drawable-xxhdpi/ic_results_phone.png delete mode 100644 res/drawable-xxhdpi/ic_schedule_24dp.png delete mode 100644 res/drawable-xxhdpi/ic_share_white_24dp.png delete mode 100644 res/drawable-xxhdpi/ic_star.png delete mode 100644 res/drawable-xxhdpi/ic_unblock.png delete mode 100644 res/drawable-xxhdpi/ic_videocam_24dp.png delete mode 100644 res/drawable-xxhdpi/ic_vm_sound_off_dis.png delete mode 100644 res/drawable-xxhdpi/ic_vm_sound_off_dk.png delete mode 100644 res/drawable-xxhdpi/ic_vm_sound_on_dis.png delete mode 100644 res/drawable-xxhdpi/ic_vm_sound_on_dk.png delete mode 100644 res/drawable-xxhdpi/ic_voicemail_24dp.png delete mode 100644 res/drawable-xxhdpi/ic_volume_down_24dp.png delete mode 100644 res/drawable-xxhdpi/ic_volume_up_24dp.png delete mode 100644 res/drawable-xxhdpi/search_shadow.9.png delete mode 100644 res/drawable-xxhdpi/shadow_contact_photo.png (limited to 'res/drawable-xxhdpi') diff --git a/res/drawable-xxhdpi/empty_call_log.png b/res/drawable-xxhdpi/empty_call_log.png deleted file mode 100644 index 501d7f1e2..000000000 Binary files a/res/drawable-xxhdpi/empty_call_log.png and /dev/null differ diff --git a/res/drawable-xxhdpi/empty_contacts.png b/res/drawable-xxhdpi/empty_contacts.png deleted file mode 100644 index 407d78c9c..000000000 Binary files a/res/drawable-xxhdpi/empty_contacts.png and /dev/null differ diff --git a/res/drawable-xxhdpi/empty_speed_dial.png b/res/drawable-xxhdpi/empty_speed_dial.png deleted file mode 100644 index fb2ea5f15..000000000 Binary files a/res/drawable-xxhdpi/empty_speed_dial.png and /dev/null differ diff --git a/res/drawable-xxhdpi/fab_blue.png b/res/drawable-xxhdpi/fab_blue.png deleted file mode 100644 index 76d68ac6a..000000000 Binary files a/res/drawable-xxhdpi/fab_blue.png and /dev/null differ diff --git a/res/drawable-xxhdpi/fab_ic_call.png b/res/drawable-xxhdpi/fab_ic_call.png deleted file mode 100644 index 6866fa430..000000000 Binary files a/res/drawable-xxhdpi/fab_ic_call.png and /dev/null differ diff --git a/res/drawable-xxhdpi/fab_ic_dial.png b/res/drawable-xxhdpi/fab_ic_dial.png deleted file mode 100644 index 5f1cd45fb..000000000 Binary files a/res/drawable-xxhdpi/fab_ic_dial.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_archive_white_24dp.png b/res/drawable-xxhdpi/ic_archive_white_24dp.png deleted file mode 100644 index 00e04e42b..000000000 Binary files a/res/drawable-xxhdpi/ic_archive_white_24dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_block_24dp.png b/res/drawable-xxhdpi/ic_block_24dp.png deleted file mode 100644 index fddfa54b8..000000000 Binary files a/res/drawable-xxhdpi/ic_block_24dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_call_arrow.png b/res/drawable-xxhdpi/ic_call_arrow.png deleted file mode 100644 index 0364ee015..000000000 Binary files a/res/drawable-xxhdpi/ic_call_arrow.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_content_copy_24dp.png b/res/drawable-xxhdpi/ic_content_copy_24dp.png deleted file mode 100644 index 9dff893e7..000000000 Binary files a/res/drawable-xxhdpi/ic_content_copy_24dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_delete_24dp.png b/res/drawable-xxhdpi/ic_delete_24dp.png deleted file mode 100644 index eb637920d..000000000 Binary files a/res/drawable-xxhdpi/ic_delete_24dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_dialer_fork_add_call.png b/res/drawable-xxhdpi/ic_dialer_fork_add_call.png deleted file mode 100644 index 1657da4e2..000000000 Binary files a/res/drawable-xxhdpi/ic_dialer_fork_add_call.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_dialer_fork_current_call.png b/res/drawable-xxhdpi/ic_dialer_fork_current_call.png deleted file mode 100644 index f25cce695..000000000 Binary files a/res/drawable-xxhdpi/ic_dialer_fork_current_call.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_dialer_fork_tt_keypad.png b/res/drawable-xxhdpi/ic_dialer_fork_tt_keypad.png deleted file mode 100644 index 7ac4d8b58..000000000 Binary files a/res/drawable-xxhdpi/ic_dialer_fork_tt_keypad.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_grade_24dp.png b/res/drawable-xxhdpi/ic_grade_24dp.png deleted file mode 100644 index aa5879215..000000000 Binary files a/res/drawable-xxhdpi/ic_grade_24dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_handle.png b/res/drawable-xxhdpi/ic_handle.png deleted file mode 100644 index d07a1d057..000000000 Binary files a/res/drawable-xxhdpi/ic_handle.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_menu_history_lt.png b/res/drawable-xxhdpi/ic_menu_history_lt.png deleted file mode 100644 index 779bc0620..000000000 Binary files a/res/drawable-xxhdpi/ic_menu_history_lt.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_mic_grey600.png b/res/drawable-xxhdpi/ic_mic_grey600.png deleted file mode 100644 index 07128dd82..000000000 Binary files a/res/drawable-xxhdpi/ic_mic_grey600.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_more_vert_24dp.png b/res/drawable-xxhdpi/ic_more_vert_24dp.png deleted file mode 100644 index d32281307..000000000 Binary files a/res/drawable-xxhdpi/ic_more_vert_24dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_not_interested_googblue_24dp.png b/res/drawable-xxhdpi/ic_not_interested_googblue_24dp.png deleted file mode 100644 index 7c256b5d7..000000000 Binary files a/res/drawable-xxhdpi/ic_not_interested_googblue_24dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_pause_24dp.png b/res/drawable-xxhdpi/ic_pause_24dp.png deleted file mode 100644 index 7192ad487..000000000 Binary files a/res/drawable-xxhdpi/ic_pause_24dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_people_24dp.png b/res/drawable-xxhdpi/ic_people_24dp.png deleted file mode 100644 index 6c68435fb..000000000 Binary files a/res/drawable-xxhdpi/ic_people_24dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_phone_24dp.png b/res/drawable-xxhdpi/ic_phone_24dp.png deleted file mode 100644 index 8fff728bb..000000000 Binary files a/res/drawable-xxhdpi/ic_phone_24dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_play_arrow_24dp.png b/res/drawable-xxhdpi/ic_play_arrow_24dp.png deleted file mode 100644 index 547ef30aa..000000000 Binary files a/res/drawable-xxhdpi/ic_play_arrow_24dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_remove.png b/res/drawable-xxhdpi/ic_remove.png deleted file mode 100644 index 2722f23aa..000000000 Binary files a/res/drawable-xxhdpi/ic_remove.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_report_24dp.png b/res/drawable-xxhdpi/ic_report_24dp.png deleted file mode 100644 index aed766804..000000000 Binary files a/res/drawable-xxhdpi/ic_report_24dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_results_phone.png b/res/drawable-xxhdpi/ic_results_phone.png deleted file mode 100644 index 9594619cb..000000000 Binary files a/res/drawable-xxhdpi/ic_results_phone.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_schedule_24dp.png b/res/drawable-xxhdpi/ic_schedule_24dp.png deleted file mode 100644 index bfc72736a..000000000 Binary files a/res/drawable-xxhdpi/ic_schedule_24dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_share_white_24dp.png b/res/drawable-xxhdpi/ic_share_white_24dp.png deleted file mode 100644 index a35b3cd14..000000000 Binary files a/res/drawable-xxhdpi/ic_share_white_24dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_star.png b/res/drawable-xxhdpi/ic_star.png deleted file mode 100644 index f3c830435..000000000 Binary files a/res/drawable-xxhdpi/ic_star.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_unblock.png b/res/drawable-xxhdpi/ic_unblock.png deleted file mode 100644 index 828a4879f..000000000 Binary files a/res/drawable-xxhdpi/ic_unblock.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_videocam_24dp.png b/res/drawable-xxhdpi/ic_videocam_24dp.png deleted file mode 100644 index c21679891..000000000 Binary files a/res/drawable-xxhdpi/ic_videocam_24dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_vm_sound_off_dis.png b/res/drawable-xxhdpi/ic_vm_sound_off_dis.png deleted file mode 100644 index bab4a4311..000000000 Binary files a/res/drawable-xxhdpi/ic_vm_sound_off_dis.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_vm_sound_off_dk.png b/res/drawable-xxhdpi/ic_vm_sound_off_dk.png deleted file mode 100644 index 1c13101a8..000000000 Binary files a/res/drawable-xxhdpi/ic_vm_sound_off_dk.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_vm_sound_on_dis.png b/res/drawable-xxhdpi/ic_vm_sound_on_dis.png deleted file mode 100644 index ed3a17329..000000000 Binary files a/res/drawable-xxhdpi/ic_vm_sound_on_dis.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_vm_sound_on_dk.png b/res/drawable-xxhdpi/ic_vm_sound_on_dk.png deleted file mode 100644 index c04b8d117..000000000 Binary files a/res/drawable-xxhdpi/ic_vm_sound_on_dk.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_voicemail_24dp.png b/res/drawable-xxhdpi/ic_voicemail_24dp.png deleted file mode 100644 index 28b8e936a..000000000 Binary files a/res/drawable-xxhdpi/ic_voicemail_24dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_volume_down_24dp.png b/res/drawable-xxhdpi/ic_volume_down_24dp.png deleted file mode 100644 index 5eb8b671f..000000000 Binary files a/res/drawable-xxhdpi/ic_volume_down_24dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_volume_up_24dp.png b/res/drawable-xxhdpi/ic_volume_up_24dp.png deleted file mode 100644 index 2e751a40f..000000000 Binary files a/res/drawable-xxhdpi/ic_volume_up_24dp.png and /dev/null differ diff --git a/res/drawable-xxhdpi/search_shadow.9.png b/res/drawable-xxhdpi/search_shadow.9.png deleted file mode 100644 index ff55620d0..000000000 Binary files a/res/drawable-xxhdpi/search_shadow.9.png and /dev/null differ diff --git a/res/drawable-xxhdpi/shadow_contact_photo.png b/res/drawable-xxhdpi/shadow_contact_photo.png deleted file mode 100644 index bfeb0ff53..000000000 Binary files a/res/drawable-xxhdpi/shadow_contact_photo.png and /dev/null differ -- cgit v1.2.3