~salgado/tomdroid/two-way-sync-ignoring-templates

Viewing all changes in revision 151.

  • Committer: Olivier Bilodeau
  • Date: 2010-01-25 05:01:42 UTC
  • Revision ID: olivier@bottomlesspit.org-20100125050142-hciimx25bx6w24nk
Sorting notes based on last modified time
Here's the breakdown to get there:
- Changed the underlying type from jodatime to android Time object. This new type required us to bump API from 2 to 3 (Android 1.5). With that we can remove jodatime dependency and it's welcomed! App size dropped from around 380Kb to 33Kb.
- Strip sub-millisecond precision from Tomboy's notes datetime format to accomodate Android lib (and RFC3339)
- Changed sqlite modified_date entry from numeric to text
- Pushing datetime in UTC in sqlite to accomodate with sqlite's sorting

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: