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

247 Commits

Author SHA1 Message Date
Nicolas Raoul
6e0b631157 oops I committed the wrong files yesterday, here are the Simplified Chinese translations 2010-05-11 10:08:44 +09:00
Nicolas Raoul
f2dd0f0467 Copied Italian, Polish, Russian, Traditional Chinese translations from Crowdin.com 2010-05-10 20:05:14 +09:00
Nicolas Raoul
aabc01cfee A Hong Kong-based company called Goapk.com contributed a Simplified Chinese translation, and kindly asked if we could mention them, so I created a contributors wiki page and linked to it from the About dialog. 2010-05-10 19:59:51 +09:00
Nicolas Raoul
6dd738ca26 Merged Rick's font and display-related changes 2010-05-09 23:51:44 +09:00
Nicolas Raoul
013c4f1687 Links to license and source in the About dialog 2010-05-09 23:24:08 +09:00
Frederic Donckels
adc4f1ec81 Added IntelliJ ignores 2010-05-05 16:33:23 +02:00
Nicolas Raoul
d67ad5aa27 AnkiDroid Widget by Travis Watt, see http://code.google.com/p/ankidroid/issues/detail?id=94 Thanks Travisgit status 2010-05-05 01:43:24 +09:00
vanosten
fa47a9fa3a Small code fix to prevent card update when card edit is cancelled 2010-05-01 19:32:35 +00:00
vanosten
a207b2d340 Corrected bug when displaying no card and hide 'Show question' when question is shown 2010-05-01 08:05:59 +00:00
Edu Zamora
25a954dfa3 Fixed little bug that made the app crash when the currentCard was null. 2010-04-30 17:09:07 +02:00
vanosten
f4c0042d05 Changed font size behavior to include font family and font size is now calculated absolutely from CardModel/FieldModel sizes with a general display size factor in preferences. 2010-04-30 14:44:51 +00:00
Edu Zamora
2a7fc261d4 Merge branch 'master' of git://github.com/vanosten/Anki-Android 2010-04-30 16:35:17 +02:00
vanosten
d932a91b83 Changed preferences for showing question in answer from boolean to list 2010-04-29 20:19:39 +00:00
vanosten
236d2e02dc Corrected missing hexify of fieldmodel id 2010-04-28 18:25:57 +00:00
vanosten
eb01a4a7f4 Implemented lazy loading of Models instea of static currentCard 2010-04-28 18:09:20 +00:00
vanosten
9d13f38fc9 Removed optimisation for inactive CardModels. Not worth the trouble space wise. 2010-04-28 17:17:27 +00:00
vanosten
c9f6de1abc Small bug fix to prevent reloading 2010-04-28 17:11:59 +00:00
vanosten
b8712b6144 Delete of unnecessary fields in Model plus fixed getting Model all the time due to little bug 2010-04-27 15:18:03 +00:00
vanosten
d75d7abb87 Enabled font size based on deck properties 2010-04-27 12:49:05 +00:00
vanosten
280c3156cf Font colours (in question/answer) and background colours now activated 2010-04-25 19:17:07 +00:00
vanosten
87bd974230 Major change to Model, CardModel and AnkiDroid to read model data and to enable use of font colors in question and answer plus card background. the colors are right now hardcoded -> FIXME 2010-04-25 18:15:38 +00:00
Edu Zamora
f112e09e40 Updated Preferences with sync options. 2010-04-23 13:55:03 +02:00
vanosten
27fbf7e4b0 Rearranged drawing of questions and answers plus added span around questions and answers. 2010-04-22 12:44:15 +00:00
Nicolas Raoul
ab8559b364 Merged the simultaneous merge performed slightly differently by both edu and vanosten 2010-04-20 10:03:42 +09:00
Ubuntu
75a3695d57 Merged with master, hich contained Edu's synch changes. Optimized dynamic font size a bit. 2010-04-19 18:08:35 +00:00
Edu Zamora
edb2b2e354 Merged the improvements on Preferences made by Rick and my code for Get Shared Decks. 2010-04-19 19:33:17 +02:00
Ubuntu
deae51361e Added several new preferences to have more question/answer display options:
* Only parse for ruby annotations if wanted
* Choose between relative font size and absolute font size
* Possibility to show the question again, when the answer is shown
* Made categories in preferences to give better guidance
2010-04-18 18:15:10 +00:00
Edu Zamora
94a565037c Finished Get Shared Decks functionality: Implemented methods and workflow to update all cards in a deck and update all cards of the downloaded shared deck after loading it (because if that is not done, both the question and the answer of every card will be empty) 2010-04-18 19:45:15 +02:00
Edu Zamora
aa962346a0 Internationalized the strings used on the Get Shared Decks funcionality. 2010-04-17 22:13:38 +02:00
Edu Zamora
4b8b132ff0 Made the list of available shared decks look like the deck picker list and load the selected deck after it is downloaded. 2010-04-17 20:44:36 +02:00
Edu Zamora
fc1954a47b Fixed some bugs related to the external storage initialization and the building of the path where the shared deck had to be downloaded. Now, downloading shared decks already work but there are still some details to work on. 2010-04-17 18:42:30 +02:00
Edu Zamora
afa0f65ec1 Added different alerts with informative messages for the users in case there is some kind of error: no connection, error with the connection... 2010-04-17 18:20:47 +02:00
Edu Zamora
6e0b44acf1 Show available shared decks on a list in SharedDeckPicker.java. 2010-04-17 17:53:15 +02:00
Edu Zamora
fc51ddd8eb Added listener for getting shared deck on AnkiDroid.java and created SharedDeckPicker.java 2010-04-17 17:26:05 +02:00
Edu Zamora
3823c179a9 Added Connection class, that will be responsible for making asynchronous connections. Also thrown Exceptions instead of catching them on AnkiDroidProxy, because it will be Connection the one dealing with them. 2010-04-17 17:03:00 +02:00
Edu Zamora
0cf13e11de Created AnkiDroidProxy.java and SharedDeck.java and implemented methods to get the list of shared decks and download one of them. 2010-04-17 16:47:21 +02:00
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