~sil/tomdroid/handle-non-guid-note-ids

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
Tomdroid NEWS

Copyright 2008, 2009 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 <version> - what's wrong with me? it was long and I didn't even do anything
* Instant startup (using a database back-end instead of files directly)
* New "Sync from SD Card" menu item that will populate the notes database with
  the notes in tomdroid/ on the SD card
* 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
* Better help messages
* Better error reporting to the user
* Removed the "Load from Web" not-so-useful feature

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.