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
2011-08-02 22:49:05 +09:00
assets Reverted CSS change, not ready for 0.7 2011-06-02 16:29:27 +09:00
docs Removed files added by mistake 2011-07-26 21:23:19 +09:00
libs Put all libraries in the same directory, fixed Ant compilation 2011-05-19 11:58:06 +09:00
res Fixed bug 699 2011-08-02 22:49:05 +09:00
src Implemented the possibility to send non-stacktrace reports via the feedback mechanism. Used it to report WAL problems. User approval is still required as usual with the Feedback activity 2011-08-02 20:24:02 +09:00
tools Fixed bug 699 2011-08-02 22:49:05 +09:00
.checkstyle clean up some redundant imports 2011-02-12 23:42:27 -05:00
.classpath Put all libraries in the same directory, fixed Ant compilation 2011-05-19 11:58:06 +09:00
.gitignore add achartengine.jar into classpath 2011-02-15 10:15:38 +01:00
AndroidManifest.xml bump 0.7beta16 2011-08-02 10:13:58 +09:00
build.properties Put all libraries in the same directory, fixed Ant compilation 2011-05-19 11:58:06 +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 Connecting but answerCard not working 2011-03-29 18:50:49 +02:00
README First working version. Buttons A, B, D are Good, Fail, Easy. 2011-04-23 11:30:51 -07: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

=== Zeemote JS1 support ===

The controller must be paired first.  Turn on Bluetooth, Go to Preferences -> Navigation and check "Zeemote support".  Restart AnkiDroid.  Start reviewing a deck and use the zeemote buttons to show answers and answer cards (A - Good, B - Fail, D - Easy).