summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
* resolve merge conflicts of 9f523b4 to nyc-devWalter Jang2017-02-031-0/+3
| | | | | | | | | | | | | | Bug: 32219099 Merged-In: Ib141ad682488aeabf6d90e8d169d5fff6df7a8dd Change-Id: I895b1f9f8ade2dcfa47d1c17e0aaac2edeb75a74 (cherry picked from commit b7eecdd9a1276b721bb9644a0762dfd969e52709) (cherry picked from commit d47661ad82d402c1e0c90eb83970687d784add1b) # Conflicts: # src/com/android/contacts/common/activity/RequestPermissionsActivity.java # src/com/android/contacts/common/activity/RequestPermissionsActivityBase.java # src/com/android/contacts/common/util/AccountSelectionUtil.java # src/com/android/contacts/common/vcard/ImportVCardActivity.java mh0rst: Backport from android-7.1.1_r9
* Improve stringsMichael Bestas2016-04-141-5/+3
| | | | Change-Id: I77052577b33ed53cf14a004c31b9df9de9debc0d
* Contacts: corrected login icon dimensErica Chang2016-03-252-9/+9
| | | | Change-Id: I671c5b21b7780aab22ae1dc4f3fbcf1247be4903
* Add additional resources for use with LookupProviderRohit Yengisetty2016-03-252-0/+8
| | | | | | | | Adding : - spam contact color - spam information strings Change-Id: Ie2d4f8476c6ebc2b71508fdfc57a74e32984032f
* T9 searchStephen Bird2016-03-251-0/+2
| | | | | | Add views and methods for displaying incall usernames. Change-Id: I8a1add14734a84a455937b984224422f3b2d75d5
* Added plugin resourcesErica Chang2016-03-253-0/+18
| | | | Change-Id: Ie2abe95659a80aa1f199ca45e24b7fa5c2020ae7
* Refactor BlockContactHelperRohit Yengisetty2016-01-201-1/+1
| | | | Change-Id: Ic10174bc1a9fb9bf1c68aa2efc25472dd8c656d6
* Add block contact dialog and supporting helper classesRohit Yengisetty2016-01-123-0/+22
| | | | Change-Id: I7f2697a843d4f615fe1ae9e8525baaefcbe9428b
* Themes: Define back arrow tint color for themesBryan Owens2016-01-011-0/+1
| | | | | | | This will make it easier to theme and keep stock look Change-Id: Ifb145823882eb9008bfa88c45d29edc4b9c6786e Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
* ContactsCommon: Improve CAF stringsMichael Bestas2015-12-142-56/+43
| | | | | | * Also remove unused ones Change-Id: Ia8724c749e51028a92544bdf476fbbbfe51e6444
* ContactsCommon: move CAF strings to cm_stringsVladislav Koldobskiy2015-12-132-87/+81
| | | | Change-Id: I0670b6e3dab7d734f996331f51b7b112fa54c3a3
* Merge tag 'android-6.0.1_r3' of ↵Steve Kondik2015-12-071-1/+1
|\ | | | | | | | | | | https://android.googlesource.com/platform/packages/apps/ContactsCommon into HEAD Android 6.0.1 release 3
| * Make LetterTileDrawables boldYorke Lee2015-10-201-1/+1
| | | | | | | | | | Bug: 24682810 Change-Id: I044ec6e04d998b790913e245d8815c291ac869d3
* | Add a checkable QuickContactBadge.Danny Baumann2015-11-171-0/+1
| | | | | | | | | | | | | | To be used from multi picker UI. FlipDrawable and CheckableFlipDrawable were kanged from UnifiedEmail. Change-Id: Ic910071da9314526c3d75ab354b62645399824ce
* | contacts-common: Add support for import contacts to local phone storageJorge Ruesga2015-11-171-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change allow to select the local storage account to add/import contacts when others cloud/corporate accounts exists. If one or more account exists just ask the user to select the destination account Depends on: http://review.cyanogenmod.org/#/c/59352/ JIRA: CYAN-391 Issue: https://jira.cyanogenmod.org/browse/CYAN-391 Signed-off-by: Jorge Ruesga <jorge@ruesga.com> Conflicts: src/com/android/contacts/common/interactions/ImportExportDialogFragment.java Change-Id: I0120861479a4dcced11a430803513fc21a2e130b
* | ContactsCommon: Add optional text highlight colorcretin452015-11-171-0/+2
| | | | | | | | Change-Id: Ia2b7786ea32fc9cda029d90df7ba3f3ac4782fe4
* | Expose colors in layouts for themesBryan Owens2015-11-111-0/+3
| | | | | | | | | | Change-Id: If4462396b2690c7854349cfb306af042c3773d72 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
* | Expose colors from arrayBryan Owens2015-11-072-28/+75
| | | | | | | | | | Change-Id: I903d7d26672eb2182967425b5af6166eb95ff711 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
* | Merge tag 'android-6.0.0_r26' into HEADRicardo Cerqueira2015-11-055-0/+69
|\| | | | | | | | | | | | | | | | | | | | | Android 6.0.0 release 26 Conflicts: res/values-zh-rCN/strings.xml res/values/strings.xml src/com/android/contacts/common/CallUtil.java Change-Id: I7343f010b46987cb5723c1c86bf450af90e3160f
| * Consolidate CallSubject history and dialog.Tyler Gunn2015-08-123-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed CallSubjectHistory activity and put that functionality into CallSubjectDialog. - Changed CallSubjectDialog into an activity styled after a dialog. - Although dialog_call_subject looks a lot different, the main change is the addition of the subject_list above the dialog in the layout (I tried having it below the dialog but I could not get the layout to work properly). A RelativeLayout was used so that when the subject history list is shown, the dialog naturally moves up to fit the call history list. - Added layout for the call subject history list items to give better control of their appearance. - 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: I7555bb09b86c50b52a76661f1460f4fe0e30bd97
| * Add CallHistory activity to CallSubjectDialog, plus others.Tyler Gunn2015-08-062-0/+15
| | | | | | | | | | | | | | | | | | - Shows last 5 call subjects. - Add OnPhoneNumberPickerActionListener for handling callbacks from search results to trigger making a call with a subject. Bug: 22685114 Change-Id: I3b1e6660c8fa4b3c289e538d673a82caabb57a73
| * Add "call with a note" resourcesTyler Gunn2015-08-044-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | Note: UX resource for ic_call_note_while; UX needs to send me proper version in all resolutions. - Added new CallSubjectDialog class to display the call subject dialog. - Moved getLookupKeyFromUri from Dialer into UriUtils. - Note: Limit of 16 chars is in place until b/22806380 is resolved. Bug: 22685114 Change-Id: I9744765c3bbc6672a400fe3d1522c5af1b793781
* | Merge remote-tracking branch 'remotes/quic/ui_dev_2.0' into HEADXiaojing Zhang2015-10-201-0/+77
|\ \ | | | | | | | | | Change-Id: Ibc079218a348574499304da141f64282b756ed17
| * | Add IP call interface supportsxjiang2015-09-111-1/+1
| | | | | | | | | | | | | | | | | | - Add the interface to set IP Prefix Change-Id: Ie6e29b24f185ae7c3629eb2c332e6485b5dd88de
| * | Add import/export contacts from/to SIM cardxjiang2015-09-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Support import or export contacts from/to SIM card - Support auto split contacts according email and number count when export to SIM card - Add the interface to get anr and email count - Add the interface to copy contacts between SIM card and Phone Change-Id: Iba56d1ca38d9fdb32469a961bf0a370daeac4bff
| * | Add the support for SIM and Phone accountblong2015-09-071-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Add SIM and Phone account type - Add insert/update/delete operation for SIM contacts - Add the support for filter SIM contacts - Add support to save anr and email for SIM contacts Change-Id: I1aaa9046462ed114488e4cd0cfa0d061a7330c69
| * | IMS-VT: Enable Video Calling option based on configurationRavi Paluri2015-08-251-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added <config_ims_enable_video_calling> config flag that takes 0 - Enable/disable video calling based on local/peer video capabilities 1 - Enable video calling regardless of local/peer video capabilities 2 - Disable video calling regardless of local/peer video capabilities Change-Id: Ib4583cc680b304bf3f223aaa3bfcf4d189557cfe CRs-Fixed: 781722
| * | SimContacts: Add support for manage SIM Contacts.Rakesh Pallerla2015-08-211-2/+11
| |/ | | | | | | | | | | | | | | | | Add support for 1) Showing Manage sim contacts instead of import sim contacts in UI. 2) Showing Export contacts to sim card in UI and launch relevant activity to export contacts to SIM Change-Id: If0b668a1c91586b67d841bc4b63adf09279261eb
* | IMS-VT: Enable Video Calling option based on configurationRavi Paluri2015-10-061-0/+35
| | | | | | | | | | | | | | | | | | | | Added <config_ims_enable_video_calling> config flag that takes 0 - Enable/disable video calling based on local/peer video capabilities 1 - Enable video calling regardless of local/peer video capabilities 2 - Disable video calling regardless of local/peer video capabilities Change-Id: Ib4583cc680b304bf3f223aaa3bfcf4d189557cfe CRs-Fixed: 781722
* | SimContacts: Add support for manage SIM Contacts.Rakesh Pallerla2015-10-061-2/+11
|/ | | | | | | | | Add support for 1) Showing Manage sim contacts instead of import sim contacts in UI. 2) Showing Export contacts to sim card in UI and launch relevant activity to export contacts to SIM Change-Id: If0b668a1c91586b67d841bc4b63adf09279261eb
* Allow the user to select the vcards to importWalter Jang2015-07-143-50/+5
| | | | | | | | | | | | | | | | | | | | | Rather than always scanning for .vcf files in external storage This is the flip-side to b/22453182 where we changed to allow the user to select the destination for vcard export so that we could remove the WRITE_EXTERNAL_STORAGE permission. Additionally, we change the import/export options in the dialog to read "Export to .vcf file" and "Import from .vcf file" since the previous text (Just "Export" and "Import from external storage" are not accurate. Note, we continue to support importing from multiple .vcf files at once but we no longer need our own dialog to present those options to the user. Bug 22454038 Change-Id: I1a145f00f07c4c0f547c38d720c109197baab833
* Don't translate the export contacts destination filenameWalter Jang2015-07-132-4/+4
| | | | | | | Bug 22447350 Bug 22208705 Change-Id: I7c70a3aebad82c96ffc5b4e8c80291f881d74676
* Resolve vcard export file display nameWalter Jang2015-07-091-0/+7
| | | | | | | | | | The display name of the export destination file is displayed in the Toast indicating that an export has been initiated as well as in the notification displayed after the export completes. Bug 22208705 Change-Id: Ifbf80945614d6d3244b58acff2160e3caf051d8d
* Let the user choose where to export vcards to 1/3Walter Jang2015-07-083-8/+7
| | | | | | | | | | | | | | | | | | Instead of always using external storage. Also we change the suggested export filename from something like 00001.vcf to just contacts.vcf. Since we don't know the destination directory anymore untill after it is selected, we can't check if there is already an exported vcf file there in. The Activity handling ACTION_CREATE_DOCUMENT handles file name collisions itself anyway. Screenshots https://goto.google.com/b22208705 Bug 22208705 Change-Id: I17bac2f483e200c13adf1429c0eade17e4d2908a
* Add copy to clipboard string to ContactsCommonYorke Lee2015-06-291-1/+2
| | | | | Bug: 21453814 Change-Id: Ib93fbdeaeeeb480a98336e3bb208cb373e617b3d
* Catch transaction too large exceptionBrian Attwell2015-06-281-0/+3
| | | | | | | | | | If you are sharing a bazillion contacts, then the shared intent's URI can be longer than the binder limit. This causes a crash. For now, lets prevent the crash from occuring and show a toast. Bug: 22083005 Change-Id: I2028929a49240a1982301b46f7e2eb4b3d6239bb
* Improve Contacts' permission handlingBrian Attwell2015-06-251-0/+4
| | | | | | | | | | Instead of repeatedly asking the user for the same permissions over-and-over, instead only ask them once when they open an activity. If they give us all the permissions we require, then allow them to continue. If not, close the activity and show the user a toast. Bug: 21791169 Change-Id: Idae927d525124ed8a7081bd5a8edbd24e1ba3190
* Change list shortcut item styling.Andrew Lee2015-03-231-2/+1
| | | | | | | | | - Remove background drawable on contact list item view shortcuts. + Swap add person icon from black to white, for tinting. + Tint icons blue instead of white. Bug: 19372539 Change-Id: Ib0353f6e9020bdbc923bacce71bca565a874fabb
* Change "People" to "Contacts" in "Clearing frequently contacted" dialog.Nancy Chen2015-02-181-1/+1
| | | | | | | | We no longer refer to the "People" app, it's now called the "Contacts" app, so we should remove the reference of "People". Bug: 18804410 Change-Id: I63eda33fbeb9495063d57ded9ae0a051b744cd6e
* 56dp clickable close button. Contacts & dialer.Brian Attwell2015-01-201-5/+4
| | | | | Bug: 19075021 Change-Id: Ie8b6c1da99c3fd447db9e927937ba24afcf6f22c
* Add Text-to-Speech annotations to import/export menu phone numbersIhab Awad2014-12-051-1/+1
| | | | | Bug: 17321294 Change-Id: Iee6a3a9d26e464140f6cfdbd982297f0da06006f
* Make ripple on dark backgrounds more visibleYorke Lee2014-11-211-2/+2
| | | | | | | Provide greater UX feedback when speed dial tile is tapped Bug: 18373617 Change-Id: I75c0900ed87b7427917dda2c40d9677d75f38d3b
* String resource edits for ContactsCommonNancy Chen2014-11-101-1/+1
| | | | | | | | Adjust strings in GoogleDialer per ewong@'s edits. "Select Account" string was moved from Dialer to ContactsCommon. Bug: 17446974 Change-Id: Iea41a4e7009355068490c02e61293d4fdf825e31
* Merge "Remove windowNoDisplay from BackgroundOnlyTheme" into lmp-mr1-devBrian Attwell2014-11-051-1/+3
|\
| * Remove windowNoDisplay from BackgroundOnlyThemeBrian Attwell2014-11-031-1/+3
| | | | | | | | | | | | | | | | | | BackgroundOnlyTheme is only used for .common.vcard activities. These activities are transparent activities used for launching dialogs and running tasks. Dialogs require windowNoDisplay=false. bug: 18163647 Change-Id: I54383e59925e5238a4df30e32be092dfe1e2f1e5
* | Merge "Fix build breakage by adding color to contacts common." into lmp-mr1-devNancy Chen2014-11-051-0/+3
|\ \
| * | Fix build breakage by adding color to contacts common.Nancy Chen2014-11-041-0/+3
| |/ | | | | | | | | | | | | | | The correct color resource was in Dialer but not in ContactsCommon. Adding to ContactsCommon. Bug: 18204058 Change-Id: I4ff3ce07177bb94d4070da1b67030ddbc4204c44
* / Modify Select Account Dialog to align with UI mocks.Nancy Chen2014-11-041-0/+2
|/ | | | | | | | | + Additional line for the phone number + Support optional title (for phone calls it will be titled "Call With") + Tweaks to make it more visually appealing. Bug: 18204058 Change-Id: Ie2c0fce0b20cf5e889cb17254bc6462ed4fb6438
* am 90917145: Add an option to set the selected phone account as the default. ↵Nancy Chen2014-10-231-0/+4
|\ | | | | | | | | | | | | (3/3) * commit '90917145825ca7e8e34d407c72c80a15300fafdc': Add an option to set the selected phone account as the default. (3/3)
| * Add an option to set the selected phone account as the default. (3/3)Nancy Chen2014-10-221-0/+4
| | | | | | | | | | | | | | | | | | Modify the phoneAccountSelected method to support the option to set the selected phone account as the default for outgoing phone calls. Add checkbox to the select account dialog for user interaction. Bug: 18078232 Change-Id: I7e6af5238fe2ff95d7f1e0622f7fa24111147f4e