History log of /packages/apps/Calendar/src/com/android/calendar/EventRecurrenceFormatter.java
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/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