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-10-27 15:40:52 +02:00
assets load crowdin key from external file 2011-10-24 17:17:02 +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 give user notice what's going on if an old operation is ongoing on loading deck 2011-10-27 15:29:39 +02:00
src show scrollbars on dialogs 2011-10-27 15:40:52 +02:00
tools update localisation script 2011-10-26 09:26:11 +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 load crowdin key from external file 2011-10-24 17:17:02 +02:00
AndroidManifest.xml finally solve problem with multiple instances of StudyOptions 2011-10-27 15:29:03 +02:00
ant.properties Message "You are using an obsolete build.xml" so I deleted build.xml and ran the command "android update project". ant debug seems to work, will have to test the other targets 2011-10-25 14:14:30 +09:00
build.xml some changes to make ant compile 2011-10-27 15:32:21 +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 add default.properties to make eclipse compile 2011-10-25 20:04:33 +02:00
proguard.cfg some changes to make ant compile 2011-10-27 15:32:21 +02:00
project.properties Message "You are using an obsolete build.xml" so I deleted build.xml and ran the command "android update project". ant debug seems to work, will have to test the other targets 2011-10-25 14:14:30 +09: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)