summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-19Import translations. DO NOT MERGEGeoff Mendal
Change-Id: Ib25291b76006c0cbcbf60eea529ba9b3e0350e2e Auto-generated-cl: translation import
2015-08-18Move MoreStrings from services.telephony.commonJay Shrauner
Remove telephony libraries from build file. Bug: Change-Id: Ibf811cb52efea9f7ad44550e31d723249ad763f2
2015-08-17Merge "Convert Dialer activities to AppCompat to support Snackbar."Nancy Chen
2015-08-17Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I2eb682b0008f3a6e25936d5b1afbce21274674d7 Auto-generated-cl: translation import
2015-08-14Merge "Rename "Recents" to "Call History"."Andrew Lee
2015-08-14Rename "Recents" to "Call History".Andrew Lee
+ All user-facing indications should now say "Call History". + I renamed many references in code to "Call Log", which is how we internally refer to many of the components related to call history. It seemed excessive to rename the fragment, list items, adapters, and other references to that throughout our codebase. Bug: 23017190 Change-Id: I99719122ce592962ff99705dcf4b16e17eee3ab7
2015-08-14am 67bd92ca: am 5a1e70b3: am 11a953c6: am dd6bd7e0: am 6b9d9a0b: Use correct ↵Yorke Lee
"Can write to settings" check in DefaultRingtonePreference * commit '67bd92ca1b5fa1a92ab6a1fa3ffec6ef672a75df': Use correct "Can write to settings" check in DefaultRingtonePreference
2015-08-14am 5a1e70b3: am 11a953c6: am dd6bd7e0: am 6b9d9a0b: Use correct "Can write ↵Yorke Lee
to settings" check in DefaultRingtonePreference * commit '5a1e70b3fc3c09070c5ec80d4dfa47fca46b1f91': Use correct "Can write to settings" check in DefaultRingtonePreference
2015-08-13Merge "Show entire call history in Dialer tab."Andrew Lee
2015-08-13am 11a953c6: am dd6bd7e0: am 6b9d9a0b: Use correct "Can write to settings" ↵Yorke Lee
check in DefaultRingtonePreference * commit '11a953c6abdb816a8c2e35e29028e6efe6a24341': Use correct "Can write to settings" check in DefaultRingtonePreference
2015-08-13am dd6bd7e0: am 6b9d9a0b: Use correct "Can write to settings" check in ↵Yorke Lee
DefaultRingtonePreference * commit 'dd6bd7e046fbff887d127bbf3ea3404ccfe64858': Use correct "Can write to settings" check in DefaultRingtonePreference
2015-08-13am 6b9d9a0b: Use correct "Can write to settings" check in ↵Yorke Lee
DefaultRingtonePreference * commit '6b9d9a0b7f7e9e2e5e4d7c03a63581bff84346a6': Use correct "Can write to settings" check in DefaultRingtonePreference
2015-08-13Convert Dialer activities to AppCompat to support Snackbar.Nancy Chen
In order to add an "Undo" snackbar for voicemail, dialer activities need to inherit from the AppCompat library. Add the relevant libraries to the make files and change the styles to be compatible. Bug: 22460745 Change-Id: Ia3cc4002cbd943da818fec67f888d085d53a3b25
2015-08-13Use correct "Can write to settings" check in DefaultRingtonePreferenceYorke Lee
Bug: 23187565 Change-Id: I3a511e41ce9cb1e1c67dd2638e1f601e8ccebb9f
2015-08-13am 324c57b9: am 21d3bd2d: am ec239ed1: am d94b24bc: Merge "Consolidate ↵Tyler Gunn
CallSubject history and dialog." into mnc-dr-dev * commit '324c57b95b021845cb81efc3bc5a9eee548a5b47': Consolidate CallSubject history and dialog.
2015-08-13am 21d3bd2d: am ec239ed1: am d94b24bc: Merge "Consolidate CallSubject ↵Tyler Gunn
history and dialog." into mnc-dr-dev * commit '21d3bd2d697671c7d0259b0e2f96e617475716d5': Consolidate CallSubject history and dialog.
2015-08-13am ec239ed1: am d94b24bc: Merge "Consolidate CallSubject history and ↵Tyler Gunn
dialog." into mnc-dr-dev * commit 'ec239ed1814d97037bf17f68f887fbdcef22e75d': Consolidate CallSubject history and dialog.
2015-08-13am d94b24bc: Merge "Consolidate CallSubject history and dialog." into mnc-dr-devTyler Gunn
* commit 'd94b24bc13c12bfa10d48614f27adae54fdd6902': Consolidate CallSubject history and dialog.
2015-08-13Merge "Consolidate CallSubject history and dialog." into mnc-dr-devTyler Gunn
2015-08-13am f92f11b9: am 0c5abc98: am 4422da16: am f88d4708: Add a version number to ↵Anthony Lee
Dialer * commit 'f92f11b9b12e38b57ea6e3a5f383295cfd00014f': Add a version number to Dialer
2015-08-13am 0c5abc98: am 4422da16: am f88d4708: Add a version number to DialerAnthony Lee
* commit '0c5abc981467c7062a5f83d78b67b7b9c3e3f70c': Add a version number to Dialer
2015-08-13am 4422da16: am f88d4708: Add a version number to DialerAnthony Lee
* commit '4422da16b43847147599e4677667ab6caea69702': Add a version number to Dialer
2015-08-13am f88d4708: Add a version number to DialerAnthony Lee
* commit 'f88d47081b2f4a04db5018f530d26590c5f1d1c6': Add a version number to Dialer
2015-08-12Add a version number to DialerAnthony Lee
Bug: 23153842 Change-Id: If1c4d1d20a76a4bf4ec8d2201cf1d34126fbd37e
2015-08-11Show entire call history in Dialer tab.Andrew Lee
+ Rename some logic around identifying the scenario (tab vs activity) for the call log. + Add padding at the bottom of the call log. + Make call log in tab show all history, not just recent history. + Rename promo card logic in CallLogAdapter, since it is VM specific. - Remove extra view holder, and associated logic. Bug: 23017190 Change-Id: I1f36f414647705a779ee14e8b43e88bf711bba56
2015-08-10Consolidate CallSubject history and dialog.Tyler Gunn
- Removed CallSubjectHistory activity and put that functionality into CallSubjectDialog. - This was to give better control of layout and make it possible to animate between show/hide of call subject history. Bug: 22685114 Change-Id: Ie5200e8d925f0a58558f1adff1e7234edc1db1b9
2015-08-08am 38db5220: (-s ours) am 56f01033: (-s ours) am 40d4dd84: (-s ours) am ↵Geoff Mendal
82640f6f: (-s ours) Import translations. DO NOT MERGE * commit '38db5220aef61cade53870efc5533e1c40bef01a': Import translations. DO NOT MERGE
2015-08-08am 56f01033: (-s ours) am 40d4dd84: (-s ours) am 82640f6f: (-s ours) Import ↵Geoff Mendal
translations. DO NOT MERGE * commit '56f01033c262d78a6ef6b058858e4f76bb5993ef': Import translations. DO NOT MERGE
2015-08-08am 40d4dd84: (-s ours) am 82640f6f: (-s ours) Import translations. DO NOT MERGEGeoff Mendal
* commit '40d4dd8409f6fcb88dcb19d30eca9e107f147df5': Import translations. DO NOT MERGE
2015-08-08am 82640f6f: (-s ours) Import translations. DO NOT MERGEGeoff Mendal
* commit '82640f6f71bbc37337a90d359d8d2f027f025b71': Import translations. DO NOT MERGE
2015-08-08Import translations. DO NOT MERGEGeoff Mendal
Change-Id: Ib1720d8a1186e8439593a9d3055fbd3e67c74a9c Auto-generated-cl: translation import
2015-08-08Import translations. DO NOT MERGEGeoff Mendal
Change-Id: I765bcbacf9c820479ac7c63f9c7259dd9a64afea Auto-generated-cl: translation import
2015-08-08am 10f8950a: am ef184932: am 5eb5437a: am f118b2b8: am 26b9e56b: Correctly ↵Yorke Lee
check for ability to write to system settings * commit '10f8950a25fa4116759e52e454a7341822c19949': Correctly check for ability to write to system settings
2015-08-07am ef184932: am 5eb5437a: am f118b2b8: am 26b9e56b: Correctly check for ↵Yorke Lee
ability to write to system settings * commit 'ef184932f32de08a6ba99ce5de3930f2a746eb95': Correctly check for ability to write to system settings
2015-08-07am 5eb5437a: am f118b2b8: am 26b9e56b: Correctly check for ability to write ↵Yorke Lee
to system settings * commit '5eb5437aff10c0c6fe63dd6e57e8ac91e3b99c98': Correctly check for ability to write to system settings
2015-08-07am f118b2b8: am 26b9e56b: Correctly check for ability to write to system ↵Yorke Lee
settings * commit 'f118b2b8f8223da216eb3e549964c8d76dd98df7': Correctly check for ability to write to system settings
2015-08-07am 26b9e56b: Correctly check for ability to write to system settingsYorke Lee
* commit '26b9e56b19472a2608e3f3feefd647ca63306e33': Correctly check for ability to write to system settings
2015-08-07Merge "Don't show "Message" action for Unknown numbers."Andrew Lee
2015-08-07am 60b35252: am 73cb73f4: am 0604f16a: am c72f419b: Add "Call with Note" ↵Tyler Gunn
from dialpad. * commit '60b35252aaf0c6caeb1bf32481f735c5e31d4853': Add "Call with Note" from dialpad.
2015-08-07am 73cb73f4: am 0604f16a: am c72f419b: Add "Call with Note" from dialpad.Tyler Gunn
* commit '73cb73f47906bf486ba9781734acdc14bccdecfa': Add "Call with Note" from dialpad.
2015-08-07am 0604f16a: am c72f419b: Add "Call with Note" from dialpad.Tyler Gunn
* commit '0604f16a932ebe5889d5f3e6380f22aefcc9bff2': Add "Call with Note" from dialpad.
2015-08-07am c72f419b: Add "Call with Note" from dialpad.Tyler Gunn
* commit 'c72f419b18258cfc6f29590e3b97dac8b175f904': Add "Call with Note" from dialpad.
2015-08-06Don't show "Message" action for Unknown numbers.Andrew Lee
Bug: 22879229 Change-Id: Ib205ef23e91dbb7e275930c49acfc89cf59803aa
2015-08-06Correctly check for ability to write to system settingsYorke Lee
Use Settings.System.canWrite instead of direct check of AppOp using AppOpsManager Bug: 22987149 Change-Id: I2484d531cce988af6e054d4c900efa277f7e622f
2015-08-05Add "Call with Note" from dialpad.Tyler Gunn
Bug: 22685114 Change-Id: Id7d16634a0baad03b28b509b62315f43fa022ee4
2015-08-05am 2846388e: am 5b27c3aa: am 98cf19a5: am 20c63bb4: Merge "Add "Call with a ↵Tyler Gunn
note" action." into mnc-dr-dev * commit '2846388ea2b0e8dc8cc4d21a9a43b9e13f9f6001': Add "Call with a note" action.
2015-08-05am 5b27c3aa: am 98cf19a5: am 20c63bb4: Merge "Add "Call with a note" ↵Tyler Gunn
action." into mnc-dr-dev * commit '5b27c3aae5b109a3d5823053c16a8eaa43f7ea94': Add "Call with a note" action.
2015-08-05am 98cf19a5: am 20c63bb4: Merge "Add "Call with a note" action." into mnc-dr-devTyler Gunn
* commit '98cf19a53d5f0c722def08a075854f7a52a97d83': Add "Call with a note" action.
2015-08-05am 20c63bb4: Merge "Add "Call with a note" action." into mnc-dr-devTyler Gunn
* commit '20c63bb47435c4ab770bb3008ed2f69666d2f0aa': Add "Call with a note" action.
2015-08-05Merge "Add "Call with a note" action." into mnc-dr-devTyler Gunn
2015-08-05Add "Call with a note" action.Tyler Gunn
- Adding call with a note action to the call log. Capability lookup is cached. - Moved getLookupKeyFromUri to ContactsCommon. - Added some extra required values in CallLogListItemViewHolder so that the call subject dialog is able to build the correct contact photo. Bug: 22685114 Change-Id: I6665c55137eef7db3ff7ac12d70d823937e8c28b
2015-08-01am 72bd8f4b: (-s ours) am b6cc23ff: (-s ours) am ec5371e4: (-s ours) am ↵Geoff Mendal
480c600d: (-s ours) am 97e3b5fc: (-s ours) Import translations. DO NOT MERGE * commit '72bd8f4b4a41207637c6b54b93b21fb4a2de2065': Import translations. DO NOT MERGE
2015-08-01am be7a6ee3: (-s ours) am ec234355: (-s ours) am 48ac99fc: (-s ours) am ↵Geoff Mendal
a8e033d1: (-s ours) Import translations. DO NOT MERGE * commit 'be7a6ee324b41fa228fa392a782992250fe6fefb': Import translations. DO NOT MERGE
2015-08-01am b6cc23ff: (-s ours) am ec5371e4: (-s ours) am 480c600d: (-s ours) am ↵Geoff Mendal
97e3b5fc: (-s ours) Import translations. DO NOT MERGE * commit 'b6cc23ff6e551d1b8fcf2757e7f62186b3b87710': Import translations. DO NOT MERGE
2015-08-01am ec234355: (-s ours) am 48ac99fc: (-s ours) am a8e033d1: (-s ours) Import ↵Geoff Mendal
translations. DO NOT MERGE * commit 'ec234355575c8472ec000138320f7d042f5283a8': Import translations. DO NOT MERGE
2015-08-01am ec5371e4: (-s ours) am 480c600d: (-s ours) am 97e3b5fc: (-s ours) Import ↵Geoff Mendal
translations. DO NOT MERGE * commit 'ec5371e4a7398bd872c536f828aa1f157e082741': Import translations. DO NOT MERGE
2015-08-01am 48ac99fc: (-s ours) am a8e033d1: (-s ours) Import translations. DO NOT MERGEGeoff Mendal
* commit '48ac99fc155cf107e5442a93a54245ccbdd94ac1': Import translations. DO NOT MERGE
2015-08-01am 480c600d: (-s ours) am 97e3b5fc: (-s ours) Import translations. DO NOT MERGEGeoff Mendal
* commit '480c600df210b9b0c421ab4e7387a453aac849b4': Import translations. DO NOT MERGE
2015-08-01am a8e033d1: (-s ours) Import translations. DO NOT MERGEGeoff Mendal
* commit 'a8e033d1ff1c81d68f54a7ac894db7058c7642f6': Import translations. DO NOT MERGE
2015-07-31am 97e3b5fc: (-s ours) Import translations. DO NOT MERGEGeoff Mendal
* commit '97e3b5fc50f6a0e4e71c11fecaff04b8b16f3657': Import translations. DO NOT MERGE
2015-07-31Import translations. DO NOT MERGEGeoff Mendal
Auto-generated-cl: translation import Bug: 22660372 Change-Id: I09dbbab8d15217c6e531c2c890c26e6464cdbaa7
2015-07-31Import translations. DO NOT MERGEGeoff Mendal
Auto-generated-cl: translation import Bug: 22660372 Change-Id: I4a1d53b5cf8d9fb22d483071988e85b47390c62a
2015-07-31Import translations. DO NOT MERGEGeoff Mendal
Auto-generated-cl: translation import Bug: 22660372 Change-Id: Idbde9b79698a8f30a2e66df9f5e53bb2895e9368
2015-07-29am 860632c5: am 595d6af6: am a68e17a3: am 7803a759: am c14a4816: Merge "Use ↵Yorke Lee
ACTION_SENDTO for send sms intent" into mnc-dev * commit '860632c5f3e017c79f192aa73c591ce2870c2355': Use ACTION_SENDTO for send sms intent
2015-07-29am 595d6af6: am a68e17a3: am 7803a759: am c14a4816: Merge "Use ACTION_SENDTO ↵Yorke Lee
for send sms intent" into mnc-dev * commit '595d6af6d7f8e33773400a23bd6412c3baae24cb': Use ACTION_SENDTO for send sms intent
2015-07-29am a68e17a3: am 7803a759: am c14a4816: Merge "Use ACTION_SENDTO for send sms ↵Yorke Lee
intent" into mnc-dev * commit 'a68e17a35ed5b8bd05504a195d17737415f624ba': Use ACTION_SENDTO for send sms intent
2015-07-29am 7803a759: am c14a4816: Merge "Use ACTION_SENDTO for send sms intent" into ↵Yorke Lee
mnc-dev * commit '7803a759563422a12eeaf5c54561d86fd41b0d49': Use ACTION_SENDTO for send sms intent
2015-07-29am c14a4816: Merge "Use ACTION_SENDTO for send sms intent" into mnc-devYorke Lee
* commit 'c14a48169d527b19c476017907b7ceee9b431f98': Use ACTION_SENDTO for send sms intent
2015-07-29Merge "Use ACTION_SENDTO for send sms intent" into mnc-devYorke Lee
2015-07-29am e23de737: (-s ours) am 7d49d182: (-s ours) am 6a7af7a6: (-s ours) am ↵Geoff Mendal
3e9a75b7: (-s ours) Import translations. DO NOT MERGE * commit 'e23de7376a6ecb19997aa4ae075d27252bce8694': Import translations. DO NOT MERGE
2015-07-29am 7d49d182: (-s ours) am 6a7af7a6: (-s ours) am 3e9a75b7: (-s ours) Import ↵Geoff Mendal
translations. DO NOT MERGE * commit '7d49d182a2ebc7742bb0d9a89cae6daeaf4a5148': Import translations. DO NOT MERGE
2015-07-29am 6a7af7a6: (-s ours) am 3e9a75b7: (-s ours) Import translations. DO NOT MERGEGeoff Mendal
* commit '6a7af7a6b987a2853f6532f3abfd3c5296b20e9b': Import translations. DO NOT MERGE
2015-07-29am 3e9a75b7: (-s ours) Import translations. DO NOT MERGEGeoff Mendal
* commit '3e9a75b7da4feb61307031591608996d936547b5': Import translations. DO NOT MERGE
2015-07-29Import translations. DO NOT MERGEGeoff Mendal
Change-Id: Iafc42b3290f3cdd58c3f78204ee54642477f6d2b Auto-generated-cl: translation import
2015-07-29Import translations. DO NOT MERGEGeoff Mendal
Change-Id: Ie00aa961600ab8181c9359674df08c1403b6fdd7 Auto-generated-cl: translation import
2015-07-29am 87a4f832: am 745329af: am af789916: am 59308086: am 2b83b0f0: Merge ↵Yorke Lee
"Don\'t update call log in CallerInfoQueryThread without permission" into mnc-dev * commit '87a4f832928f3a795490b8a048aba481bcb5e4b2': Don't update call log in CallerInfoQueryThread without permission
2015-07-29am 745329af: am af789916: am 59308086: am 2b83b0f0: Merge "Don\'t update ↵Yorke Lee
call log in CallerInfoQueryThread without permission" into mnc-dev * commit '745329af0bf1fc409b0d14dbcf8ef68628b18a5f': Don't update call log in CallerInfoQueryThread without permission
2015-07-29am af789916: am 59308086: am 2b83b0f0: Merge "Don\'t update call log in ↵Yorke Lee
CallerInfoQueryThread without permission" into mnc-dev * commit 'af7899163012fbcd6921cc6f031470a9c0185d14': Don't update call log in CallerInfoQueryThread without permission
2015-07-28Use ACTION_SENDTO for send sms intentYorke Lee
This ensures the default SMS app is correctly launched. Bug: 22776119 Change-Id: I83610a49d435ba3917225621430b7c8015407f5a
2015-07-29am 59308086: am 2b83b0f0: Merge "Don\'t update call log in ↵Yorke Lee
CallerInfoQueryThread without permission" into mnc-dev * commit '5930808671bd0acfbaffd4773cc275f72204aa94': Don't update call log in CallerInfoQueryThread without permission
2015-07-29am 2b83b0f0: Merge "Don\'t update call log in CallerInfoQueryThread without ↵Yorke Lee
permission" into mnc-dev * commit '2b83b0f09ad01ec9651e86b21dc7a19ead6f7d74': Don't update call log in CallerInfoQueryThread without permission
2015-07-29Merge "Don't update call log in CallerInfoQueryThread without permission" ↵Yorke Lee
into mnc-dev
2015-07-28Don't update call log in CallerInfoQueryThread without permissionYorke Lee
Bug: 22801077 Change-Id: I16c9c574597564c9f84bbcc00211e097538529de
2015-07-28am 0083bf28: am 3a95857a: am 4d4eb463: am bb15144e: am 142362f8: Start ↵Yorke Lee
contact info cache query thread in onResume * commit '0083bf28badde4c26e455d9a776c0070d4a71acf': Start contact info cache query thread in onResume
2015-07-28am 3a95857a: am 4d4eb463: am bb15144e: am 142362f8: Start contact info cache ↵Yorke Lee
query thread in onResume * commit '3a95857ad2b03ec7bfa55a0c519d2b78e1b0cedd': Start contact info cache query thread in onResume
2015-07-28am 4d4eb463: am bb15144e: am 142362f8: Start contact info cache query thread ↵Yorke Lee
in onResume * commit '4d4eb463e2881625c00e6c84386901749ce89ad2': Start contact info cache query thread in onResume
2015-07-28am bb15144e: am 142362f8: Start contact info cache query thread in onResumeYorke Lee
* commit 'bb15144e72c87ea571e8718b1d788c7a83acbb04': Start contact info cache query thread in onResume
2015-07-28am 142362f8: Start contact info cache query thread in onResumeYorke Lee
* commit '142362f8253e7456640c14d6acaf1969afc4b68d': Start contact info cache query thread in onResume
2015-07-28Start contact info cache query thread in onResumeYorke Lee
Bug: 22783484 Change-Id: If7881ad6a18eafe0b2ea8411b8472ba444320991
2015-07-28am e10dd056: am 052597e2: am e32de99b: am 0fc67af1: am ed058349: Merge "Fix ↵Yorke Lee
bug in FAB action" into mnc-dev * commit 'e10dd05600d2d7f71163ea29c7cecb4bf70cfaab': Fix bug in FAB action
2015-07-28am 547661c1: am f5295b11: am c00b4968: am d57bb10f: am 601eadd8: Remove ↵Yorke Lee
onPreDrawListener logic * commit '547661c110e349f2978761ac29d32f4d7b4e7df0': Remove onPreDrawListener logic
2015-07-28am 052597e2: am e32de99b: am 0fc67af1: am ed058349: Merge "Fix bug in FAB ↵Yorke Lee
action" into mnc-dev * commit '052597e2ffd41c9345e0ea6573c80eb880b13667': Fix bug in FAB action
2015-07-28am e32de99b: am 0fc67af1: am ed058349: Merge "Fix bug in FAB action" into ↵Yorke Lee
mnc-dev * commit 'e32de99beb1de1272a50890ad6b090f0506a9067': Fix bug in FAB action
2015-07-28am 0fc67af1: am ed058349: Merge "Fix bug in FAB action" into mnc-devYorke Lee
* commit '0fc67af1e66405946b3af2da3be6595c2e981648': Fix bug in FAB action
2015-07-28am ed058349: Merge "Fix bug in FAB action" into mnc-devYorke Lee
* commit 'ed058349a636243714db0f53d441591cbf00410a': Fix bug in FAB action
2015-07-28Merge "Fix bug in FAB action" into mnc-devYorke Lee
2015-07-28Merge "Add ability to add test voicemails from test app"Yorke Lee
2015-07-27Add ability to add test voicemails from test appYorke Lee
Change-Id: Ic86c8e03ab55e31df7c66602218e1822b8fc23d5
2015-07-27Fix bug in FAB actionYorke Lee
If in contact search, always show the dialpad if the FAB is clicked. Bug: 22751856 Change-Id: I069064489664a1f9c3749b34e8b333f878bbf04b
2015-07-27am f5295b11: am c00b4968: am d57bb10f: am 601eadd8: Remove onPreDrawListener ↵Yorke Lee
logic * commit 'f5295b114e0218534ffdb60a650f41efe1fda56d': Remove onPreDrawListener logic