summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Contacts: adaptive iconAsher Simonds2018-08-211-1/+1
| | | | | Change-Id: Ibacea76eb0f6fdbfacd04bdb82649fe0b9d78f6f Signed-off-by: Joey <joey@lineageos.org>
* Contacts: define app categoryJoey2018-08-211-0/+1
| | | | | Change-Id: I54fd9b2bc0d1beb4885d5dd5cb59c93a34f4bb7d Signed-off-by: Joey <joey@lineageos.org>
* Change targetSdk to 28Marcus Hagerott2018-04-131-3/+3
| | | | | | | | | Also bump versions. Test: built and launched the app on Walleye running P Bug: 76092272 Change-Id: I8ee06951caf4f7f392e39f0b3f8c8b4da202ce9f
* Add foreground service permissionMarcus Hagerott2018-03-021-0/+2
| | | | | | | | | Test: installed app and verified permission is requested via $ adb shell dumpsys package com.android.contacts FIXED=72969858 Change-Id: Iab6c79d5ea924c58a3c8d5558a7b852ce7f7dacb
* Bump AOSP Contacts to 1.7.30Gary Mai2017-08-041-2/+2
| | | | | | Test: N/A Bug: 64041119 Change-Id: I61553a2e0d4496aa46f10e78ceac5ac56760c83e
* Bump AOSP Contacts to 1.7.23Wenyi Wang2017-08-021-2/+2
| | | | | | | | | Bug: 37984278 Bug: 63776484 Test: N/A Merged-In: Ib8db3c8202f5f534f53a3dca2ffab94ed3238b60 Change-Id: Ib8db3c8202f5f534f53a3dca2ffab94ed3238b60
* DO NOT MERGE Bump AOSP Contacts to 1.7.22Gary Mai2017-06-131-2/+2
| | | | | Bug: 37984278 Change-Id: Iab069a379798851e32c27089206f7521c54f9863
* Bump AOSP version to 1.7.21Marcus Hagerott2017-05-181-2/+2
| | | | | | Bug: 33000560 Change-Id: I889be5dc7e9acd8a05a955bc5e11e7cd272a5aa1
* DO NOT MERGE Bump AOSP Contacts ODR to 1.7.20John Shao2017-05-041-2/+2
| | | | | Bug:37984278 Change-Id: I2531ff7c3bb496274a0ac6d3f12378277abafb5a
* Bump up AOSP Contacts version to 1.7.11.Arthur Wang2017-04-191-2/+2
| | | | | Bug:37516292 Change-Id: I94bfdcbd0fff41427d4a1f3ffbaeb82860029258
* Expose PeopleActivity to Instant AppsChad Brubaker2017-04-131-0/+1
| | | | | | | | | | PeopleActivity is used for EDIT and INSERT actions. Test: cts-tradefed run commandAndExit cts-dev -m CtsAppSecurityHostTestCases -t android.appsecurity.cts.EphemeralTest#testExposedSystemActivities Change-Id: I6117600c91174f84f14d49471c988d48646584a0
* DO NOT MERGE Bump up AOSP Contacts to 1.7.10.Arthur Wang2017-04-121-2/+2
| | | | Change-Id: I1869b87679d310c624f30bbbf49ee3396ec5e0d3
* Revert "DO NOT MERGE Bump AOSP version to 1.7.10"Walter Jang2017-04-071-2/+2
| | | | | | This reverts commit 4e7ef284c91b4caa8a3015fe1bd6b501d4987b7b. Change-Id: I9f121d747ba227f9ed616877116c98fdef533cb9
* DO NOT MERGE Bump AOSP version to 1.7.10Walter Jang2017-04-071-2/+2
| | | | | Bug: 33000560 Change-Id: I85920be6935454c5a2e78d659c96082589e85d81
* Merge "Hold RECEIVE_BOOT_COMPLETED permission to receive ↵TreeHugger Robot2017-03-231-0/+1
|\ | | | | | | ACTION_BOOT_COMPLETED" into ub-contactsdialer-i-dev
| * Hold RECEIVE_BOOT_COMPLETED permission to receive ACTION_BOOT_COMPLETEDWenyi Wang2017-03-231-0/+1
| | | | | | | | | | | | | | | | | | | | Bug: 36530928 Test: follow steps to repro in http://b/36530928#comment2; also added debug statement to verify that broadcast is received when phone is booted. Change-Id: I85ecb443064d76477026fdea52fc25cebb1f2013
* | DO NOT MERGE Bump AOSP Contacts version to 1.7.9yaolu2017-03-221-2/+2
|/ | | | | Bug: 33000560 Change-Id: I08de09287bb16004711bad6e0b51b5f42fa56eb4
* Merge "Adopt O shortcut changes for Intent.ACTION_CREATE_SHORTCUT" into ↵Gary Mai2017-03-161-0/+2
|\ | | | | | | ub-contactsdialer-i-dev
| * Adopt O shortcut changes for Intent.ACTION_CREATE_SHORTCUTGary Mai2017-03-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we're on O, use ShortcutManager's .createShortcutResultIntent and return that to the launcher. Move ShortcutIntentBuilder out of list package since it doesn't really make sense in there. Also allows us to keep DynamicShortcuts' methods package private. Test: Manually verify shortcuts created by long pressing on the home screen (Contacts 1x1 widgets) are the newer app shortcuts on O and are legacy shortcuts on pre-O (L, M, and N). Bug: 36032908 Change-Id: Ic78c21daf223b59b45cbc98ceea2726fc29c055c
* | Merge "Add launch screen" into ub-contactsdialer-i-devYao Lu2017-03-161-1/+1
|\ \
| * | Add launch screenyaolu2017-03-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quantum_launchscreen_contacts.xml files are generated by following go/launch-screens All added drawables are copied from: java/com/google/android/assets/product/res/*/*.png java/com/google/android/assets/googlelogo/res/*/*.png All added dimens are copied from: java/com/google/android/assets/launchscreens/res/*/dimens.xml Bug: 30255034 Bug: 35360058 Test: on nexus 5x and 9, observe launch screen shown correctly. Change-Id: If9a659b65ef9d0ea38b377b8ecdb5382314570f5
* | | Merge "Start to use notification channel" into ub-contactsdialer-i-devWenyi Wang2017-03-161-0/+9
|\ \ \ | |/ / |/| |
| * | Start to use notification channelWenyi Wang2017-03-151-0/+9
| |/ | | | | | | | | | | | | | | | | | | | | | | | | - Since we rarely use notifications, we have only 1 channel named "Notifications". Bug: 34129110 Test: manual 1. build eng-o and install it on O 2. export contacts and observe channel is seen Change-Id: I38f2c57b0b9139441223c7cc94c7118d6a9fd323
* / DO NOT MERGE Bump up AOSP Contacts version to 1.7.8.Arthur Wang2017-03-151-2/+2
|/ | | | | bug:33000560 Change-Id: I4595636e8a4a74250468e9756af37cf778648f3a
* DO NOT MERGE Bump AOSP Contacts to 1.7.7John Shao2017-02-231-2/+2
| | | | | Bug: 33000560 Change-Id: I230e8463b6f6e5f16976f11c6b0e56acd3d3318a
* DO NOT MERGE Bump AOSP Contacts version to 1.7.6Wenyi Wang2017-02-171-2/+2
| | | | | | | Bug: 33000560 Test: none Change-Id: Ia432741acf8138ff3f3e9b09dc6cd8cd1c58b175
* DO NOT MERGE Bump AOSP Contacts version to 1.7.5Marcus Hagerott2017-02-081-2/+2
| | | | | Bug: 33000560 Change-Id: Ibe01965d182e3076cc0477d8e83af1ac31f8d755
* Merge "Expose ContactSelectionActivity to Instant Apps" into ↵Walter Jang2017-01-261-1/+2
|\ | | | | | | ub-contactsdialer-i-dev
| * Expose ContactSelectionActivity to Instant AppsChad Brubaker2017-01-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | This is needed for Instant Apps to be able to use the Contacts Picker Bug: 34468723 Test: cts-tradefed run commandAndExit cts-dev -m CtsAppSecurityHostTestCases -t android.appsecurity.cts.EphemeralTest Test: Manually verified that ACTION_PICK works from an Instant App Change-Id: Id091fd0172d450078807f5e78518027a77896898
* | DO NOT MERGE Bump AOSP Contacts version to 1.7.4John Shao2017-01-251-2/+2
|/ | | | | Bug: 33000560 Change-Id: I27e2c1fcedd31fae20841f57761cae8b6f91e622
* DO NOT MERGESarah van der Bleek2017-01-191-2/+2
| | | | | | | Bump the version code of AOSP GoogleContacts to 1.7.3 Bug:33000560 Change-Id: I495ad495eeafa20fbdc8af1921de7572eb867428
* DO NOT MERGE Bump version of AOSP contacts to 1.7.2Marcus Hagerott2017-01-121-2/+2
| | | | | | Test: none Bug: 33000560 Change-Id: I0e93082ba9df74a331b26e36a3c6d56d8a39a15a
* Focus on name field and show keyboard when inserting contactGary Mai2017-01-101-2/+1
| | | | | | | | | | | | | | | | Request name field focus when it's an insert. Test: Manually verified: * Inserting new contact with fab has keyboard and focus on name field * Inserting new contact from messenger app has keyboard and focus on name field with phone number filled in * Editing a contact has nothing focused * Editing a read-only contact has the name field focused but no keyboard Bug: 31158231 Change-Id: Iff7e0df5059f5efa038d5f794065f76e38a21288
* DO NOT MERGE Bump version of AOSP contacts to 1.7.1Walter Jang2017-01-051-2/+2
| | | | | | Test: none Bug: 33000560 Change-Id: I5db9c3d3faf6b76d18ad989bc187d125f6f47b4b
* Collapse AndroidManifest_common to defaultJohn Shao2016-12-201-10/+568
| | | | | | | | | | | | Remove the _common manifest because it is nonstandard and errorprone and instead do a manual merge with the existing common manifest with the Contacts manifest as the default for overlay. Test: built Contacts Bug: 33665712 Change-Id: If3ecf12c4ce671c176ef2ddcfddf112cf29da9bc
* DO NOT MERGE Change AOSP version to 1.7.0Arthur Wang2016-11-181-2/+2
| | | | | bug:33000560 Change-Id: I8d88d4dc32bfe60a2d5a69a0ab401b2cf8110011
* DO NOT MERGE Bump up AOSP Contacts version to 1.6.9.Arthur Wang2016-11-011-2/+2
| | | | | bug:31101408 Change-Id: I40789d585826c619c7120bcb0599b6ae61e983d3
* DO NOT MERGE Bump up AOSP Contacts version to 1.6.8.Arthur Wang2016-10-271-2/+2
| | | | | bug:31101408 Change-Id: I16cf7df6fc479201b4e2d1942227892f41e8f120
* Change app icon, primary color, FAB color and snackbar action color(1/2)yaolu2016-10-271-2/+1
| | | | | | | | | | | | | | | 1) New round launcher with dark blue color for all devices 2) set primary color to #2a56c6 (including action bar, list headers, all buttons) 3) set status bar color to #2a56c6 4) set fab color to #f50057 5) set snackbar action text color to #ffffff Bug: 32243198 Test: Manual test on nexus 5x, nexus 7 and pixel Change-Id: Iab8b224ee416729c17ba32d2cb5f3250c8298fcb
* DO NOT MERGE Bump up AOSP Contacts version to 1.6.7.Arthur Wang2016-10-201-2/+2
| | | | | bug:31101408 Change-Id: Icde73c1a7494b6a7edd940c5eda44ad48a97770a
* DO NOT MERGE Bump up AOSP Contacts version to 1.6.6.Arthur Wang2016-10-141-2/+2
| | | | | bug:31101408 Change-Id: I8ff42e4fea528781817c6980fd875863133fdda6
* Split AndroidManifest.xml into two pieces.Arthur Wang2016-10-081-483/+1
| | | | | | | Move the common pieces into common_manifest/AndroidManifest.xml bug:30900287 Change-Id: I21a80fd2d9302dcaba497e04e0f83421e1be194e
* Implement editor springboard activityGary Mai2016-10-071-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | Have the springboard handle edit intents. Show a dialog if the contact is made of multiple raw contacts. Go straight to editor if: * Single raw contact * Given a raw contact Uri In the case of 1 read 1 writable, we still show the dialog since there would otherwise be no way to view what data comes from the read only raw contact. The springboard does not handle legacy contact Uris and will throw an exception if one is received. Test: Tested these scenarios: 1) Edit a single raw contact 2) Edit a single read only raw contact 3) Edit a contact made of >2 raws 4) Add new contact 5) Edit a contact made of one read only, one writable 6) Made edits and checked if quick contact continued to update 7) The relevant edit intents from the Test app Bug: 31826229 Bug: 31088704 Change-Id: I4c1c44accc86521efce2081744189d25f00ec541
* DO NOT MERGE bump up AOSP Contacts version to 1.6.5Arthur Wang2016-10-061-2/+2
| | | | | bug:31101408 Change-Id: I0c84bee071949d264d93eb6bae885f1fd894c7cd
* Rename editor filesGary Mai2016-09-281-1/+1
| | | | | | | | | | | Drop the Compact prefix since we only have one editor now. Remove KindSectionDataList since it's now unused. Test: Tested build Bug: 31088704 Change-Id: Ia5ac295804a14f79d0c837b151e33aabc60aa3d0
* Reorder permissions in android manifestJohn Shao2016-09-271-2/+4
|\ | | | | | | | | | | am: b5f5e8b73e Change-Id: I1ec4cda06cd23d76e6831c2a268500dc3c88d6ac
| * Reorder permissions in android manifestJohn Shao2016-09-261-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Samsung and possibly other OEMs use the order that the permission appears in the manifest to determine what order the permissions are requested. Move contacts permissions to the top so we always show that request first. Test: Manual - revoke permission on samsung s7 and nexus 5x and see that contacts permission is requested first noi Bug:30576744 Change-Id: I52b1c29527e4048558f381a3e0c5e1f023858caa
| * Merge "DO NOT MERGE Bump up AOSP Contacts version to 1.6.3." into ↵Arthur Wang2016-09-231-2/+2
| |\ | | | | | | | | | ub-contactsdialer-g-dev
| | * DO NOT MERGE Bump up AOSP Contacts version to 1.6.3.Arthur Wang2016-09-221-2/+2
| | | | | | | | | | | | | | | Bug:31101408 Change-Id: I7828b128d8b9ee92e311b1008809ec5fd5c1609e
* | | resolve merge conflicts of 949d4e8 to masterMarcus Hagerott2016-09-221-5/+0
|\| | | | | | | | | | | Change-Id: I399652b6a1b756a8045c1fef092d10581d56400d