0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00
AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
Go to file
2009-11-23 10:09:44 +01:00
assets Added unRegisterReceiver on onDestroy in Ankidroid.java, cleaned the code in openDeckPicker (deckPath is always obtained form Preferences so it's not necessary to put it into the Intent), created a new control variable called deckLoaded, cleaned the content of the previous card for a better visualization and fixed various minor bugs. 2009-11-10 12:19:11 +01:00
res Solved a bug introduced before about the content. Answer field won't expand itself more than two lines. Max and min size are now lower than before. Also the string with the answer of the user may content newlines, and now these are replaced by <br> so that they can be matched against the <br> of the correct answer. The bad part of this is that sometimes, if the amount of newlines don't match, some <br> can be shown as plain text. We'll have to figure out how to solve this, but not now :) 2009-11-22 23:34:09 +01:00
src/com/ichi2/anki Removed unnecessary imports. 2009-11-23 10:09:44 +01:00
.gitignore added build.xml + config 2009-10-01 09:24:16 +01:00
AndroidManifest.xml Unregistered the BroadcastReceiver on onStop, fixed a minor bug and added a verification for the ProgressBar Dialog to make it work correctly on the emulator. 2009-11-09 13:31:35 +01:00
build.properties added build.xml + config 2009-10-01 09:24:16 +01:00
build.xml Example of location.properties file. I created mine by hand actually, it was faster than figuring out the tool that would create it 2009-10-01 20:12:16 +09:00
country-capitals.csv Fixed bugs in last commit 2009-08-28 22:26:32 +09:00
default.properties Adding write answer field 2009-11-22 10:47:57 +01:00
README 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

Ankidroid: Anki on Android
See http://ichi2.net/anki/wiki/AndroidAnki