summaryrefslogtreecommitdiff
path: root/res/drawable
AgeCommit message (Collapse)Author
2015-11-06Call Blocking UI/String changeTa-wei Yen
+ Adjusted UI/String according to new specifications. + Added class VisualVoicemailEnabledChecker + Block number dialog display different message depending on whether VVM is activated. Bug:25455707 Change-Id: I09425053c91a5517e309302d421beadcc2d81cd4
2015-10-29Restyle add button for blocked number settings.Andrew Lee
+ Convert from button into list item with ripple feedback. - Removed divider line between list items, including the custom background drawable which used to be used to achieve the divider only for the bottom border. Bug: 25356667 Change-Id: Ic19fd8b895b7b12a140c64a945f8ac8571e0a510
2015-10-21Fix scrolling in blocked numbers list.Andrew Lee
+ Add elements as header, so they scroll with the list. + Shuffle around some layouts to make this work correctly. + Replace default ListView divider with custom drawable, to achieve the desired effect of removing the divider on the first list item. + Override BlockedNumberAdapter to never report itself as empty. Otherwise, the header will disappear. + Tweak some padding. Bug: 25134186 Change-Id: I07711437fea2d3042d3987983667ab5316d51fcc
2015-10-19Show unblock icon for blocked numbers.Andrew Lee
Bug: 25095683 Change-Id: I244ec8312ad24081fd36967e063ddccd53b0253c
2015-10-12Show icons for call detail actions.Andrew Lee
- Remove LinearLayouts and use drawableLeft instead. + Up block asset from 18dp to 24dp. Bug: 24109819 Change-Id: I941520f1b90e6f819c7f94269e395d26c56f5734
2015-10-07Show blocked contact instead of profile photo.Andrew Lee
Does not yet update on change; figuring to do that in a followup CL because there are a number of other scenarios where that needs to be fixed too. Bug: 23943480 Change-Id: I73615c405d547e74667f6c635b5623708c723347
2015-09-17Resume voicemail playback at previous position on resume.Nancy Chen
Make sure that the position is saved when navigating away from the voicemail playback so that it can be restored when resuming. Also: - Disable seekbar when not loaded - Gray out seekbar handle when seek is disabled Bug: 23566924 Change-Id: Ic9d84425d7a3cde9d212bd758eb518577161d7ec
2015-09-01Display unread count for voicemail and update when vm is read.Nancy Chen
Query for number of unread voicemails when dialer starts and update this number when the user reads the voicemails. Pass the tab icons into the ViewPagerTabs class: changed so that the raw image is passed instead of the modified drawable because the ripple is applied in through the ViewPagerTabs layout instead of through the drawable containing the icons. Bug: 21086059 Change-Id: Ie426b042d72926ea3feb7baa4717108776152754
2015-08-14Rename "Recents" to "Call History".Andrew Lee
+ All user-facing indications should now say "Call History". + I renamed many references in code to "Call Log", which is how we internally refer to many of the components related to call history. It seemed excessive to rename the fragment, list items, adapters, and other references to that throughout our codebase. Bug: 23017190 Change-Id: I99719122ce592962ff99705dcf4b16e17eee3ab7
2015-06-26Merge "Revise layout/style of VoicemailPlaybackLayout." into mnc-devAndrew Lee
2015-06-25Revise layout/style of VoicemailPlaybackLayout.Andrew Lee
- Delete now-unused old icons. + Add new material icons for voicemail playback. + Rearrange buttons, padding/spacing. + Change ripple feedback when pressing button. + Use different text fields for total duration and state labels. Bug: 22070564 Change-Id: Ibc9b9908154ac0a846f828bb9707a61ab15f8ba5
2015-06-24Update some icons/styles used in Dialer.Andrew Lee
Bug: 22070564 Change-Id: I7b0d691c18a011f1f61cc12fe063458560528bd4
2015-06-05Add delete action to voicemail in call log.Andrew Lee
+ Cleanup some asset and variable naming. Bug: 21239168 Change-Id: I4c99484bee1fcd300857cf44080c38e19a98cb5a
2015-05-21Add voicemail tab if there are active providers.Andrew Lee
Bug: 21328994 Change-Id: Id6cd45c5614fafcc6f01842a8ec1eaba45dc0928
2015-05-07Update layouts for call log list item actions.Andrew Lee
+ Add icons for actions. + Revise layouts to match new visual appearance. Call Log actions are now a linear layout with an icon and text. + Some style/redline tweaks. + Temporarily replaced animation logic with LinearLayout, to be revisited. Bug: 20433758 Change-Id: Ia13b6c9f583d673743488f2e93be5593a1fbf8dc
2015-04-16Move call log actions into expandable view.Andrew Lee
This isn't the prettiest thing ever, but with this the "framework" of all of the changes for the new visual style of the call logs is in place. From here on out, the remainder of tasks should be unblocked and relatively independent. + Rename ...ItemViews to ...ItemViewHolder. This probably wasn't completely necessary, but is more proper given the new architecture. + ViewHolder is now officially where most of the independent UI logic for a single call log list item should live. This changelist moves further in that direction by storing references and helpers in it, to lessen what must be passed in from the adapter. + Split out the call action from the rest of the actions, since it has a special treatment on the card. + Convert text action buttons into a vertical stack. + Consolidate action stylings into a single style, for simplicity. + Miscellaneous style and string changes to put things in a better state. This included tweaking some of the (ripple) backgrounds. + Update tests, according to changes. Bug: 19372817 Change-Id: Ic923c0bcbbc1c153952131d0c772df9e9589fb03
2015-04-08Remove footer view.Andrew Lee
This depends on ListView footer functions, but the Call Log is being migrated to the RecyclerView. This view will be added back later, with that work tracked in b/20108202 in scope of M. Bug: 20108202 Bug: 19372817 Change-Id: I55201e068362083bf5c18ebd08c2e57c97c1b827
2015-03-18Delete unused images and drawables.Andrew Lee
Bug: 19536005 Change-Id: I326986d079b1980429d89379a147c3fbd441b203
2015-03-11Fix break, add drawables.Andrew Lee
These were originally forgotten to be git-added, then were but were never uploaded. So, it compiled locally because the files existed, but broke when it was submitted. Change-Id: If46153336d2a49eef69e76b5213b1db5881a269a
2014-10-14Add touch feedback to action buttonsYorke Lee
Bug: 17506540 Change-Id: I9ad4bf66c08dbbf3e283cc780ff8cbca9b3495a3
2014-09-15Make FAB button ripple boundedYorke Lee
Bug: 17411557 Change-Id: I7b9946bf11daa37e9e242019ae2b14463daaa8c5
2014-09-11Move scrollbar to the right. Add custom assets.Nancy Chen
Added custom scroll bar handle so that the scroll bar track is moved 8dp to the right. Bug: 17359310 Change-Id: Id33d6bd2a031084e7be41999018979563abec793
2014-09-02Use different FAB for dialpad, and use new animations.Andrew Lee
+ Use scaleIn/scaleOut for FABs in the Dialer application. + Add assets for green fab. + Update dialpad fragment, both the Java and layouts, to have their own FAB containers and FABs. + Change DialpadSlidingLinearLayout into DialpadSlidingRelativeLayout. - Removed or relocated dial some FAB handling, visibility, and translation functions. Now that the FABs in the dialpad fragment and DialtactsActivity are distinct, the logic can be scoped more precisely to a particular fragment/view. Bug: 16399233 Change-Id: I86f9f0053dc3c50fe0d5046389632af7ddff9f67
2014-08-15Tweak FAB tints and positioning.Andrew Lee
+ Change FAB tint so that it's not 100% opacity. + Change dialpad touch tints to new theme color. - Don't translate FAB downwards when opening dialpad. Bug: 16399233 Change-Id: I7d5e0015e0d7d436ce3e2780f3048dfb792d13c0
2014-08-11Replace calllog delete iconYorke Lee
Bug: 16630734 Change-Id: If4d732147437e8e1ea96eb41fa781e772fcab0a9
2014-08-10Replace voicemail seekbar playback assetYorke Lee
Bug: 15935940 Change-Id: Icdbd06ea882e59fdca25d13e63557efacf14451c
2014-07-31Swap out FAB backgroundYorke Lee
Bug: 16353999 Change-Id: I1b9895ada47c307dafdbf7457e84f2e631e27607
2014-07-22Move ViewPagerTabs out of Dialer repoBrian Attwell
Bug: 16158921 Bug: 15616182 Change-Id: Ie648d78dd4df402936c4665eca7c6998e463ca2b
2014-07-18Delete search icon resources, since now commonBrian Attwell
Removed some resources from Dialer, so that I could place them in common. PART 1/3 Bug: 16209705 Change-Id: I8ce477a600f6cad629d838c1ffd7505e9970510a
2014-06-11am febc9b5e: Merge "Ripple tint is now color" into lmp-preview-devAlan Viverette
* commit 'febc9b5e5e29d3b08f13f72f05bc950e207ebb63': Ripple tint is now color
2014-06-10Ripple tint is now colorAlan Viverette
Change-Id: I541aec0c15075c80a9ee17af18eb6c192e04ef46
2014-06-05resolved conflicts for merge of d29b7ef2 to masterAndrew Lee
Conflicts: res/layout/search_edittext.xml Change-Id: I80be0bb33adb57853a1e9b5ee97966df172bd5a3
2014-06-05Re-enable ripples for viewpager tabs and recents footerYorke Lee
Update focused state and fix ripples for viewpager tab backgrounds Fix ripple for recents footer Bug: 15445528 Change-Id: Iec0e6adf79b60bdcfa98846697e1e44f67cfad16
2014-06-04am 81a41e1a: Merge "Removing shadow from overflow menu on call details and ↵Tyler Gunn
call logs." into lmp-preview-dev * commit '81a41e1af0ef20e4b40503a630c2ee8a5afa1aca': Removing shadow from overflow menu on call details and call logs.
2014-06-03Removing shadow from overflow menu on call details and call logs.Tyler Gunn
The default white LMP overflow menu has a shadow which is inconsistent with the other icons in the dialer app which have no shadow. Bug: 15411375 Change-Id: Ia36597bea5e9d176a168668023b562f5742e0414
2014-06-02Matching landscape dialer to mockups.Sai Cheemalapati
Dialer now matches mockup in landscape mode. Bug: 15386162 Change-Id: I8abb7a6c13bbeb1cb9210532e850010b196fe14e
2014-05-30Removed search_bar_expanded from DialerBrian Attwell
The search_bar_expanded now belongs inside ContactsCommon. Change-Id: If359d08a2742d718a35d526f44fb64ae6d0707cf
2014-05-30Add dynamically scrolling underline to view pager tabs.Andrew Lee
- Implementation is lifted and simplified from Play Store's implementation of PlayTabContainer and PlayTabStrip (see links in bug) - Replace mChild in ViewPagerTabs with the TabStrip. - Add new transparent background (with ripple) for tabs. - Restyle tab thickness (to 2dp) and color (to yellow) accent.. Bug: 15167378 Change-Id: I50136294a7210ead67553a82916fd09d52077860
2014-05-27Make actionbar back button whiteYorke Lee
Bug: 15197420 Change-Id: I0ad155ee410bbd8d3477db14a6b6e2d496dedf64
2014-05-23Merge "[DO NOT MERGE] Change icon shape and color for search shortcuts" into ↵Nancy Chen
lmp-preview-dev
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 "Update highlight attribute"Alan Viverette
2014-05-21Update highlight attributeAlan Viverette
Change-Id: I1d0e535409dc85a56c7690482b491ced98a2889f
2014-05-21Make delete action appear as icon in actionbarYorke Lee
Change-Id: I97f51a20a6ad16e5c4a67db12f59bc2e2f5bccd5
2014-05-20Make searchbox expand when entering search UIYorke Lee
Bug: 14900155 Change-Id: Ib6e500ed55db90ad1fa13ba6dd0e141721331ba4
2014-05-19TouchFeedbackDrawable is now RippleDrawableAlan Viverette
Change-Id: I39d39333c3dea0a138357cd8c335c29710ac50d1
2014-05-19Merge "Remove unused resources in Dialer"Yorke Lee
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-16Delete dialer resources moved into commonBrian Attwell
Change-Id: I4f6caee8f6b9f575e95095dc387527f462140386
2014-05-13Merge "Added touch feedback to call log rows for primary action area. Added ↵Tyler Gunn
touch feedback to call log action buttons."
2014-05-13Added touch feedback to call log rows for primary action area.Tyler Gunn
Added touch feedback to call log action buttons. Bug: 13962594 Change-Id: I685c932354616cbbff9a8f115c4656897e33da42
2014-05-12Change search list background to grey.Andrew Lee
- Change the layout parent background programatically in the activity, when the dialpad is shown or hidden. - Change the gradient above the dialpad fragment in Dialer too. - Add directory header attrs color. Change-Id: I97be52f07480ee5b4db55555ef4e4de0feb7d55a
2014-05-09Add touch feedback to Dialer buttons.Andrew Lee
Now, on touch they'll have an yellow accent tint. Change-Id: I8b13ec443185a8f18891997b7830d7c901578dea
2014-05-07Tighten up tab bar styling.Andrew Lee
- Added touch feedback / ripples on press. - Increased the font size. - Lowered the height. Change-Id: I38e604d45f9c127b6381701f9d32917d7211cb96
2014-05-05Move Dialpad-related resources to ContactsCommonYorke Lee
Change-Id: Ide81e00c798f3c2b9a4b4bc46a8ca8ac2971d2ca
2014-05-01Remove tab colors and drawables to ContactsCommon.Andrew Lee
These are being moved there to make it easier for InCallUi to reference and reuse. Bug: 14108639 Change-Id: Id4ad1bee95e3f18ee436db527e8fde6e90e5c013
2014-04-25Use ShapeDrawable for floating action buttonYorke Lee
Change-Id: I27089e7a2c1dcab6b3cee3235dc7b12e371c3f7b
2014-04-16Stylizing action bar tabs to QP green-ish theme.Andrew Lee
- Changed colors, sizes to reflect specified restyling. - Changed drawing of colored rectangles into drawable colors. - Cleared/removed unused underlines/styles/drawables. - Added tab_text_color resource for selected/not text styling. - Changed action_bar_tab to be more specific in its provision of drawables so that drawable styling is less order dependent. Bug: 14012803 Change-Id: I86a712fd05a5e7cbec12d4979a59dd67788439ea
2014-04-15Change Dialer actionbar color to green-ish, and remove underline.Andrew Lee
Bug: 14012803 Change-Id: I06a280b175ddcb564393d0758fb2ec539e8516a9
2014-03-21Restore missing all contacts button backgroundYorke Lee
Change-Id: I06eab14864bd2ebfc3017e6166a17f9baaaddce9
2014-03-20Fix overdraw in DialerYorke Lee
* 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
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-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-03New appearance and look and feel for dialpad.Ihab Awad
http://b/13189041 Change-Id: I91028c8fdee31c1f76610573a4396eb979c30170
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-19Adding "Speed Dial" title to dialer favorites list and moving "All Contacts" ↵Tyler Gunn
affordance. Bug: 13080167 Change-Id: Id825ef4bfc9de5340d40cae8176bdc13fcfb3ccd
2013-10-16Don't use private resources for DialerYorke Lee
Bug: 11244110 Change-Id: I1ddaa678bab9b701b71b4b4c693e1e7e31aa270e
2013-10-14Flip arrow direction in dialer info tooltipYorke Lee
Bug: 11141554 Change-Id: Ie665631ff7496a1162d7fb50f0383997f1aa38f2
2013-09-17Add highlight to contact tile rowYorke Lee
Bug: 10686781 Change-Id: I498e2c50ec1166283e53ee0d0bd6b09871b9e1f5
2013-09-06Fix minus button disabled stateYorke Lee
Bug: 10648453 Change-Id: Id5947af45348d8edecaab6d9095ea07d19da08f2
2013-09-05Remove the pressed state on dialpad menu buttonsHongwei Wang
Bug: 10546375 Cleared also the pressed state drawables Change-Id: I53a29c3c926298dac3726bed553cd453247c1104
2013-08-08Remove unused resources from DialerYorke Lee
Change-Id: Iea5e470d63462a2252bece4e712ec8d2daeeb621
2013-07-30Redlines for CallDetailActivity (call history items and voicemails)Yorke Lee
* Swapped out new assets * Changed background colors as necessary * Add padding view at bottom of seek container * Changed color of drawables * Removed unused assets Change-Id: I654ba417e03b2a32039504ae2de51fd75c5bec20
2013-07-23Redlines for call history screen, as well as most recent call logYorke Lee
* Add and change background and layout for CallLogListItem * Create wrapper view for most recent call log item * Change actionbar background in Call History activity * Hide phone number in call log items * Add tab indicator drawables Change-Id: Ic86c3fac857971aba58ba3ac1d79ddebaf663da6
2013-07-22Style and layout changes to match redlinesYorke Lee
* Swapped out some icons with newly added assets. * Changed search view into edit text with accompanying close button so that it can be more easily styled. * Changed various background colors. * Tweaked padding values to match redlines * Removed margins from PhoneFavoriteRegularRowView and PhoneFavoriteTileView and instead use a standardized set of margins for all rows in PhoneFavoritesTileAdapter * Added bottom_border_background drawable to create a bordered background. * Remove PhoneFavoritesTileAdapter.ViewTypes.STARRED/STARRED_PHONE since they are no longer relevant Change-Id: I65dfd5adf6cfbcb2c9d283aef2bd10e5d2a82dc7
2012-12-05Major resource move and clean-up.Chiao Cheng
Moving resources from Contacts to ContactsCommon and Dialer as necessary to remove dialer dependencies on contacts app. Bug: 6993891 Change-Id: Ieb3a31c1f4f8294b17c1829bb56313ab1f3cafe7
2012-11-28Improve dialer's backgroundRomain Guy
See a before/after comparison (exposure boosted to highlight the diff): http://www/~romainguy/no_crawl/newgradients.png Change-Id: Ifea32165e438841210d48220a16549ce3e0b6d27
2012-09-05Moving resources from Contacts to Dialer.Chiao Cheng
- Also moving some shared utilities. Bug: 6993891 Change-Id: I5fa18d26e4f5423f4d3f3450b8f3e3dacbfb947a