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-30 17:17:50 +09: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 add keep screen on option 2011-10-29 22:56:59 +02:00
src add keep screen on option 2011-10-29 22:56:59 +02:00
tools Fixed after project name change 2011-10-30 17:17:50 +09: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 script for building needed ant files 2011-10-28 11:26:18 +02:00
AndroidManifest.xml Bumped version to 1.0beta26 2011-10-30 15:50:06 +09: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
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
create-build-files.sh add script for building needed ant files 2011-10-28 11:26:18 +02:00
default.properties add default.properties to make eclipse compile 2011-10-25 20:04:33 +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)