0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00
AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
Go to file
2011-02-17 19:58:07 +09:00
assets Deck creator. Still many bugs 2011-02-15 22:16:57 +09:00
docs Entity-relationships modelization. Just started, much more to do. Using MySQL Workbench because I have not found a good SQLite tool 2011-02-17 19:58:07 +09:00
lib remove old ace 2011-02-17 11:43:24 +01:00
res localisation 2011-02-17 11:26:08 +01:00
src/com Fixed deck creation with advice from Damien: regenerate database ids and UTC offset 2011-02-17 19:55:45 +09:00
tools add card browser 2011-02-08 20:56:39 +01:00
.checkstyle clean up some redundant imports 2011-02-12 23:42:27 -05:00
.classpath hopefully fixes 1.5-issue with charts 2011-02-17 11:42:10 +01:00
.gitignore add achartengine.jar into classpath 2011-02-15 10:15:38 +01:00
AndroidManifest.xml bumped version 0.6alpha3 2011-02-17 08:18:30 +09:00
build.properties Added reference to libraries directory for compilation with Ant 2011-02-15 17:17:12 +09: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