History log of /packages/apps/Calendar/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8ed988fbac3e988f0408490a1d61101c4176686d 07-Jul-2011 Andy McFadden <fadden@android.com> Relocate common Calendar classes

Move some classes from android.pim to com.android.calendarcommon.

Switch Calendar app to build unbundled.

Bug 4575374

Change-Id: I3c344364b8fa82be1fbc21b0d1d2628957d8d07e
/packages/apps/Calendar/Android.mk
18cabd263b91d7d09f3b93b0bf6c78533bbc2c6a 10-Jun-2011 Mindy Pereira <mindyp@google.com> integrate chips ui into calendar.

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
/packages/apps/Calendar/Android.mk
d46b1150f9493a478647e64cc101d45660a458f3 10-Jun-2011 Andy McFadden <fadden@android.com> More Calendar unbundling

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
/packages/apps/Calendar/Android.mk
551f69cdf30483bfc94f1765d6f8af56dd51694f 14-Oct-2010 Daisuke Miyakawa <dmiyakawa@google.com> Add proguard.flags to keep necessary Fragment

Bug: 3097431
Change-Id: If5e242bd99abecb63e1059facea6d2ca6b5de0b4
/packages/apps/Calendar/Android.mk
352e1a2f834460bd54e03ce94cadd36a46debacb 28-Sep-2010 Michael Chan <mchan@android.com> Major bug fixing in EventInfo and EditEvent

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
/packages/apps/Calendar/Android.mk
4970159b2e6674fc5d61425aa0fcff8e5fc15bdb 30-Jun-2010 Michael Chan <mchan@android.com> First draft of Fragment implementation. Will need a lot of cleanup

Change-Id: I67b25c3081ab6b3a0696bcaffab2ed2761e37f5e
/packages/apps/Calendar/Android.mk
bb3f08abac01e3083d837e5e823b311e3c039e90 23-Jun-2010 Mason Tang <masontang@google.com> Refactored so that the widget is now with the app, not the provider

- 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
/packages/apps/Calendar/Android.mk
b1d8cfcf0834a1c92d138babff11e2c9bbf1dfe4 02-Mar-2010 Ken Shirriff <kens@google.com> Don't unbundle calendar app.

The calendar.jar didn't work for unbunding.
bug 2468654
/packages/apps/Calendar/Android.mk
7e2f1f799b2d5ee182d03943fae1bc8c3aabef21 19-Feb-2010 Michael Chan <mchan@android.com> Enable compilation against the SDK

Change-Id: I162a479284ac1f44f938e10fd28f3ce4871fc099
/packages/apps/Calendar/Android.mk
fc5e058c28e08efeb4fd280742044cca58773271 10-Feb-2010 Erik <roboerik@android.com> b/2313182 Cleaned up launch activity with better multi-account handling.

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.
/packages/apps/Calendar/Android.mk
037c06963c0b5c96c6464169e5612f51b290fe46 09-Feb-2010 Michael Chan <mchan@android.com> Pulled in ContactsAsyncHelper as part of unbundling. Longer term, that part of the coded needs to cleaned up with a proper a adapter and batched up queries when getting pictures.

Change-Id: I58555e3a1299b5cac60c56b6731cf57401dc0f1c
/packages/apps/Calendar/Android.mk
646054713ee9cd4228b4bc0ef31d9549a1d04b05 21-Jan-2010 Doug Zongker <dougz@android.com> relocate GoogleLoginService

Change-Id: I05833c6bfba98ee8d5f32169ec94a4ca48457b4d
/packages/apps/Calendar/Android.mk
25cd65e6c975be160542fd6fb7ff0d867e3a6964 06-Jan-2010 Jean-Baptiste Queru <jbq@google.com> Do not use a user tag on apps, as it is ignored.

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
/packages/apps/Calendar/Android.mk
146de36083f6ce8b7e8a1f974d3990594a36bfec 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Calendar/Android.mk
2cb8df4a54d65554c34faa79d8b2a46a86ff7b52 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Calendar/Android.mk
a9ea5e1627ce3b2ecc72a3dca7ae732593b0a424 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/packages/apps/Calendar/Android.mk
a390cbfd25a5f3b2f002df725b7580bc78bd9edf 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/Calendar/Android.mk