summaryrefslogtreecommitdiffstats
path: root/res/drawable-xxhdpi
Commit message (Collapse)AuthorAgeFilesLines
* Compact contact editor UI tweaksWalter Jang2015-03-161-0/+0
| | | | | | | | | | | | | | | | * Move delete ActionBar icon option back into the overflow * Move the "More fields" option back to left alignment and give it accent color * Make unfocused fields 25% black * Layout/padding tweaks - Remove the 0 bottom padding on names so that all fields have the same spacing between each other - Use the min edit height on the "More fields" row so that the spacing is the same as the other fields. Bug 19729447 Change-Id: Ia11c74c1b65f96f937d6e51ed143f5f088b41561
* Show edit contact photo options is a dialogWalter Jang2015-02-241-0/+0
| | | | | | | | | | | | | * Instead of a ListPopupWindow. This is more consistent with the behavior of the other edit contact menu options. * Also add an option menu icon to change the photo to make this feature more easily accessible and since users may not realize they can click the photo to launch the choices dialog. Bug 19124091 Change-Id: Ia4c37b3093f39d55784323f9a6d7bcf49ee96d16
* Merge "Collapse extra raw contact editors" into lmp-mr1-devBrian Attwell2014-12-011-0/+0
|\
| * Collapse extra raw contact editorsBrian Attwell2014-11-261-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are now two different header styles 1) When creating a new raw contact: if there are multiple accounts to create the raw contact under, then show a header with an acconut selector 2) Otherwise, show a visually distinct account header without a drop down account selector. If there are multiple raw contacts, this header also lets you collapse raw contacts Typical users, who only have a single writeable account, will never see header (1). This is fortunate, since switching between the two header styles is a bit visually inconsistent. Bug: 18004959 Change-Id: I133a7355a220f20b55657a6c1a51ff44665ea3b9
* | Use delete icon from go/iconsBrian Attwell2014-11-262-0/+0
|/ | | | | Bug: 18004959 Change-Id: Ia8a5fe6006f6caf313a0f2eb044a94535c43878c
* New design for photo editorBrian Attwell2014-11-101-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | The photo editor field now looks like the mocks. It includes a RadioButton that allows users to choose which photo is primary. This RadioButton only appears if more than one raw contact has a photo inside the contact. Additional changes: -fixed non-regression that made it impossible to set some photos as primary -fixed non-regression that made it possible for multiple photos to appear as primary -I fudged with a bunch of padding values in order to compensate for View insets and paddings. This can't always be done perfectly, since some insets/paddings vary based on screen-configuration. I needed to start taking fudging with these paddings in order to make the photo editor look consistent with the other editor fields. This CL doesn't bother ensuring the readonly photo edit field looks good. This will be done in a later CL. Bug: 18004959 Change-Id: I683f3ffa8e7f8683c2c083a2b4592b2b95c58c63
* Make it easier to delete a contactWalter Jang2014-11-031-0/+0
| | | | | | | | | | * Add delete menu item to quickcontact overflow menu * Promote delete menu item on edit contact activity from overflow menu to show as action Bug 18061876 Change-Id: I3f99e1cd00151b968a157ff818bf977c0be15eb2
* New assets for the edit screenBrian Attwell2014-10-308-0/+0
| | | | | Bug: 18004959 Change-Id: Ie82b298b7ea8dc45510ad0fa326417c0a4208022
* Updates the Contacts widget icons (1/2)Paul Soulos2014-09-123-0/+0
| | | | | bug: 17332306 Change-Id: I2f98fd64e3e1c5f1a223ab3130b02f1b09a0e7c3
* Merge "Use default-corp photos in QC for corps" into lmp-devBrian Attwell2014-08-293-0/+0
|\
| * Use default-corp photos in QC for corpsBrian Attwell2014-08-273-0/+0
| | | | | | | | | | | | | | | | | | Also use higher resolution default-avatar images. Now that we have 720dp photos we no longer need to use the CENTER scale type. Instead use the CENTER_CROP scale type. Bug: 16630102 Change-Id: I81db0c0c862d939a18f067bb566a1193b57577c4
* | Clean up drawables and add xxxhdpiPaul Soulos2014-08-2718-0/+0
|/ | | | | bug: 17212101 Change-Id: Ia890d10c703f490fb1a47393f561c86e71582af5
* Adds material sip iconPaul Soulos2014-08-181-0/+0
| | | | | bug: 16458396 Change-Id: I031759f96920f53011e4b15904b74f2de4ab2927
* Update color of FABBrian Attwell2014-08-082-0/+0
| | | | | | | | | | | | | | I copied Dialers fab into Contacts instead of ContactsCommon. Since this is a visual element, there is little chance of it diverging from Dialer in an undetected way. I was previously overzelously trying to unify colors/icons between dialer and contacts. This is not a good policy when others are less zeoulos. Bug: 16847357 Change-Id: I6e3587d5871a485963f8677e9697ee777d6f1caf
* Remove ContactDetail code.Paul Soulos2014-07-241-0/+0
| | | | | Bug: 16457366 Change-Id: I79367304bb7a0dfdc2b420580f8d8207ef602856
* Adds direction secondary intent for StructuredPostalPaul Soulos2014-07-231-0/+0
| | | | | Bug: 16489228 Change-Id: I0139daa9f59a940ab0eb3ba3bee9df152bffbfab
* Inline "select new contact" entry in pickerBrian Attwell2014-07-181-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Removed the FAB now that we have a better way to create new entries inside the contact picker. Contacts: Created HeaderEntryContactListAdapter class that overrides an adapter defined in ContactsCommon. Part 3/3 Manual testing: -verify dialer still builds, and displays its "Add to contacts" button correctly -test rotation in contact picker -Open intents in Contacts Intents app for legacy/non-legacy picker types. Verify they behave similarly -perform a search inside the contact picker, and watch the "Add to contacts" entry vanish. (In my version of the framework SearchView is broken, so I needed to do this manually) -remove accounts, and verify that both contact picker and legacy contact picker don't crash Bug: 16209705 Change-Id: I1bafc557aa9cdae776fbfcc73aac3607a7bebe3e
* Uses predefined icons for google properties in the contact cardPaul Soulos2014-07-104-0/+0
| | | | Change-Id: Ie17444f6923cfe9708005862ad262b9445c02a01
* ContactEditorActivity title stylingBrian Attwell2014-06-273-0/+0
| | | | Change-Id: Ib42eb4c4e310d4cec1a795c08741b7d8f5b15995
* Default QC avatarBrian Attwell2014-06-251-0/+0
| | | | | | | | UX still hasn't decided how they want to display the default avatar. I'm confidant most of the work in this CL will be usable once they make up their mind. Change-Id: Id24160d4339b0bd1bdd428c007d32f42942c0a43
* Adds Call Log interactions to the recent cardPaul Soulos2014-06-171-0/+0
| | | | Change-Id: I2ade43cee543c706a90da81a4c4bd256b71411f8
* Use white icons in actionbarBrian Attwell2014-06-134-0/+0
| | | | | | | | | | Switched some of the black alpha masks to white alpha masks, this way I didn't need to apply any tint. We use ic_person_add_24dp drawable in both black and white. So I had to apply a tint to this one. Change-Id: If8e08998f368b643d19cbf8bfa5a372932abfffe
* Adds Calendar events to the Recent cardPaul Soulos2014-06-111-0/+0
| | | | Change-Id: Iaddba9649cd838fe9a866906eea356dbc743ee3c
* Use Toolbar for QCBrian Attwell2014-06-112-0/+0
| | | | | | | | | | | * Moved star, add and edit buttons into Toolbar * Fixed implementation of add/edit: copied the ContractDetailFragment implementation * Added unimplemented Share and Place on Home menu items * Deleted some of the quickcontact_activity.xml files * No longer handle click events on Contact photo view Change-Id: Id333b11e89d8755ace600700be15077fd47b6172
* Update Contact card UI.Paul Soulos2014-06-113-0/+0
| | | | | | | | 1. Adds a separate entry for SMS (still up for debate) 2. Uses the proper icon resources for common contact types 3. Colorizes the icons if available Change-Id: Ibf491e0e05d453d0d06b0ad16847e4eb34084811
* Adds Recent Interaction loading to QuickContacts.Paul Soulos2014-06-111-0/+0
| | | | | | This is launched after the Contact is loaded from CP2, during the bind stage. Change-Id: I63290e0e94c476da1771f6e8b92a9c664f2fe9d3
* Change the Edit icon resourcePaul Soulos2014-06-111-0/+0
| | | | Change-Id: I27cd5ec9994bd0ab01c3c0d2f649d37381cc0edb
* Add ExpandingEntryCardView to QuickContactPaul Soulos2014-06-111-0/+0
| | | | | | | | | The communication card is slightly implemented to make sure ExpandingEntryCardView works as intended. There is more work to do in a different CL to finish this. Also delete a bunch of QC code. Change-Id: If7d8373866560c635851fe0e09ffad9cc0054f4f
* Uses a floating action button for adding new contactPaul Soulos2014-06-112-0/+0
| | | | Change-Id: I47cc26e857f7b3da8537bc52c8cb08b969af44b7
* Deblue quick contact overlayMindy Pereira2013-09-251-0/+0
| | | | Change-Id: Ifa168ba1e752f482ceb345f5f27070d3ec77675b
* De-blue contactsMindy Pereira2013-09-241-0/+0
| | | | | | The background for groups was custom blue Change-Id: Ib232b55c5820e14b305852ffc1ed4c93b693f36c
* Fix the incorrect "Add group" iconYorke Lee2013-09-232-0/+0
| | | | | | | Also removed an unneeded xxhdpi asset Bug: 10846185 Change-Id: Ieab04e2114a1b3374a0d070f4483ee3736583c21
* Add xxhdpi resources for contactsYorke Lee2013-09-1328-0/+0
Bug: 10491107 Change-Id: I837100f1d213fbf24cd16780a4db802ca3e82990