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

1547 Commits

Author SHA1 Message Date
Nicolas Raoul
ce3a170afe New Crowdin translations 2014-03-20 17:18:34 +09:00
Nicolas Raoul
c9f1ed7b4c Merge pull request #218 from timrae/updateChangeLog
Update new features log again
2014-03-20 17:06:45 +09:00
tim.home
97c5beffbb Update new features log again 2014-03-20 17:04:04 +09:00
Nicolas Raoul
f6448fb081 Merge pull request #216 from timrae/customStudyButton
That's a big change so I guess we will need some more testing, releasing a new beta now :-)
2014-03-20 16:56:05 +09:00
tim.home
0dc9a4a0f7 Fix layout for all screensize by making top section scrollable 2014-03-20 16:32:16 +09:00
tim.home
a7c8d6c677 fixed new custom study layout issue 2014-03-20 01:58:21 +09:00
tim.home
8f1a2e8808 new features 2014-03-19 23:34:27 +09:00
tim.home
ba883ef4d2 add custom study button to study options fragment
move the options button next to it like in desktop
change "start reviewing" to "study now" like desktop
2014-03-19 23:05:49 +09:00
tim.home
2e2d7a2a3c remove restart upgrade wizard menu entry 2014-03-19 18:11:35 +09:00
Nicolas Raoul
090137d4b1 Updated translations 2014-03-14 13:13:05 +09:00
Nicolas Raoul
9d7836b566 Fixed translations 2014-02-28 18:58:35 +09:00
Nicolas Raoul
71d9cd0474 Fixed translations 2014-02-28 18:55:16 +09:00
Nicolas Raoul
a492a97b3e Added 6 languages: gl he hi lt sk sl 2014-02-28 18:49:34 +09:00
Nicolas Raoul
b5628afa86 Merge branch 'v2.1-dev' of github.com:ankidroid/Anki-Android into v2.1-dev 2014-02-24 21:47:44 +09:00
Nicolas Raoul
2214e792eb More Crowdin fixes 2014-02-24 21:47:28 +09:00
chajadan
18fdb7b326 Correct question audio repeat, by deck options. 2014-02-24 04:24:49 -08:00
Nicolas Raoul
f2ca4c5290 Fixed many syntax errors on Crowdin 2014-02-24 19:16:25 +09:00
Nicolas Raoul
3a35d370d1 Updated transaltions from Crowdin, fixed CDATA syntax errors in XML and on Crowdin 2014-02-24 00:38:46 +09:00
Nicolas Raoul
72589fe83d Merge pull request #162 from chajadan/v2.1-ImplementDefaultFont
Implement default font with override font
2014-02-23 02:04:25 +09:00
Nicolas Raoul
a1e0c6ee85 Merge pull request #186 from timrae/ChangeStrings
Make message reported to users submitting bugs more clear
2014-02-21 12:03:48 +09:00
tim.home
15b033f0b6 make message more friendly 2014-02-21 11:49:45 +09:00
tim.home
2f702e67d1 Issue 1646: Crash report text "known issue, pending investigation" may be misleading 2014-02-21 10:45:33 +09:00
Nicolas Raoul
c136f07465 Merge pull request #185 from timrae/ChangeStrings
Issue 1988:	Make Collapse / Inflate deck options more clear
2014-02-21 10:43:05 +09:00
tim.home
a44a251899 Issue 1988: Make Collapse / Inflate deck options more clear 2014-02-21 10:21:33 +09:00
chajadan
f793ee4f50 Implement default font with override font 2014-02-19 14:18:31 -08:00
Nicolas Raoul
53e8933f70 Merge pull request #183 from timrae/PreviewButtonSquash
Merged "Preview Card" feature from Jolta Tech into the current 2.1-dev branch
2014-02-19 16:24:26 +09:00
Nicolas Raoul
d051871826 Merge pull request #172 from pabloem/tag-selector
Issue 1821:Tags limited to numeric values
2014-02-19 16:23:35 +09:00
pabloem
a7c98eb1e0 Adding a tag-selection dialog on the custom study options dialogs 2014-02-19 13:32:58 +09:00
tim.home
0edd4404a5 Squashed commit of the following:
commit 8c0b969b151993fbc328f3a0abe208dc156b4940
Author: tim.home <timothy.rae@gmail.com>
Date:   Wed Feb 19 11:48:25 2014 +0900

    Fixed the bug where preview button is shown from Add Note. Also added @JavascriptInterface decorator for Android 4.2+ compatibility

commit 56e378bc7b377ded1f6ec8b3b0c1c223b193f645
Author: tim.home <timothy.rae@gmail.com>
Date:   Tue Feb 18 14:16:19 2014 +0900

    Add missing code from JoltaTech

