0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00
Commit Graph

17618 Commits

Author SHA1 Message Date
Daniel Svärd
ad0093a0da Improved deck picker screen
Redesigned deck picker that gets rid of the filesystem browser. The path
to the folder in which the decks are stored are set in the preferences.
The picker screen then shows a list of all the decks.

Deck.java contains a new class to represent the top level object in the
database, the deck. It is nowhere near finished, but is supposed to
contain the functionality of the Deck class in libanki.

No new data is written to the database. Read data (due cards etc.) is
cached and might be out of date.
2009-09-23 08:03:39 +02:00
nicolas-raoul
c198668831 Made Spaced Repetition optional, checkbox in preferences. Fixed crash when generating sample deck while no SD card is present. 2009-09-08 18:33:20 +09:00
nicolas-raoul
a6d9b0b2bc Fixed bugs in last commit 2009-08-28 22:26:32 +09:00
nicolas-raoul
f2fdd1104e Finished preferences, now remember the deck from last time, added About box 2009-08-28 22:02:45 +09:00
nicolas-raoul
e6ba3f6022 Integrated sample preferences dialog found at www.kaloer.com/android-preferences 2009-08-28 20:02:37 +09:00
nicolas-raoul
611506f704 Started to implement sample deck loading, for user-friendliness. Commented out by now because unstable 2009-08-26 22:01:50 +09:00
nicolas-raoul
32153c0380 Keep deck filename during short interruption like phone calls or rotations 2009-08-26 20:56:44 +09:00
nicolas-raoul
97b7d20d64 Renamed FlashCard to Ankidroid because Android was confused not finding it. Also: Skip suspended cards 2009-08-26 20:21:13 +09:00
nicolas-raoul
781a094261 Deck picker is now only an ActivityForResult instead of being the main activity 2009-08-25 22:20:05 +09:00
nicolas-raoul
1e16797b06 Start to add ability to remember which deck was opened last time, not actually usable yet 2009-08-25 19:54:35 +09:00
nicolas-raoul
f0e5c1e1d9 Added menu to switch to another deck 2009-08-25 19:24:58 +09:00
nicolas-raoul
935bb2e788 Moved Whiteboard to its own class to make FlashCard.java more understandable 2009-08-25 19:12:20 +09:00
nicolas-raoul
9b95ab5445 Added missing Javadoc comments, removed debug code, cleaned, prepared for signed delivery 2009-08-24 20:17:04 +09:00
nicolas-raoul
47c5a7b818 Very basic but working version of the spaced repetition feature 2009-08-21 19:01:47 +09:00
nicolas-raoul
cdd2e749c4 Fixed incompatible ids problem by treating ids as strings instead of int 2009-08-20 20:53:42 +09:00
nicolas-raoul
0284a44cf2 Started to implement spaced repetition, work in progress 2009-08-18 20:30:55 +09:00
nico
7f858dec66 Removed generated R.java; modified some settings required by Market; added filtering Java code so that deck selector only shows deck files 2009-06-28 18:04:10 +09:00
Casey Link
58f719fe10 initial import 2009-06-03 10:56:54 -04:00