I've written a small extension called "OI Delete All". It adds a menu
entry to OI Notepad and OI Shopping list to delete all notes or all
lists at once.
Basically I wrote this for myself, as it simplifies developing :-) but
some other people may find it useful too. I just found this too
dangerous to include it in the main application itself.
The apk of the release candidate can be found here:
http://code.google.com/p/openintents/downloads/list?q=delete+all
I've put the source code into trunk/extensions/DeleteAll. The new
directory trunk/extensions is aimed at small extensions like this, so
that the main directory will not get cluttered too much.
Known issues: After deleting all shopping lists, one has to exit
shopping list and enter again to see the default shopping list. I
presume this is an issue with ShoppingList (it also crashes sometimes
after importing lists through Convert CSV).
Peli