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-02-28 23:53:13 +09:00
assets issue 926 - added orientation attribute=black|white to [fen] tag 2012-01-06 03:02:30 +00:00
docs (last?) localisation update 2012-02-28 12:10:02 +01:00
libs issue 905: OutOfMemory when getting list of shared decks 2012-01-20 02:48:54 +00:00
res Fixed broken strings 2012-02-28 23:53:13 +09:00
src fix metadb error for widgets 2012-02-27 20:45:05 +01:00
test/com/ichi2/anki Issue 874: card sorting not working. 2012-01-03 18:48:56 +00:00
tools Fixed broken strings 2012-02-28 23:53:13 +09:00
.checkstyle clean up some redundant imports 2011-02-12 23:42:27 -05:00
.classpath issue 905: OutOfMemory when getting list of shared decks 2012-01-20 02:48:54 +00:00
.gitignore Ignore crowdin script temp file 2012-02-07 11:51:16 +09:00
AndroidManifest.xml Bumped version to 1.1beta18 2012-02-28 09:11: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.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 sync with nicola 2012-01-30 20:36:21 +01: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)