summaryrefslogtreecommitdiff
path: root/res/layout/call_log_list_item_actions.xml
AgeCommit message (Collapse)Author
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
2014-10-14Add touch feedback to action buttonsYorke Lee
Bug: 17506540 Change-Id: I9ad4bf66c08dbbf3e283cc780ff8cbca9b3495a3
2014-07-15Various call log / call details video call changes.Tyler Gunn
Requires cl/501841. Call log: 1. Add video call affordance. 2. Add accessibility text for calls, video call afforance. 3. Fixed unit test Call details: 1. Showing video icon when a call had video. 2. Changing call headings to indicate they were video calls. Bug: 16013879 Bug: 16013344 Bug: 16013684 Change-Id: I53b5bf9b0b1a63f9d119318d59f690d310cca7c8
2014-07-14DO NOT MERGE Added report button to UI and database.Sai Cheemalapati
It toasts when clicked for now. The database is not updated when it is clicked yet. Bug: 11150383 Change-Id: Ifd588bdfb36dd8a96977a870071a064726f6e669 (cherry picked from commit 3eae4825ee9a29bd43c9b01d3cbf92de6ad3eb11)
2014-05-30Matching recents to redlines.Andrew Lee
- Tweak some positionings and the action height. - Changed action text to 12sp (from 14) and bold (instead of medium). - Some of this was (I believe) already addressed in previous CLs. Bug: 15332481 Change-Id: I28e7c0ee6f5e4e4cdcdbb27d3e3356b370c68ea4
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-21Removing the delete button from call log entries.Tyler Gunn
Bug: 13962594 Change-Id: I59ee9badc239f4ce3a81320cb0e801af973707a5
2014-05-16Adding call details affordance to call log.Tyler Gunn
Bug: 14876142 Change-Id: Ic4e806153156489473aeff91dbb9380302431ace
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-05Adding support for expandable call log entries.Tyler Gunn
Bug: 13962594 Change-Id: I19a4a65dce922619df0a709293ca291c345c8be7