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
2010-02-18 14:20:23 +09:00
assets Added support for ruby text (furigana). 2010-02-12 04:27:59 -05:00
res The code was not compiling anymore. I modified it so that it compiles, but card edition is probably broken somehow. Please somehow check card_editor.xml 2010-02-18 14:20:23 +09:00
src/com Merged Daniel and Brennan's changes, conflicts arose on Ankidroid.java and DeckTask.java 2010-02-16 18:20:58 +09:00
.gitignore added build.xml + config 2009-10-01 09:24:16 +01:00
AndroidManifest.xml Added basic support for editing cards. 2010-02-14 01:35:45 -05:00
build.properties added build.xml + config 2009-10-01 09:24:16 +01:00
build.xml install-emulator/device ant tasks 2010-02-02 20:37:15 +08: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 Changed CSV format for import by Anki, updated sample Anki file based on CSV file modified by gravel 2010-02-05 22:53:52 +09:00
default.properties Adding write answer field 2009-11-22 10:47:57 +01:00
README install-emulator/device ant tasks 2010-02-02 20:37:15 +08: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-location=/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