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
2012-05-15 01:06:23 +02:00
assets remove empty collection from assets 2012-05-11 23:19:01 +02:00
docs remove zeemote 2012-05-15 00:13:30 +02:00
libs remove zeemote 2012-05-15 00:13:30 +02:00
res minor gui thing on studyoptions 2012-05-15 01:06:23 +02:00
src handset and tablet layout for deckpicker and study options 2012-05-15 01:00:03 +02:00
test/com/ichi2/anki start work on tablet layout 2012-03-19 21:55:23 +01:00
tools better error handling when downloading localisations 2012-04-16 11:54:19 +02:00
.checkstyle clean up some redundant imports 2011-02-12 23:42:27 -05:00
.classpath remove zeemote 2012-05-15 00:13:30 +02:00
.gitignore Ignore crowdin script temp file 2012-02-07 11:51:16 +09:00
AndroidManifest.xml handset and tablet layout for deckpicker and study options 2012-05-15 01:00: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
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.bat Detailed requirements. Added script for Windows developers, but I have no Windows machine to test it 2011-10-30 17:40:12 +09:00
create-build-files.sh Detailed requirements. Added script for Windows developers, but I have no Windows machine to test it 2011-10-30 17:40:12 +09:00
default.properties start work on deleting error reports properly (not done yet) 2011-11-15 19:57:52 +01:00
project.properties Reverted a few unnecessary minor modifications 2012-03-28 16:02:59 +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)