0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00
AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
Go to file
2011-02-02 12:32:05 +09:00
assets jump automatically to the question 2011-01-23 16:39:26 +01:00
docs advertisement by Jelle Postma 2011-02-01 18:55:50 +09:00
res change 'fact' to 'card' in the sync log message 2011-01-31 12:19:23 -05:00
src/com Possible fix for issue 373: NullPointerException at StudyOptions.showContentView 2011-02-02 11:11:43 +09:00
tools Script to show the completion rate of the translation for each language 2011-02-02 12:32:05 +09:00
.gitignore Added IntelliJ ignores 2010-05-05 16:33:23 +02:00
AndroidManifest.xml bumped version 0.5beta21 2011-02-02 12:28:42 +09:00
build.properties Properties have been renamed 2011-01-15 18:35:59 +01:00
build.xml sdk-location has been renamed to sdk.dir 2010-05-31 01:16:06 +02:00
COPYING Veecheck 2.0 library integrated and minor modifications (function intentToString in PrefState.java) to make it work like we expected (Veecheck is a library that allows us to check automatically for new updates and notify the user about them) 2009-12-01 18:54:40 +01:00
country-capitals.csv Fixed capitals names, and upgraded to Anki 1.2.3 last git format. Thanks to mikemorr again for the fix! 2011-01-20 16:00:56 +09:00
default.properties Merge branch 'master' of https://github.com/iniju/Anki-Android 2011-01-31 11:34:57 +01:00
README sdk-location has been renamed to sdk.dir 2010-05-31 01:16:06 +02:00

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

=== Running with Ant ===

1. Create a "local.properties" file containing the path to the Android SDK, for instance:
sdk.dir=/home/nico/programs/android-sdk

2. Plug in your Android phone via USB and run the following command: ant install-device

3. To install on an emulator run: ant install-emulator