summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Remove layout and logic for unused non-tiled favoritesYorke Lee2014-03-241-70/+0
| | | | Change-Id: I26caea4e47da8ae8420ef35e8006ee3f968d0630
* Fix overdraw in DialerYorke Lee2014-03-204-5/+6
| | | | | | | | | | * Set window background to null per framework advice to reduce overdraw * Remove unnecessary background layers * Fix the slightly deeper gray background above the searchbox Bug: 10446771 Change-Id: Ie11db155593c7ea2118141aec876da37be35a7d5
* Remove deprecated swipe to remove codeYorke Lee2014-03-202-121/+1
| | | | Change-Id: I83b286db71f3ae2df3a31bbfc66c0045faa8f5ef
* Swap 9 patch for contact tilesYorke Lee2014-03-181-2/+1
| | | | | | | | Tweak contact tile dimensions slightly Bug: 13526106 Change-Id: I7ae82dc1815c95577c204dd6ed955d0bf1bc0dc3
* Merge "Slight UX tweaks to Dialer"Yorke Lee2014-03-143-8/+12
|\
| * Slight UX tweaks to DialerYorke Lee2014-03-143-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add drawable and apply to dialpad fragment for shadow effect * Tweak name/number padding in tiles * Tweak default letter avatar placing in tiles * Add shadow for dialpad * Swap out 9patch drawable for recents * Add 9patch to contact tile Bug: 13421236 Bug: 13418523 Bug: 13421916 Bug: 13421236 Bug: 13419201 Bug: 13418712 Change-Id: I6ff8fe41d7e2d02db105bb542f425be13ae5fef7
* | Corrected issue where history icon placement does not match spec.Tyler Gunn2014-03-121-5/+1
|/ | | | | | | XML only change to layout and dimens. Bug: 13422202 Change-Id: I79b0559ab8000f7d5a82182c202a6979a5648cb5
* Correcting issue where text entered by user in searchbox is gray.Tyler Gunn2014-03-101-0/+1
| | | | | | | Only the hint text should be gray. Bug: 13387408 Change-Id: I88bb3bc156e786ca6ccf19a9faae7d5abb3936f1
* Merge "Fix jank in no favorites screen when showing/hiding dialpad"Yorke Lee2014-03-063-11/+10
|\
| * Fix jank in no favorites screen when showing/hiding dialpadYorke Lee2014-03-063-11/+10
| | | | | | | | | | | | | | | | | | Reintroduce a spacer view (under the no favorites view) that is the same height as the search box + its margins, so that the no favorites view does not shift when the dialpad is shown/hidden Bug: 13341743 Change-Id: I00171b5fd546e30394c95d31976483d124f75f3b
* | Merge "Restricted the tap target for "All Contacts" to the "All Contacts" ↵Tyler Gunn2014-03-051-5/+3
|\ \ | |/ |/| | | button alone,"
| * Restricted the tap target for "All Contacts" to the "All Contacts" button alone,Tyler Gunn2014-03-051-5/+3
| | | | | | | | | | Bug: 13322769 Change-Id: Iea2bd8886efed50b5b5e463c6e9205af4ad97a6c
* | Fix slight screen jank when sliding dialpad upwardsYorke Lee2014-03-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Apply the translation animation to mSearchAndRemoveViewContainer (which houses the entire searchbox and its margins), so that the translation takes into account the entire height of the searchbox as well as its margins. Also refactored hideSearchBar slightly to remove an unused codepath. Bug: 13284310 Change-Id: I7b8873154059f616d8a52c4a0239ea6be89c8efc
* | Merge "New appearance and look and feel for dialpad."Ihab Awad2014-03-036-303/+285
|\ \
| * | New appearance and look and feel for dialpad.Ihab Awad2014-03-036-303/+285
| |/ | | | | | | | | | | http://b/13189041 Change-Id: I91028c8fdee31c1f76610573a4396eb979c30170
* | Merge "Changed color for the contacts reordering teaser to be the same as ↵Tyler Gunn2014-02-281-1/+1
|\ \ | | | | | | | | | the background behind the tiles. Previously it was set to the action bar color, and when the action bar changed to blue, so did this."
| * | Changed color for the contacts reordering teaser to be the same as the ↵Tyler Gunn2014-02-271-1/+1
| |/ | | | | | | | | | | | | | | | | background behind the tiles. Previously it was set to the action bar color, and when the action bar changed to blue, so did this. Bug: 13194985 Change-Id: Id3324ff1de019bad9b6fd30373f27c42625fa28f
* | Merge "Always show overflow icon for quick contacts affordance"Yorke Lee2014-02-262-32/+0
|\ \
| * | Always show overflow icon for quick contacts affordanceYorke Lee2014-02-242-32/+0
| |/ | | | | | | | | | | | | | | Remove the star icon used to bring up quick contacts, and in its place, always show the overflow icon. Bug: 13177113 Change-Id: I88e99b7c45da10013f4bdff879c106fac9e23f89
* | Merge "Move secondary action view/button out of primary action view to ↵Tyler Gunn2014-02-261-41/+52
|\ \ | |/ |/| | | provide a more clear separation of the pressable areas for both."
| * Move secondary action view/button out of primary action view to provide a ↵Tyler Gunn2014-02-261-41/+52
| | | | | | | | | | | | | | more clear separation of the pressable areas for both. Bug: 13204901 Change-Id: I43e140894a79b762afd6f199f59ca6b9a86edfb0
* | UX Changes: Dialer actionbar, tabs and searchbox.Tyler Gunn2014-02-243-39/+61
|/ | | | | See CL 423036 for the searchbox text changes. Bug: 13167901 Change-Id: I6806cb27c19f7f0ca55394d70134f0c30c93446b
* Add drag to remove for favorites in DialerYorke Lee2014-02-201-10/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add remove view in dialtacts_activity.xml, and rearrange layout slightly so that it takes up the same position in the layout as the search view container. Contacts that are dragged to this remove view will be unstarred and unpinned. * Add drag event logic to the Remove View, so that when the user hovers a contact over it, the UI will continue to respond. Previously, only the PhoneFavoritesListView would detect touch events. * Refactor DragDropController and OnDragDropListener into separate classes. DragDropController performs the work of receiving drag/drop events from multiple views, combining them, and then firing off callbacks as appropriate to OnDragDropListeners. Each OnDragDropListener can then update their UI or internal data model as necessary in response to the callbacks. OnDragDropListener <---------------------------------------- ^ | | | DialtactsActivity ---------------> RemoveView | | | | v | | callbacks PhoneFavoriteListFragment |drag events | | | | v v | PhoneFavoriteListView ------------> DragController-------- drag events | | callbacks v PhoneFavoritesTileAdapter --> OnDragDropListener * While in here, add a content description for the clear search button Change-Id: I044ad1c5aa42c7686bde6bf5074095a4fe879bde
* Merge "Adding "Speed Dial" title to dialer favorites list and moving "All ↵Tyler Gunn2014-02-201-0/+58
|\ | | | | | | Contacts" affordance."
| * Adding "Speed Dial" title to dialer favorites list and moving "All Contacts" ↵Tyler Gunn2014-02-191-0/+58
| | | | | | | | | | | | | | affordance. Bug: 13080167 Change-Id: Id825ef4bfc9de5340d40cae8176bdc13fcfb3ccd
* | Switch favorites screen to grid layoutYorke Lee2014-02-182-20/+22
|/ | | | | | | | | | | | | | | | | | | | * Add logic to PhoneFavoritesTileAdapter so that it now supports an unlimited number of tiled rows. * Tiles now have a configurable height to width ratio. * Fix animations so that tiles moving up and down rows appear to animate in from the correct direction. Tiles moving to the row above should animate in from right to left. Tiles moving to the row below should animate in from left to right. * Update the number of columns in the grid to 2. * Update layout of individual tiles to match redlines from UX. * Tweak font sizes for tiles * No longer truncate names in tiles * Tiles have a 2-3 height to width ratio * Update assets and layout for favorite and more info icons * Add content description for the favorite button * Add tests for PhoneFavoritesTileAdapter Change-Id: I50b298f0941698985d281f13e6a87c5a9b613efa
* Call History Affordances SwapTyler Gunn2014-02-031-11/+31
| | | | | | | | | 1. Swapped the intents for the primary view 2. Changed the icon for the secondary action button 3. Added a vertical divider line to separate the secondary action button from the primary view 4. Cleaned up the accessibility text Change-Id: Ifd4ceff0d67b1587c4378e29be7344de50057a7d
* Fix padding issues with shortcut and call log itemsYorke Lee2013-11-141-4/+1
| | | | | Bug: 11674807 Change-Id: I0a0a167169a004523389e14a79e02c11465312bd
* Merge "Make fonts and colors consistent across views." into klp-devChiao Cheng2013-11-143-8/+8
|\
| * Make fonts and colors consistent across views.Chiao Cheng2013-11-133-8/+8
| | | | | | | | | | | | | | Updated gradient on 3 tiles to make white text pop more. Bug: 11674807 Change-Id: I6554169388aaf792fd096a32a976c66d9022b37f
* | Merge "Color/layout tweaks for Dialer" into klp-devYorke Lee2013-11-141-29/+34
|\ \
| * | Color/layout tweaks for DialerYorke Lee2013-11-131-29/+34
| |/ | | | | | | | | | | | | | | | | | | | | Add search icon into search box Change background of recent cards shortcut to whiter one Whiten the action bar Darken background color of list items Reduce size of searchview text Bug: 11654293 Change-Id: I204b14e752b40563a6f7ebdd1d61f10854b41100
* | Merge "Change all contacts button to look like list item" into klp-devYorke Lee2013-11-141-21/+2
|\ \
| * | Change all contacts button to look like list itemYorke Lee2013-11-131-21/+2
| |/ | | | | | | | | | | | | | | | | | | | | Rewrite layout of all contacts button to look like a regular contact list item. Update list default avatar background Bug: 11654293 Bug: 11668831 Change-Id: Iafa8f69e618b39eabf823cafd8153ed24ddbdfbd
* | Merge "Dismiss dialpad when user touches spaces above it." into klp-devChiao Cheng2013-11-131-1/+2
|\ \ | |/ |/|
| * Dismiss dialpad when user touches spaces above it.Chiao Cheng2013-11-121-1/+2
| | | | | | | | | | | | | | Only applies if the user has not input any digits yet. Bug: 11648799 Change-Id: I28a57fcd7eae0faaf5e234e9ec7531140903e2f5
* | Fix dialpad key alignment issues for larger screensYorke Lee2013-11-042-2/+2
|/ | | | | Bug: 11473069 Change-Id: I8ced8ec543c69a0a2f9bc791dccf7511a883fbec
* Merge "Tweak Dialer redlines" into klp-devYorke Lee2013-10-151-1/+1
|\
| * Tweak Dialer redlinesYorke Lee2013-10-141-1/+1
| | | | | | | | | | | | | | | | | | Standardize list header sizes with People app to Roboto, Bold, All-caps, 14dp Slightly resize voice search icon Bug: 10861682 Change-Id: I7e856f4bcdff732a8ee9afe71dfe6f2879c8f880
* | Flip arrow direction in dialer info tooltipYorke Lee2013-10-141-3/+2
|/ | | | | Bug: 11141554 Change-Id: Ie665631ff7496a1162d7fb50f0383997f1aa38f2
* Merge "Update dialer actionbar icon and dimensions" into klp-devYorke Lee2013-10-081-3/+2
|\
| * Update dialer actionbar icon and dimensionsYorke Lee2013-10-071-3/+2
| | | | | | | | | | Bug: 11118584 Change-Id: Ib582cf01ccafa86b789e74d4f722b84040c36baf
* | Merge "Add content description for dismiss badge button." into klp-devChiao Cheng2013-10-072-3/+19
|\ \ | |/ |/|
| * Add content description for dismiss badge button.Chiao Cheng2013-10-042-3/+19
| | | | | | | | | | | | | | Also re-using same description for dismiss button on tool tip. Bug: 11067802 Change-Id: I63c922bd1b753d96b3d73a9cfa9d86772788e03f
* | Fix accessibility issues with dialpadYorke Lee2013-10-062-4/+8
|/ | | | | | | | | | | | | | Each dialpad key needs to manually have the "focusable" flag set so that hovering and lift-to-type works properly. The edittext containing digits needs to receive focus at least once in order for it to report sendAccessibilityEventTypeViewTextChanged type events. In JB-MR2, the ViewPager would automatically give focus to the dialpad fragment when it was swiped into view, but now we have to manually give it focus ourselves when the dialpad fragment is swiped into view. Bug: 11067558 Change-Id: I56a1891b12d5ec7771a37e1f7c361242ebfe028d
* Adds tooltip for DialerChristine Chen2013-10-031-0/+63
| | | | | Bug: 10916819 Change-Id: Ic18f982a6d478b165f576361cfec6edb8c6eb1c3
* Merge "Fix divider view not animating" into klp-devYorke Lee2013-10-031-35/+41
|\
| * Fix divider view not animatingYorke Lee2013-09-301-35/+41
| | | | | | | | | | | | | | | | Move the searchbox separator into the same layout as the searchview so that they animate together Bug: 11013819 Change-Id: I68fc705a476203788888e460731a708ff616ac78
* | Merge "Turn on reverse lookup by default." into klp-devChiao Cheng2013-10-021-3/+11
|\ \
| * | Turn on reverse lookup by default.Chiao Cheng2013-09-302-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adding new caller id is enabled message when the call short cut is displaying a reverse lookup result or if the number is unknown. - Added dismiss "X" button which turns of the badge forever. - Fixed issue where main screen was cutting off add contact button when few favorites are present. Bug: 10956658 Change-Id: Iea298d41b2ad6c3f63bc5580dc54fa0dc81d8c52