0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00
Commit Graph

19572 Commits

Author SHA1 Message Date
Edu Zamora
c83caa5f23 Started Get Shared Decks functionality. 2010-04-17 16:38:15 +02:00
Edu Zamora
7c5557c227 Made AnkiDroid independent of the external storage available. 2010-04-17 13:23:40 +02:00
Nicolas Raoul
852e54ab03 Renamed Ankidroid to AnkiDroid too, it would not compile on my Linux otherwise 2010-04-15 20:47:53 +09:00
Edu Zamora
7fe0b337a2 Updated all references of Ankidroid to AnkiDroid (including the name of classes) 2010-04-15 13:18:15 +02:00
Edu Zamora
3795d432cc Merge branch 'master' of git://github.com/nicolas-raoul/Anki-Android 2010-04-15 12:57:25 +02:00
Edu Zamora
3ce28d7510 Renamed Util.java to Utils.java. 2010-04-15 12:33:28 +02:00
Nicolas Raoul
5cd757d699 removed unneeded file 2010-04-14 23:44:17 +09:00
Nicolas Raoul
f380f7d7cf tool to copy translations from Crowdin to the code. Not finished yet, needs to insert 0,1,2,3,4,5 missing values 2010-04-14 23:41:14 +09:00
Diogo V. Kersting
99ba7c7ab3 Review Early Feature 2010-04-08 19:05:50 -03:00
Edu Zamora
8e00b3f3c6 i18n for Spanish and some fixes on the translations for Catalan. 2010-04-07 17:16:33 +02:00
Edu Zamora
e8bf0db610 i18n for Catalan. 2010-04-07 14:22:37 +02:00
Edu Zamora
6afc4dcfdb More work on i18n: deleted PreferenceCategory on deck_preferences.xml (it was redundant), extracted strings from AndroidManifest.xml, internationalized About and included Catalan language. 2010-04-07 14:20:53 +02:00
Diogo V. Kersting
b5383420ad End of code i18n and Portuguese translation 2010-03-29 14:14:51 -03:00
Diogo V. Kersting
81d1a36046 More internationalization 2010-03-25 16:22:24 -03:00
Diogo V. Kersting
5e0825e52c Internationalization preferences.xml, and portuguese translations 2010-03-25 14:31:20 -03:00
Nicolas Raoul
140e2429ea French localization, I didnt test it though 2010-03-25 17:38:47 +09:00
Diogo V. Kersting
84ff8ef097 Changed deck_preferences and flashcard_portrait for internationalization
Continue Portuguese support
2010-03-24 20:09:14 -03:00
Diogo V. Kersting
12d672be2d Removed unneeded Strings 2010-03-24 18:45:24 -03:00
BRLix
91f05c6662 Partial Portuguese support 2010-03-24 18:40:42 -03:00
Nicolas Raoul
0a5ba3ed19 Merge branch 'master' of git://github.com/jberkel/Anki-Android 2010-03-16 00:03:23 +09:00
Nicolas Raoul
bab5e8966d Version bump 2010-03-16 00:00:42 +09:00
Nicolas Raoul
c8a7f2b59e Modified some Log calls so that my script can autotically comment all Log calls with no side-effect 2010-03-15 22:47:37 +09:00
Nicolas Raoul
50b1df99ea Merge branch 'master' of git://github.com/edu-zamora/Anki-Android 2010-03-15 13:17:52 +09:00
Jan Berkel
c4ec29e2c3 replace literal with utf16 representation 2010-03-14 18:55:45 +01:00
Jan Berkel
5473483a8c Merge branch 'master' of git://github.com/nicolas-raoul/Anki-Android 2010-03-14 17:55:37 +01:00
Edu Zamora
c88ebb7a13 Improved fixes for issues 70 and 72. Now, the size of the Whiteboard depends on the screen size of the specific device where it is used and the NULL_LOCALE used to format doubles has been changed to ENGLISH_LOCALE, meaning that the English decimal separator system is used when formatting doubles. 2010-03-14 13:36:25 +01:00
Nicolas Raoul
50e8f14a49 Added info about other decks in the congrats message 2010-03-14 00:19:11 +09:00
Nicolas Raoul
fd529bc561 Fixes issue 72. Also includes my attempt to fix issue 70, which needs work 2010-03-11 19:36:42 +09:00
Edu Zamora
4055e3f358 Identified and solved the problem that prevent some devices (like Droid and Nexus One) to load and modify Anki decks. 2010-03-06 12:21:38 +01:00
Nicolas Raoul
06c6b0acfa Commented unimplemented preference, Javadoc, About, License 2010-03-01 23:34:54 +09:00
Daniel Svärd
ba7565e22f Suspension and editing of cards 2010-02-28 19:52:44 +01:00
Daniel Svärd
c9b63c5f55 Remove unused preferences 2010-02-28 16:38:29 +01:00
Daniel Svärd
d7a5c3ea9a Merge branch 'master' into study_options
Conflicts:
	default.properties
	src/com/ichi2/anki/Deck.java
	src/com/ichi2/anki/DeckTask.java
