summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Calendar: fix recurrence picker switchdankoman2015-10-181-1/+0
| | | | | | | Let switch pull style from framework instead of using local resource. Change-Id: I75ffa8bea5bd83c4c7680c3a7608350203f7b6d3
* Calendar: add RTL supportRaj Yengisetty2015-10-181-9/+9
| | | | | | Change-Id: I9108456ea240cb9fab16e95480d955c53e6a384b (cherry picked from commit 4db5b7819cb635ab642837769cacd3b8e7a38dbd) (cherry picked from commit 12d6a48e7aaa2a8702804f0b0dae28e571d67ac8)
* Calendar - Bug fixes in DeleteEvents activityRohit Yengisetty2015-10-181-3/+4
| | | | | | | | | > stop checkboxes from stealing touch events > correct listview's getChildAt usage > fix onDestroyActionMode from inadvertently triggering onItemCheckedStateChanged with wrong parameters Change-Id: Ibd151c4de4b373733a9ae6e0b982c088de7bd5ad
* Calendar : Respond to calendar events share intentRohit Yengisetty2015-10-181-3/+16
| | | | | | | | | Retrofit existing classes to support launching Calendar in "shareable" mode. User will have the ability to select calendar events for whom vcs files will be generated and sent to the requester. Change-Id: I2b0162ea53a4392149aa49765b8b070db36daa8a
* Calendar : Add lollipop uxDanesh M2015-10-182-0/+35
| | | | Change-Id: Ibc7bc2267b464c4f8c3d07c2406ed2cf87e7febb
* Calendar : Adding Year ViewRohit Yengisetty2015-10-182-1/+7
| | | | | | | Depends on changes to datetimepicker @ http://review.cyanogenmod.org/#/c/79480/ Change-Id: Ie528d8c1753477b94a9c477f5735a198565afd4d
* Calendar: Display the lunar and festival if the language is Chinese.yingying2015-10-181-4/+18
| | | | | | | If the current language is Chinese, it will display the lunar and festival for month, week and day view Change-Id: Ib948e2aef30d9129f2d0eeeade41b31f432e7de4
* Revert "Calendar: Support display the lunar info."Matt Garnes2015-10-181-18/+4
| | | | This reverts commit d18341a463bee0b027785ed0f3cee9d0a7f00763.
* Improve delete list item layout.Danny Baumann2015-10-181-14/+9
| | | | | | Add a little padding and RTL support. Change-Id: Ie3d9fd99c8e1888d59212d29cb78a406dee54632
* Calendar: Revamp deleting calendar events UI.Adnan2015-10-181-58/+0
| | | | | | | - Use contextual action bar instead of weird spinner/action bar combo - Actually influence behavior and let the user know they're deleting something Change-Id: Idec775f84b873211d6c6a46be120ea82b8a0b9e5
* Calendar: Support for deleting events (rest of the features)Aravind Asam2015-10-182-2/+4
| | | | | | | | | | * Includes highlight for selected items. * Spinner-style select all, deselect all. * Improvements asset files updated. * Add the TW strings for it. * Show the delete events menu as the config. Change-Id: I1781bd8748487bc51da8988f7ae74927c0e179c1
* Modified file action_mode.xmlAravind Asam2015-10-181-28/+37
| | | | | | | action_mode.xml with the changes. Copyright updated. Temporarily disabled use of dropdown icon till it is merged. Change-Id: Idd40cde01b9487fdea11823886def1cf416df08f
* Original action_mode.xmlAravind Asam2015-10-181-0/+48
| | | | | | From Gallery App Change-Id: I40fe986a0f29249ef3c3ea5139287f948114f36c
* Support for deleting calendar eventsAravind Asam2015-10-181-0/+74
| | | | | | First version. Includes support for deleting some or all events. Updates for comments.. Change-Id: Id61ce184396f3c1e084de68ab082b056378a537a
* Calendar: Support display the lunar info.yingying2015-10-181-4/+18
| | | | | | | | - It will show the lunar info on the Month, Week and Day view. - If the current displayed language is not Chinese, it will not show the lunar info for on these views. Change-Id: I1aeb4bc27dbdd127e69ceb0bf50abc1509cf4bb2
* Calendar: Tap prev btn should goto prev input fieldkaiyiz2015-10-181-1/+2
| | | | | | | | | | | As the ime options attribute is not set for description textView, the default behavior of long press enter button is "OK" but not "Prev". Set the ime options attribute for description textView. CRs-Fixed: 408601 Change-Id: I8acdcc53a00d4474eb27469424878b75efec8539
* Stop using datetimepicker's "white" colorScott Kennedy2015-03-021-1/+1
| | | | Change-Id: Ied879bf14dab2dd138d5ff1b83aab1c9a5ac0a10
* Remove negative margin fron all day labelIsaac Katzenelson2013-08-221-1/+0
| | | | | Bug: 10439003 Change-Id: I75663deb0a27dd09a5f4e68df76dbd98482c4dfd
* Revert "Add timely fragment"Isaac Katzenelson2013-06-251-28/+0
| | | | | | This reverts commit bf44e272f0c5a6df2217e2efae2ae4ec0b24e073. Change-Id: Ib8e7d1df0b686c5951d15884827effd604efa120 (cherry picked from commit 376fa68925efc5a9ddd38ed1013c2fa57255f8f2)
* Fix issue with error message being displayed on tablets.Paul Sliwowski2013-06-061-5/+4
| | | | Change-Id: If1c6e01ad260c0e1268cd7c4bafd05c5dda3b373
* Display error when a viewed event has been deleted.Paul Sliwowski2013-05-212-1/+13
| | | | | | | | | | Bug: 8766415 Add error message to EventInfoFragment when there is no event to display. This state should only occur when the event is deleted while viewing it. Change-Id: I36c1592061c4d7f58d0c259d8179f44c8f5f67f0
* am 8f0d70bf: Merge "Solution for recurrence spinner issues" into ↵James Kung2013-05-131-0/+3
|\ | | | | | | | | | | | | ics-ub-calendar-denim * commit '8f0d70bfa2e4595a4f5f74be80de106411ea140a': Solution for recurrence spinner issues
| * Solution for recurrence spinner issuesJames Kung2013-05-101-0/+3
| | | | | | | | | | Bug: 8895602 Change-Id: I22b71def459fe8fc9ccf6b60144a5341d4db4655
* | am a1f9b6d4: Forgot to remove old string.Sam Blitzstein2013-05-041-3/+2
|\| | | | | | | | | * commit 'a1f9b6d4c49a9f6d9f785af0b66d928cca5b3e78': Forgot to remove old string.
| * Forgot to remove old string.Sam Blitzstein2013-05-041-3/+2
| | | | | | | | | | | | | | | | | | | | | | This string got re-formatted to be used from an array in ag/304669 but forgot to remove it from this file as well. Note that this radio button does not start with any text because we don't have anything to put there until we know what day of the week will be repeating until it gets set in updateDialog() of onCreateView(). Change-Id: I10f25cac33b5ba82d5578c740c43964c757a125d
* | Add timely fragmentIsaac Katzenelson2013-05-011-0/+28
|/ | | | Change-Id: Ieef1dbc5faa048a896b0ea06404d32e415a8b3b3
* Recurrence picker re-design from feedbackJames Kung2013-04-273-68/+108
| | | | | Bug: 8696938 Change-Id: Ic088968a7a45538e88aeacb73bf938fd6673db8e
* Recurrence picker minor tweaksJames Kung2013-04-172-13/+6
| | | | | Bug: 8620727 Change-Id: I06be8d22a3eec481f194c4b6431fdfb9d6be9374
* Merge "Recurrence picker UI re-design" into ics-ub-calendar-creamJames Kung2013-04-172-164/+213
|\
| * Recurrence picker UI re-designJames Kung2013-04-162-164/+213
| | | | | | | | | | Bug: 8620727 Change-Id: If4f4cc2a05fa37315a7e902148d6dac4980b3bcb
* | Fix for color picker accessibility.Sam Blitzstein2013-04-162-0/+2
|/ | | | | | | Added content descriptions to calendar color squares. Bug: 8324284 Change-Id: Ib729245d1c64730dba15db1afe23c78bf1d8dd03
* Recurrence picker updateMichael Chan2013-03-252-28/+62
| | | | | | | | | | - Increased recurrence and add-reminder touch targets in editevent - Updated recurrence dialog per ux design i.e. use circles, new end date button, etc. - Select all text entry fields upon click - Preserve focus upon rotation Bug: 8443583 Change-Id: I530616404b1b622bc65b9ffd0ac8b047d7e1a556
* Don't focus on interval at launch.Michael Chan2013-03-251-0/+7
| | | | | | Select all text when interval and count get focus Change-Id: I98e154da41853b6c18de9f5d9a183e53378b8739
* First draft of Recurrence pickerMichael Chan2013-03-193-5/+210
| | | | Change-Id: I582c44bc4da6afab89fbbf88fda8262640b85e3b
* Removing trailing whitespace.James Kung2013-02-281-1/+1
| | | | Change-Id: Ib33f5fc678cea5b6fadaed8ee9e67ed87ebce025
* UI adjustments to mini calendar items for tablets.James Kung2013-02-281-6/+6
| | | | Change-Id: Ie84eb6720ce11d21895c7ac2143fb38c065e8580
* Making calendar color picker icon discoverable.James Kung2013-02-282-16/+14
| | | | Change-Id: I299e6fe4db0ac4101ec21cda921cb0525b5e2148
* Adding visible click state to color picker button.James Kung2013-02-222-12/+36
| | | | Change-Id: I595ba1e187a6cb8fefac3a92c55043becd9c8644
* Moving colorpicker items into its own library.James Kung2013-02-152-48/+3
| | | | Change-Id: Ib27e42df737b0dfd3946e0550dcd28a1576b8f24
* Set certain color picker buttons to 'gone'James Kung2013-02-142-2/+2
| | | | Change-Id: Ib9ab55de843e46bcddd6f35bcce5de64fe8d5650
* Allow color change after orientation change.James Kung2013-02-143-2/+6
| | | | | | | | | Correctly show/hide color picker icon across Calendar. Bug: 8192431 Bug: 8194336 Bug: 8194593 Change-Id: I5ee247506dce835c1ee8debb1e6ebe91c1ba78af
* Bug fix and clean-up work for color pickers.James Kung2013-02-132-3/+3
| | | | | Bug: 8192842 Change-Id: I9f156d7385d1021535fb19b786e60c297624c151
* Color picker for calendarsJames Kung2013-02-121-6/+10
| | | | | Bug: 3439638 Change-Id: Ie26d09b6912ad9174dd4f6c2682c9a0c55dfc519
* Color picker for eventsJames Kung2013-02-125-109/+206
| | | | | Bug: 3439638 Change-Id: I46ac6816ab887290f67bacf2faa1a9ed73ff7d6b
* Fix spacing of response radio buttons in event info.Sara Ting2012-12-061-3/+0
| | | | | Bug:7534595 Change-Id: I819176c0c0892913a9c02a10e5140182e80132e3
* Revert "Add autocompletion for title in edit-event."Sara Ting2012-12-051-2/+1
| | | | | | | This reverts commit 601ef6e0e7b921141cfeaf849238e444a10b9687. We decided to remove recent suggestions autocomplete from title field. Bug:6651978 Change-Id: Id2738b740b3e6f4a2dc50c61df663ec98be0d673
* Merge "Added new notification actions for map and call." into ↵Sam Blitzstein2012-11-161-0/+18
|\ | | | | | | ics-ub-calendar-burgundy
| * Added new notification actions for map and call.Sam Blitzstein2012-11-151-0/+18
| | | | | | | | | | Bug: 7525552 Change-Id: I6a175a270f4049897ee73c005f4f73420fc635d9
* | Merge "Autocomplete location in edit-event with recent locations and ↵Sara Ting2012-11-152-1/+57
|\ \ | | | | | | | | | contacts' names/addresses." into ics-ub-calendar-burgundy
| * | Autocomplete location in edit-event with recent locations and contacts' ↵Sara Ting2012-11-152-1/+57
| | | | | | | | | | | | | | | | | | | | | names/addresses. Bug:6636507 Change-Id: I731edfc453acc8c54b47311bae47cd65a607c763