From d8046e520a866b9948ee9ba47cf642b441ca8e23 Mon Sep 17 00:00:00 2001 From: Eric Erfanian Date: Thu, 6 Apr 2017 09:41:50 -0700 Subject: Update AOSP Dialer source from internal google3 repository at cl/152373142. Test: make, treehugger This CL updates the AOSP Dialer source with all the changes that have gone into the private google3 repository. This includes all the changes from cl/151342913 (3/27/2017) to cl/152373142 (4/06/2017). This goal of these drops is to keep the AOSP source in sync with the internal google3 repository. Currently these sync are done by hand with very minor modifications to the internal source code. See the Android.mk file for list of modifications. Our current goal is to do frequent drops (daily if possible) and eventually switched to an automated process. Change-Id: I2fbc88cf6867b90ac8b65f75e5e34468988c7217 --- .../res/drawable-xhdpi/quantum_ic_backspace_white_24.png | Bin 0 -> 392 bytes .../drawable-xhdpi/quantum_ic_camera_front_white_36.png | Bin 444 -> 0 bytes .../drawable-xhdpi/quantum_ic_camera_rear_white_36.png | Bin 377 -> 0 bytes .../res/drawable-xhdpi/quantum_ic_check_black_36.png | Bin 254 -> 0 bytes .../quantum_ic_check_circle_googblue_24.png | Bin 0 -> 490 bytes .../res/drawable-xhdpi/quantum_ic_check_white_48.png | Bin 308 -> 0 bytes .../res/drawable-xhdpi/quantum_ic_close_white_36.png | Bin 347 -> 0 bytes .../res/drawable-xhdpi/quantum_ic_fullscreen_white_36.png | Bin 107 -> 0 bytes .../res/drawable-xhdpi/quantum_ic_grade_white_24.png | Bin 0 -> 479 bytes .../res/drawable-xhdpi/quantum_ic_history_white_24.png | Bin 0 -> 604 bytes .../drawable-xhdpi/quantum_ic_info_outline_white_24.png | Bin 0 -> 655 bytes .../res/drawable-xhdpi/quantum_ic_more_vert_white_24.png | Bin 0 -> 139 bytes .../res/drawable-xhdpi/quantum_ic_pause_white_24.png | Bin 0 -> 90 bytes .../res/drawable-xhdpi/quantum_ic_people_white_24.png | Bin 0 -> 294 bytes .../res/drawable-xhdpi/quantum_ic_person_white_24.png | Bin 0 -> 312 bytes .../res/drawable-xhdpi/quantum_ic_play_arrow_white_24.png | Bin 0 -> 220 bytes .../res/drawable-xhdpi/quantum_ic_report_white_24.png | Bin 0 -> 272 bytes .../res/drawable-xhdpi/quantum_ic_report_white_36.png | Bin 0 -> 340 bytes .../res/drawable-xhdpi/quantum_ic_schedule_white_24.png | Bin 0 -> 613 bytes .../res/drawable-xhdpi/quantum_ic_search_white_24.png | Bin 0 -> 465 bytes .../res/drawable-xhdpi/quantum_ic_send_black_24.png | Bin 333 -> 0 bytes .../drawable-xhdpi/quantum_ic_switch_camera_white_36.png | Bin 379 -> 0 bytes .../drawable-xhdpi/quantum_ic_switch_video_white_36.png | Bin 309 -> 0 bytes .../res/drawable-xhdpi/quantum_ic_voicemail_white_18.png | Bin 478 -> 0 bytes .../drawable-xhdpi/quantum_ic_volume_down_white_24.png | Bin 0 -> 212 bytes .../res/drawable-xhdpi/quantum_ic_volume_up_white_24.png | Bin 0 -> 455 bytes 26 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_backspace_white_24.png delete mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_camera_front_white_36.png delete mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_camera_rear_white_36.png delete mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_check_black_36.png create mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_check_circle_googblue_24.png delete mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_check_white_48.png delete mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_close_white_36.png delete mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_fullscreen_white_36.png create mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_grade_white_24.png create mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_history_white_24.png create mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_info_outline_white_24.png create mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_more_vert_white_24.png create mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_pause_white_24.png create mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_people_white_24.png create mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_person_white_24.png create mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_play_arrow_white_24.png create mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_report_white_24.png create mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_report_white_36.png create mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_schedule_white_24.png create mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_search_white_24.png delete mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_send_black_24.png delete mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_switch_camera_white_36.png delete mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_switch_video_white_36.png delete mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_voicemail_white_18.png create mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_volume_down_white_24.png create mode 100644 assets/quantum/res/drawable-xhdpi/quantum_ic_volume_up_white_24.png (limited to 'assets/quantum/res/drawable-xhdpi') diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_backspace_white_24.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_backspace_white_24.png new file mode 100644 index 000000000..ec5412bd8 Binary files /dev/null and b/assets/quantum/res/drawable-xhdpi/quantum_ic_backspace_white_24.png differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_camera_front_white_36.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_camera_front_white_36.png deleted file mode 100644 index 3eb24d1f2..000000000 Binary files a/assets/quantum/res/drawable-xhdpi/quantum_ic_camera_front_white_36.png and /dev/null differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_camera_rear_white_36.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_camera_rear_white_36.png deleted file mode 100644 index 8392b2a88..000000000 Binary files a/assets/quantum/res/drawable-xhdpi/quantum_ic_camera_rear_white_36.png and /dev/null differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_check_black_36.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_check_black_36.png deleted file mode 100644 index b26a2c05e..000000000 Binary files a/assets/quantum/res/drawable-xhdpi/quantum_ic_check_black_36.png and /dev/null differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_check_circle_googblue_24.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_check_circle_googblue_24.png new file mode 100644 index 000000000..e31fcf350 Binary files /dev/null and b/assets/quantum/res/drawable-xhdpi/quantum_ic_check_circle_googblue_24.png differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_check_white_48.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_check_white_48.png deleted file mode 100644 index d670618c7..000000000 Binary files a/assets/quantum/res/drawable-xhdpi/quantum_ic_check_white_48.png and /dev/null differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_close_white_36.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_close_white_36.png deleted file mode 100644 index 6b717e0dd..000000000 Binary files a/assets/quantum/res/drawable-xhdpi/quantum_ic_close_white_36.png and /dev/null differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_fullscreen_white_36.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_fullscreen_white_36.png deleted file mode 100644 index 9b8131124..000000000 Binary files a/assets/quantum/res/drawable-xhdpi/quantum_ic_fullscreen_white_36.png and /dev/null differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_grade_white_24.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_grade_white_24.png new file mode 100644 index 000000000..d65f39d7c Binary files /dev/null and b/assets/quantum/res/drawable-xhdpi/quantum_ic_grade_white_24.png differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_history_white_24.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_history_white_24.png new file mode 100644 index 000000000..3e73b49ee Binary files /dev/null and b/assets/quantum/res/drawable-xhdpi/quantum_ic_history_white_24.png differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_info_outline_white_24.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_info_outline_white_24.png new file mode 100644 index 000000000..c571b2e3e Binary files /dev/null and b/assets/quantum/res/drawable-xhdpi/quantum_ic_info_outline_white_24.png differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_more_vert_white_24.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_more_vert_white_24.png new file mode 100644 index 000000000..96e5d4321 Binary files /dev/null and b/assets/quantum/res/drawable-xhdpi/quantum_ic_more_vert_white_24.png differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_pause_white_24.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_pause_white_24.png new file mode 100644 index 000000000..f49aed757 Binary files /dev/null and b/assets/quantum/res/drawable-xhdpi/quantum_ic_pause_white_24.png differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_people_white_24.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_people_white_24.png new file mode 100644 index 000000000..715b49a3c Binary files /dev/null and b/assets/quantum/res/drawable-xhdpi/quantum_ic_people_white_24.png differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_person_white_24.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_person_white_24.png new file mode 100644 index 000000000..aea15f0be Binary files /dev/null and b/assets/quantum/res/drawable-xhdpi/quantum_ic_person_white_24.png differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_play_arrow_white_24.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_play_arrow_white_24.png new file mode 100644 index 000000000..a3c80e73d Binary files /dev/null and b/assets/quantum/res/drawable-xhdpi/quantum_ic_play_arrow_white_24.png differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_report_white_24.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_report_white_24.png new file mode 100644 index 000000000..18e7764ab Binary files /dev/null and b/assets/quantum/res/drawable-xhdpi/quantum_ic_report_white_24.png differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_report_white_36.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_report_white_36.png new file mode 100644 index 000000000..aed766804 Binary files /dev/null and b/assets/quantum/res/drawable-xhdpi/quantum_ic_report_white_36.png differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_schedule_white_24.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_schedule_white_24.png new file mode 100644 index 000000000..1749ea275 Binary files /dev/null and b/assets/quantum/res/drawable-xhdpi/quantum_ic_schedule_white_24.png differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_search_white_24.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_search_white_24.png new file mode 100644 index 000000000..bfc3e3939 Binary files /dev/null and b/assets/quantum/res/drawable-xhdpi/quantum_ic_search_white_24.png differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_send_black_24.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_send_black_24.png deleted file mode 100644 index fd36be8b9..000000000 Binary files a/assets/quantum/res/drawable-xhdpi/quantum_ic_send_black_24.png and /dev/null differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_switch_camera_white_36.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_switch_camera_white_36.png deleted file mode 100644 index bee95a1d4..000000000 Binary files a/assets/quantum/res/drawable-xhdpi/quantum_ic_switch_camera_white_36.png and /dev/null differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_switch_video_white_36.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_switch_video_white_36.png deleted file mode 100644 index 1a7423f5f..000000000 Binary files a/assets/quantum/res/drawable-xhdpi/quantum_ic_switch_video_white_36.png and /dev/null differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_voicemail_white_18.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_voicemail_white_18.png deleted file mode 100644 index 03a62e15f..000000000 Binary files a/assets/quantum/res/drawable-xhdpi/quantum_ic_voicemail_white_18.png and /dev/null differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_volume_down_white_24.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_volume_down_white_24.png new file mode 100644 index 000000000..2621bc15d Binary files /dev/null and b/assets/quantum/res/drawable-xhdpi/quantum_ic_volume_down_white_24.png differ diff --git a/assets/quantum/res/drawable-xhdpi/quantum_ic_volume_up_white_24.png b/assets/quantum/res/drawable-xhdpi/quantum_ic_volume_up_white_24.png new file mode 100644 index 000000000..2ed00343b Binary files /dev/null and b/assets/quantum/res/drawable-xhdpi/quantum_ic_volume_up_white_24.png differ -- cgit v1.2.3