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-10-24 17:06:22 +02:00
assets finish creation of localised tutorials 2011-10-11 20:58:08 +02:00
docs Directory for markets and advertising 2011-10-08 17:30:41 +09:00
libs Added localization for the Zeemote UI (pl, de, es, fr, it, ja, ko, nl, pt, zh). 2011-09-12 23:27:29 +02:00
res localisation 2011-10-24 15:11:38 +02:00
src more safety on safety backups 2011-10-24 14:13:01 +02:00
tools update manage-crowdin.py 2011-10-24 17:06:22 +02:00
.checkstyle clean up some redundant imports 2011-02-12 23:42:27 -05:00
.classpath modifying classpath 2011-10-12 16:29:26 +02:00
.gitignore add achartengine.jar into classpath 2011-02-15 10:15:38 +01:00
AndroidManifest.xml 1.0beta18 2011-10-22 16:46:13 +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
default.properties theming, dialogs 2011-07-24 15:43:18 +02:00
README Zeemote navigation for DeckPicker and Study Options; keep screen on in Reviewer 2011-09-15 20:29:18 +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

=== Zeemote JS1 support ===

The controller must be paired first.  Turn on Bluetooth, Go to Preferences -> Navigation and check "Zeemote support".  Restart AnkiDroid.
Default assignments:

 While in the Reviewer:
  Button A - play question/answer audio
  Button B - close Reviewer
  Button C - undo (if available)
  Button D - show answer
  Stick Up - Mark 4 (Easy/Very Easy) (Review/New)
  Stick Dn - Mark 1 (Again)
  Stick Left - Mark 2 (Hard/Good)
  Stick Right - Mark 3 (Good/Easy)
  
 While in the StudyOptions (Deck details) screen:
  Button A - open Reviewer
  Button B - go to DeckPicker (list of decks)
  
 While in the Congratulations screen:
  Button A - openReviewer
  Button B - go to StudyOptions (Deck details)
  
 While in the DeckPicker (list of decks):
  Stick up/down - scroll the list
  Button A - load selected deck
  Button B - go to StudyOptions (Deck details)