History log of /packages/apps/Calendar/src/com/android/calendar/CalendarApplication.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f84b1a90cf76e7eff76affa17834377194caba8c 17-Dec-2012 Sara Ting <sarating@google.com> Make this build in Eclipse

Changing up custom extension mechanism to enable building in Eclipse.

Change-Id: I519c162a852abda0cc2b6d0b3f3bd4e8f53b6ad7
/packages/apps/Calendar/src/com/android/calendar/CalendarApplication.java
f565bc11cf22e639c01ad5b9a6129e707991eb4e 28-Aug-2012 Sara Ting <sarating@google.com> Save version to shared prefs upon startup.

Change-Id: Id394cb7c78c373acd3b5a9aaae43e50f64767383
/packages/apps/Calendar/src/com/android/calendar/CalendarApplication.java
4b441bd6544fe6d11be75f974a41afd8fa040a4f 16-Sep-2010 Daisuke Miyakawa <dmiyakawa@google.com> Make settings screen support two pane mode.

1) Rename CalendarPreferenceActivity to GeneralPreferences, and
add CalendarSettingsActivity for top-level Activity.

We should retain previous logs for CalendarPreferenceActivity,
and we shouldn't call it "Activity" any more, as it is Fragment.

I'm not sure whether the new "CalendarSettingsActivity" should
be named so, or renaming it to "CalendarPreferenceActivity"
to keep consistency around naming.

2) Add necessary xmls.

Some of them are derived from Settings app, which already has
new two pane structure, so refering its logic seems enough for now.

Change-Id: I6a0b04bb824d06c2842cbd8127e2860c45350987
/packages/apps/Calendar/src/com/android/calendar/CalendarApplication.java
d6734dbbd704cdb1bc331d1bd74b7a3be58f69ff 22-Jul-2010 Michael Chan <mchan@android.com> - Save/Restore viewType across rotation and quitting
- Read desired viewType from intent (from Widget for example)
- Added a new viewType DETAIL for detail viewing which is the last of Agenda or Day. This is typically triggered from widget and tapping on a day in month view)
- Added SelectedTime (not in use right now)
- Removed Calendar AllInOne Icon in launcher. Back to just one Calendar.
- Fix the problem the time not displaying properly after rotation
- Cleaned up the old detailview stuff, yuck.
- Removed unused code from CalendarApplication and CalendarData.

Change-Id: I78a2172da282fedfc2559cde529a4f034430912b
/packages/apps/Calendar/src/com/android/calendar/CalendarApplication.java
a17725e24d51b7a6f002dd5afd3270c8eeea0dbe 17-Feb-2010 Jeff Hamilton <jham@android.com> Always use a consistent name for SharedPreferences.

The code was relying on the package name for
SharedPreferences, which is problematic if running
under a new package name.

Also, remove the use of the shared user ID.

Change-Id: I9d2c8c78588d7b9868318153d0788addb84f11a6
/packages/apps/Calendar/src/com/android/calendar/CalendarApplication.java
98ab9de2fa5ad8dfd37faa6593dc66fa426d8960 15-May-2009 Michael Chan <mchan@android.com> findbug fixes

modified: src/com/android/calendar/AgendaActivity.java
modified: src/com/android/calendar/AgendaAdapter.java
modified: src/com/android/calendar/CalendarActivity.java
modified: src/com/android/calendar/CalendarApplication.java
modified: src/com/android/calendar/CalendarView.java
modified: src/com/android/calendar/DeleteEventHelper.java
modified: src/com/android/calendar/EditEvent.java
modified: src/com/android/calendar/Event.java
modified: src/com/android/calendar/EventInfoActivity.java
modified: src/com/android/calendar/IcsImportActivity.java
modified: src/com/android/calendar/MonthActivity.java
modified: tests/src/com/android/calendar/FormatDateRangeTest.java
modified: tests/src/com/android/calendar/WeekNumberTest.java
/packages/apps/Calendar/src/com/android/calendar/CalendarApplication.java
146de36083f6ce8b7e8a1f974d3990594a36bfec 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Calendar/src/com/android/calendar/CalendarApplication.java
2cb8df4a54d65554c34faa79d8b2a46a86ff7b52 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Calendar/src/com/android/calendar/CalendarApplication.java
a390cbfd25a5f3b2f002df725b7580bc78bd9edf 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/Calendar/src/com/android/calendar/CalendarApplication.java