0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00
Commit Graph

8682 Commits

Author SHA1 Message Date
Timothy Rae
8fe41c5c09 Bumped version to 2.8.5beta1
@branch-specific
2018-10-10 09:28:29 +09:00
Timothy Rae
db3fef8b27 Revert "Fix build for current tool versions"
This reverts commit 89d6c8800a.
2018-10-10 09:26:23 +09:00
Timothy Rae
f9669510b0 Update changelog 2018-10-10 08:34:39 +09:00
Mike Hardy
10c6ac9dcd Disable pull-to-refresh if not at top, Fixes #4495 2018-10-09 12:38:33 +09:00
Mike Hardy
f7cfa047fd Reload Note.model after template editing, Fixes #5011
The template editor edits the model template live in the database
which bleeds into Note.model, if you discard the template edits and
return to the NoteEditor the Note.model.templates state was still the
edited + reverted state. This hook and call allow for the Note.model
object to be loaded from the database where the template editor left
the correct state as it was closing down
2018-10-05 14:18:28 +09:00
Mike Hardy
0b03427713 Related to #5011 - add logging/acra in fixIntegrity() 2018-10-05 14:18:28 +09:00
Mike Hardy
f0029b7054 Issue #5011 causes database corruption, check on upgrade
May make sense to trigger this for the alpha builds also?
2018-10-05 14:18:28 +09:00
Mike Hardy
89d6c8800a Fix build for current tool versions 2018-10-03 07:33:10 +09:00
Mike Hardy
abc723d8a7 Refactor local error limit+clear to ACRALimiter 2018-10-03 07:33:10 +09:00
Mike Hardy
9c50e94cc9 Remove unused import (Codacy review) 2018-10-03 07:33:10 +09:00
Mike Hardy
605d3f03c5 ACRA upgrade to 5.1.3 (#4893) patched to 5.0.2 for API<14 2018-10-03 07:33:10 +09:00
Mike Hardy
d66b62e162 Protect API>=15 usage from <15 devices 2018-07-04 09:00:09 +09:00
Timothy Rae
fc59cf4d6c Updated strings from Crowdin 2018-07-04 08:33:08 +09:00
Timothy Rae
5cb86f112f Updated strings from Crowdin 2018-05-12 05:44:22 +09:00
Timothy Rae
3e007bed7b Bumped version to 2.8.4
@branch-specific
2018-04-27 09:26:03 +09:00
Timothy Rae
40cef9dc32 Updated strings from Crowdin 2018-04-27 09:24:05 +09:00
Timothy Rae
e1d3ab4b5c update changelog for 2.8.4 2018-04-27 08:48:23 +09:00
Timothy Rae
f6b65f7892 Bumped version to 2.8.4beta1
@branch-specific
2018-04-20 09:31:41 +09:00
Timothy Rae
02632846fe Remove exceededCursorSizeLimit check
The cursor size limit issue was fixed by c8c2d159c5
2018-04-20 09:28:08 +09:00
Mike Hardy
57c29c4f7a Use StringBuffer.append() in loop for performance reasons 2018-04-20 09:27:46 +09:00
Mike Hardy
9abedad9fc Further work on #4691
parameterized new loadModels method from dae so it could load any column,
used new parameterized method to load models as before, but also to
load decks, as hinted by timrae
2018-04-20 09:27:35 +09:00
Damien Elmes
572ecf4465 load note types in chunks (#4744)
fixes #4691 et al

editing the template seems to work, so the size limit only appears to
be when reading the column, not writing to it
2018-04-20 09:27:21 +09:00
Timothy Rae
faea80a27f Bumped version to 2.8.3
@branch-specific
2017-11-09 08:47:07 +09:00
Timothy Rae
0b48fc4a62 Update changelog 2017-11-09 08:32:49 +09:00
Tim Rae
af9119cc17 Note that there was an error on exception during media sync (#4730) 2017-11-09 07:54:14 +09:00
Timothy Rae
aadec6222f Updated strings from Crowdin 2017-11-09 07:12:00 +09:00
tsudoko
ce38be919f Include filename in IOExceptions thrown by Utils.writeToFile() (#4718)
Makes it easier to find out which file causes an IOException when
the user does a media sync or import.
2017-11-09 07:07:11 +09:00
Timothy Rae
6532e71242 Bumped version to 2.8.3beta1
@branch-specific
2017-10-04 07:22:03 +09:00
Timothy Rae
2f8d130a88 Set version back to 2.8.3beta0 in preparation for hotfix 2017-10-04 07:20:52 +09:00
Timothy Rae
d303c7f53a Use beta channel 2017-10-04 07:13:41 +09:00
Timothy Rae
07998cc923 Revert advanced notifications commits
711e41f3cb
ba00078d0b
acb70a4c21
2017-10-04 07:06:47 +09:00
Timothy Rae
b0ec59f87a Revert "Add insert cloze option to the paperclip menu (#4606)"
This reverts commit 86c60faf7c.
2017-10-04 07:03:59 +09:00
Issei Suzuki
39118e7462 Fix a crash bug on some Android N devices. (#4706) 2017-09-17 07:52:18 +09:00
Timothy Rae
7ea1a66f8b Bumped version to 2.9alpha10
@branch-specific
2017-09-14 08:57:01 +09:00
Timothy Rae
b450a4af30 Use Chinese docs when Chinese language set
Fixes #4575
2017-09-14 08:52:24 +09:00
Timothy Rae
83a2ac8949 Update documentation links to use "docs.ankidroid.org" subdomain 2017-09-14 08:52:24 +09:00
Timothy Rae
01779852c5 Bumped version to 2.9alpha9
@branch-specific
2017-09-14 07:06:40 +09:00
Roland Illig
86fe649bba Clean up Beolingus parser (#4704)
Two regular expressions are worth 80 lines of code.
The newly added test also worked with the old code,
except that the old code for detecting the MP3 file
could only handle English pages.
2017-09-14 06:58:51 +09:00
Felix Ableitner
711e41f3cb Show notifications even when app is in background (fixes #4615) (#4697)
* Show notifications even when app is in background (fixes #4615)

* call correct receiver, dont run BootService more than once

* handle settings changes

* curly braces
2017-09-13 13:41:49 +09:00
Timothy Rae
4603ae2cfe Bumped version to 2.9alpha8
@branch-specific
2017-09-13 03:58:16 +09:00
Timothy Rae
876fc096b9 Updated strings from Crowdin 2017-09-13 03:48:10 +09:00
Rodrigo Bresan
6600c4a964 Avoid creating a new deck when user renames a note type (#4703) 2017-09-13 03:44:36 +09:00
Tim Rae
3c0d4158cf Use android 5.1 to build on the CI
We don't want to mess with SDK 23 permissions yet in the CI, and it seems the image names have changed anyway
2017-09-13 03:31:14 +09:00
Tim Rae
06eee1ab56 Update .travis.yml 2017-09-13 03:20:44 +09:00
llunak
aa2158fb92 round days in the weekly breakdown down to whole weeks (#4692)
Since this is a weekly breakdown, if the data is not rounded down to whole
weeks then recent weekdays will get one day worth of extra data, skewing
the statistic by as much as 25%.
2017-09-12 19:01:01 +09:00
Timothy Rae
1c806302ba Bumped version to 2.9alpha7
@branch-specific
2017-08-13 00:30:56 +09:00
Tim Rae
9f1d67cfef Add application/vnd.anki MIME type to manifest (#4686)
It seems recently Google Drive is using this new MIME type
2017-08-13 00:29:13 +09:00
Timothy Rae
f3f910bc05 Bumped version to 2.9alpha6
@branch-specific
2017-08-11 20:18:29 +09:00
Timothy Rae
d6c59f3763 Updated strings from Crowdin 2017-08-11 20:17:06 +09:00
Tim Rae
9440e197c5 Revert "Hide flashcard title and <hr> tag from TalkBack." (#4684)
This reverts commit e86d66a4ef in order to fix #4673
2017-08-11 20:10:41 +09:00