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
nobnago
49c0332bf3 start work on deleting error reports properly (not done yet) 2011-11-15 19:57:52 +01:00
An Thanh Nguyen
cbaf386a5d Add a test class and modify the manifest file to be able to run tests 2011-11-07 22:41:42 +00:00
nobnago
11cb1e3a44 add default.properties to make eclipse compile 2011-10-25 20:04:33 +02:00
Nicolas Raoul
3a4eae7620 Message "You are using an obsolete build.xml" so I deleted build.xml and ran the command "android update project". ant debug seems to work, will have to test the other targets 2011-10-25 14:14:30 +09:00
nobnago
d9ba2ce5eb theming, dialogs 2011-07-24 15:43:18 +02:00
Cyril M. Hansen
198582f83d personal devlt env : it seems the problem with the permission was a consequence of target sdk=4 2011-03-13 09:45:27 +01:00
nobnago
170087707d Merge branch 'master' of https://github.com/iniju/Anki-Android 2011-01-31 11:34:57 +01:00
Kostas Spyropoulos
6c25434b9a android API level 9 (required by java.text.Normalizer class) 2011-01-31 01:24:00 -05:00
Jan Berkel
08f56d6403 Set encofing to UTF8 (fixes javac warnings) 2011-01-15 18:35:39 +01:00
Kostas Spyropoulos
964a70fa18 Ability to install in SD card 2010-07-20 15:09:47 -04:00
Edu Zamora
c16d938088 Changed the project build target and included targetSdkVersion on AndroidManifest.xml. 2010-02-17 09:04:13 +01:00
Edu Zamora
0d75189fab Added support for multiple screen sizes and densities on AndroidManifest.xml. 2010-02-16 16:35:46 +01:00
jordi-chacon
8a7263cf17 Adding write answer field 2009-11-22 10:47:57 +01: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
0284a44cf2 Started to implement spaced repetition, work in progress 2009-08-18 20:30:55 +09:00