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-hdpi/empty_call_log.png | Bin 3538 -> 0 bytes res/drawable-hdpi/empty_contacts.png | Bin 2461 -> 0 bytes res/drawable-hdpi/empty_speed_dial.png | Bin 6041 -> 0 bytes res/drawable-hdpi/fab_blue.png | Bin 2805 -> 0 bytes res/drawable-hdpi/fab_ic_call.png | Bin 875 -> 0 bytes res/drawable-hdpi/fab_ic_dial.png | Bin 1028 -> 0 bytes res/drawable-hdpi/ic_archive_white_24dp.png | Bin 247 -> 0 bytes res/drawable-hdpi/ic_block_24dp.png | Bin 478 -> 0 bytes res/drawable-hdpi/ic_call_arrow.png | Bin 538 -> 0 bytes res/drawable-hdpi/ic_content_copy_24dp.png | Bin 203 -> 0 bytes res/drawable-hdpi/ic_delete_24dp.png | Bin 242 -> 0 bytes res/drawable-hdpi/ic_dialer_fork_add_call.png | Bin 1649 -> 0 bytes res/drawable-hdpi/ic_dialer_fork_current_call.png | Bin 2305 -> 0 bytes res/drawable-hdpi/ic_dialer_fork_tt_keypad.png | Bin 2419 -> 0 bytes res/drawable-hdpi/ic_grade_24dp.png | Bin 370 -> 0 bytes res/drawable-hdpi/ic_handle.png | Bin 543 -> 0 bytes res/drawable-hdpi/ic_menu_history_lt.png | Bin 1565 -> 0 bytes res/drawable-hdpi/ic_mic_grey600.png | Bin 377 -> 0 bytes res/drawable-hdpi/ic_more_vert_24dp.png | Bin 134 -> 0 bytes res/drawable-hdpi/ic_not_interested_googblue_24dp.png | Bin 565 -> 0 bytes res/drawable-hdpi/ic_pause_24dp.png | Bin 105 -> 0 bytes res/drawable-hdpi/ic_people_24dp.png | Bin 299 -> 0 bytes res/drawable-hdpi/ic_phone_24dp.png | Bin 347 -> 0 bytes res/drawable-hdpi/ic_play_arrow_24dp.png | Bin 195 -> 0 bytes res/drawable-hdpi/ic_remove.png | Bin 884 -> 0 bytes res/drawable-hdpi/ic_report_24dp.png | Bin 240 -> 0 bytes res/drawable-hdpi/ic_results_phone.png | Bin 1084 -> 0 bytes res/drawable-hdpi/ic_schedule_24dp.png | Bin 575 -> 0 bytes res/drawable-hdpi/ic_share_white_24dp.png | Bin 397 -> 0 bytes res/drawable-hdpi/ic_star.png | Bin 732 -> 0 bytes res/drawable-hdpi/ic_unblock.png | Bin 1049 -> 0 bytes res/drawable-hdpi/ic_videocam_24dp.png | Bin 267 -> 0 bytes res/drawable-hdpi/ic_vm_sound_off_dis.png | Bin 1339 -> 0 bytes res/drawable-hdpi/ic_vm_sound_off_dk.png | Bin 1337 -> 0 bytes res/drawable-hdpi/ic_vm_sound_on_dis.png | Bin 1755 -> 0 bytes res/drawable-hdpi/ic_vm_sound_on_dk.png | Bin 1750 -> 0 bytes res/drawable-hdpi/ic_voicemail_24dp.png | Bin 478 -> 0 bytes res/drawable-hdpi/ic_volume_down_24dp.png | Bin 186 -> 0 bytes res/drawable-hdpi/ic_volume_up_24dp.png | Bin 365 -> 0 bytes res/drawable-hdpi/search_shadow.9.png | Bin 183 -> 0 bytes res/drawable-hdpi/shadow_contact_photo.png | Bin 960 -> 0 bytes 41 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 res/drawable-hdpi/empty_call_log.png delete mode 100644 res/drawable-hdpi/empty_contacts.png delete mode 100644 res/drawable-hdpi/empty_speed_dial.png delete mode 100644 res/drawable-hdpi/fab_blue.png delete mode 100644 res/drawable-hdpi/fab_ic_call.png delete mode 100644 res/drawable-hdpi/fab_ic_dial.png delete mode 100644 res/drawable-hdpi/ic_archive_white_24dp.png delete mode 100644 res/drawable-hdpi/ic_block_24dp.png delete mode 100644 res/drawable-hdpi/ic_call_arrow.png delete mode 100644 res/drawable-hdpi/ic_content_copy_24dp.png delete mode 100644 res/drawable-hdpi/ic_delete_24dp.png delete mode 100755 res/drawable-hdpi/ic_dialer_fork_add_call.png delete mode 100755 res/drawable-hdpi/ic_dialer_fork_current_call.png delete mode 100755 res/drawable-hdpi/ic_dialer_fork_tt_keypad.png delete mode 100644 res/drawable-hdpi/ic_grade_24dp.png delete mode 100644 res/drawable-hdpi/ic_handle.png delete mode 100644 res/drawable-hdpi/ic_menu_history_lt.png delete mode 100644 res/drawable-hdpi/ic_mic_grey600.png delete mode 100644 res/drawable-hdpi/ic_more_vert_24dp.png delete mode 100644 res/drawable-hdpi/ic_not_interested_googblue_24dp.png delete mode 100644 res/drawable-hdpi/ic_pause_24dp.png delete mode 100644 res/drawable-hdpi/ic_people_24dp.png delete mode 100644 res/drawable-hdpi/ic_phone_24dp.png delete mode 100644 res/drawable-hdpi/ic_play_arrow_24dp.png delete mode 100644 res/drawable-hdpi/ic_remove.png delete mode 100644 res/drawable-hdpi/ic_report_24dp.png delete mode 100644 res/drawable-hdpi/ic_results_phone.png delete mode 100644 res/drawable-hdpi/ic_schedule_24dp.png delete mode 100644 res/drawable-hdpi/ic_share_white_24dp.png delete mode 100644 res/drawable-hdpi/ic_star.png delete mode 100644 res/drawable-hdpi/ic_unblock.png delete mode 100644 res/drawable-hdpi/ic_videocam_24dp.png delete mode 100644 res/drawable-hdpi/ic_vm_sound_off_dis.png delete mode 100644 res/drawable-hdpi/ic_vm_sound_off_dk.png delete mode 100644 res/drawable-hdpi/ic_vm_sound_on_dis.png delete mode 100644 res/drawable-hdpi/ic_vm_sound_on_dk.png delete mode 100644 res/drawable-hdpi/ic_voicemail_24dp.png delete mode 100644 res/drawable-hdpi/ic_volume_down_24dp.png delete mode 100644 res/drawable-hdpi/ic_volume_up_24dp.png delete mode 100644 res/drawable-hdpi/search_shadow.9.png delete mode 100644 res/drawable-hdpi/shadow_contact_photo.png (limited to 'res/drawable-hdpi') diff --git a/res/drawable-hdpi/empty_call_log.png b/res/drawable-hdpi/empty_call_log.png deleted file mode 100644 index d6f6daaab..000000000 Binary files a/res/drawable-hdpi/empty_call_log.png and /dev/null differ diff --git a/res/drawable-hdpi/empty_contacts.png b/res/drawable-hdpi/empty_contacts.png deleted file mode 100644 index d3c0378f5..000000000 Binary files a/res/drawable-hdpi/empty_contacts.png and /dev/null differ diff --git a/res/drawable-hdpi/empty_speed_dial.png b/res/drawable-hdpi/empty_speed_dial.png deleted file mode 100644 index 3e9232fc9..000000000 Binary files a/res/drawable-hdpi/empty_speed_dial.png and /dev/null differ diff --git a/res/drawable-hdpi/fab_blue.png b/res/drawable-hdpi/fab_blue.png deleted file mode 100644 index 8ff3d2918..000000000 Binary files a/res/drawable-hdpi/fab_blue.png and /dev/null differ diff --git a/res/drawable-hdpi/fab_ic_call.png b/res/drawable-hdpi/fab_ic_call.png deleted file mode 100644 index 7bf83fa6a..000000000 Binary files a/res/drawable-hdpi/fab_ic_call.png and /dev/null differ diff --git a/res/drawable-hdpi/fab_ic_dial.png b/res/drawable-hdpi/fab_ic_dial.png deleted file mode 100644 index 3cad4c660..000000000 Binary files a/res/drawable-hdpi/fab_ic_dial.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_archive_white_24dp.png b/res/drawable-hdpi/ic_archive_white_24dp.png deleted file mode 100644 index bb72e890f..000000000 Binary files a/res/drawable-hdpi/ic_archive_white_24dp.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_block_24dp.png b/res/drawable-hdpi/ic_block_24dp.png deleted file mode 100644 index 2ccc89d24..000000000 Binary files a/res/drawable-hdpi/ic_block_24dp.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_call_arrow.png b/res/drawable-hdpi/ic_call_arrow.png deleted file mode 100644 index 14a33e39f..000000000 Binary files a/res/drawable-hdpi/ic_call_arrow.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_content_copy_24dp.png b/res/drawable-hdpi/ic_content_copy_24dp.png deleted file mode 100644 index 70eb07378..000000000 Binary files a/res/drawable-hdpi/ic_content_copy_24dp.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_delete_24dp.png b/res/drawable-hdpi/ic_delete_24dp.png deleted file mode 100644 index 9fb43b066..000000000 Binary files a/res/drawable-hdpi/ic_delete_24dp.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_dialer_fork_add_call.png b/res/drawable-hdpi/ic_dialer_fork_add_call.png deleted file mode 100755 index 4e0d5649e..000000000 Binary files a/res/drawable-hdpi/ic_dialer_fork_add_call.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_dialer_fork_current_call.png b/res/drawable-hdpi/ic_dialer_fork_current_call.png deleted file mode 100755 index 2cf41d598..000000000 Binary files a/res/drawable-hdpi/ic_dialer_fork_current_call.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_dialer_fork_tt_keypad.png b/res/drawable-hdpi/ic_dialer_fork_tt_keypad.png deleted file mode 100755 index 043685fd9..000000000 Binary files a/res/drawable-hdpi/ic_dialer_fork_tt_keypad.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_grade_24dp.png b/res/drawable-hdpi/ic_grade_24dp.png deleted file mode 100644 index 86eecdd4a..000000000 Binary files a/res/drawable-hdpi/ic_grade_24dp.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_handle.png b/res/drawable-hdpi/ic_handle.png deleted file mode 100644 index 34310aa49..000000000 Binary files a/res/drawable-hdpi/ic_handle.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_menu_history_lt.png b/res/drawable-hdpi/ic_menu_history_lt.png deleted file mode 100644 index a36323ca9..000000000 Binary files a/res/drawable-hdpi/ic_menu_history_lt.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_mic_grey600.png b/res/drawable-hdpi/ic_mic_grey600.png deleted file mode 100644 index 4b67cf71a..000000000 Binary files a/res/drawable-hdpi/ic_mic_grey600.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_more_vert_24dp.png b/res/drawable-hdpi/ic_more_vert_24dp.png deleted file mode 100644 index 67f07e473..000000000 Binary files a/res/drawable-hdpi/ic_more_vert_24dp.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_not_interested_googblue_24dp.png b/res/drawable-hdpi/ic_not_interested_googblue_24dp.png deleted file mode 100644 index 26a26f911..000000000 Binary files a/res/drawable-hdpi/ic_not_interested_googblue_24dp.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_pause_24dp.png b/res/drawable-hdpi/ic_pause_24dp.png deleted file mode 100644 index 4d2ea05c4..000000000 Binary files a/res/drawable-hdpi/ic_pause_24dp.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_people_24dp.png b/res/drawable-hdpi/ic_people_24dp.png deleted file mode 100644 index ff698afc0..000000000 Binary files a/res/drawable-hdpi/ic_people_24dp.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_phone_24dp.png b/res/drawable-hdpi/ic_phone_24dp.png deleted file mode 100644 index b27dfba06..000000000 Binary files a/res/drawable-hdpi/ic_phone_24dp.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_play_arrow_24dp.png b/res/drawable-hdpi/ic_play_arrow_24dp.png deleted file mode 100644 index 57c9fa546..000000000 Binary files a/res/drawable-hdpi/ic_play_arrow_24dp.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_remove.png b/res/drawable-hdpi/ic_remove.png deleted file mode 100644 index 1ee6adf8d..000000000 Binary files a/res/drawable-hdpi/ic_remove.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_report_24dp.png b/res/drawable-hdpi/ic_report_24dp.png deleted file mode 100644 index dc0c995c1..000000000 Binary files a/res/drawable-hdpi/ic_report_24dp.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_results_phone.png b/res/drawable-hdpi/ic_results_phone.png deleted file mode 100644 index 3a1a7a790..000000000 Binary files a/res/drawable-hdpi/ic_results_phone.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_schedule_24dp.png b/res/drawable-hdpi/ic_schedule_24dp.png deleted file mode 100644 index f3581d104..000000000 Binary files a/res/drawable-hdpi/ic_schedule_24dp.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_share_white_24dp.png b/res/drawable-hdpi/ic_share_white_24dp.png deleted file mode 100644 index b09a6926d..000000000 Binary files a/res/drawable-hdpi/ic_share_white_24dp.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_star.png b/res/drawable-hdpi/ic_star.png deleted file mode 100644 index 62e1f8a6d..000000000 Binary files a/res/drawable-hdpi/ic_star.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_unblock.png b/res/drawable-hdpi/ic_unblock.png deleted file mode 100644 index 03643b20d..000000000 Binary files a/res/drawable-hdpi/ic_unblock.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_videocam_24dp.png b/res/drawable-hdpi/ic_videocam_24dp.png deleted file mode 100644 index ecfce9446..000000000 Binary files a/res/drawable-hdpi/ic_videocam_24dp.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_vm_sound_off_dis.png b/res/drawable-hdpi/ic_vm_sound_off_dis.png deleted file mode 100644 index 47e32492c..000000000 Binary files a/res/drawable-hdpi/ic_vm_sound_off_dis.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_vm_sound_off_dk.png b/res/drawable-hdpi/ic_vm_sound_off_dk.png deleted file mode 100644 index 2bfe0c0cf..000000000 Binary files a/res/drawable-hdpi/ic_vm_sound_off_dk.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_vm_sound_on_dis.png b/res/drawable-hdpi/ic_vm_sound_on_dis.png deleted file mode 100644 index 90b5238f3..000000000 Binary files a/res/drawable-hdpi/ic_vm_sound_on_dis.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_vm_sound_on_dk.png b/res/drawable-hdpi/ic_vm_sound_on_dk.png deleted file mode 100644 index 7556637fc..000000000 Binary files a/res/drawable-hdpi/ic_vm_sound_on_dk.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_voicemail_24dp.png b/res/drawable-hdpi/ic_voicemail_24dp.png deleted file mode 100644 index 03a62e15f..000000000 Binary files a/res/drawable-hdpi/ic_voicemail_24dp.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_volume_down_24dp.png b/res/drawable-hdpi/ic_volume_down_24dp.png deleted file mode 100644 index e22e92c85..000000000 Binary files a/res/drawable-hdpi/ic_volume_down_24dp.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_volume_up_24dp.png b/res/drawable-hdpi/ic_volume_up_24dp.png deleted file mode 100644 index 57d787163..000000000 Binary files a/res/drawable-hdpi/ic_volume_up_24dp.png and /dev/null differ diff --git a/res/drawable-hdpi/search_shadow.9.png b/res/drawable-hdpi/search_shadow.9.png deleted file mode 100644 index 3dc1c17f6..000000000 Binary files a/res/drawable-hdpi/search_shadow.9.png and /dev/null differ diff --git a/res/drawable-hdpi/shadow_contact_photo.png b/res/drawable-hdpi/shadow_contact_photo.png deleted file mode 100644 index 44b06f261..000000000 Binary files a/res/drawable-hdpi/shadow_contact_photo.png and /dev/null differ -- cgit v1.2.3