summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2014-03-18Swap 9 patch for contact tilesYorke Lee
Tweak contact tile dimensions slightly Bug: 13526106 Change-Id: I7ae82dc1815c95577c204dd6ed955d0bf1bc0dc3
2014-03-14Merge "Slight UX tweaks to Dialer"Yorke Lee
2014-03-14Slight UX tweaks to DialerYorke Lee
* 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
2014-03-13Merge "Changed dialer launch activity style to use a 0dp height actionbar. ↵Tyler Gunn
This prevents the user from seeing a blue "Phone" actionbar during loading."
2014-03-13Changed dialer launch activity style to use a 0dp height actionbar.Tyler Gunn
This prevents the user from seeing a blue "Phone" actionbar during loading. Bug: 13438027 Change-Id: I3d46778a63df15fb9d44bd281e2ef8b20602f677
2014-03-12Corrected issue where history icon placement does not match spec.Tyler Gunn
XML only change to layout and dimens. Bug: 13422202 Change-Id: I79b0559ab8000f7d5a82182c202a6979a5648cb5
2014-03-10Correcting issue where text entered by user in searchbox is gray.Tyler Gunn
Only the hint text should be gray. Bug: 13387408 Change-Id: I88bb3bc156e786ca6ccf19a9faae7d5abb3936f1
2014-03-07Merge "Added actionbar style elements from main Dialtacts theme to ↵Tyler Gunn
"CallDetailActivityTheme" to fix issue where Call Details action bar has wrong color."
2014-03-07Added actionbar style elements from main Dialtacts theme to ↵Tyler Gunn
"CallDetailActivityTheme" to fix issue where Call Details action bar has wrong color. Bug: 13364992 Change-Id: I0f780809408e3d7ac2c7be35ee031361b507790b
2014-03-06Merge "Fix jank in no favorites screen when showing/hiding dialpad"Yorke Lee
2014-03-06Fix jank in no favorites screen when showing/hiding dialpadYorke Lee
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
2014-03-05Merge "Restricted the tap target for "All Contacts" to the "All Contacts" ↵Tyler Gunn
button alone,"
2014-03-05Restricted the tap target for "All Contacts" to the "All Contacts" button alone,Tyler Gunn
Bug: 13322769 Change-Id: Iea2bd8886efed50b5b5e463c6e9205af4ad97a6c
2014-03-03Fix slight screen jank when sliding dialpad upwardsYorke Lee
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
2014-03-03Merge "New appearance and look and feel for dialpad."Ihab Awad
2014-03-03New appearance and look and feel for dialpad.Ihab Awad
http://b/13189041 Change-Id: I91028c8fdee31c1f76610573a4396eb979c30170
2014-02-28Merge "Changed color for the contacts reordering teaser to be the same as ↵Tyler Gunn
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."
2014-02-27Changed color for the contacts reordering teaser to be the same as the ↵Tyler Gunn
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
2014-02-27Merge "Import translations. DO NOT MERGE"Baligh Uddin
2014-02-26Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ib6b3ceb8b97669d20ab5e2f277d16f78a3cb5e78 Auto-generated-cl: translation import
2014-02-26Merge "Always show overflow icon for quick contacts affordance"Yorke Lee
2014-02-26Merge "Move secondary action view/button out of primary action view to ↵Tyler Gunn
provide a more clear separation of the pressable areas for both."
2014-02-26Move secondary action view/button out of primary action view to provide a ↵Tyler Gunn
more clear separation of the pressable areas for both. Bug: 13204901 Change-Id: I43e140894a79b762afd6f199f59ca6b9a86edfb0
2014-02-25Merge "Import translations. DO NOT MERGE"Baligh Uddin
2014-02-24Always show overflow icon for quick contacts affordanceYorke Lee
Remove the star icon used to bring up quick contacts, and in its place, always show the overflow icon. Bug: 13177113 Change-Id: I88e99b7c45da10013f4bdff879c106fac9e23f89
2014-02-24Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I70bd3d634a2b2061449117d2a864200427297e87 Auto-generated-cl: translation import
2014-02-24UX Changes: Dialer actionbar, tabs and searchbox.Tyler Gunn
See CL 423036 for the searchbox text changes. Bug: 13167901 Change-Id: I6806cb27c19f7f0ca55394d70134f0c30c93446b
2014-02-21Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I2bc77e160aed8efa63241c8f0c4b32422aa2063e Auto-generated-cl: translation import
2014-02-20Add drag to remove for favorites in DialerYorke Lee
* 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
2014-02-20Merge "Adding "Speed Dial" title to dialer favorites list and moving "All ↵Tyler Gunn
Contacts" affordance."
2014-02-19Adding "Speed Dial" title to dialer favorites list and moving "All Contacts" ↵Tyler Gunn
affordance. Bug: 13080167 Change-Id: Id825ef4bfc9de5340d40cae8176bdc13fcfb3ccd
2014-02-18Switch favorites screen to grid layoutYorke Lee
* 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
2014-02-17Import translations. DO NOT MERGEBaligh Uddin
Change-Id: If60a45ca810f2c2ac6490c9e83ab418acb88db5f Auto-generated-cl: translation import
2014-02-10Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I42fd447c1aafac2b092532879fb6955580ee5393 Auto-generated-cl: translation import
2014-02-03Call History Affordances SwapTyler Gunn
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
2014-01-08Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I3e066229a39d4a901ad0058f57bb8c093e962a79 Auto-generated-cl: translation import
2014-01-07Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ia187519fae7bfc6648b1de05a90396eefa3ca024 Auto-generated-cl: translation import
2013-12-31Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ie772c0d49e12960a990f374b5defb8fd059c70d4 Auto-generated-cl: translation import
2013-12-27Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I11bb5269033dc6dbc2322a569ef3f0bf4594e300 Auto-generated-cl: translation import
2013-12-20Merge "Support long-click during lift-to-type accessibility mode"Alan Viverette
2013-12-19Support long-click during lift-to-type accessibility modeAlan Viverette
BUG: 8310727 Change-Id: Icf9e103d2d6f5b5e7acb8c7f16244f0cebe9ffaa
2013-12-19Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Idced152ce9cef09bf47f10d8196d6d939409a9ce Auto-generated-cl: translation import
2013-12-16Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I9119fae73d300597aa9ab1c2e2200f2296c111b1 Auto-generated-cl: translation import
2013-12-11Merge "Hide voice search button if intent cannot be handled"Yorke Lee
2013-12-09Remove deprecated localesBaligh Uddin
Bug:11340849 Change-Id: I3e6cf18df3e1a3b3659ceca5965f62aaa5ff5ece
2013-12-06Hide voice search button if intent cannot be handledYorke Lee
If the Google Search app is disabled (this only seems to be possible on Nexus 4), the Dialer crashes if the voice search button is pressed. This CL hides/shows the voice search button every time the dialer is launched/resumed after checking to see if there exists an activity that can handle the ACTION_RECOGNIZE_SPEECH intent. A string to indicate that voice search is unavailable is also added just in case the user ends up in a weird state where the button is showing but clicking on it would throw an ActivityNotFoundException. Bug: 12015318 Change-Id: Idd7ec2da422425dd95ae0060ebc9b85a2cf35fb0
2013-11-27Import translations. DO NOT MERGEGeoff Mendal
Change-Id: Ie5907f9eccaf9d624dc22c8442016852658d7810 Auto-generated-cl: translation import
2013-11-22Fix Dialer testsYorke Lee
* Empty geocode is now " " instead of "-" per UX request * DialpadFragment now throws IllegalArgumentException instead of Log.wtf so that it can be tested * Added contact id column to contactsprovider query * Modified PhoneNumberDisplayHelper to take an instance of PhoneNumberUtilsWrapper so that it can be mocked out Fix label-related tests that were failing due to a change in how we treat empty labels Bug: 9111164 Change-Id: If2244586b9d09fa2839fa0ddfc9f369f9dc66e51
2013-11-18Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I6b74683e82fc7066aace284a470659aaea106e29 Auto-generated-cl: translation import
2013-11-14am 60ab9513: am 8aee66a6: am b372f3e5: Fix padding issues with shortcut and ↵Yorke Lee
call log items * commit '60ab95138ea9ae5d891f40c238f5bbb0bc71f6ac': Fix padding issues with shortcut and call log items
2013-11-14am 8aee66a6: am b372f3e5: Fix padding issues with shortcut and call log itemsYorke Lee
* commit '8aee66a64c2a78747245b91dbc979a8ce8239f2b': Fix padding issues with shortcut and call log items
2013-11-14am b372f3e5: Fix padding issues with shortcut and call log itemsYorke Lee
* commit 'b372f3e5a2b39ecf3949b422b43dbb5ea2a564bf': Fix padding issues with shortcut and call log items
2013-11-14Fix padding issues with shortcut and call log itemsYorke Lee
Bug: 11674807 Change-Id: I0a0a167169a004523389e14a79e02c11465312bd
2013-11-14Merge "Import translations. DO NOT MERGE"Baligh Uddin
2013-11-14Merge "Import translations. DO NOT MERGE" into klp-devBaligh Uddin
2013-11-14Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ifd35f845aad61ae7dc7dda0f44fd51911c717cc3 Auto-generated-cl: translation import
2013-11-14Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I45bb9633a99a6dfff8c712c1e1b26c476bc2d3ca Auto-generated-cl: translation import
2013-11-13am e5e1544c: am 7cc5910c: am e07ad7c9: Merge "Make fonts and colors ↵Chiao Cheng
consistent across views." into klp-dev * commit 'e5e1544c911c72238f0bc2c253fbf03754ab73d0': Make fonts and colors consistent across views.
2013-11-13am a70f4547: am 43744cc2: am 349f3e1b: Merge "Color/layout tweaks for ↵Yorke Lee
Dialer" into klp-dev * commit 'a70f45478c1ff89a85d29dfda95e6082d67a4816': Color/layout tweaks for Dialer
2013-11-13am b48e4549: am 550e61cf: am 59a39432: Merge "Change all contacts button to ↵Yorke Lee
look like list item" into klp-dev * commit 'b48e45496dd75bb7de73327a5a238dc8e19dc91d': Change all contacts button to look like list item
2013-11-13am 7cc5910c: am e07ad7c9: Merge "Make fonts and colors consistent across ↵Chiao Cheng
views." into klp-dev * commit '7cc5910c89ef2e643e91c00e88f0d325e205c273': Make fonts and colors consistent across views.
2013-11-13am e07ad7c9: Merge "Make fonts and colors consistent across views." into klp-devChiao Cheng
* commit 'e07ad7c9cd914ff76dcb2a08d43b64551aeb4efb': Make fonts and colors consistent across views.
2013-11-14Merge "Make fonts and colors consistent across views." into klp-devChiao Cheng
2013-11-13am 43744cc2: am 349f3e1b: Merge "Color/layout tweaks for Dialer" into klp-devYorke Lee
* commit '43744cc28e981d485e6cd2af8bd2e57733ceb42e': Color/layout tweaks for Dialer
2013-11-13am 349f3e1b: Merge "Color/layout tweaks for Dialer" into klp-devYorke Lee
* commit '349f3e1b6c5642636fbe4480a47b568e47c92154': Color/layout tweaks for Dialer
2013-11-14Merge "Color/layout tweaks for Dialer" into klp-devYorke Lee
2013-11-13am 550e61cf: am 59a39432: Merge "Change all contacts button to look like ↵Yorke Lee
list item" into klp-dev * commit '550e61cf2e0f51c62e0fe0d82a54e4962482f995': Change all contacts button to look like list item
2013-11-13am 59a39432: Merge "Change all contacts button to look like list item" into ↵Yorke Lee
klp-dev * commit '59a3943236380a1b6e2a922caf6bc85ad2c29f15': Change all contacts button to look like list item
2013-11-14Merge "Change all contacts button to look like list item" into klp-devYorke Lee
2013-11-13Color/layout tweaks for DialerYorke Lee
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
2013-11-13Make fonts and colors consistent across views.Chiao Cheng
Updated gradient on 3 tiles to make white text pop more. Bug: 11674807 Change-Id: I6554169388aaf792fd096a32a976c66d9022b37f
2013-11-13Change all contacts button to look like list itemYorke Lee
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
2013-11-13am 1cc54f02: am f9d19153: am 759c264e: Merge "Dismiss dialpad when user ↵Chiao Cheng
touches spaces above it." into klp-dev * commit '1cc54f025ca77481f5346042a7eb107111158fc8': Dismiss dialpad when user touches spaces above it.
2013-11-13am f9d19153: am 759c264e: Merge "Dismiss dialpad when user touches spaces ↵Chiao Cheng
above it." into klp-dev * commit 'f9d191530fcefad0f730bdf6df490d4fd5b51dd5': Dismiss dialpad when user touches spaces above it.
2013-11-13am 759c264e: Merge "Dismiss dialpad when user touches spaces above it." into ↵Chiao Cheng
klp-dev * commit '759c264e87cb746f80b1524a40203197150e00bb': Dismiss dialpad when user touches spaces above it.
2013-11-13Merge "Dismiss dialpad when user touches spaces above it." into klp-devChiao Cheng
2013-11-12Dismiss dialpad when user touches spaces above it.Chiao Cheng
Only applies if the user has not input any digits yet. Bug: 11648799 Change-Id: I28a57fcd7eae0faaf5e234e9ec7531140903e2f5
2013-11-05am fb659679: am 4f76219c: am 377bb698: Merge "Tweak minimum swipe distance ↵Yorke Lee
for Dialer" into klp-dev * commit 'fb659679a77e4adb30dddeffe1ff1cf01eade0cc': Tweak minimum swipe distance for Dialer
2013-11-05am 4f76219c: am 377bb698: Merge "Tweak minimum swipe distance for Dialer" ↵Yorke Lee
into klp-dev * commit '4f76219c1ca6bc7f26f67ed0f92112ce6ac38ecd': Tweak minimum swipe distance for Dialer
2013-11-05am 9935227b: am 11c3b487: am f61b8bc6: Merge "Fix dialpad key alignment ↵Yorke Lee
issues for larger screens" into klp-dev * commit '9935227b1b9d2894e6205b41ba2fce3d86cf43b7': Fix dialpad key alignment issues for larger screens
2013-11-05am 377bb698: Merge "Tweak minimum swipe distance for Dialer" into klp-devYorke Lee
* commit '377bb6987a50923b3f6abda063b5255c67494a14': Tweak minimum swipe distance for Dialer
2013-11-05Merge "Tweak minimum swipe distance for Dialer" into klp-devYorke Lee
2013-11-04am 11c3b487: am f61b8bc6: Merge "Fix dialpad key alignment issues for larger ↵Yorke Lee
screens" into klp-dev * commit '11c3b487fb94290768e4290123b2711edcc5acac': Fix dialpad key alignment issues for larger screens
2013-11-04Tweak minimum swipe distance for DialerYorke Lee
Bug: 11461554 Change-Id: Ie67d9dbf6c2302c6b44032603de725cf1de6ba87
2013-11-04am f61b8bc6: Merge "Fix dialpad key alignment issues for larger screens" ↵Yorke Lee
into klp-dev * commit 'f61b8bc69634a0ad7f7746eddc4bee71b2186be6': Fix dialpad key alignment issues for larger screens
2013-11-04Fix dialpad key alignment issues for larger screensYorke Lee
Bug: 11473069 Change-Id: I8ced8ec543c69a0a2f9bc791dccf7511a883fbec
2013-10-30Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I6dbd254ba9b73e77321b11c7c22e426f73c7e1b3 Auto-generated-cl: translation import
2013-10-30Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Idcaf96385ff9d702110defb292c5dbca35b4423d Auto-generated-cl: translation import
2013-10-17am 91c92a7d: am 45f8d990: am 11162893: Merge "Don\'t use private resources ↵Yorke Lee
for Dialer" into klp-dev * commit '91c92a7d98c0f6045006a3d88ae9312a9483a5aa': Don't use private resources for Dialer
2013-10-17am 45f8d990: am 11162893: Merge "Don\'t use private resources for Dialer" ↵Yorke Lee
into klp-dev * commit '45f8d99070ef77f0f2571accd55eb48030dce310': Don't use private resources for Dialer
2013-10-17am 11162893: Merge "Don\'t use private resources for Dialer" into klp-devYorke Lee
* commit '11162893f4bdc32e469ede5ae25ff91a94680abb': Don't use private resources for Dialer
2013-10-17Merge "Don't use private resources for Dialer" into klp-devYorke Lee
2013-10-17Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I682845c7d85d1ea8f1a9c42df215913f115fa572 Auto-generated-cl: translation import
2013-10-17Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I5fac0cb30dd9cc919a8f5da6649227c8c70d8de3 Auto-generated-cl: translation import
2013-10-16Don't use private resources for DialerYorke Lee
Bug: 11244110 Change-Id: I1ddaa678bab9b701b71b4b4c693e1e7e31aa270e
2013-10-15am 31fd4834: am 9c43e597: am 6fe7eb0e: Merge "Tweak Dialer redlines" into ↵Yorke Lee
klp-dev * commit '31fd4834f298a45652dac8aaa2a1cc0677106e90': Tweak Dialer redlines
2013-10-15am 9c43e597: am 6fe7eb0e: Merge "Tweak Dialer redlines" into klp-devYorke Lee
* commit '9c43e597d65f3b6256988ca5ca87128e13031946': Tweak Dialer redlines
2013-10-15am 6fe7eb0e: Merge "Tweak Dialer redlines" into klp-devYorke Lee
* commit '6fe7eb0ef06f1b987c52c352e9990131a16715e7': Tweak Dialer redlines
2013-10-15Merge "Tweak Dialer redlines" into klp-devYorke Lee
2013-10-15am 122be73e: am 1fce9655: am a7d844c6: Flip arrow direction in dialer info ↵Yorke Lee
tooltip * commit '122be73e74ddb1d8f4d25bb9f0c26eb599fea822': Flip arrow direction in dialer info tooltip