summaryrefslogtreecommitdiff
path: root/src-bind
Commit message (Collapse)AuthorAgeFilesLines
* Migrate Contacts to androidx.Aravind Sreekumar2018-04-061-1/+1
| | | | | | Test: make Contacts Bug: 76692459 Change-Id: I6f0bc94769af201a18f7fd06e4dac78d53bec763
* DO NOT MERGE Revert "Start ContactSheet instead of QuickContacts (1/2)"Walter Jang2017-02-081-5/+0
| | | | | | | | This reverts commit 581585d9ad2e7d3d4b65798acaa0fa462d30710d. Test: see I5ad160778d29a78e965fd7cb2ded67b017f4ab9a Bug: 32604475 Change-Id: If92ea63ed5dbd8d62e3a9f84a8fcd953fa4c9738
* resolve merge conflicts of 2829deb58 to masterWenyi Wang2017-01-091-0/+4
|\ | | | | | | | | | | Test: build locally Change-Id: I37187546adacb8431143a9cafd745ca09137d972
| * Convert NavigationView to Fragment (1/2)Wenyi Wang2017-01-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Replace NavigationView with DrawerFragment - Load groups and filters in DrawerFragment, rather than in PeopleActivity directly - based on RecylcerView, which seems more future-proof - LTR layout and A11Y is handled - new badge is implemented - menu selection is implemented Bug: 34062530 Test: quick sanity check Change-Id: I630978e64dc4fd386e25cedfd04f53ea2bd8679f
| * DO NOT MERGE Add back Yenta experiment (1/2)Walter Jang2016-12-122-1/+6
| | | | | | | | | | | | | | | | This reverts commit b7257d86f2d99ad2db6fee9f4d665db07e27f9b5. Test: enable yenta experiement and do a few searches Bug: 33387897 Change-Id: I34bec0c7820e8d32c53bb8ac42b24787e4dc03b5
* | DO NOT MERGE Remove aosp autocomplete helper stubWalter Jang2017-01-051-39/+0
|/ | | | | | Test: none Bug: 34107138 Change-Id: Id75576fbe522a176dbfc974b0edc25555fde1569
* Collapse common package (2/2)Gary Mai2016-12-063-8/+3
| | | | | | | | | | | Ran optimize imports on the project as well to re-order everything which would have changed because of removing common. Test: Built GoogleContacts, GoogleContactsTests, Contacts, ContactsTests and ran unit tests. Bug: 33252370 Change-Id: I881f0ba8b8fef002b6eeefa9a16b34f15b2fd2a9
* Collapse common packages (1/?)Gary Mai2016-12-051-2/+2
| | | | | | | | | | | | | Move the majority of packages out of common. When trying to move common.activity to activities every file switched from a rename to separated deletes and adds. Will move tests and the rest of common in a separate CL. Test: Built GoogleContacts, Contacts, GoogleContactsTests, ContactsTests. Bug: 33252370 Change-Id: I9ffb20038dee255ef5f83002b7870265771b08c5
* DO NOT MERGE Remove Yenta experiment (1/2)Walter Jang2016-11-171-5/+0
| | | | | | Test: see I9e270d4c31b7a015c2bc9d421e3d841fb5f2cf85 Bug: 32948565 Change-Id: Ifbfb05f5004c017e4fcb202b85b25d4bedc12756
* Remove assistant experiment flagJohn Shao2016-11-081-5/+1
| | | | | | | See change I2959318e6f96365527d60cb9b1a7d539052a9c31 Bug: 32623647 Change-Id: If84828bb479d3096a5f58b1981252372c0cae7e9
* Prune unneeded AnalyticsUtil methods to sendScreenView (1/2)Walter Jang2016-10-231-23/+0
| | | | | | | Test: see Ia305eef7c7073e5bd2d964f0054116ac21ed3f47 Bug: 28017432 Bug: 30759296 Change-Id: I4b09f0d7dee1f3eccf970ad3595d1dcb92226bf6
* Update phenotype usage for GMS V4 (1/2)Walter Jang2016-10-191-3/+1
| | | | | | | Test: see ag/1555402 Bug: 31989967 Bug: 26400050 Change-Id: I806129e8593e091e2aa120e530d588efa5a0d508
* Merge "Remove Lychee toggle from AOSP Contacts." into ub-contactsdialer-h-devTingting Wang2016-10-151-3/+0
|\
| * Remove Lychee toggle from AOSP Contacts.Tingting Wang2016-10-141-3/+0
| | | | | | | | | | | | BUG 32125083 Change-Id: I6cd6c052694e4ee1c419f299f6903244e26cb906
* | Send feedback for some caught contacts app exceptions (1/2)Walter Jang2016-10-121-1/+3
|/ | | | | | Test: see ag/I9c9222c8429df8ea654571fb88328394e303c900 Bug: 31308027 Change-Id: I6432c3ca7cf496a3053bb4c752068f8c1110eb84
* Hide assistant left nav behind flagJohn Shao2016-10-111-1/+5
| | | | | | | | | | | | Add flag to flip between assistant and duplicates in left nav. Test: manual - default flag to false - see duplicates and navigate to and from - flip flag to true - see assistant and navigate to and from Bug:32091041 Change-Id: I74979d4fcbd8c6d99f09007d4354d16e9ba9104e
* Service to report silent feedback for caught exceptions (1/2)Walter Jang2016-10-111-0/+25
| | | | | | | Test: see ag/I88c9508e90f686da3e825027df38151113079934 Bug: 31308027 Change-Id: I5d6bb9bf0943f59f5fb1b1e558edb9b8e508309e
* First pass on assistants left navJohn Shao2016-10-101-5/+1
| | | | | | | | | | | | | Create new assistant and remove duplicates menu item for Google Contacts. Duplicates will live in the new assistants fragment. Test: manual - Open left nav to see new Assistant - Click on assistant to view new section Bug:31822010 Change-Id: I0b9d77dd73e45c12fa3853864d09f555563def9a
* Start ContactSheet instead of QuickContacts (1/2)Walter Jang2016-09-221-0/+6
| | | | | | | | | | | | | Test: Manually start QuickContact and ContactSheet from 1. DefaultContactBrowseListFragment 2. Me profile (preferences) 3. Group members 4. Duplicates (with result) 5. Editor (known issue here that ContactSheet doesn't refresh) 6. Shortcuts (this one always ones QuickContact) Bug: 31666272 Change-Id: Ia939b89fee4f18b62b3d72c87a5077cf350ded24
* resolve merge conflicts of 8debbac to masterArthur Wang2016-09-221-2/+6
|\ | | | | | | Change-Id: Icc5cf705caa767de5962ea1cb684f0768c6bbec8
| * Add flags to retrieve values from phenotype for DynamicShortcuts.Arthur Wang2016-09-211-2/+6
| | | | | | | | | | | | | | Add getInteger to Flags class. bug:30189449 Change-Id: Ie74ae57cd8b0010f7ec6bb8a916fbf42cee8ab40
* | resolve merge conflicts of 51819e8 to masterWenyi Wang2016-09-131-0/+4
|\| | | | | | | Change-Id: Ic4ca267c2f2726763aba2921940f4d8d32d3eb14
| * Dismiss promo when Back button is pressed (1/2)Wenyi Wang2016-09-121-0/+4
| | | | | | | | | | | | | | Bug: 30930004 Test: see http://ag/1432879 Change-Id: I6a477ced7fb4ac53900c04b0d5c70a8f8714745a
* | resolve merge conflicts of fac695a to masterMarcus Hagerott2016-09-071-8/+3
|\| | | | | | | Change-Id: I467a8b4fa5cc610c3e1627f30631a55ecd6c91c1
| * Add device and SIM to AccountTypeManagerMarcus Hagerott2016-09-061-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes these account types available throughout the app rather than just the Nav drawer. Test: Added unit tests for new classes; run with: $ adb shell am instrument -w \ com.google.android.tests/android.test.InstrumentationTestRunner Manually on Nexus 6, LG G5 and Samsung S7 with device and SIM contacts in CP2 by verifying "Device" and "SIM" options were available in * nav drawer * account list accessed by Pressing FAB without default account set * editor account dropdown for new contact * editor account label when editing existing contact * picker for default account in settings * settings customize screen account list Bug 30867780 Change-Id: I329381ccc58d59f2e27f65a3d9dc0164fb20c971
| * Merge "Remove FeatureHighlight lib from AOSP contacts." into ↵Tingting Wang2016-08-291-0/+29
| |\ | | | | | | | | | ub-contactsdialer-g-dev
* | | Open group fragment and duplicates fragment from PeopleActivityWenyi Wang2016-08-312-34/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Also handle some side nav menu logic Bug: 30944495 Test: manual - navigate between fragments, rotation, press Back/Home/Recent button, search, multi-select, modify group members, add/delete groups. Change-Id: I4feeed89557a5c07852a1e2d2a39306cfa59c918
* | | resolve merge conflicts of 2fc12b1 to masterTingting Wang2016-08-291-0/+29
|\ \ \ | | |/ | |/| | | | Change-Id: I7fdcd4be8e858861f37d8a5bdc1d88b407e329c2
| * | Remove FeatureHighlight lib from AOSP contacts.Tingting Wang2016-08-291-0/+29
| | | | | | | | | | | | | | | | | | BUG 31039865 Change-Id: Iddbd3e62bcaf62f16ace928058297d7dac9c4a47
* | | resolve merge conflicts of 6caf23f to masterMarcus Hagerott2016-08-251-0/+10
|\ \ \ | | |/ | |/| | | | Change-Id: If52e1830c5b1f55b3dd80ba95c119d3af27bb65e
| * | Show device "account" in nav drawer menuMarcus Hagerott2016-08-251-0/+10
| |/ | | | | | | | | | | | | | | | | | | If there are contacts with a "null" account name and type (indicating that they are device local contacts) then an item is included in the account section of the nav drawer for "Device" contacts. Bug 28637652 Bug 28637715 Change-Id: I975d20c8ab2bb14b9a9441e585d13237f7c09cb2
* | First pass on yenta autocomplete powered search (1/2)Walter Jang2016-08-172-0/+44
| | | | | | | | | | | | | | Test: Basic searches with the autocomplete experiment on/off Bug: 30436991 Change-Id: I9b756bd65a9714542c879cbd2a056d34a51cc359
* | Fix imports after upstream commonbind package renameWalter Jang2016-08-151-2/+0
|/ | | | | | | Test: Ran ContactsTests unit tests Bug: 30759296 Change-Id: Ie86cbaa6591f959247764ef47fde9def1cdefd1f
* Consolidate commonbind and contactsbind (1/2)Walter Jang2016-08-154-4/+4
| | | | | | | | | | On the AOSP contacts side, we simple change the name of the commonbind package to contactsbind. Test: Ran ContactsTests unit tests Bug: 30759296 Change-Id: I0b3d1eed637a7f48705f8ec22e6fb97078444b88
* Fix build after copy of ContactsCommon dirs to ContactsWalter Jang2016-08-116-0/+241
* Remove all references to the GoogleContactsCommon and ContactsCommon dirs * Rename the aosp_contacts_dir variable to just contacts_dir * Move contactsbind and commonbind to src-bind so that they can be excluded from the GoogleContacts build Bug 30759296 Change-Id: I1a1efd20bce41049e311283fb7b4d9f214b24863