Commit graph

3737 commits

Author SHA1 Message Date
jmir1
267b68b7d9 Merge remote-tracking branch 'upstream/master'
TODO: fix sorting in anime library
2021-06-27 02:00:15 +02:00
jmir1
cf4d6f0709 Merge branch 'anime-animated' 2021-06-27 00:39:46 +02:00
jmir1
9d2b5cb0fa change webviewactivity for anime 2021-06-27 00:38:36 +02:00
Andreas
60890147c3
Sort per category (#5408)
* Add flags for sorting per category

* Add logic to LibrarySettingsSheet

* Add  logic to LibraryPresenter

* Minor tweaks

* Use enum instead of variables

Also deprecates LibrarySort in favour of the new enum classes

* Remove debug log and suppress deprecation

* Convert DisplayMode setting to enum

Also fix bug were adapter would get de-synced with the current per category setting

* Fix migration crashing app due to values being access before migration
2021-06-26 13:30:16 -04:00
Ivan Iskandar
64c95305b9
Match ReaderActivity theme with the rest of the app (#5450)
* Match ReaderActivity theme with the rest of the app

* Fix viewer inset when fullscreen reader is off

* Fix incorrect toolbar color after recreate

* Remove animated inset

* Move isDarkMode to PreferencesHelper
2021-06-25 23:28:19 -04:00
arkon
feddd9285d [skip ci] Update issue closer rules 2021-06-25 22:45:02 -04:00
Alessandro Jean
d1b393965f
[skip ci] Update issue-moderator-action to v1.1 (#5459) 2021-06-25 22:30:26 -04:00
OncePunchedMan
e93cf5befe animate anime lib icon 2021-06-26 02:46:02 +02:00
Soitora
e31a39b9d5
[skip ci] Convert issue templates to the new issue forms (#5454)
* [SKIP-CI] Update issue config

* [SKIP-CI] Delete redundant Source Issue

* [SKIP-CI] Convert bug report to an issue form

* [SKIP-CI] Convert feature request to an issue form
2021-06-25 12:56:26 -04:00
arkon
98fc028d39 [skip ci] Remove explicit SKIP CI workflow logic
GitHub has it built-in now: https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
2021-06-24 12:37:14 -04:00
jmir1
c63757c594 some cleanup 2021-06-24 10:16:27 +02:00
jmir1
424d304cfb fix lib12 part one 2021-06-24 00:20:14 +02:00
Soitora
88fd799a30
Add favorited badge to browse and search (#5440) 2021-06-22 18:22:59 -04:00
inorichi
ef937f277e Update image decoder with better AVIF support 2021-06-22 12:58:35 +02:00
jmir1
e9e73fbd2c Merge branch 'lib12' 2021-06-21 23:04:30 +02:00
jmir1
efc1f487c2
[SKIP CI] update source issue template 2021-06-21 15:17:02 +02:00
jmir1
c9855f47e8
[SKIP CI] update feature request template 2021-06-21 15:16:03 +02:00
jmir1
ebaaee1322
[SKIP CI] update template config.yml 2021-06-21 15:13:55 +02:00
jmir1
2edc13f03a
[SKIP CI] update bug report template 2021-06-21 15:12:20 +02:00
jmir1
7c2451e5f5
Update ISSUE_TEMPLATE.md 2021-06-21 15:11:10 +02:00
jmir1
9b3354e2ce fix last category used by both anime and manga 2021-06-21 14:59:54 +02:00
jmir1
19edee2cba Merge remote-tracking branch 'upstream/master'
also, some major cleanup in the layout and menu files
2021-06-20 22:39:32 +02:00
jmir1
755574d42f fix crash on versions below android 11 and fix...
...background updates
2021-06-20 19:52:56 +02:00
jmir1
e032cf90c0 remove tachiyomi links in about section 2021-06-20 19:09:51 +02:00
Ivan Iskandar
c3fb5af3fc
Fix issues on older API versions and tablets (#5433)
* Fix tablet's navigation rail and toolbar color

* Fix tracking sheet crash on older APIs

* Fix settings crash on older APIs
2021-06-20 11:05:37 -04:00
Riztard Lanthorn
859e8deb02
[SKIP CI] fix GithubUpdateChecker url (#5434) 2021-06-20 11:04:38 -04:00
Ivan Iskandar
932c92412c
More themes cleanup (#5410)
* More themes cleanup

* Tweak some things

* Fix 'Clear History' icon

* Split out ripple colored to its own drawable

* Tidy up things

* Unify background dim amount

* Use primaryColor for Account login button

* More colored ripples

* use colorOnPrimary for selected comfortable library item title

Co-authored-by: Soitora <simon.mattila@protonmail.com>
2021-06-19 15:45:16 -04:00
Riztard Lanthorn
05771ddf6d
add start download now (#5386)
* add start download now

download now for selected chapter
from j2k

Co-Authored-By: Jays2Kings <jays@outlook.com>

* change string to action

* move to bottom

* oopsie

Co-authored-by: Jays2Kings <jays@outlook.com>
2021-06-19 12:36:29 -04:00
jmir1
b21f01aab0
Merge branch 'tachiyomiorg:master' into master 2021-06-19 18:36:25 +02:00
Hunter Nickel
848d387ec4
Add AlertDialog styles to Reader themes (#5426) 2021-06-19 12:34:23 -04:00
jmir1
13cfcf9596
Merge branch 'tachiyomiorg:master' into master 2021-06-19 02:27:16 +02:00
jmir1
ac6b4235b9
Fix crash when opening the MangaController from... (#5419)
...the browse search
null safe cast to TextView because when searching for manga in a source,
the toolbar has no children and
find() returns null.
2021-06-18 19:46:45 -04:00
jmir1
5aecc8d9b8 fix some strings 2021-06-19 00:22:19 +02:00
jmir1
65bd356fc1 fix start screen setting 2021-06-18 22:58:54 +02:00
jmir1
4028d24577 fix some downloading issues 2021-06-18 19:57:26 +02:00
jmir1
d8b67259fa use safe call because search screen has no toolbar 2021-06-18 15:32:56 +02:00
jmir1
1cdd0164db Merge remote-tracking branch 'upstream/master' 2021-06-18 15:27:03 +02:00
jmir1
7e6f93ab5c catch errors 2021-06-17 15:28:35 +02:00
Ivan Iskandar
ab73e98075
Fix incorrect toolbar text color after theme change (#5388) 2021-06-17 08:53:38 -04:00
Soitora
aecdd04e04
Move "Delete sweep" out from overflow (#5392)
Places it as its own icon, having an overflow with only one item doesn't make much sense when that's not the behavior in other parts of the app.
2021-06-16 18:31:20 -04:00
jmir1
265ffcbefa switch anime and manga history, remove "Aniyomi: "
...prefix from the extensions
2021-06-15 16:28:49 +02:00
jmir1
c528251e2c fix mark previous episodes as seen 2021-06-15 15:10:35 +02:00
jmir1
419b5ab2ef bump version 2021-06-15 14:50:27 +02:00
jmir1
0f164c814e Merge branch 'tachiyomiorg:master' into master 2021-06-15 01:25:10 +02:00
arkon
e5cdf74587 Downgrade WorkManager
Related to #5364
2021-06-14 17:07:38 -04:00
jmir1
c7c966ccab fix anime extension github api 2021-06-14 18:37:09 +02:00
jmir1
24876cdbd2 fix episode sorting for real 2021-06-14 17:10:12 +02:00
jmir1
636588f4eb fix episode sorting 2021-06-14 13:35:17 +02:00
jmir1
07550e1ca8 fix loadAny() for anime covers 2021-06-14 13:18:14 +02:00
jmir1
3358d89bd6 Merge remote-tracking branch 'upstream/master' 2021-06-12 23:29:17 +02:00