summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-27Merge "Add ActionBarController" into lmp-preview-devYorke Lee
2014-05-27Merge "Make actionbar back button white" into lmp-preview-devYorke Lee
2014-05-27Make actionbar back button whiteYorke Lee
Bug: 15197420 Change-Id: I0ad155ee410bbd8d3477db14a6b6e2d496dedf64
2014-05-27Merge "[DO NOT MERGE] Add new text color to the contact list search results" ↵Andrew Lee
into lmp-preview-dev
2014-05-27Merge "Increase size of actionBar" into lmp-preview-devYorke Lee
2014-05-27Merge "Remove elegant text height padding from contact tiles" into ↵Yorke Lee
lmp-preview-dev
2014-05-23Remove elegant text height padding from contact tilesYorke Lee
This is adding too much padding to contact tile names Bug: 15196725 Change-Id: Ifdd9bc15bb9d75fd21fc7bce090b4479f54ec5b9
2014-05-23Add ActionBarControllerYorke Lee
* Collect all actionBar interactions within DialtactsActivity into a single controller to ensure that it behaves more deterministically, and fix some bugs with regards to actionBar interactions. * Make sure that action bar correctly handles activity recreation and destruction by saving its state * Add unit tests and mock classes for ActionBarController Bug: 14900155 Change-Id: I370831db425e1970b118f5d4fed3ce9297e3610d
2014-05-23Increase size of actionBarYorke Lee
* Increase size of actionBar to 64dps and also add 8dps of padding to the search box. * Removed some unused styles Bug: 15165670 Change-Id: Ia232431b2e637c9ccbdd0710f723f2063add524b
2014-05-23[DO NOT MERGE] Add new text color to the contact list search resultsNancy Chen
Currently contact list search results text color is a default color, this change adds the text color that will be applied. The attribute and logical application of the color to the TextView is in a different change. Bug: 15118603 Change-Id: I880ff094e377990ada40301aa57cf96a33be0556 (cherry picked from commit 261e079f2d9149814b824bc5f36fb39d03f4f1e9)
2014-05-23Merge "[DO NOT MERGE] Change icon shape and color for search shortcuts" into ↵Nancy Chen
lmp-preview-dev
2014-05-23Merge "Cleanup of call log entry horizontal padding and RTL support. DO NOT ↵Tyler Gunn
MERGE" into lmp-preview-dev
2014-05-23Merge "Add padding to bottom of listviews" into lmp-preview-devYorke Lee
2014-05-23Merge "Tweak card clipping effect" into lmp-preview-devYorke Lee
2014-05-23Cleanup of call log entry horizontal padding and RTL support. DO NOT MERGETyler Gunn
Bug: 15165669 Change-Id: Iceba7fdfcecb79c3d1ef30505e27b5274da67111 (cherry picked from commit b2a0168c53ef96ac26a2abb8dcb2c34b49c9becc)
2014-05-22Tweak card clipping effectYorke Lee
Bug: 15165470 Change-Id: I5e61d23dc02237d0cd7c0e3646ce71b93a68a143
2014-05-22Add padding to bottom of listviewsYorke Lee
Bug: 15164687 Change-Id: I142e8900b471bfb05cf8dad1ed8b0d8d0e4efae6
2014-05-22[DO NOT MERGE] Change icon shape and color for search shortcutsNancy Chen
Bug: 15118603 Change-Id: I9aa6488e48a78d65c23a4c00ad8f3ba891b83855 (cherry picked from commit 134a2f507672b61546c77cd7b8fa5a43c904c4a0)
2014-05-22DO NOT MERGE. Tidy up call log shadow/touch interactions.Andrew Lee
- Constrain the recents list footer ripple to its dimensions. - Eliminate bottom margin on the call log list items. - Changed translationZ on expand to apply to the call log list item instead of just its primary action view. - Adjust the outline clipping so that a shadow doesn't appear under the day group header, now that the translation is applied to the entire list item. - Instantiated a number of fixed property values in onCreate() in the CallLogFragment, instead of whenever they're needed. Bug: 15165669 Change-Id: I5ed81ae49fb0c3f6eed360f247c1fd67278a628c (cherry picked from commit 6e765f9a71b450809c4916a5d5562cdc1372a39a)
2014-05-22merge in master-release history after reset to ↵The Android Automerger
4aecf0f557a805bb3f2715cade0ab15f6b99ad39
2014-05-22merge in master-release history after reset to ↵The Android Automerger
4aecf0f557a805bb3f2715cade0ab15f6b99ad39
2014-05-22Merge "Changed color/font of view all contacts text. Removed whitespace. ↵Santos Cordon
Added font family string to values and bolded text. Added do not translate to font string. Bug: 13936108"
2014-05-21Changed color/font of view all contacts text.Sai Cheemalapati
Removed whitespace. Added font family string to values and bolded text. Added do not translate to font string. Bug: 13936108 Change-Id: Ic8a6e525e34ccc839e77b622071279d71d9b290e
2014-05-22Merge "Update highlight attribute"Alan Viverette
2014-05-22Merge "Add shadow to expanded search box"Yorke Lee
2014-05-21Remove defunct colors and stringsIhab Awad
Remove unused colors and strings from resources. Bug: 15004460 Change-Id: Iff69c0e7753be82bc251cf6792c2204e9968c713
2014-05-21Update highlight attributeAlan Viverette
Change-Id: I1d0e535409dc85a56c7690482b491ced98a2889f
2014-05-21Add shadow to expanded search boxYorke Lee
Change-Id: I6fa3bdd20a4e1fe024e2edabc06d0f777571ae2c
2014-05-21Merge "Add padding to bottom of speed dial fragment"Yorke Lee
2014-05-21Add padding to bottom of speed dial fragmentYorke Lee
Add padding to bottom of speed dial grid view so that content is not obscured by floating action button Also rename the layout to the more sane sounding speeddial_fragment.xml Change-Id: I5e745f6a0a3657bae7f84a3728a1c75986d32ebf
2014-05-21Merge "Make delete action appear as icon in actionbar"Yorke Lee
2014-05-21Make delete action appear as icon in actionbarYorke Lee
Change-Id: I97f51a20a6ad16e5c4a67db12f59bc2e2f5bccd5
2014-05-21Merge "Correctly save CallLogFragment state"Yorke Lee
2014-05-21Correctly save CallLogFragment stateYorke Lee
Save CallLogFragment state correctly in onSaveInstanceState, and restore it later in onCreate Bug: 15134554 Change-Id: Ifb0880c4ce86f0f9c4d5d1713fe9d9e54257ceb4
2014-05-21Removing the delete button from call log entries.Tyler Gunn
Bug: 13962594 Change-Id: I59ee9badc239f4ce3a81320cb0e801af973707a5
2014-05-21Changing expand/collapse so that only a single row is expanded at once.Tyler Gunn
Bug: 13962594 Change-Id: I2a553e65b447d4b944e20ee420da3a726ec30aeb
2014-05-21Merge "Import translations. DO NOT MERGE"Baligh Uddin
2014-05-21merge in master-release history after reset to ↵The Android Automerger
c7b2a0e30aba4505a041a9ad0f8889f4891d30f8
2014-05-20Clean up some interactions in entering/exiting searchUIYorke Lee
Entering/exiting the search UI should now behave as a state machine that is described as follows: * Tapping on the search box or the dialpad brings up the search UI * If back is pressed when in the search UI, one of three things happens 1) If the dialpad or IME is up and a query exists in the searchbox or the dialpad, the IME/dialpad is hidden to allow the user to scroll search results. 2) If the dialpad or IME is up and the query is empty, hide the dialpad and IME, and exit the search UI. 3) If the dialpad or IME is not up and the query is not empty, clear the search query and exit the search UI. Change-Id: I9ba21227e1f1fcba4cde1101b3516009ee55da12
2014-05-20Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I9e7812192c6575b027d9236f714815c667b2f4db Auto-generated-cl: translation import
2014-05-20Swap out search box contents when expandingYorke Lee
* Replace search box layout with two main child views - one for the collapsed state and one for the expanded state. * Add back button to the expanded state * Replaced OnTouchListener on the searchbox with an OnClickedListener Bug: 14900155 Change-Id: I4f07650ddf7e265ee5c4d1054c0bf0ff7494ab6b
2014-05-20Merge "Make searchbox expand when entering search UI"Yorke Lee
2014-05-20Make searchbox expand when entering search UIYorke Lee
Bug: 14900155 Change-Id: Ib6e500ed55db90ad1fa13ba6dd0e141721331ba4
2014-05-20Merge "Exit search UI before dialing."Andrew Lee
2014-05-20merge in master-release history after reset to ↵The Android Automerger
024a7f84fe0c605f97ffe4a176d5a8c2c17ffe7a
2014-05-19TouchFeedbackDrawable is now RippleDrawableAlan Viverette
Change-Id: I39d39333c3dea0a138357cd8c335c29710ac50d1
2014-05-19Exit search UI before dialing.Andrew Lee
Closes the search UI if there is no query when the dialpad fragment is hidden. This is so that an empty search list is not shown after the dialpad fragment is hidden, before the InCallUI is launched. Change-Id: I580cea94ee1c9f21082eda0f6bff77c5c283282d
2014-05-19Merge "Replace 9patch with shadow on searchbox with elevated view"Yorke Lee
2014-05-19Replace 9patch with shadow on searchbox with elevated viewYorke Lee
Bug: 14900155 Change-Id: Ib315cf449a0059a11ac50ba6e5a04b15e2db35a9
2014-05-19Merge "Make EditText non-long clickable"Yorke Lee
2014-05-19Make EditText non-long clickableYorke Lee
Change-Id: I288e20d618ce7ebfed8307f5782b28d80cbd7b1b
2014-05-19Merge "Add send message option to dialpad"Yorke Lee
2014-05-19Merge "Remove unused resources in Dialer"Yorke Lee
2014-05-19Merge "Use tinted voicemail delete icon"Yorke Lee
2014-05-19merge in master-release history after reset to ↵The Android Automerger
ddfb00180a56f254857289a1b9be51556b2ac0f9
2014-05-18Fix NPE in onTextChangedYorke Lee
Always initialize mVoiceSearchButton in onCreate to ensure that it is never null Change-Id: Ic478ae136f7bcbb28a49efce0f4ce2481dcd4945
2014-05-18Use tinted voicemail delete iconYorke Lee
Bug: 14670138 Change-Id: Iedf3d2f460dcc5f4a0519e63d5135fca341ea6ca
2014-05-18Remove unused resources in DialerYorke Lee
Change-Id: I674b2a9620f7b2ca0116cc4db16f27e78eeef5e7
2014-05-18Add send message option to dialpadYorke Lee
Bug: 14052383 Change-Id: I45e9ffc829664af0010eb99be453160bcab2ac3d
2014-05-18merge in master-release history after reset to ↵The Android Automerger
e026fac8868f7393ccab2ce4ceb8faa9bd2530b2
2014-05-17Merge "Add magnifying glass to search box."Andrew Lee
2014-05-17Add magnifying glass to search box.Andrew Lee
Bug: 14900155 Change-Id: I12cf9aa36c7947e7ee8078de088882b2b3fbdae6
2014-05-17merge in master-release history after reset to ↵The Android Automerger
6020ea4ec166f2a168c8ecf73a9a605169838da1
2014-05-16Fix action bar NPE.Andrew Lee
Change-Id: Ie2f7024c7f5a28a635808ab7b6c5e437e14a98ea
2014-05-16Merge "Fix fragment position in dialpad fade-out."Andrew Lee
2014-05-16Merge "Cleaning up shadowing and animation of call log expansion."Tyler Gunn
2014-05-16Cleaning up shadowing and animation of call log expansion.Tyler Gunn
Bug: 13962594 Change-Id: Ifbbf7fa75ffccfb893e6825774565c1e21e86c76
2014-05-16Fix fragment position in dialpad fade-out.Andrew Lee
Before, there's a noticeable gap in the bottom where the search fragment is not fading in; it's fully transparent because the position of the fragment was formerly updated too late. This change updates the position earlier and tweaks the logic slightly. Change-Id: I748c5cd9e9161007eccedb8f86d30011f2a30150
2014-05-16Only show search fragment if text is set to non-empty.Andrew Lee
Bug: 14900155 Change-Id: I4beea8818b333d7bec2aa3fb17d9e2413e5f1965
2014-05-16Merge "Move actionbar menu into menu button in search edit text."Andrew Lee
2014-05-16Move actionbar menu into menu button in search edit text.Andrew Lee
No longer use the built-in options menu functionality. Instead add our own menu button and handling its clicks as menu item clicks instead of options menu clicks. Bug: 14900155 Change-Id: I1ed15df2fc2463f963c1825f6f52437c6122f539
2014-05-16Merge "Delete dialer resources moved into common"Brian Attwell
2014-05-16Delete dialer resources moved into commonBrian Attwell
Change-Id: I4f6caee8f6b9f575e95095dc387527f462140386
2014-05-16Merge "Open search ui on touch, and handle related scenarios."Andrew Lee
2014-05-16Open search ui on touch, and handle related scenarios.Andrew Lee
- Add a touch listener to enter the search ui when the user touches the search bar. - Add a key listener to exit the search ui if the user closes the keyboard while the text input is empty. SearchEditTextLayout was added to facilitate this.. - Get rid of mFragmentsFrame, and control visibility of the favorites view by adjusting the alpha of the lists framgent instead, - Delete (hack) logic to change the background color. - Enter the search ui whenever the dialpad is shown, and exit if it is hidden and there is no query. - Handle showing/hiding the actionbar depending on whether the overlapping panel is displayed. This solution is a little hack, but what seems to be a weird frameowrk interaction prevents the desired solution of showing the action bar and then updating the hide offset. Bug: 14900155 Change-Id: I4e06e4ed8eae49ef48317c99a556c51ff2a206a5
2014-05-16Merge "Adding call details affordance to call log."Tyler Gunn
2014-05-16Adding call details affordance to call log.Tyler Gunn
Bug: 14876142 Change-Id: Ic4e806153156489473aeff91dbb9380302431ace
2014-05-16Merge "Don't exit search ui if query string is empty."Andrew Lee
2014-05-15Fixing build error caused by missing implementation in test class.Tyler Gunn
Bug: 13962594 Change-Id: I92b3da51069f4299ef056fdfa6abdcf63c5549c1
2014-05-15Don't exit search ui if query string is empty.Andrew Lee
Bug: 14900155 Change-Id: Ic0c353d04491288428663c5350abffe514f96149
2014-05-15Merge "Remove redundant long-click listener."Andrew Lee
2014-05-15Merge "Adding day group headings in the call log which group call log ↵Tyler Gunn
entries under 4 headings, "Today", "Yesterday", "Last week", "Other"."
2014-05-15Remove redundant long-click listener.Andrew Lee
Change-Id: I73e8e7fdde21d7244aab21cae5ce8dd58b50de9d
2014-05-15Fix button alignment.Andrew Lee
Bug: 14900155 Change-Id: I391fa09fe9c31e3cf07c99ccbcb060c083304641
2014-05-15Merge "Cleanup dialpad show/hide logic."Andrew Lee
2014-05-15Cleanup dialpad show/hide logic.Andrew Lee
This is the first step in cleaning up the DialtactsActivity logic to make it easier to transition between different states, and handle the states in between (hopefully). Originally, I thought to also block show/hide actions if there was already a dialpad transition in progress, but in the end I did not do this because it made the UI seem unresponsive. - Delete custom predraw listener in DialpadFragment; it doesn't appear to be used (?) and made the animation logic more confusing. - Replace the fragment custom animations with our own animations, which seem to perform better. - Changed the animation xmls from objectAnimators to translates. - Replaced isDialpadShowing with uses of mIsDialpadShown. - Reorder show/hide logic. Now it is less parallel, but better reflects the ordering/nature of fragment transactions. - Reorder some methods to group them more logically. - Pull out a helper method for updating the search fragment's yTranslation. - Pull out a helper method for updating the floating action bar. - Delete predraw method in DialpadFragment; doesn't appear to be used and caused. Bug: 14900155 Change-Id: I768324b2293622ea43974f7f566eec9b11fb0d4e
2014-05-15Merge "Import translations. DO NOT MERGE"Baligh Uddin
2014-05-15merge in master-release history after reset to ↵The Android Automerger
143498533e1acc163c1d3c49290d1270a130b9e6
2014-05-14Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I7ff237f95eeeaf51f07d024002a6343ea8a0c320 Auto-generated-cl: translation import
2014-05-14Adding day group headings in the call log which group call log entriesTyler Gunn
under 4 headings, "Today", "Yesterday", "Last week", "Other". Bug: 13962594 Change-Id: I6f7cfb93ca03bbbe0c3e4736efb3b8a4244c1dba
2014-05-14Fix NPE in dispatchViewReleasedYorke Lee
Bug: 14911975 Change-Id: I9899f6dbe9808dd88dc40261c7d27bf06afebe32
2014-05-14Fix NPE in dispatchViewReleasedYorke Lee
Bug: 14911975 Change-Id: I9899f6dbe9808dd88dc40261c7d27bf06afebe32
2014-05-14merge in master-release history after reset to ↵The Android Automerger
9a67810e610e25fbe43882ee049a08a1bb7cc2c3
2014-05-14am f7f4d441: am 48d0e836: Merge "Changing colors of the incoming and ↵Tyler Gunn
outgoing call icons." * commit 'f7f4d4411b2e197ed42627cbd1e6cb18b1715489':
2014-05-14am 8f3bf6ad: am d4a17638: Add ViewDragHelper to DialerYorke Lee
* commit '8f3bf6ad04db837237f64754985ee9f2072678bd':
2014-05-14am 5665d179: am c50fcea0: Merge "Removing highlighting of missed calls and ↵Tyler Gunn
voicemails in the call log. Also fixing some broken unit tests." * commit '5665d179db20aadc2778413a97ba6ffd3a31a688':
2014-05-14am 0a1e17bf: am a32d9e70: Adjust height of call log tabs.Andrew Lee
* commit '0a1e17bfe15fcb76191772c3dfa624084b2446b3':
2014-05-14am b157c3e0: am 8d623687: Add touch feedback to Dialer buttons.Andrew Lee
* commit 'b157c3e0dcc90d5777738a89c1ad8c2d58c5b5e0':
2014-05-14am bf5c0911: am cb87764d: Change FAB background (to teal) and icons.Andrew Lee
* commit 'bf5c0911bb112732514654fd7ba5ad003b4dac06':
2014-05-14am b89e313b: am 6269a64c: Remove animate hide.Andrew Lee
* commit 'b89e313b627bcdb1c4b564c18d1e9604fe0a2676':