commit 0f611ce23fa6faa87ca866b55322168fc80c1810
Author: tim.home <timothy.rae@gmail.com>
Date:   Tue Feb 18 12:52:10 2014 +0900

    Extracted work from JoltaTech to add preview button to CardEditor.java and create PreviewClass.java, and manually brought it into the latest 2.1-dev branch.
2014-02-19 11:53:38 +09:00
Nicolas Raoul
35da759c04 Merge pull request #179 from flerda/tabs
Delete unused layouts and classes.
2014-02-02 01:07:22 -08:00
Flavio Lerda
b9075e499a Show terms and conditions with shared decks.
Currently the shared deck screen does not include the terms and
conditions, which are actually useful on that screen, as they cover the
use of shared decks.

Add them at the bottom of the screen so that they are always visible.
Clicking on them will open the default browser and to show the terms.
2014-02-02 00:17:10 +00:00
Flavio Lerda
195c738071 Delete unused layouts and classes. 2014-02-02 00:04:05 +00:00
Flavio Lerda
7e8d8f4ed0 Merge pull request #169 from mateuszzz88/issue-1332
Issue 1332 - congratulations doesn't fit on small screen
2014-02-01 11:24:36 -08:00
Mateusz Lewicki
6f2dc9c7cf fix for issue-1332 - added scrollview to studyoptions_congrats 2014-02-01 17:21:33 +01:00
Flavio Lerda
2d5c6e5d12 Merge remote-tracking branch 'ankidroid/v2.0.4-dev' into v2.1-v2.0.4-merge
* ankidroid/v2.0.4-dev: (25 commits)
  Change the way the version code is computed.
  Revert "Commented log lines"
  Revert "Changed logo to blue"
  Bumped version 2.0.3
  Changed logo to blue
  Commented log lines
  Logs on one line
  Disabled upload to Google Code as it is not working anymore
  Ignore APK files
  Bumped version to 2.0.3beta2
  Do database checks on upgrade only for versions that contain new fixes
  Restored phrasing that was used before. Should be enough, and avoids to lose translations
  Copied updated changelog to other languages
  Release notes screen for 2.0.3
  Bumped version 2.0.3beta1
  Fixed strings in XML and on Crowdin
  check with Lint too
  Disabled grep that hides too much
  Fixed Korean string in XML and Crowdin
  Fixed Japanese strings in XML and Crowdin
  ...

Conflicts:
	src/com/ichi2/anki/Reviewer.java
2014-01-28 21:45:12 +00:00
Flavio Lerda
0fc0433a98 Revert "Changed logo to blue"
This reverts commit 8044abb00d.
2014-01-26 13:00:40 +00:00
Nicolas Raoul
8044abb00d Changed logo to blue 2014-01-06 19:59:07 +09:00
Nicolas Raoul
98c345508c Restored phrasing that was used before. Should be enough, and avoids to lose translations 2014-01-03 22:17:24 +09:00
Nicolas Raoul
e406dc4379 Copied updated changelog to other languages 2014-01-03 21:57:32 +09:00
Houssam Salem
305f20057a Release notes screen for 2.0.3 2014-01-03 17:41:47 +11:00
Nicolas Raoul
90226bc5e7 Fixed strings in XML and on Crowdin 2014-01-02 16:12:40 +09:00
Nicolas Raoul
7003c4c0bb Fixed Korean string in XML and Crowdin 2013-12-26 21:13:40 +09:00
Nicolas Raoul
f1946537ce Fixed Japanese strings in XML and Crowdin 2013-12-26 18:42:54 +09:00
Nicolas Raoul
81c47c4fc9 Fix for issue #1933 syntax error in Romanian translation leading to crash during review 2013-12-25 10:33:35 +09:00
rabite0
685c7b6f01 Kanji Info for Ankidroid! Second version. 2013-12-16 06:22:41 +00:00
Houssam Salem
09b5a82e7e Add unbury option to congrats screen and fix unbury query.
The "back to study screen" button was removed in this commit to make space for the unbury button. It was not very useful in the first place as it duplicated the function of the back button.
2013-11-15 15:45:18 +00:00
Houssam Salem
b63aff2cf0 Added new burying options in option groups
Also removed the now unused sibling settings.
2013-11-15 15:45:18 +00:00
Houssam Salem
13819fc3ee bury card option (dae/anki a9c9452) 2013-11-15 15:45:17 +00:00
Houssam Salem
5930fdbc28 Update sibling/burying behaviour to be in line with anki 2.0.14 2013-11-15 15:45:13 +00:00
Houssam Salem
7e2692292a show (end) when exiting with resched=off (dae/anki 71bc925) 2013-11-15 15:45:12 +00:00