summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Calendar : Adding Year ViewRohit Yengisetty2015-10-181-0/+1
| | | | | | | Depends on changes to datetimepicker @ http://review.cyanogenmod.org/#/c/79480/ Change-Id: Ie528d8c1753477b94a9c477f5735a198565afd4d
* Revert "Calendar: Support display the lunar info."Matt Garnes2015-10-181-2/+1
| | | | This reverts commit d18341a463bee0b027785ed0f3cee9d0a7f00763.
* Calendar: Support display the lunar info.yingying2015-10-181-1/+2
| | | | | | | | - 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
* Point to new chips locationScott Kennedy2014-03-261-3/+3
| | | | Change-Id: I1a99641a713d4a8d093e2f8c8e7d8415b9555462
* am e6aa9377: New time zone pickerMichael Chan2013-04-031-1/+4
|\ | | | | | | | | * commit 'e6aa93773f2132900f019fbbf203db4c30c5b254': New time zone picker
| * New time zone pickerMichael Chan2013-04-031-1/+4
| | | | | | | | Change-Id: I88b34b92c03e14e1812536314f4e2b846ff18276
* | am 7674b690: Added in new time picker library.Sam Blitzstein2013-03-201-11/+14
|\| | | | | | | | | * commit '7674b690b018c31207830c2a196927a0c654486c': Added in new time picker library.
| * Added in new time picker library.Sam Blitzstein2013-03-201-11/+14
| | | | | | | | Change-Id: Id252345cbb938870df02f1bb7f3dc6a65191298d
* | Merge remote-tracking branch 'goog/ics-ub-calendar-cream' into catchupMichael Chan2013-02-251-1/+5
|\|
| * Moving colorpicker items into its own library.James Kung2013-02-151-1/+5
| | | | | | | | Change-Id: Ib27e42df737b0dfd3946e0550dcd28a1576b8f24
* | Merge remote-tracking branch 'goog/ics-ub-calendar-cream' into catchupMichael Chan2013-02-061-1/+2
|\| | | | | | | | | | | | | | | | | Conflicts: Android.mk res/values-de/strings.xml src/com/android/calendar/selectcalendars/SelectSyncedCalendarsMultiAccountActivity.java Change-Id: Ibee089fc6a12ea9dcde5555992fb873afd501224
| * Make this build in EclipseSara Ting2012-12-201-1/+1
| | | | | | | | | | | | Changing up custom extension mechanism to enable building in Eclipse. Change-Id: I519c162a852abda0cc2b6d0b3f3bd4e8f53b6ad7
| * Move to SDK 17Michael Chan2012-11-161-1/+2
| | | | | | | | Change-Id: If792c8ce949adac67d1832d53638dd7539c9fda2
| * Enable calendar widget as lock widgetMichael Jurka2012-11-161-1/+1
| | | | | | | | Change-Id: If549495901b3ded53771a3a6356fc5a9017d239d
* | Enable calendar widget as lock widgetMichael Jurka2012-09-141-1/+1
|/ | | | Change-Id: If549495901b3ded53771a3a6356fc5a9017d239d
* Adding hook for additional options in the AllInOne menu.Sara Ting2012-07-171-1/+2
| | | | | | | A new 'extensions_src' folder was added to contain skeletons for extensions. Bug:5920207 Change-Id: Icaa377688b7a56a17db34dc954b844b059f07c33
* Fix make file for unbundled branchIsaac Katzenelson2012-06-211-1/+1
| | | | Change-Id: I25e901c6961ef58c4c053f815a4acb621cc58781
* Fix task stack building on ICSIsaac Katzenelson2012-06-181-0/+1
| | | | Change-Id: I2f4ed27c49d339ceb4424cfe7457e645c9cc2ad6
* Revert "Revert "Use the resources in the static chips lib now.""Mindy Pereira2011-12-161-0/+2
| | | This reverts commit 0d956d2bc94967a0d2c2ae5fdc1662612f5f5dcf
* Revert "Use the resources in the static chips lib now."Mindy Pereira2011-12-161-2/+0
| | | This reverts commit f39a39d640eb6fbb0a91ee9cecfaf07fe8d373b8
* Use the resources in the static chips lib now.Mindy Pereira2011-12-151-0/+2
| | | | Change-Id: If06bd709a6aa5fcfdc6119c1c80d4c345019e038
* Relocate common Calendar classesAndy McFadden2011-07-081-3/+9
| | | | | | | | | | Move some classes from android.pim to com.android.calendarcommon. Switch Calendar app to build unbundled. Bug 4575374 Change-Id: I3c344364b8fa82be1fbc21b0d1d2628957d8d07e
* integrate chips ui into calendar.Mindy Pereira2011-06-211-2/+9
| | | | | | | | | Makes edit event display chips UI. We still need final design to decide if we're going to display a full list of guests in tablets like we currently do or just the chips. Leaving with current behavior but showing chips in the edit box for now. Change-Id: Ia045bbdc3326dca9056070ae0ebc75a7a5b2f5ba
* More Calendar unbundlingAndy McFadden2011-06-091-1/+6
| | | | | | | | | | | | A few minor items: - Remove an unnecessary import, missed in previous checkin. - Drop guava from libs (not currently needed). - Add commented-out build lines for the benefit of anyone who wants to experiment. Bug 4575374 Change-Id: I5669e41008a97810f9c23247447e91637c54bc22
* Add proguard.flags to keep necessary FragmentDaisuke Miyakawa2010-10-141-0/+2
| | | | | Bug: 3097431 Change-Id: If5e242bd99abecb63e1059facea6d2ca6b5de0b4
* Major bug fixing in EventInfo and EditEventMichael Chan2010-10-111-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In EventInfo/Popup: Fixed reminders and response Set a fixed height Renamed Edit event button to Open event in the Event popup Enabled Open event button unless it's a free/busy calendar Removed action bar buttons in Event popup Disallow reminders for busy/free calendars TODO: Update UI only if everything is loaded In Edit Event: Switch to side-by-side label format Have everything ready before removing "Loading" msg Added organizer Restrict adding of attendees: For non-organizers, write permission to the calendar is sufficient. For organizers, the user needs a) write permission to the calendar AND b) ownerCanRespond == true AND c) attendee data exist (this means num of attendees > 1, the calendar owner's and others). TODO: Attendees do not always show up. Need to switch from listview to linear layout TODO: Move to one column format for portrait in EditEvent Turned on Holo.light theme but the light version isn't ready in the framework yet. Removed dependency to android.test.runner b/3052155 b/2709441 b/3060967 b/3060985 Change-Id: I4a25fecf3ade6a7924ba7b55801daced3dca6fa7
* First draft of Fragment implementation. Will need a lot of cleanupMichael Chan2010-06-301-0/+2
| | | | Change-Id: I67b25c3081ab6b3a0696bcaffab2ed2761e37f5e
* Refactored so that the widget is now with the app, not the providerMason Tang2010-06-241-1/+1
| | | | | | | | | | | | | - CalendarAppWidgetReceiver now functions as the broadcast receiver for: * android.intent.action.TIMEZONE_CHANGED * android.intent.action.TIME_SET * android.intent.action.PROVIDER_CHANGED (content://com.android.calendar) - CalendarAppWidgetService has been refactored to use IntentService for serializing widget updates - AppWidgetShared has been preserved for managing wake locks - CalendarAppWidgetModel was pulled out into its own class Change-Id: If7641aba278acc8ad00f14acd289ddbcbb1d5bcf
* Don't unbundle calendar app.Ken Shirriff2010-03-021-3/+0
| | | | | The calendar.jar didn't work for unbunding. bug 2468654
* Enable compilation against the SDKMichael Chan2010-02-191-1/+1
| | | | Change-Id: I162a479284ac1f44f938e10fd28f3ce4871fc099
* b/2313182 Cleaned up launch activity with better multi-account handling.Erik2010-02-101-3/+0
| | | | | | | Launch activity now just checks for the existence of any account, and if not found bounces users to the account settings activity where they can add a calendar supported account. If a non-calendar supported account is found it will let users enter Calendar but they will be unable to create any events.
* Pulled in ContactsAsyncHelper as part of unbundling. Longer term, that part ↵Michael Chan2010-02-091-0/+6
| | | | | | of the coded needs to cleaned up with a proper a adapter and batched up queries when getting pictures. Change-Id: I58555e3a1299b5cac60c56b6731cf57401dc0f1c
* relocate GoogleLoginServiceDoug Zongker2010-01-211-2/+2
| | | | Change-Id: I05833c6bfba98ee8d5f32169ec94a4ca48457b4d
* Do not use a user tag on apps, as it is ignored.Jean-Baptiste Queru2010-01-051-1/+1
| | | | | | | | | | The build system does not honor user tags on apps, and setting it is misleading. This removes the confusion by making the makefiles behave like they read. Change-Id: Ib451a7256deadcb4fc2847b7c79450aacca190ae
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+19
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-19/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+3
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+17