summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'LA.UM.5.5.r1-00900-8x96.0' of ↵cm-14.0Steve Kondik2016-10-171-4/+18
|\ | | | | | | | | | | git://codeaurora.org/platform/packages/apps/ContactsCommon into cm-14.0 "LA.UM.5.5.r1-00900-8x96.0"
| * Merge a9ffae166483e95f4f71f0ec5fddb955eeb81357 on remote branchLinux Build Service Account2016-10-101-4/+18
|/| | | | | | | Change-Id: I1fb232a69d74d0929c7ccaedabd5329b7ad07cb6
| * Promotion of android_ui.lnx.2.1-00016.Linux Build Service Account2016-10-011-4/+18
| |\ | | | | | | | | | | | | | | | | | | | | | | | | CRs Change ID Subject -------------------------------------------------------------------------------------------------------------- 1061655 Ib2244914cce2837f74b6e9f68dd126540df67e76 ContactsCommon: Dialer force close Change-Id: I6c62200e2186545ab76b7eef5568d3df9d9b9a5f CRs-Fixed: 1061655
| | * ContactsCommon: Dialer force closeFang Yunong2016-09-201-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dialer force close as WRITE_SETTINGS permission is not granted as default since N version. Hence, judge whether it can write into settings.system or not before write. Change-Id: Ib2244914cce2837f74b6e9f68dd126540df67e76 CRs-fixed: 1061655
* | | Merge 7f1a9a073da41abbd1894003a41252b66a740cbb on remote branchLinux Build Service Account2016-09-222-6/+12
|\| | | | | | | | | | | Change-Id: Ie456b105e8a4289492cc1e1bfab99dae7e4268a5
| * | Promotion of android_ui.lnx.2.1-00006.Linux Build Service Account2016-09-092-6/+12
| |\| | | | | | | | | | | | | | | | | | | | | | | | | CRs Change ID Subject -------------------------------------------------------------------------------------------------------------- 1063248 Ia07b4056686bb1af8f12b200f12701e4b46d848d Fix save contact to wrong sim card Change-Id: I260b982b6cdb6d3a526faca8dc95c8506021346c CRs-Fixed: 1063248
| | * Fix save contact to wrong sim cardblong2016-09-052-6/+12
| | | | | | | | | | | | | | | | | | | | | - Correct the sim contact operation interface Change-Id: Ia07b4056686bb1af8f12b200f12701e4b46d848d CRs-Fixed: 1063248
* | | Merge 7e6f3258070a5dc7aea0458a204d18818abd7e20 on remote branchLinux Build Service Account2016-09-122-2/+5
|\| | | | | | | | | | | Change-Id: I13a353b41471189e7dfa754c020160829e5b8e62
| * | Promotion of android_ui.lnx.2.1-00003.Linux Build Service Account2016-09-022-2/+5
|/| | | |/ | | | | | | | | | | | | | | | | CRs Change ID Subject -------------------------------------------------------------------------------------------------------------- 781722 I603d9f81cb2973dce324af52f232147c38515a91 IMS-VT: Enable video calling for emergency video calls 1001664 I9c251020c8eaeab511f9e56bd08e94ac595739ec Remove mobile type for email field Change-Id: I29b0124982f938889446506990f068cbab6a4650 CRs-Fixed: 1001664, 781722
| * Merge "Remove mobile type for email field" into android_ui.lnx.2.1-devLinux Build Service Account2016-08-301-1/+0
| |\
| | * Remove mobile type for email fieldblong2016-08-251-1/+0
| |/ |/| | | | | | | | | | | - Remove mobile type for email field Change-Id: I9c251020c8eaeab511f9e56bd08e94ac595739ec CRs-Fixed: 1001664
| * IMS-VT: Enable video calling for emergency video callsRavi Paluri2016-08-241-1/+5
|/ | | | | | | Enable video calling for emergency video calls Change-Id: I603d9f81cb2973dce324af52f232147c38515a91 CRs-Fixed: 781722
* Fix changing sim pin through mmi codestaging/cm-14.0-cafWileen Chiu2016-08-241-10/+12
| | | | | | | | | - Attempting to handle mmi code is failing when PhoneAccount object is null - call handleMmi API with only dial string if null Change-Id: If353c6955a0a912325fbaff1985b32a2301a43d9
* ContactsCommom : Create dialog for open/close video calling menuZhu Youhua2016-08-244-1/+215
| | | | | | | When open/close video calling menu will create the Dialog. Change-Id: I9105e87234a5afb7e751783394f7a431840219f5 CRs-Fixed: 1039337
* Fix deleted group still display in custom viewblong2016-08-241-1/+3
| | | | | | | - Add judge to filter deleted groups Change-Id: Ie4ac85f81dc527947dd577b727f6b541a063a74a CRs-Fixed: 1051454
* Support 40 digits for phone numberblong2016-08-241-1/+1
| | | | | | | - Correct phone number length to 40 digits Change-Id: I20c5db49d3e49a4b2f0b7cd3308ce809567df719 CRs-Fixed: 1047880
* Add sim contacts from mmsblong2016-08-243-0/+26
| | | | | | | | - Support add sim contacts from mms CRs-Fixed: 1045171 Change-Id: I34c52266b411cabc494942b6b8ae762767d34d79
* Support ADN alpha identifier length more than 14 charactersblong2016-08-241-8/+1
| | | | | | | - Remove alpha identifier length constraint Change-Id: I0c43accb7cafce2ae4535085a548921dcc366274 CRs-Fixed: 1045117
* ContactsProvider: Add support for operator nameFang Yunong2016-08-242-0/+47
| | | | | | | | Add operator name in dialer screen Add operator name in calllog Change-Id: I6edb5bda95cfa36a2949c8226865543303b8cfab CRs-Fixed: 1037633
* Fix FC when export sim contact failureblong2016-08-242-1/+3
| | | | | | | | - IllegalFormatConversionException happens when toast, correct the string format Change-Id: I299f9c5e5a4bc46890e240dd0603fa2df56d2229 CRs-Fixed: 1025489
* Fix contact crash when get carrierpresenceblong2016-08-241-1/+8
| | | | | | | - Add judge when get carrierpresence to avoid exception Change-Id: I125318fb36f001db40830a7a7a9ae8d2f3127a72 CRs-Fixed: 1033193
* IMS: Conference call icon display incompletely in call log tab.Suchand Ghosh2016-08-241-1/+1
| | | | | | | | | | Due to insufficient right margin, conference call icon display incompletely in call log tab. Increase right margin value so that conference call icon will display completely in call log tab. CRs-Fixed: 1023218 Change-Id: If5e4cadcb20d96b3ef0a2d4dd42b42902dd6bac8
* Feature: Add contacts multi-pick featurexiawei yang2016-08-247-66/+187
| | | | | | | Pick multiple recipients from Contacts/Mms/Calllog Change-Id: Ia3fba1505aff1b41026d4a5bc7e47451447d36f9 CRs-Fixed: 988826
* Add a checkable QuickContactBadge.Danny Baumann2016-08-2410-4/+718
| | | | | | | | | | To be used from multi picker UI. FlipDrawable and CheckableFlipDrawable were kanged from UnifiedEmail. Conflicts: src/com/android/contacts/common/list/ContactListItemView.java Change-Id: Ic910071da9314526c3d75ab354b62645399824ce
* Uses the wrapper API for internal API callingblong2016-08-242-127/+103
| | | | | | | - Uses the wrapper API for calling internal API Change-Id: Ic5f6c257c1f888e8a7dc97c93382c8583e210ffd CRs-Fixed: 1021771
* Add SIM photo for SIM contactsblong2016-08-2431-90/+334
| | | | | | | | - Add the customize photo for SIM contacts CRs-Fixed: 1014536 Change-Id: Ib9ab1e4aa7ce1a42eb06d478a4a9d011ca758d03
* Add import/export contacts from/to SIM cardblong2016-08-248-75/+996
| | | | | | | | | | - Support auto split contacts according email and number count when export to SIM card - Add the interface to copy contacts between SIM card and Phone CRs-Fixed: 1014536 Change-Id: I0b48f2a0b8a9f7589226017235534d955e966020
* Add the support for SIM and Phone accountblong2016-08-2416-10/+1281
| | | | | | | | - Add SIM and Phone account type - Add insert/update/delete operation for SIM contacts - Add support to save anr and email for SIM contacts Change-Id: Id29dd5f1e9a7ff5d7fa39ab62339d62d5eb0c31b
* IMS-VT: Add video call icons.Garik Badalyan2016-08-2410-0/+0
| | | | | | | | -Added icons to support one-way video use-cases, e.g. answering incoming video call, accepting incoming upgrade request. Change-Id: I6a071086d8fc1882c89b493ee3cc5c07fb997c48
* merge in nyc-release history after reset to nyc-devThe Android Automerger2016-06-090-0/+0
|\
| * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-06-050-0/+0
| |\
| | * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-06-020-0/+0
| | |\
| | | * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-06-010-0/+0
| | | |\
| | | | * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-05-230-0/+0
| | | | |\
| | | | | * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-05-220-0/+0
| | | | | |\
| | | | | | * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-05-150-0/+0
| | | | | | |\
| | | | | | | * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-05-080-0/+0
| | | | | | | |\
| | | | | | | | * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-05-040-0/+0
| | | | | | | | |\
| | | | | | | | | * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-04-130-0/+0
| | | | | | | | | |\
| | | | | | | | | | * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-04-040-0/+0
| | | | | | | | | | |\
| | | | | | | | | | | * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-04-040-0/+0
| | | | | | | | | | | |\ | | | | | | | | | | | |/ | | | | | | | | | | |/|
| | | | | | | | | | * | merge in nyc-release history after reset to nyc-devThe Android Automerger2016-04-030-0/+0
| | | | | | | | | | |\|
| | | | | | | | | | | * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-03-310-0/+0
| | | | | | | | | | | |\
| | | | | | | | | | | | * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-03-300-0/+0
| | | | | | | | | | | | |\
| | | | | | | | | | | | | * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-03-270-0/+0
| | | | | | | | | | | | | |\
| | | | | | | | | | | | | | * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-03-240-0/+0
| | | | | | | | | | | | | | |\
| | | | | | | | | | | | | | | * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-03-220-0/+0
| | | | | | | | | | | | | | | |\
| | | | | | | | | | | | | | | | * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-03-200-0/+0
| | | | | | | | | | | | | | | | |\
| | | | | | | | | | | | | | | | | * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-03-170-0/+0
| | | | | | | | | | | | | | | | | |\
| | | | | | | | | | | | | | | | | | * merge in nyc-release history after reset to nyc-devThe Android Automerger2016-03-150-0/+0
| | | | | | | | | | | | | | | | | | |\