Open GoogleCodeExporter opened 9 years ago
idealy the menu would not add the same item twice. problem is, i don't see a
elegant
solution for this, as the menu class has no function like contains(item), so for
filtering out already existent items one has to go over all items at least once
(and
hold a reference table), which is doable but ugly imho.
Original comment by zeroo...@googlemail.com
on 27 Jan 2009 at 12:37
Change Manifest of OI Convert CSV:
Take out this line:
<data android:mimeType="vnd.android.cursor.item/vnd.openintents.notepad.note" />
(take out the cursor.item, but leave cursor.dir).
This change should be made together with a new CATEGORY_INFO box that explains
that
the command is now only accessible from the main list of notes (where it also
makes
more sense).
Original comment by peli0...@googlemail.com
on 28 Jan 2010 at 9:09
Google Code-in task:
http://www.google-melange.com/gci/task/view/google/gci2011/7120271
Original comment by peli0...@googlemail.com
on 21 Nov 2011 at 9:58
Task reopened from GCI.
Original comment by peli0...@googlemail.com
on 6 Dec 2011 at 11:19
Original issue reported on code.google.com by
peli0...@googlemail.com
on 19 Jan 2009 at 1:48