~tomdroid-dev/tomdroid/sync-ui

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Tomdroid NEWS

Copyright 2008, 2009, 2010 Olivier Bilodeau <olivier@bottomlesspit.org>

Project hosting: https://launchpad.net/tomdroid/

Please report bugs to: https://bugs.launchpad.net/tomdroid

Mailing list: tomdroid-dev@lists.launchpad.net 
Join it at: https://launchpad.net/~tomdroid-dev

For more details and developer visible changes see the ChangeLog

Version 0.3.1 - fundationem (fixed with a tie wrap)
* Fixed important parsing issue with notes in +xx:xx timezones (#520543)
* Fixed error-reporting of date parsing errors
* Only one error displayed per synchronization attempts instead of one per note

Version 0.3.0 - fundationem
Android 1.5 or later required
* Instant startup -- database back-end instead of files (Benoît Garret)
* New "Sync from SD Card" menu item that will populate the notes database with
  the notes in tomdroid/ on the SD card (Benoît Garret)
* Significantly smaller App (went from ~380Kb to ~35Kb)
* Note list is now sorted showing last modified notes first
* Notification when "Sync from SD Card" is complete
* Note title no longer shown in the note text
* Fixed note parsing errors (#364850, #483101)
* Fixed phone numbers in note titles (#512204)
* Improved help messages
* Improved error reporting to the user
* Removed the "Load from Web" not-so-useful feature (Benoît Garret)

Version 0.2.0 - this is all wrong
Development is done using SDK 1.5 but the application is compatible with 1.x
* Performance improvements (on my ADP1 ~50 notes loads twice as fast)
* Responsiveness improvements: you can now see the screen updating the note 
  list when it's parsing notes and interact with it
* Usability/UI improvements (#364851, Benoît Garret)
* Text no longer changes color when scrolling (#364425)
* Fixed concurrency crashes (#389437)
* Messages are now clearer when there are no notes in the tomdroid/ folder vs 
  when the folder doesn't exist
* Improved usability of the URL input dialog to load a Web note
* Better error reporting to user when loading a note from the Web
* Better Android lifecycle management
* Developer related fixes (#364770, Michael Fletcher)

Version 0.1.0 - the baby eating release
* Show the list of all notes in the tomdroid directory on the sdcard
* View individual Tomboy notes. 
  All formatting tags should be supported.
  Notebooks, tags and addins will not be understood.
* You can load a note from a Web URL.
  In that case, links to other notes won't work.