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

8555 Commits

Author SHA1 Message Date
Timothy Rae
16e389a0cc Updated strings from Crowdin 2016-10-23 17:40:13 +09:00
Tim Rae
81b1ab2457 Merge pull request #4467 from hssm/append-replace-quoted
Quote the replacement string when using Matcher#appendReplacement
2016-10-23 16:46:46 +09:00
Houssam Salem
8ef087a46a Quote the replacement string when using Matcher#appendReplacement
The method does NOT treat the replacement string as a literal
replacement string but treats $ and \ as special substitution
characters, so they need to be escaped.
2016-10-23 18:29:49 +11:00
Houssam Salem
2cf8751749 Merge pull request #4468 from eginhard/chess
Improve night mode for chess boards.
2016-10-23 15:30:16 +11:00
Enno Hermann
3676f8078b Improve night mode for chess boards.
* Always use black font.
* Flip light and dark squares.
* Style more consistently with day mode.
2016-10-22 22:51:57 +01:00
Tim Rae
0e365041a8 Merge pull request #4461 from hssm/tools-update
Update build tools and support libraries
2016-10-21 16:32:29 +09:00
Houssam Salem
a55a8a38b1 Update build tools and support libraries 2016-10-21 16:33:17 +11:00
timrae
dbcb2b1d70 Fix crash in Reviewer due to incorrect cast 2016-10-14 22:22:31 +09:00
Houssam Salem
7418b5e689 Merge pull request #4436 from elkmovie/patch-1
Fix duplicate checking bug
2016-09-28 13:42:15 +10:00
elkmovie
269fd178e0 Fix duplicate checking bug
Duplicate checking code does not pad checksum with leading zeroes as main AnkiDroid code does, causing fields with checksums starting with 0 to fail to match correctly.
2016-09-26 15:03:49 -04:00
Tim Rae
a6b58f2fc9 Merge pull request #4400 from hssm/tags-no-modify
Improve tag modification check when closing note editor
2016-08-07 09:40:01 +09:00
Houssam Salem
4d3db278a3 Improve tag modification check when closing note editor 2016-08-06 22:30:02 +10:00
Houssam Salem
0ace4c3a0d Merge pull request #4397 from hssm/import-replace-fix
Remove unrequired colleciton reopen in import-replace
2016-08-03 17:00:12 +10:00
Houssam Salem
4ba650c7dd Remove unrequired colleciton reopen in import-replace
The call does not actually accomplish anything so it is not needed.
For some reason, calling this method was resulting in a corrupt
database the import completed.
2016-08-03 16:41:25 +10:00
Tim Rae
d59cd020c0 Merge pull request #4392 from hssm/lrn-random
Fix random factor in lrn card scheduling
2016-07-31 14:15:08 +09:00
Tim Rae
c121485e38 Merge pull request #4391 from hssm/import-db-leak
Fix database connection leak while importing
2016-07-31 14:12:16 +09:00
Houssam Salem
557ccc670f Fix random factor in lrn card scheduling
The previous calculation always returned 1.
2016-07-30 20:30:38 +10:00
Houssam Salem
19d8a744ee Fix database connection leak while importing 2016-07-30 14:52:19 +10:00
Houssam Salem
03377dc442 Merge pull request #4387 from hssm/swipe-threshold
Increase swipe-to-sync trigger distance
2016-07-28 19:37:30 +10:00
Houssam Salem
a07c9de5ff Increase swipe-to-sync trigger distance
Also fix a warning-as-error in DeckPicker.
2016-07-28 14:35:36 +10:00
Tim Rae
a91e23f6c5 Merge pull request #4386 from hssm/tools-libraries
Update build tools and support libraries
2016-07-28 13:02:32 +09:00
Houssam Salem
eee8b4afd0 Update build tools and support libraries 2016-07-28 13:39:02 +10:00
Houssam Salem
64b7872913 Merge pull request #4385 from madhead/Anki-Android-4080
Fix #4080: Add card widget
2016-07-28 13:04:57 +10:00
madhead
33188ff844
Fix #4080: Add card widget 2016-07-28 02:49:20 +03:00
Houssam Salem
fa35a7178e Merge pull request #4383 from madhead/Anki-Android-2695
Fix #2695: Answer buttons to the top of the screen
2016-07-26 10:03:16 +10:00
madhead
7d5a44342a
Fix #2695: Answer buttons to the top of the screen 2016-07-26 00:12:23 +03:00
Tim Rae
eb9f7559d0 Merge pull request #4381 from madhead/Anki-Android-3538
Fix #3538: Boilerplate text when mailing apkg files
2016-07-20 15:50:14 +09:00
madhead
1a8417193e
Fix #3538: Boilerplate text when mailing apkg files 2016-07-20 02:29:26 +03:00
Tim Rae
c89acbc0a8 Merge pull request #4380 from hssm/deckoptions-defaults
Fix missing default value in deck options
2016-07-19 22:42:21 +09:00
Houssam Salem
7cc0956a62 Fix missing default value in deck options 2016-07-19 23:23:46 +10:00
Houssam Salem
e77aaddc2c Merge pull request #4379 from madhead/Anki-Android-4096-improvements
Disable default "swipe to refresh" animation in favor of custom sync dialog
2016-07-19 16:59:52 +10:00
madhead
8b96125861
Disable default "swipe to refresh" animation in favor of custom sync dialog 2016-07-18 22:54:59 +03:00
Houssam Salem
36ad3e4b9c Merge pull request #4376 from madhead/Anki-Android-4056
Fix #4056: Pull to sync/refresh
2016-07-18 20:56:51 +10:00
madhead
488b98f02b
Fix #4056: Pull to sync/refresh 2016-07-17 22:03:59 +03:00
Houssam Salem
773a0f9cf7 Merge pull request #4360 from madhead/Anki-Android-3795
Improve some TalkBack descriptions
2016-07-05 07:31:20 +10:00
madhead
5fe0a386ad
Improve some TalkBack descriptions for #3795 2016-07-04 20:12:12 +03:00
Timothy Rae
3c5f9f9347 Updated strings from Crowdin 2016-07-03 12:50:06 +09:00
Tim Rae
486eda13f0 Merge pull request #4357 from hssm/preview-card-cycle
Fix colors and missing buttons in previewer
2016-07-01 20:06:41 +09:00
Houssam Salem
c8eb9baa95 Fix colors and missing buttons in previewer 2016-07-01 20:09:44 +10:00
Houssam Salem
63e2e560b0 Merge pull request #4354 from hssm/preview-card-cycle
Implement card cycling in previewer
2016-07-01 05:27:33 +10:00
Houssam Salem
caaadc93b8 Implement card cycling in previewer 2016-07-01 05:24:20 +10:00
Houssam Salem
42c15fb2cb Merge pull request #4353 from hssm/img-width2
Adjust max-width image resizing
2016-07-01 03:22:44 +10:00
Houssam Salem
15085cfce6 Adjust max-width image resizing
The pre-Chrome engine (Android 4.3 and below) uses the screen's
dimensions to determine the width, so we need to keep that at the
original 90% to avoid horizontal overflow. The Chrome engine uses the
dimensions of the parent element so we safely use 100% without causing
overflow.
2016-07-01 03:19:12 +10:00
Houssam Salem
8a931593c2 Merge pull request #4352 from hssm/local-language-fix
Always set locale when returning to Activity
2016-06-30 00:44:40 +10:00
Houssam Salem
26709f211b Always set locale when returning to Activity
Fixes issue where the system locale is used instead.
2016-06-30 00:21:50 +10:00
Houssam Salem
f4eccd5af6 Merge pull request #4348 from hssm/browser-sort
Don't prevent rendering in browser when scroll at 0
2016-06-28 21:10:27 +10:00
Houssam Salem
1a1fd6263b Merge pull request #4350 from hssm/about-string
Remove donate link
2016-06-28 21:10:10 +10:00
Houssam Salem
d5cdac5ff5 Remove donate link 2016-06-28 21:07:55 +10:00
Houssam Salem
40857b439d Don't prevent rendering in browser when scroll at 0
Instead, only avoid rendering if the list is empty or the scroll is
out of bounds.
2016-06-28 20:56:00 +10:00
Houssam Salem
44117ad7cf Merge pull request #4349 from hssm/img-width
Set max-width of images to 99%
2016-06-28 20:04:39 +10:00