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

15551 Commits

Author SHA1 Message Date
github-actions
6d4551f981 updated mathjax and jquery 2022-06-03 09:00:58 -05:00
dorrin-sot
cd3307aef0
Fix Type Answer Diff for combining marks not showing up (#11374)
* Added Unit Test for #10665
* Some Kotlin Cleanup and a comment
2022-06-03 08:49:21 -05:00
David Allison
0b92cfe815 feat: Introduce AggregateException
Allows multiple exceptions to be handled
2022-06-03 13:07:35 +02:00
Brayan
8efea26e98 Fix deprecations on Preferences.kt
+ cleaned a suppressing which had no use
2022-06-03 11:58:35 +01:00
Brayan
5844ce1178 Fix finish deprecation on Preferences.kt 2022-06-03 11:58:35 +01:00
Mani
29fe0055d5
Update JS library (jquery & mathjax) using GitHub action (#11454)
* update js library (jquery & mathjax)
* restore file mode, change paths in conf.js
* use variable for paths and replacement strings
* check if path exists or not for replacement
2022-06-02 18:28:36 -05:00
Brayan
6d1019e52c Extract debug preferences to developer options
from advanced category
2022-06-02 20:13:25 +02:00
Brayan
b3f5e8e0dd Add developer options category's XML
and related strings
2022-06-02 20:13:25 +02:00
AnkiDroid Translations
ecb177cd9a Updated strings from Crowdin 2022-06-02 10:58:11 -05:00
lukstbit
a61bd6a4d8 Cleanup of var inside Whiteboard 2022-06-02 15:51:26 +01:00
lukstbit
4d106ac7f1 Enable custom color selection for whiteboard 2022-06-01 15:14:33 -05:00
Divyansh Kushwaha
f32bf9914c [Kotlin Cleanup] AnkiStatsTaskHandlerTest 2022-06-01 20:37:07 +01:00
lukstbit
69f6e94e74 Fix whiteboard stroke width button visibility on black themes 2022-06-01 10:31:19 -05:00
lukstbit
8491ebea17 Migrate TextCardExporter.java to kotlin 2022-06-01 10:26:28 -05:00
lukstbit
266b6df2a6 Rename TextCardExporter.java to .kt 2022-06-01 10:26:28 -05:00
dorrin-sot
5118b6559c
style(kotlin-cleanup): add some braces for some when conditions (#11482) 2022-06-01 09:16:40 -05:00
lukstbit
406744e38b Fix @KotlinCleanup for RemoteMediaServer 2022-06-01 01:28:59 +02:00
Arthur Milchior
db4f4b60b7 NF: factorize mPrefChanged 2022-06-01 00:47:32 +02:00
dorrin-sot
d5e22322fc filterByTags 2022-06-01 00:47:22 +02:00
dorrin-sot
94bc04082e removed stream()s 2022-06-01 00:47:22 +02:00
dorrin-sot
97944ddfb2 validDecksForChangeDeck cleanup 2022-06-01 00:47:22 +02:00
dorrin-sot
6e05972eed showChangeDeckDialog selectableDecks 2022-06-01 00:47:22 +02:00
dorrin-sot
156e3c28f4 MarkCardHandler and SuspendCardHandler 2022-06-01 00:47:12 +02:00
dorrin-sot
632fa05841 isShowingSelectAll and isShowingSelectNone 2022-06-01 00:46:59 +02:00
dorrin-sot
1e5205c07a CardCache load shorten if 2022-06-01 00:46:59 +02:00
dorrin-sot
07d02ed5b5 onSelectionChanged cleanup 2022-06-01 00:46:59 +02:00
Prateek Singh
2048b4dac1 Converted DirectDateInstantiationTest [Lint Test] to Kotlin 2022-05-31 23:22:06 +02:00
Prateek Singh
dbda37a8aa Rename .java to .kt 2022-05-31 23:22:06 +02:00
lukstbit
7abeef8248 Migrate HostNum.java to .kt 2022-05-31 23:17:47 +02:00
lukstbit
94d2dd5e43 Rename HostNum.java to .kt 2022-05-31 23:17:47 +02:00
oyeraghib
c201dd769c [Kotlin Cleanup] DialogHandler 2022-05-31 23:16:17 +02:00
oyeraghib
e64912c9e2 [Kotlin Cleanup] ActionButtonStatusTest 2022-05-31 23:13:29 +02:00
oyeraghib
42a6e5117b rename UNDO_NAME_ID 2022-05-31 22:19:24 +02:00
oyeraghib
6ca833a277 IDE based lint 2022-05-31 22:19:24 +02:00
oyeraghib
cd4c5dc478 cleanup - IDE lint 2022-05-31 22:18:40 +02:00
oyeraghib
22e9ca4e66 cleanup is -> equalTo 2022-05-31 22:18:40 +02:00
dorrin-sot
3974d02faa mMySearchesDialogListener.onSaveSearch cleanup 2022-05-31 21:52:50 +02:00
dorrin-sot
88031ff502 getPropertiesForCardId for cleanup 2022-05-31 21:52:50 +02:00
dorrin-sot
bcd44c8af6 checkedCardIds for cleanup 2022-05-31 21:52:50 +02:00
oyeraghib
62e94628be cleanup - IDE lint 2022-05-31 13:51:35 +02:00
oyeraghib
c35a7d52d8 cleanup - is -> equalTo 2022-05-31 13:51:35 +02:00
dorrin-sot
1cd3a5a20e CardCollection make mWrapped nonNull 2022-05-31 10:48:05 +02:00
dorrin-sot
c4b783593a allCardIds for cleanup 2022-05-31 10:48:05 +02:00
dorrin-sot
6037dddbff CardCollection::ensureValidValue null check cleanup 2022-05-31 10:48:05 +02:00
dorrin-sot
10a55713e4 CardCollection::reverse for cleanup 2022-05-31 10:48:05 +02:00
Arthur Milchior
304aa0d639 NF: move preference to lateinit in FilteredDeckOptions 2022-05-30 18:21:47 +02:00
Mike Hardy
005ffeb56b
Dependency updates 20220529 2022-05-30 09:43:35 -05:00
Elizalll
4e70260e88
[Automation] Remove assignees on merged Pull Request (#11432) 2022-05-29 22:13:09 -05:00
lukstbit
1fabcffcad Update image cropper library dependency to 4.2.1
This update required a refactoring of the code around cropping an image as the newer version of the library relies on
the newer ActivityResultLauncher/Contract apis.
2022-05-29 22:09:46 -05:00
oyeraghib
29b334fbf7 [Kotlin Cleanup] ParserTest 2022-05-29 22:07:46 -05:00