-
Notifications
You must be signed in to change notification settings - Fork 183
Home
Daniel Lew edited this page Jan 9, 2014
·
7 revisions
Welcome to the joda-time-android wiki!
I'm currently using this wiki to organize my thoughts on the project.
I want to support all normal methods for Android libs:
- Importing the project into Eclipse/IntelliJ
- apklib
- aar
The first is a normal use case but it unfortunately necessitates that I have semi-compiled source in the repo (in particular the tzdata resources). I want there to be a way to regularly update them so as a result it is necessary to create a script which takes the source tzdata and outputs it in the desired format.
- Create library project, import joda-time code
- Figure out where we want the tzdata
- Write script to generate tzdata
- Integrate existing tests with project
- Figure out how to generate apklib
- Figure out how to generate aar
- Upload apklib, aar
- (Optional) Add Parcelable support to data structures, add tests for it