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

15 Commits

Author SHA1 Message Date
edu-zamora
f644fb37bc Easy toggle between front and back card implemented and fixed a minor bug involving the whiteboard. Implemented the Whiteboard's behaviour: right now, you only can write on it the first time you see the question of a fact 2009-10-08 16:41:59 +02:00
Daniel Svärd
3b291a4c22 Moved UI strings for deck picker to resources
Moved all the UI strings for the deck picker screen into strings.xml so
that they can be changed easily and to enable future translation.
2009-10-04 18:47:18 +02:00
Daniel Svärd
0ac45dea30 Progress spinners
Adds a small progress spinner to the right of each deck in the deck
picker while its counts are loading. Purely cosmetic.
2009-10-02 16:45:00 +02:00
Daniel Svärd
bb43b8489c Deck picker screen with updated due and new counts
Non-cached version of the counts for new and due cards for each deck
listed in the deck picker. Ported quite a bit of python code from
libanki to make it happen (ie. there are probably bugs).

tagIds() in Deck.java is only declared, but
not implemented since it will not be called from the current code. However
it needs implementation for possible future calls to it.
2009-09-30 23:21:44 +02:00
Daniel Svärd
010c4343ac Merge remote branch 'upstream/master'
Conflicts:
	res/layout/preferences.xml
2009-09-25 17:04:06 +02:00
nicolas-raoul
172a95ca9b Fixed typo, replaced outdated README with link to Wiki, bumped version code and version name as I published the app to the Android Market 2009-09-25 21:36:00 +09:00
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
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
935bb2e788 Moved Whiteboard to its own class to make FlashCard.java more understandable 2009-08-25 19:12:20 +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
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