summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Make PeopleActivity extends AppCompatActivity (1/3)Wenyi Wang2016-04-041-1/+1
| | | | | | | | | | | | | This CL includes a subset of reversion of ag/871001. This topic of CLs will lead to the following changes in APK sizes: - GoogleContacts: 8.0MB --> 8.7MB - GoogleContacts-N: 7.6MB --> 8.2MB Bug 27687799 Change-Id: Id94598e42a5016badeafee3f4f0dc2a515fc68eb
* Bump AOSP Contacts version to 1.5.0Walter Jang2016-03-311-2/+2
| | | | Change-Id: I5f7cb9f3534fcab1b9bcd696f8452574a46ecad1
* Bump AOSP Contacts version to 1.4.8Wenyi Wang2016-03-291-2/+2
| | | | | | | | | | There's merge conflict in cherry picking, so creating this new CL. We may need this because ag/898980 is in d-dev and the unbundled app is 1.4.8. Bug 26558892 Change-Id: I7d584c3812196891a733557e28dfe49dab2b10de
* Target Contacts to N SDK.Tingting Wang2016-03-291-1/+1
| | | | | | | BUG 27854413 Change-Id: I73905c98ad9c02ac7d4b97aa7ac5ece62c649666 (cherry picked from commit 8d81d80e4a0893b7278e5aa244e82b1556220186)
* Bump AOSP Contacts version to 1.4.6Wenyi Wang2016-03-111-2/+2
| | | | | | Bug 26558892 Change-Id: Ieb7b5d345f720a874ffd4009ac6ac631bd326fea
* Bump AOSP Contacts version to 1.4.5Wenyi Wang2016-03-071-2/+2
| | | | | | Bug 26558892 Change-Id: I66c7c0bb806cd37708cb0f597aeab1eb20eac26c
* Bump AOSP Contacts version to 1.4.4Wenyi Wang2016-03-031-2/+2
| | | | | | Bug 26558892 Change-Id: I641bc5039193761a209e172e43c097f2cd8528f9
* Bump AOSP Contacts version to 1.4.3Wenyi Wang2016-02-241-2/+2
| | | | | | Bug 26558892 Change-Id: I6b11a3fc300f4aedd77657efbf02c82d2e49b4ae
* Revert "Revert "Ask for optional permissions when QuickContact opens""Walter Jang2016-02-221-0/+6
| | | | | | This reverts commit d6bcb6f8724ba88ee99f6088098b0ce6455d1f93. Change-Id: I1502a50e087999971ae26ca37beee2e1358bcc45
* Merge "Revert "Ask for optional permissions when QuickContact opens"" into ↵Walter Jang2016-02-221-6/+0
|\ | | | | | | nyc-dev
| * Revert "Ask for optional permissions when QuickContact opens"Walter Jang2016-02-221-6/+0
| | | | | | | | | | | | This reverts commit a5dc1f35bf16d54db9861953b3c172180951a138. Change-Id: I71ef2cb53ec6bd3c4549beb1ff13ac7ad6751d45
* | Merge "Remove AppCompat library from Contacts (1/3)" into nyc-devWenyi Wang2016-02-221-1/+1
|\ \ | |/ |/|
| * Remove AppCompat library from Contacts (1/3)Wenyi Wang2016-02-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will reduce size of GoogleContacts-N.apk by 0.7 MB (8.4 MB --> 7.7 MB) * CL was prepared by running the following: git revert --no-commit e7fd1ad19023a0b79b232462bcb988676c605b9a # https://googleplex-android-review.git.corp.google.com/#/c/841451/ git revert --no-commit 3d53e233beb1742d3274fb27576d4d1420e4aac2 # https://googleplex-android-review.git.corp.google.com/#/c/841473/ git revert --no-commit 903fbfc4fb63ceaccddb722217a5d5e9d80f88b3 # https://googleplex-android-review.git.corp.google.com/#/c/839578/ Also: - added import view.Window back to PeopleActivity; - removed an AppCompat style Bug 27257097 Change-Id: I21653376c78ef0a435f90b565b6c40dd5b747317
* | Ask for optional permissions when QuickContact opensguanxiongliu2016-02-221-0/+6
|/ | | | | | | Bug 25935813 Bug 25839064 Change-Id: I155ea3f7029219a2050484bda644873f3f1ed7cf
* Add GET_ACCOUNTS_PRIVILEGED to AOSP Contacts.Tingting Wang2016-02-121-0/+1
| | | | | | BUG 26923999 Change-Id: I702c997bda3140bc9230d785b7ea9c922ee16392
* Merge "Remove "Blocked Numbers Activity" from Contacts" into nyc-devWenyi Wang2016-02-111-11/+0
|\
| * Remove "Blocked Numbers Activity" from ContactsWenyi Wang2016-02-111-11/+0
| | | | | | | | | | | | | | | | | | | | This is almost a revert of ag/847363. We also hide menu for now in PeopleActivity. Bug 27118866 Change-Id: Ie242e2d1fcf00e7226a1f8e16c92c5d7620630e4 (cherry picked from commit 4bc3bd2aea6f053f5e9159a1ca5cd79e1d8887d8)
* | Add share activity to manifest and move file provider string (AOSP)Wenyi Wang2016-02-111-1/+5
|/ | | | | | | Bug 22083005 Change-Id: I9d35cb9eb522d4081fdec11c47b76db467ecc4fd (cherry picked from commit 734115f22b3a91c4aeee50c54392a218c0aaf019)
* Bump AOSP Contacts version to 1.4.2Wenyi Wang2016-02-041-2/+2
| | | | | | Bug 26558892 Change-Id: Iad7d9569496e683d67bba5ad58f7040e31a99b84
* Redesign settings on tabletsWenyi Wang2016-01-251-1/+1
| | | | | | | | | | | | | | 1. Move ContactsPreferenceActivity to ContactsCommon since it is called in DisplayOptionsPreferenceFragment, which is built as part of Dialer. 2. Remove preference_headers.xml since we are going to get rid of headers. 3. Kitkat backporting. Here's how it looks: https://docs.google.com/a/google.com/presentation/d/1A5n2o8epBCrizZvbOyelvjoHz-s5-IRlJd-KqWAMBao/edit?usp=sharing Bug: 25629359 Bug: 26469731 Change-Id: I2dc8dec8a6e3725c3180f0e0a56ed68fe28cca50
* Copy "Blocked Numbers Activity" from Dialer to ContactsWenyi Wang2016-01-191-0/+11
| | | | | | | | | | | | | | | | | | | | 1. Classes are copied and modified so that they will work in Contacts. 2. BlockedNumbersActivity.java is the main activity. 3. Most copied classes are put in the newly-created "callblocking" package. 4. What's not copied: CachedNumberLookupService, visual voicemail, and emergency call. The corresponding features will be implemented based on framework change, which is not ready yet. 5. In Dialer, BlockedListSearchFragment extends RegularSearchFragment, which extends SearchFragment. These three classes are combined into SearchFragment in Contacts. 6. In Dialer, BlockedListSearchAdapter extends RegularSearchListAdapter, which extends DialerPhoneNumberListAdapter. These three classes are combined into SearchAdapter in Contacts. 7. An intent is specified in AndroidManifest.xml to open BlockedNumbersActivity.java Bug: 26453530 Change-Id: Iec07725fd9aa5a174bb6b306792fa446dcaa4e65
* Merge "Add WRITE_SYNC_SETTINGS permission to Contacts App." into ↵Tingting Wang2016-01-151-0/+2
|\ | | | | | | ub-contactsdialer-b-dev
| * Add WRITE_SYNC_SETTINGS permission to Contacts App.Tingting Wang2016-01-131-0/+2
| | | | | | | | | | | | | | | | | | For contact metadata sync settings, WRITE_SYNC_SETTINGS permission is required. BUG 26491409 Change-Id: I758a28460f23e3cfeea39778aeb4bd5e0a4e1024
* | Bump AOSP contacts version to 1.4.1Walter Jang2016-01-151-2/+2
| | | | | | | | | | | | Bug 26558892 Change-Id: Ia7c2c0517408a0c591ba829e72036bd2e6142287
* | Use updated name of AOSP contacts launcher iconWalter Jang2016-01-141-1/+1
| | | | | | | | Change-Id: I6261f76ab9d00700c9be5303063891c78157958f
* | Use AppCompatContactsActivity as super class of activities (1/3)Wenyi Wang2016-01-081-1/+1
|/ | | | | | | | | | | - AppCompatContactsActivity will replace ContactsActivity eventually - modified PeopleActivity and ContactSelectionActivity - fixed the color of buttons in contacts_unavailable_fragment_content on K Bug: 25629359 Change-Id: I7312fb446c6affc070db1b44b74ed857afcf8f3a
* Set Contacts App resizeable.Tingting Wang2016-01-071-0/+1
| | | | | | BUG 26427707 Change-Id: I5a27f7f175e9c734d2c0e4630171fb04a3dbd3e2
* Make Contacts app run on L devicesWenyi Wang2015-12-111-1/+1
| | | | | Bug: 25629359 Change-Id: Ide49fcf702042e67ffb3e1bc1b924faae07eccd4
* Bump B branch to version 1.4.0Walter Jang2015-11-231-2/+2
| | | | | | Bug 24912222 Change-Id: I26eb0002d0832eb197899303c5628104482a811b
* Bump version to 1.3.07Walter Jang2015-11-231-2/+2
| | | | | | Bug 24912222 Change-Id: Iaa032c05551b96f40417b138620f0c66da85a68e
* Bump version to 1.3.06Walter Jang2015-11-191-2/+2
| | | | | | Bug 24912222 Change-Id: I87900b5fc10fb2e63d7d7637614f4e38383fee84
* Bump version to 1.3.05Walter Jang2015-11-181-2/+2
| | | | | | Bug 24912222 Change-Id: Iac98e807ad6e87e485d77c4610ecc269da40550c
* Merge "Remove use of framework resource in configs" into ub-contactsdialer-a-devJay Shrauner2015-11-171-4/+2
|\
| * Remove use of framework resource in configsJay Shrauner2015-11-171-4/+2
| | | | | | | | | | Bug:25705483 Change-Id: I2b61697581fd768e7a28dbcb9386ac960b6010a0
* | Bump verison to 1.3.04Walter Jang2015-11-171-2/+2
|/ | | | | | Bug 24912222 Change-Id: I0ee0a9cf4d63956a9142e50b9ff6e5fe6a702b8c
* Merge "Fix accessibility bugs on Contacts App." into ub-contactsdialer-a-devTingting Wang2015-11-111-3/+3
|\
| * Fix accessibility bugs on Contacts App.Tingting Wang2015-11-111-3/+3
| | | | | | | | | | | | | | | | | | Quick contact and contact editor UI read "View Contact" and "Edit Contact" now. BUG 25317096 Change-Id: Ic373f7964276a6b970048557d1d421a4acd6d6fe
* | Bump version to 1.3.03 (1/2)Walter Jang2015-11-111-2/+2
| | | | | | | | | | | | Bug 24912222 Change-Id: I8ed2f658810c5e80d3e583141d8daf776ad9182d
* | Merge "Turn on analytics unhandled exception reporting (2/2)" into ↵Walter Jang2015-11-111-0/+1
|\ \ | |/ |/| | | ub-contactsdialer-a-dev
| * Turn on analytics unhandled exception reporting (2/2)Walter Jang2015-11-101-0/+1
| | | | | | | | | | | | Bug 25562246 Change-Id: I7bbb5638f38644d579e1017f3ec1d25cb49fe153
* | Add LicenseActivity to manifest xml file in Contacts/.Tingting Wang2015-11-061-0/+5
|/ | | | | | BUG 25358009 Change-Id: Ide58c510438620f5267a31e79af2748e3b3b548b
* Bump version for ub a rc (1/2)Walter Jang2015-11-051-2/+2
| | | | | | Bug 24912222 Change-Id: Ia414426c1a368aa30d8999c7bc304a255c49fcd5
* Bump contacts version to 1.31 (2/2)Walter Jang2015-11-021-2/+2
| | | | | | Bug 24912222 Change-Id: Ib72521e21fb86c5d7e3bab069d72287106c78edf
* Add version number and stop running in shared UIDJay Shrauner2015-09-021-1/+2
| | | | | Bug: Change-Id: I03e9ebfcba58fd4c2c99723085844fff3611cde1
* Remove PinnedHeaderListDemoActivityJay Shrauner2015-08-241-8/+0
| | | | | | | Remove test activity that was triggering automated test failures. Bug:23263168 Change-Id: I44f2410fad3c11ae764b093ac109846298ff473e
* Consolidate CallSubject history and dialog.Tyler Gunn2015-08-101-2/+3
| | | | | | | | | | - 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: I34a127b430c129c3f6333536b9da9808effa35a6
* Add support for "call with note" in quick contacts.Tyler Gunn2015-08-051-0/+7
| | | | | | | | | - Add "call with note" for third button (this is in place of the video call button if it is present; mocks show a new treatment for video calls which we can revisit in the future if need be). Bug: 22685114 Change-Id: Idd8c17abc811720e1bca0d0a1864204dbe3610ff
* Add back READ_EXT_STORAGE so we can handle vcard imports again 1/3Walter Jang2015-07-241-0/+1
| | | | | | | | Bug 22669733 Bug 22610204 Bug 22609672 Change-Id: I33bdad2b97ed100eab456ba31ffa98a611380cb5
* Remove READ_EXT_STORAGE perm now that user selects vcard import location 2/3Walter Jang2015-07-141-1/+0
| | | | | | Bug 22454038 Change-Id: I6bf44c4b267c1093768c3699f50950abf6e3ce3f
* Build against SDK 23Jay Shrauner2015-07-141-1/+1
| | | | | Bug:22478141 Change-Id: I311287f4221563918c21c450e8dbde4554b03687