History log of /packages/apps/Calendar/src/com/android/calendar/EventRecurrenceFormatter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
86693b2f19243b64f5bb7a363bd756453f2b7d6c 02-May-2013 Sam Blitzstein <sblitz@google.com> Fixing gender-matching issues in some languages for a recurrence string.

Some langauges were having gender-matching issues for strings like
"Every fifth Tuesday", so the strings had to be refactored to allow
for grammaticality across languages.

Bug: 8708439
Change-Id: Ibe467b74566759c3286ba54d0a3eeea0952a7288
/packages/apps/Calendar/src/com/android/calendar/EventRecurrenceFormatter.java
b21c638ca11d9be3a3d9e7d28223bb4a3dab5f15 14-Mar-2013 Michael Chan <mchan@android.com> First draft of Recurrence picker

Change-Id: I582c44bc4da6afab89fbbf88fda8262640b85e3b
/packages/apps/Calendar/src/com/android/calendar/EventRecurrenceFormatter.java
8a528adbba5d46fe0d566f474bc3be190511198e 27-Jun-2012 Michael Chan <mchan@android.com> Rename calendarcommon to calendarcommon2 to workaround OEM silliness

Change-Id: I4c23023efd9df768da15160e007a0452ac23f7d6
/packages/apps/Calendar/src/com/android/calendar/EventRecurrenceFormatter.java
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/src/com/android/calendar/EventRecurrenceFormatter.java
fed57ecf8784c761b61d40e87c88a2628142d1dd 11-Mar-2010 Erik <roboerik@android.com> b/2504857 Changed EventRecurrenceFormatter to use the same days as DateUtils

EventRecurrenceFormatter was redefining its own set of day numbers which were
different than the ones used by DateUtils. Changed ERF to use the same days
so now they can both be updated from the same place without the hidden
dependency.

Change-Id: Ibafc21b8fbabbbc49fd9cd309f2a8bf63e776b8e
/packages/apps/Calendar/src/com/android/calendar/EventRecurrenceFormatter.java
5442a16f740a9c98d1d53627cf7ed00098b1bd24 27-Feb-2010 Ken Shirriff <kens@google.com> Unbundling: pull the recurrence string formatting out of EventRecurrence
and move to the calendar app.

The motivation is to make EventRecurrence not depend on string resources,
and to move UI stuff into the app. This will make it easer to move
EventRecurrence into a library.
/packages/apps/Calendar/src/com/android/calendar/EventRecurrenceFormatter.java