Andreas
|
2a5102a457
|
Fix Kitsu toasting "Logged in" when there is an error (#4329)
|
2021-01-21 18:05:22 -05:00 |
|
arkon
|
837d8f5f30
|
Delay restoring AppBar elevation on Android 5.0 (fixes #4311)
|
2021-01-18 17:24:23 -05:00 |
|
Andreas
|
1a5858e99b
|
Hide tracking when no tracker is logged in and change filter logic (#4310)
* Hide tracking when not logged in
* Change string name and value
|
2021-01-18 17:08:11 -05:00 |
|
arkon
|
4044427d93
|
Add shortcut to see commit history for official extensions
|
2021-01-17 15:57:19 -05:00 |
|
arkon
|
f667f85fa5
|
More consistent injectLazy style
|
2021-01-17 15:40:26 -05:00 |
|
Andreas
|
5cddc0c387
|
Add filter for tracking (#4276)
* Add filter for tracking or not
* Use .any
* Access database only when needed
|
2021-01-17 15:40:17 -05:00 |
|
arkon
|
3319ccfd41
|
Move ACRA endpoint config to build.gradle.kts
|
2021-01-17 11:09:29 -05:00 |
|
arkon
|
878008e93b
|
Reimplement MAL start/end date support
|
2021-01-16 16:03:19 -05:00 |
|
arkon
|
0cd551d4fd
|
Revert removal of tracker start/end date
|
2021-01-16 15:48:20 -05:00 |
|
arkon
|
f85194ec46
|
Handle download cancelation from icon properly (fixes #4241)
|
2021-01-16 15:48:02 -05:00 |
|
arkon
|
271489bdfd
|
Fix display mode not updating in source view
|
2021-01-16 11:30:27 -05:00 |
|
arkon
|
189f18b112
|
Simplify lookup for existing MAL list item
|
2021-01-16 10:51:17 -05:00 |
|
arkon
|
9670863a41
|
Show error when trying to download chapters from not installed source (closes #4283)
|
2021-01-10 11:11:53 -05:00 |
|
arkon
|
c9cf9cfff0
|
More coroutine tweaks
|
2021-01-10 11:01:10 -05:00 |
|
arkon
|
2ffbee3db2
|
Avoid using global scope where appropriate
Also fixes the crash in tracking when an exception is thrown during a refresh.
|
2021-01-08 18:05:51 -05:00 |
|
arkon
|
8e613d03e3
|
Address coroutine scope leaks in custom views
|
2021-01-07 19:16:26 -05:00 |
|
arkon
|
b18a794eca
|
Use lifecycleScope directly
|
2021-01-07 19:12:30 -05:00 |
|
arkon
|
c620c924f9
|
Revert "Use flows instead of relays for extensions loading"
This reverts commit 07e76f35fa .
|
2021-01-07 19:06:34 -05:00 |
|
Andreas E
|
9db81a5a49
|
Fix navigation from feedback (#4238)
* Fix navigation from feedback (fixes #4237)
* Add additional enum values to NavigationRegion mainly for PagerViewer
Co-authored-by: arkon <arkon@users.noreply.github.com>
|
2021-01-07 19:05:38 -05:00 |
|
arkon
|
6fb7a85e8a
|
Address more coroutine scope leaks
|
2021-01-07 18:15:57 -05:00 |
|
inorichi
|
36f81b4a62
|
Minor fixes regarding leaks
|
2021-01-07 15:19:00 +01:00 |
|
arkon
|
2caecc01b2
|
Fix crash when no chapters can't be loaded
|
2021-01-06 14:21:55 -05:00 |
|
arkon
|
bebb52b4e8
|
Allow typing in tracker score similar to chapters (closes #2498)
|
2021-01-04 16:25:37 -05:00 |
|
arkon
|
2c9f8bb9ce
|
Revert bad RxJava conversion that prevented tracking data to be updated in UI
|
2021-01-04 16:25:19 -05:00 |
|
arkon
|
efbefabb01
|
Reword unmetered network restriction for library updates
|
2021-01-04 16:12:34 -05:00 |
|
arkon
|
990fb22d3e
|
Remove usage of RxJava from backup/restore
|
2021-01-04 15:30:05 -05:00 |
|
arkon
|
df7e0d2f2f
|
Surface "NSFW" (includes things like ecchi) results in MAL search (closes #4249)
|
2021-01-04 15:16:08 -05:00 |
|
arkon
|
5cfda1b1bf
|
Refactor bridged RxJava/coroutine calls in SearchPresenters
|
2021-01-04 15:08:36 -05:00 |
|
arkon
|
ac9bf1f3ff
|
Refactor bridged RxJava/coroutine calls in MangaPresenter
|
2021-01-04 14:55:28 -05:00 |
|
arkon
|
7eb0868791
|
Remove use of RxJava from TrackPresenter
|
2021-01-04 14:47:23 -05:00 |
|
arkon
|
8a792e6d76
|
MAL: add way to search by list items' titles
|
2021-01-04 14:30:04 -05:00 |
|
arkon
|
d8a3692d92
|
Fix content focusiblity issues when using remote/controllers (closes #3766)
|
2021-01-04 14:02:23 -05:00 |
|
arkon
|
95ce0e39ef
|
Fix malformed extension URLs
|
2021-01-04 12:14:02 -05:00 |
|
arkon
|
17b70ab38c
|
Refactor Kitsu API to remove Retrofit usage
|
2021-01-04 12:13:14 -05:00 |
|
arkon
|
07e76f35fa
|
Use flows instead of relays for extensions loading
|
2021-01-04 11:09:31 -05:00 |
|
arkon
|
a4cab9876a
|
More consistent wording for NSFW warning strings
|
2021-01-04 10:27:31 -05:00 |
|
arkon
|
c06a932c95
|
Remove some OptIn annotations
|
2021-01-04 10:22:26 -05:00 |
|
arkon
|
7d713b87b1
|
Fully remove usages of RxJava from tracker classes
TODO: refactor usages to coroutines as well
|
2021-01-03 23:41:36 -05:00 |
|
arkon
|
b1167146c5
|
Adjust download icon alignment more
|
2021-01-03 23:37:56 -05:00 |
|
arkon
|
2d0a5eb02c
|
Convert more TrackService methods to coroutines
|
2021-01-03 23:33:21 -05:00 |
|
arkon
|
8d68859c2a
|
Change MAL ID search prefix to "id:"
|
2021-01-03 23:21:45 -05:00 |
|
arkon
|
d0deceabbd
|
Tint downloaded icons with primary color
Makes them more easily distinguishable from other states.
|
2021-01-03 22:47:09 -05:00 |
|
arkon
|
175c1df0b8
|
Hide scrollbar from compact tags group
|
2021-01-03 22:46:37 -05:00 |
|
arkon
|
9cc6491c2a
|
Adjust padding of text before download icons
|
2021-01-03 22:45:41 -05:00 |
|
arkon
|
710179f4b4
|
Note valid backup file extensions in error toast
|
2021-01-03 22:39:09 -05:00 |
|
arkon
|
d11c72fd48
|
Replace global search context menu option with share target
|
2021-01-03 11:08:23 -05:00 |
|
arkon
|
0af505828e
|
Add more padding to download buttons
|
2021-01-03 11:01:23 -05:00 |
|
arkon
|
135cf9960f
|
Minor cleanup
|
2021-01-03 10:54:09 -05:00 |
|
Andreas E
|
3bf7c74f93
|
Navigation settings and split invert tapping for webtoon and pager (#4233)
|
2021-01-03 10:50:38 -05:00 |
|
Riztard Lanthorn
|
cea4911c4d
|
add date Format (#4236)
|
2021-01-03 10:47:23 -05:00 |
|