summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-21Update AOSP Dialer source from internal google3 repository atEric Erfanian
cl/150756069 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/150392808 (3/16/2017) to cl/150756069 (3/21/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: I0888b5db52efb28eb8194600e0c7804592f975f3
2017-03-20Revert "Update AOSP Dialer source from internal google3 repository at ↵Eric Erfanian
cl/150622237" This reverts commit 06b6b56e9eaa91ebf757ea641e38a9c885fa40bd. Change-Id: Ida8c5ee67669524dc63b9adc60a6dd392cb9b9a6
2017-03-20Update AOSP Dialer source from internal google3 repository atEric Erfanian
cl/150622237 Test: make, treehugger, on device testing. 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/150392808 (3/16/2017) to cl/150622237 (3/20/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: Id53e0e580a4ef73760a8afb7bb8c265ee27ad535
2017-03-17Update AOSP Dialer source from internal google3 repository at cl/150392808Eric Erfanian
Test: Treehugger Notable this release: * Reintroduce localization. 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 3/15/2017 to cl/150392808 (3/16/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: Ia16d68469c2ca1ff42c7fa31d922bdb78c4e244a
2017-03-16Revert "Update dialer to tap green cl 150332012."Sailesh Nepal
This reverts commit 1019500220518fb5fb023fcb7d370ab3cbf12307. Change-Id: Ie6e4f81a995fca7345132b596521b0bd06ceffb9
2017-03-16Update dialer to tap green cl 150332012.Eric Erfanian
Test: Treehugger Change-Id: If2baab1d3fc2dee602a4f784bba532182e7174f5
2017-03-15Update Dialer source from latest green build.Eric Erfanian
* Refactor voicemail component * Add new enriched calling components Test: treehugger, manual aosp testing Change-Id: I521a0f86327d4b42e14d93927c7d613044ed5942
2017-03-03Merge "Prepare for removal of junit and android.test classes from Android ↵Paul Duffin
API (step 1)" am: dc8b745037 am: 8937acfca0 am: 054c5e6e85 -s ours Change-Id: Iaaf7fb56e0f2e49f54d9b13a10a7ed2b50fde92f
2017-03-03Merge "Prepare for removal of junit and android.test classes from Android ↵Paul Duffin
API (step 1)" am: dc8b745037 am: 8937acfca0 Change-Id: I91bcd37ef04a8f8e7258fea72fcb516f8c0be386
2017-03-03Merge "Prepare for removal of junit and android.test classes from Android ↵Paul Duffin
API (step 1)" am: dc8b745037 Change-Id: Iea95c36a15d61ec03584a3b1f2ec7ae580e047f7
2017-03-03Merge "Prepare for removal of junit and android.test classes from Android ↵Paul Duffin
API (step 1)"
2017-03-03Fix AOSP crashesEric Erfanian
Include libraries needed at runtime. Remove autolink (bug b/35934614) which causes crash on launch, missing webkit. Currently investigating. Bug: 35934614 Test: Loaded on arm64 AOSP Change-Id: I39abf56e422766ea6d9525c107aeb05768cdb002
2017-03-01Update dialer sources.Eric Erfanian
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
2017-03-01Prepare for removal of junit and android.test classes from Android API (step 1)Paul Duffin
In preparation for removing junit and android.test classes from the Android API this change adds explicit dependencies on junit and/or legacy-android-test to ensure that modules will compile properly once it is removed. Care was taken to ensure that any targets that depended, directly or indirectly, on android-support-test did not also depend on junit or hamcrest as they conflict with the versions embedded within android-support-test. Bug: 30188076 Test: make checkbuild Change-Id: I57f78df99afaa64e2afdd11efc9eab0dafb16d0b
2017-02-22Import translations. DO NOT MERGEBill Yi
Change-Id: I8f065c04fc06b145f1cde3e622df036b4af42e67 Auto-generated-cl: translation import
2017-02-16Import translations. DO NOT MERGEBill Yi
Change-Id: Ic6a0cedac79bb7898fef61e7472e04fc4a628309 Auto-generated-cl: translation import
2017-02-15Merge "Add missing transitive dependencies" am: 9a92a189f6 am: e1ee607b28 ↵Colin Cross
am: 0de8a60c88 am: 999536c0c7 Change-Id: I5d8a479a50bd53edfc96637dfb3281bb01120faf
2017-02-15Merge "Add missing transitive dependencies" am: 9a92a189f6 am: e1ee607b28Colin Cross
am: 0de8a60c88 Change-Id: I10e3f1ed70229ca62715c97e326bd741fd8da559
2017-02-15Merge "Add missing transitive dependencies" am: 9a92a189f6Colin Cross
am: e1ee607b28 Change-Id: Ib39f2b1ce5649b15c31a8ea89dec85e543678772
2017-02-15Merge "Add missing transitive dependencies"Colin Cross
am: 9a92a189f6 Change-Id: I36f03053988adbd3fec2e977af98e1740b80a782
2017-02-15Merge "Add missing transitive dependencies"Colin Cross
2017-02-13Add missing transitive dependenciesColin Cross
Add android-support-transition for android-support-design Test: m -j checkbuild tests cts Change-Id: I820254436bfd62434b9b4f1db79fa316a4452a88
2017-02-06Import translations. DO NOT MERGEBill Yi
Change-Id: Ida73f39c3770fc886061fdd6c578e8d6e87a3217 Auto-generated-cl: translation import
2017-02-03Import translations. DO NOT MERGE am: 4095f560e9 -s oursBill Yi
am: 854189a535 -s ours Change-Id: Icb0e84a3da56caac4b673a329c91653522f3a48b
2017-02-03Import translations. DO NOT MERGEBill Yi
am: 4095f560e9 -s ours Change-Id: I18555ebbe9ec6a948797332894d4c6afb395a1d3
2017-02-02Import translations. DO NOT MERGEBill Yi
Change-Id: I816bf0a5504510d75d26ea11c76d483c034bf78b Auto-generated-cl: translation import
2017-01-30Import translations. DO NOT MERGEBill Yi
Change-Id: Id7d2ede86d7d951ff281db5a6c78189539946895 Auto-generated-cl: translation import
2017-01-28Merge "use telephony API to sent secret dial code"Chen Xu
2017-01-27use telephony API to sent secret dial codefionaxu
Telephony provides an API to send secret code broadcast in a bgcheck-compliant way. The dialer app moves to this new API to pass O bg-restriction check. Bug:33753947 Test: Manual Change-Id: Ib2c623d7d87a7581ae5898d6181c100fac3f12f6
2017-01-27Merge "Make missed call notification a noisy notification" am: 1e721c9f30 ↵sail
am: c1bd6a1959 am: d0f276eb48 am: 8f2f4ad42d Change-Id: I4fc6620da406f18f24900c8ec431fc413ae96eaf
2017-01-27Merge "Make missed call notification a noisy notification" am: 1e721c9f30 ↵sail
am: c1bd6a1959 am: d0f276eb48 Change-Id: I37f3fa286f8a0ee749137ca7d86a4c1db324d90e
2017-01-27Merge "Make missed call notification a noisy notification" am: 1e721c9f30sail
am: c1bd6a1959 Change-Id: I623ac5f1d12034cb584d1cdf850554c94c15048d
2017-01-27Merge "Make missed call notification a noisy notification"sail
am: 1e721c9f30 Change-Id: Ia026df379e1ce3454e00920b99cc93b2879e6501
2017-01-27Merge "Make missed call notification a noisy notification"sail
2017-01-25Import translations. DO NOT MERGEBill Yi
Change-Id: I3ab49271507037904a04f4e919fc4c504f7c9587 Auto-generated-cl: translation import
2017-01-25Make missed call notification a noisy notificationHans Månsson
By making the notification noisy a missed call will trigger the pulsing of the notification LED. Currently there is nothing that indicates that a user missed a call when the display is off. Bug: 34696338 Test: Call the device, miss the call, confirm LED is pulsing. Change-Id: Ic0d3831bc847d9189a7318ded9e0b1a2869c25e4
2017-01-21Import translations. DO NOT MERGEBill Yi
Change-Id: I3913c6fe608a115b9bba4b2d275fc3fd7f3f2b3e Auto-generated-cl: translation import
2017-01-18Import translations. DO NOT MERGEBill Yi
Change-Id: I4dc7330e79229be3a5016259c2ad94380bdfb7eb Auto-generated-cl: translation import
2017-01-12Import translations. DO NOT MERGEBill Yi
Change-Id: Ied991ac6d96080915486477ace3050f662154c49 Auto-generated-cl: translation import
2017-01-12Merge "Rename language+country resources to just language"Roozbeh Pournader
2017-01-12Merge "Don't reference directory that doesn't exist" am: 949a78c265 am: ↵Colin Cross
3c87d9716e am: 314b847825 am: f3137f7965 Change-Id: I8c4d737231644fe039eb5db405fb8ce9021fe5b9
2017-01-12Merge "Don't reference directory that doesn't exist" am: 949a78c265 am: ↵Colin Cross
3c87d9716e am: 314b847825 Change-Id: I11c23e91d8147108406b9bcfe188f309a644fcb2
2017-01-12Merge "Don't reference directory that doesn't exist" am: 949a78c265Colin Cross
am: 3c87d9716e Change-Id: I598ce18a255b591cea30f58d8e686b564e4ff488
2017-01-12Merge "Don't reference directory that doesn't exist"Colin Cross
am: 949a78c265 Change-Id: I9677c8d72d3fd05126aa71cedf278c60e093f909
2017-01-12Merge "Don't reference directory that doesn't exist"Treehugger Robot
2017-01-11Don't reference directory that doesn't existColin Cross
packages/apps/ContactsCommon/src-N doesn't exist, don't try to find java files in it. Test: m -j Change-Id: I533f91378192adca3f33707739a80308e747b424
2017-01-10Rename language+country resources to just languageRoozbeh Pournader
Bug: 26496609 Test: none Change-Id: Ic8ab6603b6eeafc8eab3f0a7a3dc374119a17d64
2017-01-10Merge "Fixed a typo" am: 42187acc7b am: b54f70ba5e am: 120b6ef8ebalazar
am: 2c0f8284ce Change-Id: I80458edc11a4d2833304898fa2dab413cab8d6bc
2017-01-10Merge "Fixed a typo" am: 42187acc7b am: b54f70ba5ealazar
am: 120b6ef8eb Change-Id: Ic3fcdb8fe92bd4f8785d2446541cf6ca470cdf22
2017-01-10Merge "Fixed a typo" am: 42187acc7balazar
am: b54f70ba5e Change-Id: I3f94588ac1cb98e729705dea6abdc24d1113b47d
2017-01-10Merge "Fixed a typo"alazar
am: 42187acc7b Change-Id: I595820f5cd3eba53cf00b822fa23f92b2ed26900
2017-01-10Merge "Fixed a typo"Treehugger Robot
2017-01-09Fixed a typoalazar
Fixed two typos in the comment section Change-Id: If48c628648c388e5c2906b2922e1a2d514d9576a Signed-off-by: alazar <alshenkute@gmail.com>
2017-01-09Import translations. DO NOT MERGEBill Yi
Change-Id: Ibabe7757aa0292b5de9a8478ccaa971b58cbb379 Auto-generated-cl: translation import
2017-01-06Merge "Display incoming call when phone account selection dialog shows" am: ↵Wenlu Wu
fdf68fbd0b am: 2f06e83ade am: f6a3e26644 am: 8012f1a83f Change-Id: Ife7419f7c86aafe4a2a6a3656e257383b1f0c079
2017-01-06Merge "Display incoming call when phone account selection dialog shows" am: ↵Wenlu Wu
fdf68fbd0b am: 2f06e83ade am: f6a3e26644 Change-Id: I4e06aae3310b7f29d120daa3222f0d07c73b50b3
2017-01-06Merge "Display incoming call when phone account selection dialog shows" am: ↵Wenlu Wu
fdf68fbd0b am: 2f06e83ade Change-Id: I782d4bed3ad3150d0f5b4b87b687d923ca913e68
2017-01-06Merge "Display incoming call when phone account selection dialog shows"Wenlu Wu
am: fdf68fbd0b Change-Id: I0ea121445ef419e46da9a66ceba0c4673c49ca0e
2017-01-06Merge "Display incoming call when phone account selection dialog shows"Treehugger Robot
2017-01-05Merge "Fix conference call duration issue" am: c4a1ab0a73 am: 7fc24728cc am: ↵Narendra
8590508144 am: 3a4da507fd Change-Id: I346dae1f12e6b3ec9a68f89aaa1f782b31c81a7a
2017-01-05Merge "Fix conference call duration issue" am: c4a1ab0a73 am: 7fc24728ccNarendra
am: 8590508144 Change-Id: I29a6575bcf39b779021f9e3bb84297a951d74ac8
2017-01-05Merge "Fix conference call duration issue" am: c4a1ab0a73Narendra
am: 7fc24728cc Change-Id: I03e1afca96b26a9bd4f6f14f745d02aab99a3742
2017-01-05Merge "Fix conference call duration issue"Narendra
am: c4a1ab0a73 Change-Id: I562d6d4ff8fdfc40ab44f1d12f486f11e8c7170a
2017-01-05Merge "Fix conference call duration issue"Treehugger Robot
2017-01-05Import translations. DO NOT MERGEBill Yi
Change-Id: Iaad1d0e9fb6de3541735b4bb7e49728dde4484ae Auto-generated-cl: translation import
2017-01-03Fix conference call duration issueNarendra
The conf call start time is updated with a delay resulting in abnormal display of the conf call duration. Fixed by updating the duration only when the call start time is non-zero. Change-Id: I6a1b6c0ab0021d6e6e260bf1743487ec364366c4 Signed-off-by: Narendra <nagarw@codeaurora.org>
2016-12-30Import translations. DO NOT MERGEBill Yi
Change-Id: I3ce0d40976c702a0d980d541343b451548b3d0c0 Auto-generated-cl: translation import
2016-12-26Display incoming call when phone account selection dialog showsWenlu Wu
CallCardFragment is not created if there is an incoming call when phone account selection dialog shows, which results in incoming call not being shown. Fix issue by dismissing dialog and showing CallCardFragment in that case. Bug: 33893516 Change-Id: Icd7a729da974717945275cc5cec93da20864fde3
2016-12-21Import translations. DO NOT MERGEBill Yi
Change-Id: I8b33a8bd1872c8e3fa82b754996c95a90ae4f77d Auto-generated-cl: translation import
2016-12-19Fix casting issue in use of ICU Measures in DialerRoozbeh Pournader
Bug: 33670388 Bug: 33750033 Test: manual Change-Id: I5ed4fd9078ee5c976cda706e0ef73877928db2b1
2016-12-16Merge "Remove duration_hours etc and use ICU data"TreeHugger Robot
2016-12-15Remove duration_hours etc and use ICU dataRoozbeh Pournader
The ICU data is higher quality and supports a wider selection of locales. Also, previously spaces were used to separate the fields, which is not the correct separator in some locales. Bug: 33670388 Test: manual Change-Id: I99715dba63478a5bb319da041d1736ad247f2be1
2016-12-14Import translations. DO NOT MERGEBill Yi
Change-Id: Ie6491f95afc578ed1b5e87c634feb6a718090d05 Auto-generated-cl: translation import
2016-12-09Import translations. DO NOT MERGEBill Yi
Change-Id: If303f66f925f53b695287aa8a97b44deb2cd0ac6 Auto-generated-cl: translation import
2016-12-05Import translations. DO NOT MERGEBill Yi
Change-Id: Idd96b0a1c7dcb166918b73598131c5c3909066f9 Auto-generated-cl: translation import
2016-12-02Import translations. DO NOT MERGEBill Yi
Change-Id: Ie3d6c5882feca904e7968b50e0237b04ea165f0a Auto-generated-cl: translation import
2016-11-30Import translations. DO NOT MERGEBill Yi
Change-Id: Ie8bbf997862eb0f9d101f6cf73683c39cbeb0c3f Auto-generated-cl: translation import
2016-11-30Merge "Remove references to non-existant directories" am: 10ada2f2c2 am: ↵Colin Cross
b94019f32f am: 807a3a35d6 am: bc01a3edc3 Change-Id: I125d076cd22858b289e36e8b7a5e6ba367143e66
2016-11-30Merge "Remove references to non-existant directories" am: 10ada2f2c2 am: ↵Colin Cross
b94019f32f am: 807a3a35d6 Change-Id: I3bd412eecc570cee7977c6192227f3dd5bebe583
2016-11-30Merge "Remove references to non-existant directories" am: 10ada2f2c2Colin Cross
am: b94019f32f Change-Id: I1175d893b6dd7f91a63b2a706835f3fd84ab153d
2016-11-30Merge "Remove references to non-existant directories"Colin Cross
am: 10ada2f2c2 Change-Id: I98549ca9cbf3e5b371e9da29a52b9f19312ec122
2016-11-30Merge "Remove references to non-existant directories"Treehugger Robot
2016-11-29Remove references to non-existant directoriesColin Cross
Fixes warnings during makefile parsing: FindEmulator: find: `packages/apps/Dialer/InCallUI/src-N': No such file or directory FindEmulator: find: `packages/apps/PhoneCommon/src-N': No such file or directory Test: builds Change-Id: Idccbbb50a75ad953f8e5722c9803353dc3c9a714
2016-11-21Import translations. DO NOT MERGE am: 81ff98df9b -s ours am: dbcb1214fb -s ↵Bill Yi
ours am: 4c726b8f4f -s ours Change-Id: Ifea63dff5986cba2aec3cbd140cf95e2800f5163
2016-11-21Import translations. DO NOT MERGE am: 81ff98df9b -s oursBill Yi
am: dbcb1214fb -s ours Change-Id: I32857356a2fc8321fd1addf0e7d84d0ff7c9f1c1
2016-11-21Import translations. DO NOT MERGEBill Yi
am: 81ff98df9b -s ours Change-Id: I96b0e86acdeca499d547a385ff8c6043c74df722
2016-11-20Import translations. DO NOT MERGEBill Yi
Auto-generated-cl: translation import Bug: 32177112 Change-Id: Ia4b95ecbae7c06c5a4a3cac2d4ad3210edae0903
2016-11-18Import translations. DO NOT MERGEBill Yi
Change-Id: Ie736bd97b6b6cea00d917b171b9a62e2dc3aee57 Auto-generated-cl: translation import
2016-11-09Import translations. DO NOT MERGEBill Yi
Change-Id: I1ba5244e4bddaeb172f70f1f1852875b743156be Auto-generated-cl: translation import
2016-11-07Import translations. DO NOT MERGEBill Yi
Change-Id: I2dfc8ad8408f40688802143cd9c807dc15bb9b82 Auto-generated-cl: translation import
2016-11-05Import translations. DO NOT MERGE am: 1b7051a709 -s oursBill Yi
am: 9a0278c50f -s ours Change-Id: I8db70179b3667f200a2ffe0eb27f095bb4c998c6
2016-11-05Import translations. DO NOT MERGEBill Yi
am: 1b7051a709 -s ours Change-Id: I297126d479fe2281d1df9fc21b1786e7766e427a
2016-11-04Import translations. DO NOT MERGEBill Yi
Change-Id: Iae524972b6f1d284825dffe667ab5366cf27c6e6 Auto-generated-cl: translation import
2016-10-26Import translations. DO NOT MERGEBill Yi
Change-Id: Ie7dcbb9a6fe21a5d761a55e72f9c4362af201a8f Auto-generated-cl: translation import
2016-10-25Merge "Fix OOM issue of InCallUI" am: d5e3de3253 am: f4744f532f am: 0265226b66sail
am: 6a77f5de83 Change-Id: I7c1c8beaee6ab563c20cc8ded7751b9c5d491692
2016-10-25Merge "Fix OOM issue of InCallUI" am: d5e3de3253 am: f4744f532fsail
am: 0265226b66 Change-Id: I494318261aa048881dcd07b98fb2374f95f5f55e
2016-10-25Merge "Fix OOM issue of InCallUI" am: d5e3de3253sail
am: f4744f532f Change-Id: I8074c8d06a4c5cb804f8f36ad3ca18846b4263fd
2016-10-25Merge "Fix OOM issue of InCallUI"sail
am: d5e3de3253 Change-Id: Ic1862e5944a9bdc01eea181011d13767f8a44978
2016-10-25Merge "Fix OOM issue of InCallUI"sail
2016-10-19Fix OOM issue of InCallUIWei Huang
CallButtonPresenter didn't remove itself from InCallPresenter(CanAddCallListener). Bug: 32266071 Change-Id: I2ad979d9eebeb110b03e5a1c103d7a4f98e317c0