Commit Graph

563 Commits

Author SHA1 Message Date
Jay 830a834ea6 Using a float on the progress on app updates
Not sure if needed but I saw some funny behavior with the progress bar
2020-05-12 09:17:33 -04:00
arkon e4ea5d0344 Don't throw exception to stop restore job 2020-05-12 09:11:52 -04:00
arkon e208fa4020 Temporarily revert concurrent manga updates 2020-05-10 23:13:58 -04:00
arkon 6b71264482 Merge branch 'dev' of github.com:inorichi/tachiyomi into dev 2020-05-10 23:12:23 -04:00
MCAxiaz 5723c184b1 Cover Update Followup to Address #3139 (#3150)
* update cover logic when thumbnail url becomes null

* always clear cover on refresh even if custom cover is set

* remove concurrency changes
2020-05-10 23:10:31 -04:00
arkon 530daeaa3a Move notification logic out of LibraryUpdateService 2020-05-10 18:14:43 -04:00
arkon 04d44f19f5 Show date format examples, migrate to FlowPreferences 2020-05-10 12:26:18 -04:00
arkon d46a742a43 Convert rotation to FlowPreference, remove some unused subscriptions code 2020-05-10 11:42:46 -04:00
arkon a94fd24fa9 Default unreadBadge setting to true (closes #3138) 2020-05-10 11:23:10 -04:00
MCAxiaz dc54299e24 Manga cover updates (#3101)
* cover caching overhaul

* add ui for removing custom cover

* skip some loading work

* minor cleanup

* allow refresh library metadata to refresh local manga

* rename metadata_date to cover_last_modified

* rearrange removeMangaFromLibrary

* change custom cover directory
add setting for updating cover when refreshing library

* remove toggle and explicit action for updating covers
2020-05-10 11:15:25 -04:00
arkon 29feee0095 Update details metadata along with chapters list 2020-05-09 10:26:02 -04:00
arkon 63f3180dff Move DB transaction blocks to only the DB portions of restore logic 2020-05-09 09:57:03 -04:00
arkon 1442e2b53e Option to hide unread badges (closes #3095) 2020-05-08 23:01:16 -04:00
arkon 521ebf0678 Remove redundant DB call in library settings (closes #3128) 2020-05-08 22:32:12 -04:00
MCAxiaz a20874f6a1 String Formatting Fixes (#3118)
String Formatting Fixes
2020-05-08 21:44:01 -04:00
arkon 40776bdc8d Concurrently refresh trackers 2020-05-08 19:04:45 -04:00
arkon f853158e6b Do library checks from up to 5 sources concurrently 2020-05-08 18:58:49 -04:00
arkon c9035b5df9 Download from up to 5 different sources concurrently (closes #2534) 2020-05-08 18:48:00 -04:00
arkon 150132f4dd Concurrently download up to 5 pages at a time 2020-05-08 18:41:11 -04:00
arkon fb97ac47bc Replace restore completion string with plurals 2020-05-08 18:07:21 -04:00
arkon b4c7992726 Minor cleanup of wakelocks, extension ID backup 2020-05-07 09:14:52 -04:00
arkon 788ea052fc Convert app updater to foreground service 2020-05-06 22:34:30 -04:00
arkon bd45cc2024 Only alert once for backup/restore progress notifications 2020-05-03 20:08:29 -04:00
arkon abf47deee3 Fix anilist jsonnull issue
https://github.com/Jays2Kings/tachiyomiJ2K/commit/41c64b7058c4b8cc040d69160002caeceb922baa
2020-05-03 20:05:21 -04:00
arkon 0a6de2b3ea Fix backup failing when source isn't installed 2020-05-02 10:24:37 -04:00
arkon abf2d4b718 Start storing extension ID/source name mapping in backup files 2020-05-01 21:25:23 -04:00
arkon be09dded20 Attempt to remove sound from backup/restore completion notifications 2020-05-01 19:29:15 -04:00
arkon c1e64a839d Update Bangumi link in README 2020-05-01 08:44:53 -04:00
arkon c06928a7a5 Default library updates to daily + wifi 2020-04-30 20:27:02 -04:00
arkon 31b86f539b Set backup/restore progress notifications to low priority 2020-04-30 18:40:36 -04:00
Randy Palamar bd61c33097 fix copy paste mistake in PreferencesHelper.kt (#2993)
fix copy paste mistake in PreferencesHelper.kt
2020-04-30 11:14:42 -04:00
arkon 2661700d9a Split out backup/restore notifications into separate channels for progress/completion 2020-04-29 22:30:33 -04:00
arkon fe65f4d6f8 Option to only include pinned sources in global search 2020-04-29 09:29:50 -04:00
arkon 548dbf4b78 Copy files from cache when downloading 2020-04-28 18:44:58 -04:00
arkon c4f1d2f153 Revert column FlowPreference
Made loading janky
2020-04-27 22:19:06 -04:00
arkon f97f4c68ba Hide titles in restore notification based on preference 2020-04-27 18:21:12 -04:00
arkon 2a41e4ce68 Fix BrowseSourceController losing scroll position when navigating back 2020-04-27 16:21:23 -04:00
Hawk of the Death 2f9dfed073 Fix typo (#2973)
Fix MAL api updating wrong data on read chapters change (#2971)
2020-04-27 10:34:41 -04:00
arkon 6ef59a5949 Remove redundant DB transaction function 2020-04-26 16:45:23 -04:00
arkon 17fc8deb19 Migrate column preference to FlowPreference 2020-04-26 16:35:54 -04:00
arkon 45b5c1c262 Set preference visibility immediately (fixes #2965) 2020-04-26 16:26:42 -04:00
arkon d19d787f6e Refactor backup service 2020-04-26 16:07:07 -04:00
arkon 9d22a9e664 Move some restore notification logic into service 2020-04-25 18:59:12 -04:00
arkon 96c55db7ca Consider individual manga as transactions rather than entire restore job (closes #2482) 2020-04-25 18:50:44 -04:00
arkon 0f48563e29 Some restore code refactoring 2020-04-25 16:00:08 -04:00
arkon 7c014292d2 Localize some restore strings 2020-04-25 15:55:49 -04:00
arkon 19507d1837 Return success/failure result for backup job 2020-04-25 14:55:55 -04:00
arkon 3f63b320c4 Linting fixes 2020-04-25 14:24:45 -04:00
arkon 902700e1f4 Minor edits 2020-04-25 11:05:29 -04:00
arkon aa1d927da6 More FlowPreference migration 2020-04-24 11:58:16 -04:00