OSDN Git Service

Unbundling: pull the recurrence string formatting out of EventRecurrence
authorKen Shirriff <kens@google.com>
Sat, 27 Feb 2010 00:06:04 +0000 (16:06 -0800)
committerKen Shirriff <kens@google.com>
Sat, 27 Feb 2010 00:30:42 +0000 (16:30 -0800)
commit5442a16f740a9c98d1d53627cf7ed00098b1bd24
tree32d7799aac52427410ccbb6b6461a11eb94f3219
parent4a8bc461b908ef32851d1dc1b73c20b7282d10d8
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.
res/values/strings.xml
src/com/android/calendar/EventInfoActivity.java
src/com/android/calendar/EventRecurrenceFormatter.java [new file with mode: 0644]