2010-02-28 15:42:35 +01:00
Daniel Svärd
2a7324d9c3 Wait for any thread working on in to finish before closing the deck 2010-02-28 13:30:19 +01:00
Daniel Svärd
d08c28c6e1 Better error message when unable to load deck 2010-02-28 13:16:56 +01:00
Daniel Svärd
e6b2894d69 Removed unused constants that created warnings 2010-02-28 12:57:16 +01:00
Daniel Svärd
cbc095e60a Update behaviour to that of Anki 0.9.9.8.6 2010-02-28 12:40:41 +01:00
Daniel Svärd
dc5a7054c4 Remove unused code 2010-02-27 23:59:15 +01:00
Daniel Svärd
569f92118a Change order of SRS operations
Changed back to the original ordering of the SRS operations, i.e. first
answer the card and then get the new card. No more suspending of the
current card while getting the new card, and then answering it. Since
adding transactions, testing has shown that this order is actually more
responsive. It is also easier to maintain since it is the same as
desktop Anki.
2010-02-27 23:52:26 +01:00
Daniel Svärd
2b4a1b7589 Remove some unnecessary timing messages 2010-02-27 20:58:18 +01:00
Daniel Svärd
b3c0da23f3 Make setting deck study options behave as expected
Allows setting option values of 0, which was disallowed for some reason
before. Also creates a temporary table (it is not there in Anki) to get
new cards in random order if that option is selected.
2010-02-27 17:13:47 +01:00
Daniel Svärd
b9523181d4 Do not throw exception when query returns no results 2010-02-27 13:59:43 +01:00
Daniel Svärd
e81211bb5c Type passed to queryColumn must be a class and not a built in type 2010-02-27 09:51:10 +01:00
Daniel Svärd
c2048ae85c Minor cleanup 2010-02-24 12:21:50 +01:00
Daniel Svärd
9094102252 Do not allow editing of card when there is no card to edit 2010-02-23 14:04:01 +01:00
Nicolas Raoul
e96a9b3142 Merge branch 'master' of git://github.com/daniel-svard/Anki-Android 2010-02-23 20:34:11 +09:00
Daniel Svärd
25256904da Make sure all database cursors are properly closed
Surround all cursor statements with try...finally to make sure that the
cursor is closed at all times, even when an unexpected exception occurs.
If a cursor is not closed, java will throw an exception, but it is
silently (well, it can be seen in the log) discarded and does not cause
a force close. However, it does cause a noticeable slow-down in the execution.
2010-02-23 09:20:41 +01:00
Nicolas Raoul
d42072b169 Merge branch 'master' of git://github.com/daniel-svard/Anki-Android 2010-02-23 13:46:24 +09:00
Nicolas Raoul
dfd2145981 Friendlier message when there are no more card to review. The previous message sounded like an AnkiDroid error 2010-02-22 21:41:32 +09:00
Nicolas Raoul
cd49082477 Changed answer labels to again/hard/good/easy. It is more understandable for beginners, but it is dirtily hard-coded until someone implements what is described here: http://groups.google.com/group/anki-android/browse_thread/thread/19305b70c3d5eb84 . And i18n would be nice too. 2010-02-22 21:31:52 +09:00