Jays2Kings
|
b1819dfdcd
|
missed a line last commit
|
2022-04-28 17:45:34 -04:00 |
|
Jays2Kings
|
bb0e903ce2
|
Download new chapters when only excluded categories is selected
minor changes to pref names but otherwise the same
Co-Authored-By: FourTOne5 <59261191+FourTOne5@users.noreply.github.com>
|
2022-04-28 17:37:57 -04:00 |
|
Jays2Kings
|
e4153b5572
|
Deleting a few unused drawables
|
2022-04-28 17:14:05 -04:00 |
|
Jays2Kings
|
2f7440dd44
|
Update warning strings to match upstream
|
2022-04-28 17:06:29 -04:00 |
|
Jays2Kings
|
bc5dfd0389
|
Add intent action to warning notifications
opens https://tachiyomi.org/help/faq/#why-does-the-app-warn-about-large-bulk-updates-and-downloads
|
2022-04-28 14:55:08 -04:00 |
|
Jays2Kings
|
1932b16770
|
Continue to use big style for skips/errors
compact text will still say tap for details etc
|
2022-04-28 14:47:35 -04:00 |
|
Jays2Kings
|
0f439d1d94
|
SettingsAdvancedController import reorder
|
2022-04-28 12:17:45 -04:00 |
|
Jays2Kings
|
74cec83e5e
|
Fixes to library updates notifer
fix errors notification not being tappable
remove view all button for it
skipped action now says open log instead of view all
|
2022-04-28 12:14:22 -04:00 |
|
Jays2Kings
|
4a6861b6d3
|
Clear webview data folder as well with setting
|
2022-04-28 12:14:22 -04:00 |
|
Jays2Kings
|
93f319bdee
|
support long click for play button in library to select grid
|
2022-04-27 21:19:56 -04:00 |
|
Jays2Kings
|
9969feb883
|
bumping back down to compilesdk 31
because google didnt provide the sources for 32 because???
|
2022-04-27 21:15:05 -04:00 |
|
Jays2Kings
|
1aba76a500
|
use compatToolTipText in reader activity
|
2022-04-27 20:29:53 -04:00 |
|
Jays2Kings
|
1f316d35b9
|
Fix compact search mode collapse in library
|
2022-04-27 20:29:24 -04:00 |
|
Jays2Kings
|
9cea16a34e
|
fixed missing search bar on library
very specific use case of " in landscape, go to a tab, come back to library tab, rotate to portrait"
|
2022-04-27 16:37:54 -04:00 |
|
Jays2Kings
|
c99ea17249
|
A bit more documentation about expanded app bar
|
2022-04-27 16:18:31 -04:00 |
|
Jays2Kings
|
4ffa72c56f
|
add 1 second timeout to fetching chapters after reader transition
shouldn't ever happen but if someone has a reaaaally bad cpu/storage, they wont be stuck
|
2022-04-27 16:01:27 -04:00 |
|
Jays2Kings
|
c05cb6c31a
|
More fixes to controller change animations
this time to ext info
|
2022-04-27 02:31:48 -04:00 |
|
Jays2Kings
|
c505bdd3c4
|
Fixes to tabs in toolbar animation
|
2022-04-27 00:38:34 -04:00 |
|
Jays2Kings
|
828670d789
|
Fixes to search toolbar animation
|
2022-04-27 00:34:00 -04:00 |
|
Jays2Kings
|
931626d3b6
|
remove deprecated use of -Xopt-in for -opt-in
in the span of a single release, I've changed this twice because the deprecation warning
|
2022-04-26 23:21:03 -04:00 |
|
Jays2Kings
|
6899ab0a30
|
Add button to about for tachiyomiorg github
|
2022-04-26 23:20:01 -04:00 |
|
Jays2Kings
|
8ac86c9b37
|
Fade in/out search toolbar when using expanded tb
|
2022-04-26 21:25:21 -04:00 |
|
Jays2Kings
|
e2a519cc7a
|
Update About controller to have links like upstream
Minor change is using a snackbar for copied to clipboard + A13 device wont show the snackbar since theres a new prompt for the clipboard anyway
|
2022-04-26 21:13:19 -04:00 |
|
Jays2Kings
|
85ad45e082
|
appcompat to 1.4.1
|
2022-04-26 21:10:02 -04:00 |
|
Jays2Kings
|
89cfd87283
|
use FlexibleAdapter by Arkon(TM Pending)
|
2022-04-26 21:10:02 -04:00 |
|
Jays2Kings
|
f70b844b24
|
update kotlin + compilesdk
sdk to 32
kotlin to 1.6.20
|
2022-04-26 21:10:02 -04:00 |
|
Jays2Kings
|
7cbdbaa416
|
Set rootproject name to "TachiyomiJ2K"
|
2022-04-26 21:10:02 -04:00 |
|
Jays2Kings
|
cfeb2dc17e
|
Fix A13 themed icon
and its weird shrinking back down
|
2022-04-26 17:16:20 -04:00 |
|
Jays2Kings
|
35ae0ebcc6
|
Some warning fixes
|
2022-04-26 13:23:03 -04:00 |
|
Jays2Kings
|
f32b85ab76
|
remove use of NotifyDataSetChanged in mangaDetails
|
2022-04-26 13:10:54 -04:00 |
|
Jays2Kings
|
44346048cb
|
Use runblocking when returning from reader to details
Used so the chapter items and start reading are correct for the transition
|
2022-04-26 13:09:54 -04:00 |
|
Jays2Kings
|
336c567c3c
|
cleanup in manga details
|
2022-04-26 03:53:15 -04:00 |
|
Jays2Kings
|
417aea3013
|
use minscale for landscape page zoom
|
2022-04-26 02:55:37 -04:00 |
|
Jays2Kings
|
68e3a832b6
|
use chapter_number instead of ordinal index for syncChaptersWithTrackServiceTwoWay
use v2 api for Komga tracker for series
Co-Authored-By: Gauthier <2139133+gotson@users.noreply.github.com>
|
2022-04-26 02:55:23 -04:00 |
|
Jays2Kings
|
b172b979ea
|
remove all use of capitalize
sucks its gone fellas...
|
2022-04-26 02:44:42 -04:00 |
|
Jays2Kings
|
a60e786810
|
Refactoring/Fixes to the library grid bg/fg
programmatically set up the padding on each of the layers
|
2022-04-26 02:34:17 -04:00 |
|
Jays2Kings
|
8fa4d01a68
|
Fix IntListMatPreference.bindTo
|
2022-04-26 02:31:15 -04:00 |
|
Jays2Kings
|
ce3a774e05
|
More updates to backup logic from upstream
Removed BackupCreateService among other things
|
2022-04-26 02:30:13 -04:00 |
|
Jays2Kings
|
3587feb8fa
|
Remove all usage of gson and retrofit
We made it!
|
2022-04-26 00:08:16 -04:00 |
|
Jays2Kings
|
c22205138a
|
Update BackupTest.kt
|
2022-04-25 23:54:43 -04:00 |
|
Jays2Kings
|
8235a6c055
|
Update BackupTest.kt
|
2022-04-25 23:51:13 -04:00 |
|
Jays2Kings
|
33135f766d
|
Convert Shikimori to kotlinx.serialization
with this, it is over. now for the final cleanup
|
2022-04-25 23:47:27 -04:00 |
|
Jays2Kings
|
d2c1582a48
|
Convert Bangumi to kotlinx.serialization
|
2022-04-25 23:09:57 -04:00 |
|
Jays2Kings
|
07f5056b45
|
remove space in Mangadex class
|
2022-04-25 22:59:05 -04:00 |
|
Jays2Kings
|
13e6634832
|
Convert AniList to kotlinx.serialization + Use user preferred title language in Anilist
|
2022-04-25 22:58:56 -04:00 |
|
Jays2Kings
|
7637b93cac
|
clean up MigrationProcessHolder
|
2022-04-25 20:44:27 -04:00 |
|
Jays2Kings
|
acab8ff781
|
Convert MangaDex (which is still unused) to kotlinx.serialization
|
2022-04-25 20:43:42 -04:00 |
|
Jays2Kings
|
8791334c36
|
CustomMangaManager to kotlinx.serialization
|
2022-04-25 20:42:55 -04:00 |
|
Jays2Kings
|
f81a6dd8d1
|
Migrate to kotlinx.serialization for download store and deleter
|
2022-04-25 20:16:29 -04:00 |
|
Jays2Kings
|
152fa0cb9c
|
Update LegacyBackupManager to kotlinx.serialization
Co-Authored-By: jobobby04 <17078382+jobobby04@users.noreply.github.com>
|
2022-04-25 20:16:19 -04:00 |
|