History log of /packages/apps/Calendar/src/com/android/calendar/SelectCalendarsActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
212f06fde96fa53be7c8a1ca878f4ba3ab8624b6 07-Apr-2010 Erik <roboerik@android.com> b/2574912 Made postDelayed calls get cancelled on pause

postDelayed calls to stop the calendars list from being refreshed were
surviving the activity being finished and re created. This explicitly
turns them off and on when the activity calls onPause and onResume
respectively. This also rearranges where the refresh post gets set up
to make it more dependable.

Change-Id: Icdc1c0ee4e6dad91fb1792748d1a43df8e2ad6c2
/packages/apps/Calendar/src/com/android/calendar/SelectCalendarsActivity.java
a144f86b41170e8ee7fe8d966cc51c5fc90cd44a 30-Mar-2010 Erik <roboerik@android.com> b/2555049 Will only query accounts once when entering Calendars screen

There was noticeable jitter on entering the Calendars screen including
misregistering taps due to the cursor requerying repeatedly during a
sync. This change makes it so we only query on accounts once and then
will requery every five seconds for about a minute. The view will only
be updated if a change has occurred.

Change-Id: I53610836e78d970d452d4c9724a2d3525cd85482
/packages/apps/Calendar/src/com/android/calendar/SelectCalendarsActivity.java
ac6a81dcde848f58b67b20feec47fb79c10cd2dc 27-Jan-2010 Erik <roboerik@android.com> b/2123477 Redesign of My Calendars UI.

Numerous bugs regarding My Calendars, b/2123477 b/2115475 b/2039467 b/1345982
Complete redesign of UI to better support multiple accounts as well as toggling
between synced and visible, just synced, and not synced.
/packages/apps/Calendar/src/com/android/calendar/SelectCalendarsActivity.java
b12ecbb90d06018fa092a2ac8253767fb62ed092 23-Jun-2009 Fred Quintana <fredq@google.com> support for changes to the sync settings and control API
/packages/apps/Calendar/src/com/android/calendar/SelectCalendarsActivity.java
cd7773c1841f75a19d43e70dbc02594d18731220 11-Jun-2009 Ken Shirriff <kens@google.com> Move meta feed handling to CalendarSyncAdapter

With this change, the calendar app uses a sync rather than a magic query
to update the list of calendars.
bug=1886271
/packages/apps/Calendar/src/com/android/calendar/SelectCalendarsActivity.java
21770f13c35b97e78dc741d677b856e127cce248 25-Mar-2009 Michael Chan <> Automated import from //branches/master/...@142680,142680
/packages/apps/Calendar/src/com/android/calendar/SelectCalendarsActivity.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/SelectCalendarsActivity.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/SelectCalendarsActivity.java
0d78b568cd2c23fda9475c1dfaddad7c57ec3984 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@132589
/packages/apps/Calendar/src/com/android/calendar/SelectCalendarsActivity.java
9f28730b2055f80491939e05d74516c00e4dc4ea 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@137055
/packages/apps/Calendar/src/com/android/calendar/SelectCalendarsActivity.java
319052089cab383fed2528946b71b45b7af524da 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
/packages/apps/Calendar/src/com/android/calendar/SelectCalendarsActivity.java
a9ea5e1627ce3b2ecc72a3dca7ae732593b0a424 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/packages/apps/Calendar/src/com/android/calendar/SelectCalendarsActivity.java
a390cbfd25a5f3b2f002df725b7580bc78bd9edf 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/Calendar/src/com/android/calendar/SelectCalendarsActivity.java