Eugene Cheung
4dc2143160
Show notification with error log on update failures
...
(cherry picked from commit fc4e290c49367a9ebd43bdb713788faa16ded265)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/library/LibraryUpdateService.kt
# app/src/main/java/eu/kanade/tachiyomi/data/notification/Notifications.kt
2020-05-22 17:50:07 -04:00
arkon
11a553cbf4
Remove unused function
...
(cherry picked from commit 9f0ed774230bf8bed21cf125e97b28072abbb335)
2020-05-22 17:50:07 -04:00
arkon
a0048e9397
Avoid showing uninstalled source as last used
...
(cherry picked from commit bb3e616890ddba4c77f3dc9149d67dd2f77d83e2)
2020-05-22 17:50:07 -04:00
arkon
a8a22b5803
Null check for local source cover parent dir
...
(cherry picked from commit 573f3a392ad2d98f0a6532c8d2ad5a809f575fc8)
2020-05-22 17:50:07 -04:00
Jay
4122af491c
Using a float on the progress on app updates
...
Not sure if needed but I saw some funny behavior with the progress bar
(cherry picked from commit 830a834ea6cd9f3015f6c5a6af03cedffe1265c5)
2020-05-22 17:50:07 -04:00
arkon
0de42b6654
Don't throw exception to stop restore job
...
(cherry picked from commit e4ea5d03444255237ecde4be7c0bbbac5ca108c2)
2020-05-22 17:50:07 -04:00
arkon
d7aa1144cf
Copy to clipboard when long pressing tracking title ( closes #3163 )
...
(cherry picked from commit 97aed045e6b3cc9d9bd33cf3508203b4ffbe860e)
2020-05-22 17:50:07 -04:00
she11sh0cked
87fbda0b29
Recommendations rewrite ( #23 )
...
* WIP Rewrite api requests to use a coroutine scope
* Use scope.async instead of scope.launch
* Use onPageReceived to async update Pager; Reimplement api select logic
* Implement seperate classes; Bug fixes
* More bug fixes
* Use timber; Add more logs
Co-authored-by: she11sh0cked <she11sh0cked@users.noreply.github.com>
2020-05-22 11:35:43 -04:00
Jobobby04
99dd9a0750
Fix last chapter and last updated info
2020-05-21 21:38:55 -04:00
Jobobby04
c8befdd5ea
Fix manual refresh for manga, attempt to fix last chapter and last updated
2020-05-21 17:56:58 -04:00
Jobobby04
b02813f30a
Fix MangaAllInOneHolder lazy vars
2020-05-21 00:57:33 -04:00
Jobobby04
51c8430e9c
Totally rewrote the all in one manga page, now is a recycler header
...
It works perfect, there is no lag it all
2020-05-21 00:30:09 -04:00
Jobobby04
3fdfd91fff
Fix the favorite button
2020-05-19 22:57:41 -04:00
Jobobby04
e4b52c036a
Lint
2020-05-19 22:01:22 -04:00
Jobobby04
43098aa61b
Added Auto Webtoon Mode
2020-05-19 22:00:58 -04:00
Jobobby04
e4d8fea138
Lewd Filter upgrade, almost finished
2020-05-19 18:51:42 -04:00
she11sh0cked
6da22ea8b0
Fix multiple recommendation bugs ( #18 )
...
* Fix multiple recommendation bugs
* Fix typo
* Fix typings
* Remove unused import
Co-authored-by: she11sh0cked <she11sh0cked@users.noreply.github.com>
2020-05-19 18:42:17 -04:00
she11sh0cked
fd09f64fe6
Recommendation bug fixes ( #17 )
...
* Return an empty recommendations list instead of throwing an error
* Fix api response find for searched manga
* Fix spelling
Co-authored-by: she11sh0cked <she11sh0cked@users.noreply.github.com>
2020-05-19 16:54:59 -04:00
she11sh0cked
ef2241e0cb
Fix recommendations throwing to early ( #16 )
...
* Fix recommendations throwing to early
Co-authored-by: she11sh0cked <she11sh0cked@users.noreply.github.com>
2020-05-19 16:01:48 -04:00
Jobobby04
bcfe5af135
Fix filter button
2020-05-19 15:03:49 -04:00
Jobobby04
a598afec43
Spelling correction
2020-05-19 13:54:03 -04:00
she11sh0cked
3c9ec48da3
Implement lewd filter ( #15 )
...
Co-authored-by: she11sh0cked <she11sh0cked@users.noreply.github.com>
2020-05-19 13:30:46 -04:00
she11sh0cked
7ce15caded
Improve recommendations ( #14 )
...
* Improve anilist recommendations by matching synonyms; Some bug fixes related to anilist
* Fix formatting
* Sort myanimelist results by result.title matching search.title
* Throw an exception if the result is not the manga we searched
Co-authored-by: she11sh0cked <she11sh0cked@users.noreply.github.com>
2020-05-19 13:29:42 -04:00
Jobobby04
038574b107
Remove unused val
2020-05-18 20:23:56 -04:00
Jobobby04
24067e1e97
Move new smart recommends to use new manga type detection
2020-05-18 20:19:18 -04:00
she11sh0cked
a9de6a123e
Smart recommendations ( #10 )
...
* Pass manga through to RecommendsPager
* Implement smart recommendations
* Add null checks
* Add more anilistSmart tags
* Add fallback titles
Co-authored-by: she11sh0cked <she11sh0cked@users.noreply.github.com>
2020-05-18 20:10:54 -04:00
Jobobby04
5886cb7406
Fix all in one manga page being blank after clicking a button
2020-05-17 21:39:11 -04:00
Jobobby04
1713dd4ea0
Made saved searches always available
...
Replace filtersheet with saved searches version if no filters are avalible
2020-05-17 20:52:51 -04:00
Jobobby04
f5f7971cb5
Fix multiple bugs when fetching manga info
2020-05-17 17:11:46 -04:00
Jobobby04
5271abbd1f
Migrate the rest of the EH prefreches to Flow Prefrences
2020-05-17 17:11:46 -04:00
she11sh0cked
7d2ded5944
Implement MyAnimeList recommendations ( #7 )
...
Co-authored-by: she11sh0cked <she11sh0cked@users.noreply.github.com>
2020-05-17 15:38:38 -04:00
Jobobby04
3aee05bf26
Enable new tracking features only if tracking is enabled
2020-05-16 18:37:06 -04:00
Jobobby04
9d148a70c8
Fix filters
2020-05-16 18:01:11 -04:00
Jobobby04
4a64bb250d
Mitigate most of the lag problems, should fix all crashes(inspired by J2k code)
...
Add tracking button the way J2K has it, my own implementation
2020-05-16 17:53:14 -04:00
she11sh0cked
e6f5ea172a
Filter tracker status ( #2 )
...
* Implement library filter for tracker status
Co-authored-by: she11sh0cked <she11sh0cked@users.noreply.github.com>
2020-05-13 20:35:01 -04:00
she11sh0cked
6a0ab3526a
Implement library filter for tracked items ( #1 )
...
* Implement library filter for tracked items
* Revert formatting
* Move string 'tracked'
Co-authored-by: she11sh0cked <she11sh0cked@users.noreply.github.com>
2020-05-12 14:04:06 -04:00
Jobobby04
fa29b914cc
Multiple bug fixes and changes
...
- Fixed options menu
- Fixed merge with another
- Migrate to MaterialFastScroll
2020-05-11 20:10:51 -04:00
Jobobby04
3a79f8fb50
Updated E hentai notifications to new system
2020-05-11 17:11:47 -04:00
Jobobby04
321eb38f2d
Fix Tag searching and Recommendations button
2020-05-11 17:10:29 -04:00
Jobobby04
46dccf8a2d
Lint fix
2020-05-11 16:31:19 -04:00
arkon
38d329a601
Temporarily revert concurrent manga updates
...
(cherry picked from commit e208fa402077165e69c738c95398c5216544ad3e)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/library/LibraryUpdateService.kt
2020-05-11 16:28:22 -04:00
MCAxiaz
1c0f08fc5b
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
(cherry picked from commit 5723c184b1c7963ac5fbbf61452328f0c21271ec)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/library/LibraryUpdateService.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryController.kt
2020-05-11 16:08:30 -04:00
arkon
a076deeb5f
Move notification logic out of LibraryUpdateService
...
(cherry picked from commit 530daeaa3a12bbf7b590d505801bc52d8c1675df)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/library/LibraryUpdateService.kt
2020-05-11 16:05:16 -04:00
Jobobby04
a006bc7d93
Rename EH update notifier
2020-05-11 16:03:32 -04:00
Jobobby04
2b215524b6
Replace adapterPosition with bindingAdapterPosition in MigrationProcessHolder
2020-05-11 15:58:26 -04:00
Jobobby04
b09f1fff51
New All In One Manga interface, its optional and can be disabled
2020-05-11 15:33:38 -04:00
Jobobby04
92af538b0a
Fix Search error
2020-05-11 00:50:15 -04:00
Rani Sargees
f0b821b122
finish off recommendations
...
(cherry picked from commit 6473bcd32242abf8ba50b3ac76562ae6b931d0cd)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/browse/BrowseSourceController.kt
2020-05-11 00:20:51 -04:00
Rani Sargees
4c5e99142f
Display recommendations from AniList
...
(cherry picked from commit f032667be5d2c9cfa5000ab1e166c7aaedbac701)
2020-05-11 00:05:40 -04:00
Rani Sargees
b0f39a7d0a
add recommendations button to manga info
...
(cherry picked from commit 0d370004e6c78597957284d67f1af80881e17a49)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/browse/BrowseSourceController.kt
# app/src/main/res/layout/manga_info_controller.xml
# app/src/main/res/values/strings.xml
2020-05-11 00:05:28 -04:00
Jobobby04
38b469755f
Add simple hentai features option
2020-05-10 23:55:51 -04:00
Jobobby04
3bfda338ef
Add basic E/Ex-Hentai watched tag settings, possibly more to come
2020-05-10 22:36:52 -04:00
Jobobby04
6e1da22353
Convert EH settings to FlowPrefrences
2020-05-10 19:22:10 -04:00
arkon
60a0303d7f
Minor edits
...
(cherry picked from commit dd1b5c7ea763f26db1b1c4f2918d05118935a4b8)
2020-05-10 16:26:21 -04:00
arkon
6135b4daae
Animate in/out ActionToolbar
...
(cherry picked from commit 3cffc6890d1dbc65e58227e4ecba148f689b2b71)
2020-05-10 16:26:10 -04:00
arkon
2fe38192b4
Show date format examples, migrate to FlowPreferences
...
(cherry picked from commit 04d44f19f5be12afdd2ebb6a14b0a669d629c386)
2020-05-10 16:25:39 -04:00
arkon
ef3f4c2e17
Convert rotation to FlowPreference, remove some unused subscriptions code
...
Also remove EH lock code(was broken because of RxController changes)
(cherry picked from commit d46a742a43d23c62aecf203e21a5221a06195131)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderActivity.kt
2020-05-10 16:25:07 -04:00
arkon
e4e069ccca
Default unreadBadge setting to true ( closes #3138 )
...
(cherry picked from commit a94fd24fa9d8f53652cf474eef14b73faed74800)
2020-05-10 14:27:32 -04:00
MCAxiaz
4cdf2f468c
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
(cherry picked from commit dc54299e2487bc7c7c97734c2d5aa3f8ca379dae)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/database/DbOpenCallback.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/browse/BrowseSourcePresenter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryGridHolder.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryPresenter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/info/MangaInfoController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/info/MangaInfoPresenter.kt
2020-05-10 14:27:05 -04:00
arkon
8c7a2c4262
Add more info in tracking settings section
...
(cherry picked from commit 436253dd63e07ffa5bbf5be98f5f844b2ca6fca5)
# Conflicts:
# app/src/main/res/values/strings.xml
2020-05-10 14:11:52 -04:00
Jobobby04
27dc6443ec
Fix broken updater
2020-05-10 01:23:41 -04:00
Jobobby04
b3b0c39163
Fix naming of the preview repo
2020-05-10 01:12:56 -04:00
Jobobby04
bc6b4d4be6
Test push
2020-05-10 00:52:02 -04:00
Jobobby04
d643b947a9
Add files for new action, should allow automatic updating when finished
2020-05-10 00:20:36 -04:00
Jobobby04
f4d1c27cde
Fix tapping manga info button and fix not showing full info when first looking at the manga
2020-05-09 13:10:45 -04:00
Jobobby04
4195b00e48
Fix not removing the more button when global search doesnt find anything in that source
2020-05-09 13:06:59 -04:00
Jobobby04
2d5ac20c46
Re-Implement the more button in global search
2020-05-09 12:06:36 -04:00
arkon
700fd61f34
Update details metadata along with chapters list
...
(cherry picked from commit 29feee00955789e3c518937f4ace29ff01da2d73)
2020-05-09 11:49:28 -04:00
arkon
a0462fb480
Move DB transaction blocks to only the DB portions of restore logic
...
(cherry picked from commit 63f3180dff643355a000ff4071105a12139d18b0)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/backup/BackupRestoreService.kt
2020-05-09 11:49:15 -04:00
arkon
f19685787f
Option to hide unread badges ( closes #3095 )
...
(cherry picked from commit 1442e2b53e8394b0988f1cf638f43a92d7c9f604)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/preference/PreferenceKeys.kt
# app/src/main/java/eu/kanade/tachiyomi/data/preference/PreferencesHelper.kt
2020-05-09 11:48:01 -04:00
arkon
60caba86a5
Remove redundant DB call in library settings ( closes #3128 )
...
(cherry picked from commit 521ebf0678c25c5cbb549898e83953c2a7362a53)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/backup/BackupRestoreService.kt
2020-05-09 11:43:43 -04:00
MCAxiaz
80fa7ebe6c
String Formatting Fixes ( #3118 )
...
String Formatting Fixes
(cherry picked from commit a20874f6a15f443025367f6ed988ff93a30ccd6c)
2020-05-09 11:41:45 -04:00
arkon
9096edfc92
Concurrently refresh trackers
...
(cherry picked from commit 40776bdc8d4e3c42e0874ec3fec84c515b486dee)
2020-05-09 11:41:32 -04:00
arkon
f30ad78a4c
Do library checks from up to 5 sources concurrently
...
(cherry picked from commit f853158e6b1a5105c3201e806f772f8220d1bff5)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/library/LibraryUpdateService.kt
2020-05-09 11:40:32 -04:00
arkon
ce0d99b78f
Download from up to 5 different sources concurrently ( closes #2534 )
...
(cherry picked from commit c9035b5df9a331dbed3322eb6ad95bc81d1d7f22)
2020-05-09 11:36:04 -04:00
arkon
3ffb80c6f1
Concurrently download up to 5 pages at a time
...
(cherry picked from commit 150132f4dd40020c3cbc8f72d5a7d63dc695d2b3)
2020-05-09 11:35:52 -04:00
arkon
4e3c407583
Replace restore completion string with plurals
...
(cherry picked from commit fb97ac47bc25ccc54bbdd6a6b1d3c1695466bff4)
2020-05-09 11:35:43 -04:00
arkon
fac3bd1edd
Show icon when chapter is bookmarked
...
(cherry picked from commit ce6848b3c0c48b7321e8b21278867e49ab4c6992)
2020-05-09 11:34:38 -04:00
arkon
976cd41a87
MaterialFastScroll updates
...
(cherry picked from commit d86d861e4b55ecd2407adb656809d7f24bdbd87f)
2020-05-09 11:34:24 -04:00
arkon
f880a0f1a3
Do some download deletion in coroutines instead of completable
...
(cherry picked from commit 3d1250f2f83608647c75f0ad713a2a309739c01e)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryPresenter.kt
2020-05-09 11:32:31 -04:00
arkon
005d43a3ec
Minor cleanup of wakelocks, extension ID backup
...
(cherry picked from commit b4c7992726fdf36a7dc58e7d7142c2a1642d0f36)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/util/system/ContextExtensions.kt
2020-05-09 11:30:38 -04:00
arkon
1d760f4728
Destroy action mode after actioning in chapters list ( closes #3004 )
...
(cherry picked from commit 03baa21185f94541c8d1009163afb5ec83068621)
2020-05-09 11:20:53 -04:00
arkon
02e3148efe
Adopt MaterialFastScroll from J2K fork
...
de8cb8c1b0
(cherry picked from commit 694de99a3f6aaf918c9807d88b32bba8cc2f2f73)
2020-05-09 11:20:42 -04:00
arkon
e9ada7e5fb
Increase webtoon setting change page refresh range ( closes #3088 )
...
(cherry picked from commit 8383f4fb7b19877ffe3cd27a045b9e212f4ea6a0)
2020-05-09 11:20:31 -04:00
arkon
2ce01a1c86
Alternative way of reading local manga JSON file
...
(cherry picked from commit eb3fff6c512ebdde3f703c68935923b368f90a63)
2020-05-09 11:20:21 -04:00
arkon
0046ed879f
Convert app updater to foreground service
...
(cherry picked from commit 788ea052fcacbe7a52142058e489e2115fe0095f)
2020-05-09 11:18:23 -04:00
arkon
c80b8c8ce9
Refresh page on 32-bit color setting change
...
(cherry picked from commit dbd14c6daca3bd058c824300c414a924a7ac5063)
2020-05-09 11:17:49 -04:00
Jobobby04
5435c2fb53
Lighter weight method of rounding cover art and removed rounded covers option
...
(cherry picked from commit dabca5f09e0d393d2ea77e483c72561341385cb0)
2020-05-09 11:17:07 -04:00
Jobobby04
88963758b1
Add specific support for dummy extensions so that read chapter history is able to be freely restored without connecting to the source
2020-05-08 21:18:29 -04:00
Jobobby04
e4d40c7693
Made migrate and merge with another only visible if the manga is favorited
2020-05-07 22:01:14 -04:00
Jobobby04
509d7b20b4
ReImplement history features
2020-05-07 14:50:24 -04:00
Jobobby04
35c4d0bf4e
Saved searches now work
2020-05-06 15:19:37 -04:00
Rani Sargees
5e5f2b0f1a
hide 'latest' when merging sources
...
(cherry picked from commit 40c1967f19d0db475acd04025989ded80571565d)
2020-05-05 15:28:36 -04:00
Jobobby04
5a9b84fe00
Fix issue where some sources just wouldnt work at all (examples are Dynasty and Toonily)
2020-05-05 14:28:21 -04:00
Jobobby04
c9a10d9033
Update build.grade and lint fixes
2020-05-05 14:27:28 -04:00
Jobobby04
730c316e89
Small brackets change, though I dont think logic will(though knowing my luck this might have been the reason)
2020-05-05 00:54:47 -04:00
Jobobby04
29a07429df
Release 0.9.2.4
2020-05-04 23:52:34 -04:00
arkon
e44616fb3c
Fix bottom nav opening if opening manga from updates while in action mode
...
(cherry picked from commit 5977fca6b961ca9ea1c91787f1b73cd2f72b9310)
2020-05-04 23:41:08 -04:00
Jobobby04
cb6ca49607
Remove some unneeded regular tachi stuff
2020-05-04 23:40:46 -04:00
Jobobby04
b1350928ee
Remove unused import
2020-05-04 23:35:16 -04:00
Jobobby04
9bfe4ed829
Remove unneeded backup stuff, now almost everything is from stable
2020-05-04 20:33:09 -04:00
Jobobby04
d6f0c0837b
Fix downloaded only
2020-05-04 19:20:54 -04:00
Jobobby04
074a1bbca4
Implement logic for saved searches
2020-05-04 19:17:14 -04:00
Jobobby04
178cd2b52d
Add my github
2020-05-04 16:44:29 -04:00
Jobobby04
e35f807218
Change source migraton icon
2020-05-04 16:17:32 -04:00
Jobobby04
63ca5cc66b
Remove dev update checker
2020-05-04 16:17:07 -04:00
Jobobby04
49580a7630
Fixed All Sources in Filter list
2020-05-04 13:58:08 -04:00
arkon
f5b8d3120d
Fix anilist jsonnull issue
...
41c64b7058
(cherry picked from commit abf47deee3737468019f53df8b09976b5f043218)
2020-05-04 01:40:11 -04:00
arkon
fd88db37f7
Bunch of crash fixes
...
(cherry picked from commit ce0090f0cab2619703ff903ad80a188bc62e5214)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/SourceController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/browse/source/browse/BrowseSourcePresenter.kt
2020-05-04 01:39:52 -04:00
arkon
39e36f957d
More extreme method for enforcing WebView availability
...
(cherry picked from commit 6cd34614f607c51a62eed68d98996990969e5909)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/App.kt
2020-05-04 01:34:02 -04:00
Jobobby04
5641b33bdd
Add EH and similar specific tag formatting for global and local search
2020-05-04 00:53:38 -04:00
Jobobby04
72681bef83
Fix showing hidden sources like the merged source
2020-05-04 00:16:33 -04:00
Jobobby04
46478546a8
Implement long click global search for tags
2020-05-04 00:06:20 -04:00
Jobobby04
d4659ffaae
Fix merge with another crash
2020-05-04 00:05:44 -04:00
Jobobby04
e192806950
Fix migration and merge buttons now showing up
2020-05-03 23:09:02 -04:00
Jobobby04
1170334fde
Fix adding a manga to library crash
2020-05-03 23:05:42 -04:00
Jobobby04
d368064549
Possibly fix backup restores
2020-05-03 22:36:30 -04:00
Jobobby04
ada0703d17
Remove unneeded variable
2020-05-03 21:46:43 -04:00
Jobobby04
06d3a753ac
Add manga migration and merge buttons
2020-05-03 21:24:00 -04:00
Jobobby04
567c6ea8e7
Merging bugfix
2020-05-03 21:23:33 -04:00
Jobobby04
bfc0868721
add built-in source icons
...
(cherry picked from commit f4533d9c7e0f989095bf40198dda59e58e1a6e01)
2020-05-03 19:35:53 -04:00
Jobobby04
f5b7a8db1a
Setup for install
2020-05-03 19:33:28 -04:00
Jobobby04
bef0a44447
It Builds!
2020-05-03 18:34:46 -04:00
Jobobby04
e9ff202851
Basic fixes
2020-05-03 15:03:07 -04:00
Jobobby04
0014a0ca6c
Migrate to flow
2020-05-03 14:37:31 -04:00
Jobobby04
7e99a9f789
Linting Fixes AZ
2020-05-03 14:36:19 -04:00
Jobobby04
03e5c5ca10
Linting fixes
...
(cherry picked from commit 3f63b320c4 )
2020-05-03 14:35:49 -04:00
Jobobby04
e4ff988f4d
Revert some seekbar event listener changes
...
(cherry picked from commit 134dbd2f1d )
2020-05-03 14:34:40 -04:00
Jobobby04
dde2320afc
Replace some listeners with flowbindings
...
(cherry picked from commit dad010a891 )
2020-05-03 14:34:40 -04:00
Jobobby04
24850450cb
Migrate more preferences
...
(cherry picked from commit 53a3be0703 )
2020-05-03 14:33:03 -04:00
Jobobby04
e97d1ac257
Replace deprecated adapterPosition with bindingAdapterPosition
...
(cherry picked from commit c967308859 )
2020-05-03 14:31:00 -04:00
Jobobby04
7a010e3446
Material Dialogs Eh Part 3
2020-05-03 14:29:11 -04:00
Jobobby04
ddf0357c5c
Material Dialogs Eh Part 1
2020-05-03 14:28:40 -04:00
Jobobby04
800c01ea42
Lint fixes and update build.gradle
2020-05-03 14:27:34 -04:00
Jobobby04
68bfba486e
Added number of pages to preload configuration
2020-05-03 14:26:05 -04:00
Jobobby04
959bad0247
Lint fixes, likely nothing broke
2020-05-03 14:25:24 -04:00
Jobobby04
efb8555d76
Update to SDK 29 (Android 10) ( #2468 )
...
(cherry picked from commit 83d5e458ca )
2020-05-03 14:24:52 -04:00
Jobobby04
a393772083
Move things back into the EH package, no need for them to be in the regular app
2020-05-03 14:24:22 -04:00
Jobobby04
b4ade8c15d
Lint fixes, likely no visible changes
2020-05-03 14:22:13 -04:00
Rani Sargees
03502f6533
Merge branch 'master' of https://github.com/az4521/Tachiyomi
2020-05-03 14:21:26 -04:00
Rani Sargees
42c7669bca
database changes for mergedsources
2020-05-03 14:21:26 -04:00
Jobobby04
aa5fd22db0
Add confirm exist setting ( closes #2615 )
...
(cherry picked from commit 321a4b24b9 )
2020-05-03 14:14:45 -04:00
Jobobby04
56b1c07f58
Refactor databinding fields to parent abstract classes
...
(cherry picked from commit 6a532b836d )
2020-05-03 14:12:46 -04:00
Jobobby04
2ecac08bcc
Round manga info cover
...
(cherry picked from commit e388f0d563 )
2020-05-03 14:11:12 -04:00
Jobobby04
cea2b42b41
More FlowPreferences migrations
...
(cherry picked from commit 401210da44 )
2020-05-03 14:02:47 -04:00
Jobobby04
85723b975b
Lint fix
2020-05-03 13:58:54 -04:00
Jobobby04
87363e47b0
Remove setting that was accidentally added
2020-05-03 13:57:39 -04:00
jobobby04
aefa7a1a4a
Fixes and such for integration to AZ
2020-05-03 13:56:36 -04:00
jobobby04
18f90587f2
Added option to migrate manga from manga details
...
(cherry picked from commit 3a4780e19b79e9afcb3e830cb02c52bd1c66bddf)
2020-05-03 13:34:42 -04:00
jobobby04
f47e9b6e14
Fixed migration crash when getting chapters
...
(cherry picked from commit a529667257908ddebaa92d36a83380c3c6c40408)
2020-05-03 13:22:40 -04:00
jobobby04
a7e4c1295d
More Plurals
...
(cherry picked from commit bcd6c33ed8aaa1cf81c027f88ce4a954e379a545)
2020-05-03 13:22:40 -04:00
jobobby04
50097eef9f
Fixes for merging from upstream
...
(cherry picked from commit 5f2eb19ea37ba191d414eee4e8f45f20f1a73e89)
2020-05-03 13:22:39 -04:00
jobobby04
949cdccbae
Confirm exit for migrations
...
(cherry picked from commit 640bd8d9babb3ace1d6a370adad35050271aa008)
2020-05-03 13:22:39 -04:00
jobobby04
3d0dc64de1
Mass Migration now shows progress and total manga in the title
...
(cherry picked from commit 68c3d28b4bc7b5cc4038648d5f187fe4da9a42a9)
2020-05-03 13:22:18 -04:00
jobobby04
2e0102d689
Migrations now shows how many manual migrations were made after skipping the rest
...
(cherry picked from commit bac01c98073dbee6c09144b6ebc55b6a0d56d0da)
2020-05-03 13:22:17 -04:00
jobobby04
2557111607
Optimzing Mass-Migration
...
(cherry picked from commit 504a10a6ebc3f28a5dd761db8a90c709c8794153)
2020-05-03 13:22:17 -04:00
jobobby04
46a626d2c5
Fixed crash when rapidly trying to skip manga
...
(cherry picked from commit 14c80436fcb92d22f0691b7b68caf524fd09cab5)
2020-05-03 13:22:17 -04:00
jobobby04
fb92b1a0b4
Update MigrationProcessHolder.kt
...
(cherry picked from commit dbbdc4c62e83328fd5d3623e42e56aa74511c320)
2020-05-03 13:22:16 -04:00
jobobby04
01175e687c
Another fix for mass migration
...
Also fixing some deprecated code
(cherry picked from commit 2535ea92ebc97bad9f30e9e48493629df6db28a3)
2020-05-03 13:22:15 -04:00
jobobby04
00d2d4f969
More refactoring + more bug fixes
...
Such as when a manga picked has 0 chapters
(cherry picked from commit 332e8c9487b2e5e39a3a90705b2def80183bcc04)
2020-05-03 13:20:57 -04:00
jobobby04
43715f9835
Build fixes and remove possibly unneeded settings?
2020-05-03 13:20:56 -04:00
jobobby04
b99229b033
Refactoring + fixes for auto-migrate
...
(cherry picked from commit 142dc1c12a95534170517deb077c98896214a2d9)
2020-05-03 13:19:12 -04:00
jobobby04
62df1263b1
Cleanup of olf auto migration
...
(cherry picked from commit d64754e3e09e92b2e65c181b0b5e84b531490662)
2020-05-03 13:18:47 -04:00
jobobby04
a6f0e7f9b9
Part 2 of Auto-Migration Done
...
(cherry picked from commit c4321e3adfff1bdfdcd8ba209dd20549348be217)
2020-05-03 13:18:02 -04:00
jobobby04
f1472d4f8b
Fixes for this new auto migration ui
...
(cherry picked from commit 6d6ff9598205e11c767cedf2fbe261f746df0624)
2020-05-03 13:08:47 -04:00
jobobby04
52ad282492
Finished Part 1 of new auto source migration
...
(cherry picked from commit 10206ae7b30fbd521308a6d725e107e708b97dd0)
2020-05-03 13:08:46 -04:00
jobobby04
e7b39f29f2
Implemented J2K Auto Source Migration
...
(cherry picked from commit 8ba75831e6f51f6472d85f813405ede3f679cfd8)
2020-05-03 13:07:43 -04:00
jobobby04
fb3ce226b5
Made rounded library covers configurable
2020-05-03 02:15:54 -04:00
jobobby04
84aba68b96
Add persistent notch display mode
...
(cherry picked from commit 444cfa7669166edc874da4994396776a90ded465)
2020-05-03 02:08:53 -04:00
jobobby04
70e7974396
Json build fixes
2020-05-03 01:47:35 -04:00
jobobby04
2104b60b81
Run lint
2020-05-03 01:41:34 -04:00
jobobby04
09dcb8029c
Add setting to hide manga content from update/download notifications
...
(cherry picked from commit f3d69599aa )
2020-05-03 01:41:06 -04:00
jobobby04
f2ed26479f
Update for Workmanager
2020-05-03 01:40:53 -04:00
Rani Sargees
9b5fbda9a2
move jsoupextensions back pt2
2020-05-03 01:37:58 -04:00
arkon
647fbd1f4b
Move JsoupExtensions back ( fixes #2562 )
2020-05-03 01:37:58 -04:00
jobobby04
fa6ed901df
Optimize more imports
2020-05-03 01:37:25 -04:00
jobobby04
23ac3d18e5
Optimize imports, disallow wildcard imports because of klint, run linter
2020-05-03 01:36:21 -04:00
jobobby04
f18891a07e
Move crash reports setting to advanced
...
(cherry picked from commit 978ac50015 )
2020-05-03 01:34:51 -04:00
jobobby04
c85825f3c7
Run default Android Studio formatter on code
...
(cherry picked from commit 3ecc883944 )
2020-05-03 01:33:58 -04:00
az4521
ef4430216d
fix github updater
2020-05-03 01:00:41 -04:00
jobobby04
643f666178
Notification conflict fix
2020-05-03 01:00:41 -04:00
jobobby04
92484e26e5
Set manga last update field based on chapter fetch time ( closes #2217 )
...
Based on 3c81f60041 (diff-7e5179d048c3dfaf75b444b7277fc840)
(cherry picked from commit ee8a53188c )
2020-05-03 01:00:27 -04:00
jobobby04
429056f2ca
Build fixes
2020-05-03 00:48:34 -04:00
jobobby04
52e742049b
Reorganize other util files
2020-05-03 00:39:16 -04:00
Rani Sargees
97a86269e6
change a dependency to try to fix merged sources
2020-05-03 00:31:59 -04:00
Rani Sargees
654d98b5c4
unhide merged sources
2020-05-03 00:31:43 -04:00
jobobby04
0509db1935
E-Hentai WatchedList checkbox fix ( #2 )
2020-05-03 00:31:07 -04:00
jobobby04
acf879d28c
Added Ehentai Watched list ( #1 )
2020-05-03 00:31:07 -04:00
Rani Sargees
03b44fff22
update changelog and readme, fix hentaicafe tags
2020-05-03 00:27:44 -04:00
Rani Sargees
1af11f076f
finish adding drag and drop
2020-05-03 00:25:04 -04:00
Jay
41c99c33a6
cherrypick drag and drop sorting
2020-05-03 00:12:54 -04:00
Rani Sargees
58cce53746
delegate tsumino
2020-05-02 23:52:58 -04:00
Rani Sargees
df6cafd6d1
bump version, changelog, hide merged sources
2020-05-02 23:52:21 -04:00
Rani Sargees
cc6c1b5641
add debug for EH aged flags
2020-05-02 23:51:52 -04:00
Rani Sargees
d61adc0259
nhentai language filtering, added dev build in settings
2020-05-02 23:51:21 -04:00
Rani Sargees
9ed7ee65c3
unhide and begin working on merged sources
2020-05-02 23:48:30 -04:00
Rani Sargees
4d8f44ddae
merge double upstream
2020-05-02 23:39:46 -04:00
arkon
ede42cd6aa
Add link to extensions repo
2020-05-02 15:00:03 -04:00
arkon
33901dd72f
More ActionToolbar tweaks
2020-05-02 14:51:28 -04:00
arkon
e2158af592
Swap bottom nav and ActionToolbar when appropriate
2020-05-02 12:27:23 -04:00
arkon
b06189ff95
Revert last_updated change
2020-05-02 12:11:51 -04:00
arkon
d72c51c8dd
Hide app/nav bars on scroll
2020-05-02 11:33:31 -04:00
arkon
e29e94a5a1
Revert to old sorting library ( fixes #3034 )
2020-05-02 10:56:03 -04:00
arkon
04d7eccc63
Show number of categories in setting summary
2020-05-02 10:47:21 -04:00
arkon
d2bb4487e1
Move pager-specific settings into proper category, add summary for 32-bit color setting
2020-05-02 10:41:38 -04:00
arkon
e8623fbd7d
Show 32-bit color setting in reader sheet
2020-05-02 10:40:55 -04:00
arkon
0a6de2b3ea
Fix backup failing when source isn't installed
2020-05-02 10:24:37 -04:00
arkon
23a8e31791
Hide filter FAB when opened ( closes #3024 )
2020-05-02 10:22:28 -04:00
arkon
1ab07d169d
Add gray reader background option ( closes #3019 )
2020-05-01 21:40:36 -04:00
arkon
abf2d4b718
Start storing extension ID/source name mapping in backup files
2020-05-01 21:25:23 -04:00
arkon
fd5d52a709
Remove confirmation prompt for passive biometric unlock (e.g. iris/face)
2020-05-01 21:08:52 -04:00
arkon
abcb21491c
Reset sort on update if using old sort by source setting
2020-05-01 19:59:08 -04:00
arkon
33d2b0984f
Fix chapter list selection uninverting ( closes #3014 )
2020-05-01 19:53:26 -04:00
arkon
fc7a040509
Move queue start/pause to FAB
2020-05-01 19:39:30 -04:00
arkon
be09dded20
Attempt to remove sound from backup/restore completion notifications
2020-05-01 19:29:15 -04:00
arkon
f07fbcc196
Relay extension changes to sources controller ( fixes #3002 )
2020-05-01 19:17:37 -04:00
Gennadiy Stas
e29fb68375
fix preload never being restricted ( #3012 )
...
Fix preload never being restricted
2020-05-01 18:03:27 -04:00
arkon
956b3284d3
Always update extensions list on enter
2020-05-01 09:38:35 -04:00
arkon
937d0852b3
Always update sources list on enter ( fixes #2999 )
2020-05-01 09:25:35 -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
8c0cafc793
Reword action button in source filter sheet ( closes #2994 )
2020-04-30 20:22:52 -04:00
arkon
31b86f539b
Set backup/restore progress notifications to low priority
2020-04-30 18:40:36 -04:00
arkon
dff1f4dd52
Add banner at top of library when downloaded only mode is enabled
2020-04-30 18:35:17 -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
5059c6295f
Increase next chapter preload threshold to last 5 pages
2020-04-29 23:04:15 -04:00
arkon
916c1c9de2
Add ability to inspect WebView in debug builds
2020-04-29 22:46:11 -04:00
arkon
2661700d9a
Split out backup/restore notifications into separate channels for progress/completion
2020-04-29 22:30:33 -04:00
arkon
05d830eb58
Disable entire checkbox view when disabled ( fixes #2989 )
2020-04-29 17:42:45 -04:00
arkon
6f0e1965b6
More settings organization
2020-04-29 17:34:44 -04:00
arkon
8992f47915
Remove unnecessary checks
2020-04-29 09:42:56 -04:00
arkon
fe65f4d6f8
Option to only include pinned sources in global search
2020-04-29 09:29:50 -04:00
arkon
8077e421e6
Move extension update preference to settings
2020-04-29 09:13:10 -04:00
arkon
4f806a921f
Set up extensions check job on update
2020-04-29 09:09:18 -04:00
arkon
8efe0502f3
Make search views take up full width
2020-04-29 09:02:09 -04:00
Jay
cc7735e284
No longer using chapter url for new chapter notification's reader intent
2020-04-28 23:06:34 -04:00
arkon
e24ddb9106
Use same header layout for sources/extensions/migration
2020-04-28 23:03:30 -04:00
arkon
a9d32fea37
Handle paused state in download queue summary
2020-04-28 20:23:27 -04:00
arkon
3374481912
Refactor tabbed bottom sheet
2020-04-28 19:57:49 -04:00
arkon
1972cc25a9
Show download progress in MoreController
2020-04-28 19:44:02 -04:00
arkon
6a3cd0054b
Minor edits
2020-04-28 18:45:04 -04:00
arkon
548dbf4b78
Copy files from cache when downloading
2020-04-28 18:44:58 -04:00
arkon
74af40a352
Revert hiding cutout setting from reader sheet
2020-04-28 17:47:34 -04:00
arkon
1d51b06d3e
Increase default connect/read timeouts
2020-04-28 09:10:12 -04:00
Steven Smith
305ee3c12e
Pull basic manga/chapter metadata from EPUB files. ( #2962 )
...
* Fill manga and chapter metadata with EPUB metadata where appropriate.
* Use fuzzy-match to remove manga titles from chapter names.
This allows removing manga titles from the metadata title of local EPUB chapters with characters that can't be in the manga directory's name due to filesystem limitations.
* Use more standard way of parsing EPUB dates.
* Use date format compatible with lower Android versions for EPUBs.
2020-04-27 22:49:06 -04:00
arkon
90ce89193d
Add logo header in more section
2020-04-27 22:48:25 -04:00
arkon
2ad3fa1593
Add row dividers in source migration list
2020-04-27 22:22:25 -04:00
arkon
4bb9949768
Fix extensions intent
2020-04-27 22:19:13 -04:00
arkon
c4f1d2f153
Revert column FlowPreference
...
Made loading janky
2020-04-27 22:19:06 -04:00
arkon
ed6f82af0f
Only apply downloaded only to chapter lists in library
2020-04-27 20:06:47 -04:00
arkon
7307ddd1b8
Restore landscape manga info layout
2020-04-27 19:48:54 -04:00
arkon
0601bedb0b
Revert removal of last chapter/updated from manga info
2020-04-27 19:37:09 -04:00
arkon
0c988d95ee
Fix crash when tab isn't available
2020-04-27 19:22:22 -04:00
arkon
d593362ba8
Merge sources and extensions into one view
2020-04-27 19:16:46 -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
arkon
850654dccc
Hide EmptyView when retrying source request
2020-04-27 16:14:56 -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
57911c42d1
Copy debug info when tapping version
2020-04-26 22:55:13 -04:00
arkon
6064eda68f
Remove unnecessary dialog padding dimens
2020-04-26 20:07:03 -04:00
arkon
0a509cb382
Remove usage of alpha color selectors ( fixes #2957 )
...
Doesn't work properly in API < 23
2020-04-26 17:24:31 -04:00
arkon
b25ab941ba
Include viewer and chapter filter preferences when migrating manga ( closes #2866 )
2020-04-26 16:50:00 -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
7fd547a2d6
Fix categories button not working after adding manga ( closes #2966 )
2020-04-26 16:08:23 -04:00
arkon
d19d787f6e
Refactor backup service
2020-04-26 16:07:07 -04:00
arkon
d243ee4b4c
Remove TextDrawable
2020-04-26 11:59:15 -04:00
Steven Smith
2c2f8f5853
Improvements to EPUB support. ( #2409 )
...
* Fix EPUBs containing relative file paths and/or alternate path separators.
* Support calibre-generated EPUB covers.
* Store EPUB pathSeparator in a field.
* Process both types of image tags in EPUBs.
* Process all EPUB image tags in order.
2020-04-25 22:27:43 -04:00
Jays2Kings
64ba127e7d
Added Local Source icon ( #2961 )
2020-04-25 22:27:20 -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
a95ac8ad83
Add links to local source guide ( closes #2896 )
2020-04-25 11:56:24 -04:00
arkon
902700e1f4
Minor edits
2020-04-25 11:05:29 -04:00
arkon
134dbd2f1d
Revert some seekbar event listener changes
2020-04-25 09:58:45 -04:00
arkon
979c49b99a
Minor cleanup
2020-04-24 19:37:42 -04:00
arkon
dad010a891
Replace some listeners with flowbindings
2020-04-24 19:37:34 -04:00
arkon
9f974c9401
Refactor library sheet into tabs
2020-04-24 18:15:37 -04:00
arkon
fba3ed2244
Show scrollable single line of genres when compacted
2020-04-24 16:05:43 -04:00
arkon
aa1d927da6
More FlowPreference migration
2020-04-24 11:58:16 -04:00
Jay
a088c9ca7c
Added Last Used header to browse
2020-04-24 10:53:22 -04:00
arkon
8c1ec43500
Remove option to turn off app update checks, check every 3 days
2020-04-24 10:39:55 -04:00
arkon
1ac1c6dc9e
Link to GitHub commits for preview build changelog
2020-04-24 10:29:35 -04:00
arkon
d98b7275d1
More FlowPreference migration
2020-04-23 23:21:44 -04:00
arkon
77cca1ce84
Change favorite icon to heart
2020-04-23 23:08:25 -04:00
arkon
c0bbbdb7ee
Separate categories picker from long pressing manga favorite button
2020-04-23 23:03:20 -04:00
arkon
8e6b7aaec0
More subdued chapter page progress text
2020-04-23 22:58:35 -04:00
Hawk of the Death
aae6820fdc
Replace Track Reading Dates date picker with MaterialDialog's one ( #2935 )
...
* Replaced datepicker with MaterialDialog's one
* Removed max date due to library bug (afollestad/material-dialogs#1973 )
* Removed old date picker view.
2020-04-23 18:28:41 -04:00
arkon
2a4f35959b
Hide reader cutout setting if no cutout detected
2020-04-22 23:22:03 -04:00
arkon
f71708e5c5
Group version info at top
2020-04-22 23:12:18 -04:00
arkon
6de00b1f21
Make restore a foreground service
2020-04-22 23:09:24 -04:00
arkon
2b27b40142
Fix round text icons ( closes #2934 )
2020-04-22 22:30:40 -04:00
arkon
53a3be0703
Migrate more preferences
2020-04-22 22:19:21 -04:00
arkon
04a178e7da
Move common view configs to parent class
2020-04-22 21:46:02 -04:00
arkon
6d5b6b2ff7
Specify Stable vs Preview in version
2020-04-22 21:24:43 -04:00
TacoTheDank
34f7e4d448
Replace TextDrawable with a Kotlin fork ( #2929 )
...
* Replace old TextDrawable with Kotlin fork
* Update androidx preferences library
2020-04-22 21:23:44 -04:00
Hawk of the Death
f7c139030f
Add Start/Finish date support for MAL ( #2672 )
...
* Started working on MAL support
* Added date picker UI
* Replaced Date with Calendar
* Added MAL remote update functionality
* Join url methods listEntryUrl and editUrl
* Removed unused methods
* Renamed mangaEditPayload to mangaEditPostBody
* Moved code to separate method
* Uniformed code to project conventions
* Removed wildcard import
* Moved MyAnimeListTrack to private class
* Improved MyAnimeListTrack name
* Removed redundant code
* Add start/finish date in local database
* Fixed format and improved codestyle
* Fixed typo and fixed TrackHolder's format
* Improved code style
* Ran linter
* Add database updating methods
* Change date format to fit new layout
* Review Commits
* Improve SetTrackReadingDatesDialog readability
* Move private methods after public ones
* Fixed SQL error
* Fixed remove date button
* Updated MaterialDesign methods to latest version
* Replaced dismissDialog() with dialog.Dismiss()
* Fixed wrong string resource usage.
2020-04-22 21:23:23 -04:00
arkon
c967308859
Replace deprecated adapterPosition with bindingAdapterPosition
2020-04-22 09:17:23 -04:00
arkon
02207f6cfd
Make entire history item card clickable
2020-04-22 09:14:30 -04:00
arkon
badddcf0de
Use existing paddings when allocating space for source RecyclerView for FAB ( fixes #2917 )
2020-04-22 09:10:09 -04:00
arkon
932a47a8a7
Update Material Dialogs
2020-04-21 23:33:01 -04:00
arkon
f69f78db34
Move restore progress dialog to notification
2020-04-21 21:53:15 -04:00
arkon
fc2c465bac
Prevent multiple concurrent backups/restores
2020-04-21 21:34:22 -04:00
arkon
f2a7f8efda
Move restore completed/error dialogs to notifications
2020-04-21 20:46:24 -04:00
arkon
e6c172ac22
Fully move backup progress/created dialog logic to notifications
2020-04-21 20:10:53 -04:00
arkon
d8e7481118
Fix backup/restore notification channel
2020-04-21 19:17:55 -04:00
arkon
2485ef8547
Remove migrating progress dialog
2020-04-21 19:01:01 -04:00
arkon
b17762f8d9
Remove source name from history cards, slightly compacter
2020-04-21 18:41:05 -04:00
MCAxiaz
b3611eef9d
Bug/2894 covers not updating ( #2908 )
...
* Use a wrapper around Manga to supply glide with proper equals() and hashCode() impl. for caching
* reload image if url has changed
* ignore case for http scheme comparison
* more ignore case for http scheme comparison
* fix indenting
* use data class for MangaThumbnail
2020-04-21 09:13:23 -04:00
arkon
a68c1adba6
Use lifecycle scope for flows in activities
2020-04-21 09:12:53 -04:00
arkon
42b536e40b
Replace backup progress dialog with notification
2020-04-20 23:11:02 -04:00
arkon
d6e49be268
Remove some progress dialogs
2020-04-20 23:10:10 -04:00
arkon
3d10dad780
Complete RxBindings to FlowBinding migration
2020-04-20 18:13:45 -04:00
arkon
c9a727594e
Fix manga info expansion toggling again after refreshing
2020-04-19 23:23:36 -04:00
arkon
cd25e1283a
Fix extension update badge again
2020-04-19 23:10:28 -04:00
arkon
6675de1a26
Fix extension update badge in bottom nav not updating
2020-04-19 21:05:45 -04:00
arkon
96618e9517
[CI SKIP] More consistent "WebView" wording
2020-04-19 20:53:31 -04:00
arkon
dff239141d
Force close app if Webview isn't available
2020-04-19 16:10:49 -04:00
arkon
abbb329ba6
Rename offline mode to downloaded only
2020-04-19 16:02:33 -04:00
arkon
5bc77fc6e8
Add offline mode (forced download filters; closes #2902 )
2020-04-19 15:30:55 -04:00
arkon
9c820fcca1
Default skip filtered to true
2020-04-19 15:29:10 -04:00
arkon
bb064a1ba7
Change restore error log extension to txt
2020-04-19 15:13:02 -04:00
arkon
a5d9fb518a
Minor edits
2020-04-19 15:12:46 -04:00
arkon
bd20977ebc
Remove custom preference flow implementation
2020-04-19 12:03:51 -04:00
arkon
11e10f6eff
Replace some old color attribute usages
2020-04-19 12:02:08 -04:00
arkon
359d4dc1b2
Show locale name in system default locale
2020-04-18 22:48:52 -04:00
arkon
ca47446b46
Add link to website and open source licenses
2020-04-18 22:27:54 -04:00
arkon
321a4b24b9
Add confirm exist setting ( closes #2615 )
2020-04-18 20:05:31 -04:00
arkon
8a243ffb57
Include bookmark state when migrating chapters ( closes #2729 )
2020-04-18 19:40:50 -04:00
arkon
c2330fe3af
Fix extension setting dialogs not handling duplicate keys ( fixes #2876 )
2020-04-18 19:32:52 -04:00
arkon
9876732875
Genre search from updates/history ( closes #2893 )
2020-04-18 19:11:47 -04:00
arkon
6c14402992
Remove manga homescreen shortcuts
2020-04-18 16:06:31 -04:00
arkon
bdee525336
Lint fixes
2020-04-18 15:28:44 -04:00
arkon
fbf13efe74
Bump minimum extension lib and WebView versions
2020-04-18 14:51:20 -04:00
TacoTheDank
415df2357c
JDK8, lint fixing ( #2888 )
...
* Use Kotlin JDK8
* Satisfy a ton of lints
* Run res/layout files (and manifest) through reformatter
2020-04-18 14:47:22 -04:00
morcefaster
4fc8800a37
Webtoon zoom out ( #2892 )
...
* Increased added support for zoom out on webtoons to help with horizontal layout reading
* Renamed var
2020-04-18 14:43:54 -04:00
arkon
6a532b836d
Refactor databinding fields to parent abstract classes
2020-04-18 14:40:18 -04:00
arkon
31b94fd3ff
Fix string key typo
2020-04-18 14:25:29 -04:00
arkon
df69559b39
Collapsable manga summary/genre section
2020-04-18 12:40:47 -04:00
arkon
85e7b78b21
Fix for library tags not triggering search
2020-04-18 11:53:25 -04:00
arkon
42a97f8c40
Add function in interface to get list of genres
2020-04-18 11:36:05 -04:00
arkon
f115691365
Revert attempted WebView process fix
2020-04-17 22:42:14 -04:00
arkon
deb66436cb
Remove redundant call to set extension badge in bottom nav
2020-04-17 20:22:46 -04:00
arkon
b8152dd7f9
More FlowPreferences migrations
2020-04-17 20:15:33 -04:00
arkon
678c004a64
Add parent class for view configs
2020-04-17 20:10:29 -04:00
arkon
d9f44c1f7d
Extension function instead of redefining uiScope everywhere
2020-04-17 20:06:33 -04:00
arkon
088160ed32
Extra genre chip text trimming
2020-04-17 19:51:57 -04:00
raslmenea
8de004d281
toggle reader menu if transition by tapping are disabled ( #2887 )
...
Co-authored-by: raslmenea.rm@gmail.com <xpuf4MQNzDtnaqR>
2020-04-17 18:35:04 -04:00
arkon
401210da44
More FlowPreferences migrations
2020-04-17 18:30:05 -04:00
arkon
beb81b657e
Migrate some RxSharedPreferences to FlowSharedPreferences
2020-04-17 09:28:58 -04:00
arkon
f7b3450d65
More rxbindings migration
2020-04-17 09:28:26 -04:00
arkon
29776c739a
Use HTTPS for crash reports
2020-04-17 09:27:36 -04:00
arkon
bdf322ceb0
Mostly migrate rxbinding to Kotlin Flow version
2020-04-16 23:04:00 -04:00
arkon
fae763dbb0
Manga info action buttons
2020-04-16 22:16:15 -04:00
arkon
c0792522a4
Scrolling manga info view
2020-04-16 22:16:15 -04:00
arkon
c67e62bac3
Remove some relayed chapter info from main manga info view
2020-04-16 22:16:15 -04:00
arkon
9dc184adff
Make immersive mode slightly more reliable on rotation
2020-04-16 22:00:10 -04:00
morcefaster
5d03eef051
Prevented overzealous preloading ( #2882 )
2020-04-16 17:22:44 -04:00
arkon
48f7b06549
Minor edits
2020-04-16 17:21:58 -04:00
arkon
4e111cebbe
Update Acra
2020-04-15 22:57:34 -04:00
arkon
0bb6e1cdc2
Crash fixes
2020-04-14 17:13:45 -04:00
arkon
9058536406
Use native fontFamily support for library titles
2020-04-12 22:22:26 -04:00
arkon
a0a8899801
Tweak tracking card UI
2020-04-12 22:00:19 -04:00
Jay
aedb4749a2
Controllers now properly remove their toolbar items on pop ( fixes #2864 )
2020-04-12 12:34:56 -04:00
arkon
f52d49ad00
Replace some icons
2020-04-12 12:34:06 -04:00
arkon
a1e7592bd8
Rename catalogue classes/layouts -> source
2020-04-12 12:21:47 -04:00
arkon
c784d24fa6
Default reader theme to black
2020-04-12 11:32:02 -04:00
arkon
0375c0b2c5
Prioritize pinned sources in global search ( closes #1739 )
2020-04-11 11:46:05 -04:00
arkon
1ed291086a
Hide filter FAB in source latest
2020-04-11 11:02:32 -04:00
arkon
f6e25627de
Temporary workaround for chapter FAB being invisible
2020-04-10 23:55:18 -04:00
arkon
8fe79a1fb5
Add source pinning ( closes #2322 )
2020-04-10 18:38:24 -04:00
MCAxiaz
a1df78517f
use explicit file url instead of download manager's content url ( #2859 )
2020-04-10 18:11:24 -04:00
arkon
92fa8d683a
Remove maxWidth logic from SimpleNavigationView since it's not a sidebar anymore
2020-04-10 18:11:04 -04:00
arkon
df27138401
Fix webview back/forward button color
2020-04-10 18:07:23 -04:00
arkon
7c7d40ea44
Fix status/navigation bar colors ( fixes #2858 )
2020-04-10 18:07:09 -04:00
arkon
aa70be525d
Add text to chapter FAB, shrink extended FABs on scroll
2020-04-10 15:39:28 -04:00
arkon
5183848250
Add padding for catalogue filter FAB
2020-04-10 15:00:56 -04:00
arkon
9a28cbc1e4
Use FAB for catalogue filter
2020-04-10 14:43:13 -04:00
arkon
1a50f7062a
Migrate to ViewBinding in ReaderActivity
2020-04-10 14:23:38 -04:00
arkon
8cfd80ba84
Move catalogue filters to bottom sheet
2020-04-10 14:23:27 -04:00
arkon
e5e14e1f9e
Fix invisible back/forward webview icons in white them
2020-04-10 14:09:08 -04:00
arkon
51d93f0217
Open decode error pages in webview instead of browser
2020-04-10 11:49:51 -04:00
arkon
fdc7981d18
Tweak webtoon margin setting
2020-04-10 11:45:30 -04:00
arkon
145a744ce0
Merge branch 'feature/webtoon-margins' of git://github.com/jleehey/tachiyomi into jleehey-feature/webtoon-margins
...
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/preference/PreferenceKeys.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderSettingsSheet.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/viewer/webtoon/WebtoonConfig.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/viewer/webtoon/WebtoonPageHolder.kt
# app/src/main/java/eu/kanade/tachiyomi/util/preference/PreferenceDSL.kt
# app/src/main/res/values/strings.xml
2020-04-10 11:14:09 -04:00
arkon
21c1a499ac
Migrate to ViewBinding in WebviewActivity
2020-04-10 10:02:51 -04:00
FlaminSarge
9044760a10
Change color of 'last page read' in chapter description ( #2855 )
...
Change color of 'last page read' in chapter description
2020-04-10 08:37:58 -04:00
arkon
627a720d4b
Migrate to ViewBinding from Kotlin synthetics in controllers
2020-04-08 23:06:28 -04:00
arkon
05fd8e2a38
Add continuous vertical to default reader options
2020-04-07 22:51:39 -04:00
arkon
dd59748bf0
Minor cleanup
2020-04-07 22:44:37 -04:00
jobobby04
38ceaf5253
Add Continuous vertical reading mode ( #2833 )
...
* Add Continuous Vertical reader mode
* Remove separate webtoon padding option
(cherry picked from commit 3e7d15e51856297210e46e9f5bb0b8394067ce1a)
* Continuas vertical Lowercase v
(cherry picked from commit 515cca7d6704343eb9acb1a38a2bdcda01e7395a)
2020-04-07 22:35:43 -04:00
arkon
b2fba5083b
Duplicate Hebrew strings on build for legacy locale code
2020-04-07 22:32:27 -04:00
arkon
be6a209fe9
Sort languages, add Hebrew
2020-04-07 22:15:47 -04:00
arkon
d5350fd719
Tweak string comparison to account for length ( fixes #2831 )
2020-04-07 21:40:36 -04:00
arkon
de8e530b37
Update tracker icons
2020-04-07 16:58:08 -04:00
MCAxiaz
bff927c6eb
close response before proceeding chain ( #2832 )
2020-04-07 06:41:05 -04:00
arkon
985bb44559
Add select inverse action
2020-04-05 15:55:35 -04:00
arkon
6872455922
Perform catalogue search when genre tag is tapped
2020-04-04 12:10:00 -04:00
arkon
d7c13cc291
Perform local search when source is tapped from manga info
2020-04-04 10:10:00 -04:00
arkon
022c0746c0
Show error toast when extensions list fails to load
2020-04-03 22:54:52 -04:00
arkon
06c3f57f62
Cache source package icons
2020-04-03 21:39:55 -04:00
arkon
9da27cc56e
Show extension icons in source filtering view ( closes #2814 )
2020-04-02 19:52:09 -04:00
arkon
92c5497eab
Fix shortcuts popping up library sheet or duplicating controllers in backstack
2020-04-02 19:46:44 -04:00
Jay
f115fe47fe
Using extension icon instead of letter for catalogues ( closes #2261 )
2020-04-01 23:03:20 -04:00
arkon
224f08279b
Reword "Catalogues" to "Sources" for user-facing consistency
2020-04-01 22:42:08 -04:00
arkon
a3b660a2c9
Respect chapter list filtering when reading ( closes #2810 )
2020-04-01 22:37:28 -04:00
FlaminSarge
cce3b3a559
Make migration manga-centric rather than source-centric ( #2786 )
2020-03-31 22:36:23 -04:00
arkon
61fb4d584c
Replace genre tags on refresh ( fixes #2787 )
2020-03-30 22:17:07 -04:00
arkon
859e9ca653
Add update library menu item
2020-03-29 16:43:00 -04:00
arkon
441e2a69d8
Minor edits
2020-03-29 16:41:14 -04:00
arkon
af937f2e31
Hide catalogue empty view properly ( fixes #2783 )
2020-03-29 16:20:48 -04:00
arkon
912629c2dc
Replace TagGroup library with Material chips
2020-03-29 14:11:13 -04:00
arkon
879fa484f6
Remove dead code from DownloadQueue
2020-03-29 12:44:17 -04:00
arkon
e86103fdcc
Tweak error button appearance
2020-03-29 12:10:36 -04:00
arkon
920ffa8c24
Add fast scroller to library
2020-03-28 17:17:28 -04:00
arkon
488f81ef74
Use bottom sheet for library settings
2020-03-28 17:17:21 -04:00
arkon
40c934c544
Revert "Move library display settings out of filter sidebar"
...
This reverts commit a0a077eaaa
2020-03-28 16:12:42 -04:00
arkon
bb43e2aa03
Show empty catalogue error view with actions
2020-03-28 15:57:50 -04:00
arkon
ed277357cf
Bookmark via reader ( closes #1413 )
2020-03-28 14:38:47 -04:00
arkon
bf1fb8b7bd
Limit foreground extension checks to once a day
2020-03-28 13:40:23 -04:00
arkon
896b34d1a2
Prompt user to open WebView on HTTP errors
2020-03-24 18:19:15 -04:00
arkon
0b318a19c6
Fix spacing in chapters notification
2020-03-24 13:14:36 -04:00
arkon
3f4140900d
Tweak button styles
2020-03-22 18:43:16 -04:00
arkon
b434bc93a3
Add fast scroller in catalogues/extensions lists
2020-03-22 12:43:53 -04:00
arkon
d86b030796
Add icon for mark previous as read
2020-03-22 12:22:47 -04:00
arkon
a7e4657752
Rename "Last updated" sort to "Last checked"
2020-03-21 14:41:46 -04:00
arkon
6da350aee6
Minor extension update cleanup, default to on
2020-03-20 22:59:59 -04:00
Jays2Kings
9585f9a1a6
Option to auto check for extension updates ( #2680 )
...
* Option to auto check for extension updates
* Addressing comments
* Added foreground check for extensions
* Added Extension Preference widget
2020-03-20 22:22:39 -04:00
arkon
fd4876be24
Tint chapter filter icon if filters are enabled
2020-03-18 18:15:53 -04:00
morcefaster
31e2fe6a4c
Faulty preload fix ( #2731 )
...
* Condition for preload
* Added preload fix for webtoon viewer. Replaced incorrect last-page logic
* Requested refactoring
* Requested changes
* Requested changes
2020-03-18 09:45:22 -04:00
arkon
33c0c6ff3b
Mostly revert back to old filled icons ( #2723 )
2020-03-16 17:55:53 -04:00
arkon
d65a8e84f0
Always recreate activity on light theme change ( fixes #2720 )
2020-03-16 17:27:55 -04:00
morcefaster
cd867f800e
Fix for perpetually loading chapters ( #2718 )
...
* Fix for perpetually loading chapters
* Removed page count check
2020-03-16 12:20:35 -04:00
arkon
fb897e37d1
Add download queue features from J2K fork
2020-03-15 22:42:40 -04:00
arkon
3e5a48e5e4
Use actual dialog title for tracker login dialogs
2020-03-15 17:31:36 -04:00
arkon
ef0b546d4c
Replace more icons
2020-03-15 16:46:38 -04:00
morcefaster
088f8b8b54
Changed default pager zoom style to ZOOM_FOCUS_CENTER ( #2713 )
...
Changed default pager zoom style to ZOOM_FOCUS_CENTER
2020-03-15 16:02:40 -04:00
arkon
446c254bc8
Use immersive sticky flag when hiding reader UI ( closes #2705 )
2020-03-15 11:56:55 -04:00
arkon
e41edc1fb7
Pure white light theme
2020-03-15 11:36:38 -04:00
arkon
e77db309b8
Move filter icon tint color to resources
2020-03-15 11:05:11 -04:00
arkon
ace54f8175
Use outlined icons in settings
2020-03-14 15:46:36 -04:00
arkon
d7043bcaeb
Use outlined icons in bottom nav and more controller
2020-03-14 14:00:07 -04:00
arkon
91f7056767
Bump updates/history limit to 3 months ( closes #2702 )
2020-03-14 13:33:45 -04:00
arkon
8299093bf8
Add dev notice about background jobs, move dialog titles for localization
2020-03-13 18:27:49 -04:00
arkon
a0dffcf51f
Address some build warnings
2020-03-13 18:23:07 -04:00
arkon
b3daf7d760
Replace deprecated Gson JsonParser usages
2020-03-13 18:16:38 -04:00
arkon
724e1d33b6
Ensure background jobs are recreated after next stable update
2020-03-13 17:29:51 -04:00
arkon
7d0ea614da
Migrate to MaterialComponents themes
2020-03-11 22:59:37 -04:00
arkon
cd1abb60d7
Fix overlapping shadow in history controller
2020-03-11 18:27:54 -04:00
arkon
937fb85376
Use accent color for refresh circle
2020-03-10 22:53:49 -04:00
arkon
208552f0b4
Tweak compact tracker card design
2020-03-10 21:13:55 -04:00
arkon
c7cdb950ce
Simplify viewer check
2020-03-10 18:23:14 -04:00
arkon
921169b3ad
Fix sheet pager setting visibility when default is webtoon
2020-03-09 19:51:38 -04:00
arkon
d7d3731567
Random kaomoji for empty view
2020-03-09 19:47:12 -04:00
arkon
d5ff5fd6f8
More consistent usage of visibility extensions
2020-03-09 18:42:41 -04:00
arkon
e195257d2a
Update visible pager settings on change ( fixes #2143 )
2020-03-09 17:07:08 -04:00
arkon
466ec7b962
Compact tracker card
2020-03-09 16:27:23 -04:00
arkon
8bfe59c8a8
Change new chapters string key ( closes #2686 )
2020-03-09 16:03:57 -04:00
arkon
de512216c4
Start preloading next chapter if within last 3 pages instead of last page
2020-03-09 15:09:17 -04:00
morcefaster
9936b402a6
Added config to hide transition page when not needed ( #2682 )
...
* Added config to hide transition page when not needed
* Moved always_show_chapter_transition setting to General group
2020-03-09 14:36:29 -04:00
Thiago França da Silva
bd2dfaad2e
Add an UserAgent Interceptor to Cloudflare Client ( #2685 )
2020-03-09 14:10:10 -04:00
arkon
022cde2c00
Fix secure screen option subscription memory leak
2020-03-09 14:03:47 -04:00
MCAxiaz
07e2bdac81
Fix bug where status cannot be updated when all chapters have been read. ( #2683 )
...
Minor cleanup.
2020-03-09 11:32:59 -04:00
arkon
fb00929ee9
Minor cleanup
2020-03-08 22:38:38 -04:00
Thiago França da Silva
fb5da15746
Fix Cloudflare Interceptor when User-Agent is Empty ( #2677 )
2020-03-08 22:34:57 -04:00
arkon
090a7794b5
Hide download/delete actions when sensible, make bookmark/read toggle actions
2020-03-08 17:42:50 -04:00
arkon
c63d8e7a30
Bottom action menu in chapters list
2020-03-08 17:37:42 -04:00
arkon
d6ea69a115
Action toolbar code cleanup
2020-03-08 17:23:26 -04:00
arkon
af2ef36d68
Bottom action menu in library
2020-03-08 15:50:07 -04:00
arkon
316211372c
Tweak how bottom action menu is configured
2020-03-08 15:38:42 -04:00
arkon
9f8046324d
Abstract bottom action menu code to main activity
2020-03-08 13:57:50 -04:00
arkon
af05c34da3
Bottom action menu for updates
2020-03-08 12:16:17 -04:00
arkon
a4410f3a02
Remove unnecessary lint suppression
2020-03-07 23:01:49 -05:00
arkon
c275adbb91
Remove chapter item popup menu
2020-03-07 23:00:29 -05:00
arkon
4061232fe3
Remove chapter updates popup menu
2020-03-07 22:46:13 -05:00
arkon
507471e318
Label Kitsu login field as email address instead of username
2020-03-07 22:19:45 -05:00
arkon
f0f613e2cf
Reorder start screen options to match bottom nav
2020-03-07 18:01:37 -05:00
arkon
0ec8def0d8
Avoid passing max chapter number from tracker ( fixes #2131 )
2020-03-07 18:01:26 -05:00
arkon
e4dc84a5d8
Minor lint fixes
2020-03-07 17:01:53 -05:00
onlymash
5fb3b0e0e3
Show page number only when toolbar is hidden ( #2601 )
...
* Show pagenumber only when toolbar is hidden
* Fix fullscreen issue
* Remove unneeded dependency
* Fix menubar padding
* Revert ReaderSeekBar height
* Refine code
Co-authored-by: arkon <arkon@users.noreply.github.com>
2020-03-07 16:57:14 -05:00
arkon
2854fb5f6c
Add shortcut to disabling battery optimization
2020-03-07 15:51:46 -05:00
arkon
a9adb2f1a2
Page # before scanlator in chapters list
2020-03-07 15:42:55 -05:00
arkon
51383afd50
Revert DialogController syncing change
2020-03-07 15:37:16 -05:00
arkon
4b02ecd6e8
Fix activity UI state when activity is killed ( closes #2547 )
2020-03-07 13:40:43 -05:00
arkon
1c978f64b1
Tweak saved filename byte size limiting logic
...
Based on comment from 6940ad3fd9
2020-03-07 13:15:35 -05:00
arkon
5e9496ef36
Enable app auto update by default
2020-03-07 13:11:02 -05:00
arkon
8b6268966e
Pass context to get WorkManager instance
2020-03-07 13:06:06 -05:00
arkon
52434819c3
Add history date section headers
2020-03-06 23:14:30 -05:00
arkon
29eb87b7ef
Rename recently read / recent updates classes/layouts to match new names
2020-03-06 22:55:44 -05:00
arkon
c38026886a
Combine chapter date/scanlator lines
2020-03-06 22:46:21 -05:00
arkon
63e330b83d
Use recognized chapter number boolean field for filter
2020-03-06 22:44:55 -05:00
arkon
164da0fd9f
Hide bottom nav on non-root controllers
2020-03-06 22:14:24 -05:00
arkon
e30b1de100
Linting fixes: extend AppCompat classes
2020-03-04 22:37:15 -05:00
arkon
6940ad3fd9
Limit saved page filenames to 127 characters ( fixes #2638 )
2020-03-04 22:33:16 -05:00
arkon
8ae15141f6
Move security settings to separate section
2020-03-04 22:32:45 -05:00
arkon
4c10b9844b
Change catalogue hiding dialog to accommodate more options in the future
2020-03-04 19:06:24 -05:00
arkon
f3d69599aa
Add setting to hide manga content from update/download notifications
2020-03-04 18:55:19 -05:00
arkon
853bf3065a
Minor code cleanup
2020-03-03 19:40:57 -05:00
arkon
8d712c81d4
Tweak manga favoriting logic
...
Fixes #2192 and #2489
2020-03-03 19:34:17 -05:00
arkon
a29f33020d
Basic implementation of hiding catalogue by long pressing
2020-03-02 22:49:48 -05:00
arkon
fef34dfe82
Tweak new chapters notification wording
2020-03-02 20:20:01 -05:00
arkon
a3dd5c1e92
Tweak WorkManager task cancellation, add flex times
2020-03-02 19:04:57 -05:00
arkon
d873d653d0
Migrate to WorkManager
2020-03-01 13:22:16 -05:00
arkon
0ac33b64b1
Merge branch '0.8.x'
...
# Conflicts:
# app/build.gradle
# app/src/main/java/eu/kanade/tachiyomi/data/backup/models/Backup.kt
# app/src/main/java/eu/kanade/tachiyomi/data/database/queries/TrackQueries.kt
# app/src/main/java/eu/kanade/tachiyomi/data/preference/PreferenceKeys.kt
# app/src/main/java/eu/kanade/tachiyomi/data/track/TrackManager.kt
# app/src/main/java/eu/kanade/tachiyomi/data/track/TrackService.kt
# app/src/main/java/eu/kanade/tachiyomi/data/track/anilist/Anilist.kt
# app/src/main/java/eu/kanade/tachiyomi/data/track/anilist/AnilistApi.kt
# app/src/main/java/eu/kanade/tachiyomi/data/track/anilist/AnilistInterceptor.kt
# app/src/main/java/eu/kanade/tachiyomi/data/track/anilist/OAuth.kt
# app/src/main/java/eu/kanade/tachiyomi/data/track/bangumi/Bangumi.kt
# app/src/main/java/eu/kanade/tachiyomi/data/track/bangumi/BangumiApi.kt
# app/src/main/java/eu/kanade/tachiyomi/data/track/bangumi/OAuth.kt
# app/src/main/java/eu/kanade/tachiyomi/data/track/kitsu/Kitsu.kt
# app/src/main/java/eu/kanade/tachiyomi/data/track/kitsu/OAuth.kt
# app/src/main/java/eu/kanade/tachiyomi/data/track/myanimelist/MyAnimeList.kt
# app/src/main/java/eu/kanade/tachiyomi/data/track/shikimori/OAuth.kt
# app/src/main/java/eu/kanade/tachiyomi/data/track/shikimori/Shikimori.kt
# app/src/main/java/eu/kanade/tachiyomi/data/updater/UpdaterJob.kt
# app/src/main/java/eu/kanade/tachiyomi/extension/api/ExtensionGithubApi.kt
# app/src/main/java/eu/kanade/tachiyomi/network/AndroidCookieJar.kt
# app/src/main/java/eu/kanade/tachiyomi/network/CloudflareInterceptor.kt
# app/src/main/java/eu/kanade/tachiyomi/network/NetworkHelper.kt
# app/src/main/java/eu/kanade/tachiyomi/network/OkHttpExtensions.kt
# app/src/main/java/eu/kanade/tachiyomi/network/ProgressListener.kt
# app/src/main/java/eu/kanade/tachiyomi/network/ProgressResponseBody.kt
# app/src/main/java/eu/kanade/tachiyomi/network/Requests.kt
# app/src/main/java/eu/kanade/tachiyomi/source/CatalogueSource.kt
# app/src/main/java/eu/kanade/tachiyomi/source/Source.kt
# app/src/main/java/eu/kanade/tachiyomi/source/SourceManager.kt
# app/src/main/java/eu/kanade/tachiyomi/source/model/Filter.kt
# app/src/main/java/eu/kanade/tachiyomi/source/model/FilterList.kt
# app/src/main/java/eu/kanade/tachiyomi/source/model/MangasPage.kt
# app/src/main/java/eu/kanade/tachiyomi/source/model/Page.kt
# app/src/main/java/eu/kanade/tachiyomi/source/model/SChapter.kt
# app/src/main/java/eu/kanade/tachiyomi/source/model/SChapterImpl.kt
# app/src/main/java/eu/kanade/tachiyomi/source/model/SManga.kt
# app/src/main/java/eu/kanade/tachiyomi/source/model/SMangaImpl.kt
# app/src/main/java/eu/kanade/tachiyomi/source/online/HttpSource.kt
# app/src/main/java/eu/kanade/tachiyomi/source/online/HttpSourceFetcher.kt
# app/src/main/java/eu/kanade/tachiyomi/source/online/LoginSource.kt
# app/src/main/java/eu/kanade/tachiyomi/source/online/ParsedHttpSource.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/base/controller/NucleusController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/base/presenter/NucleusConductorDelegate.java
# app/src/main/java/eu/kanade/tachiyomi/ui/base/presenter/NucleusConductorLifecycleListener.java
# app/src/main/java/eu/kanade/tachiyomi/ui/catalogue/filter/SortGroup.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/catalogue/global_search/CatalogueSearchCardAdapter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/catalogue/global_search/CatalogueSearchCardHolder.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/catalogue/global_search/CatalogueSearchCardItem.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/download/DownloadController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/ChangeMangaCategoriesDialog.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/DeleteLibraryMangasDialog.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryAdapter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryCategoryAdapter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryCategoryView.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryGridHolder.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryHolder.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryItem.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryListHolder.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryNavigationView.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryPresenter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibrarySort.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/main/ChangelogDialogController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/main/MainActivity.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/chapter/ChapterHolder.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/chapter/ChapterItem.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/chapter/ChaptersAdapter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/chapter/ChaptersController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/chapter/ChaptersPresenter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/chapter/DeleteChaptersDialog.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/chapter/DeletingChaptersDialog.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/chapter/DownloadChaptersDialog.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/chapter/SetDisplayModeDialog.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/chapter/SetSortingDialog.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/info/MangaInfoController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/info/MangaInfoPresenter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/track/SetTrackChaptersDialog.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/track/SetTrackScoreDialog.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/track/SetTrackStatusDialog.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/track/TrackAdapter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/track/TrackController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/track/TrackHolder.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/track/TrackPresenter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/track/TrackSearchAdapter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/track/TrackSearchDialog.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/more/AboutController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/loader/HttpPageLoader.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/recent_updates/RecentChaptersController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsGeneralController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsMainController.kt
# app/src/main/java/eu/kanade/tachiyomi/widget/ExtendedNavigationView.kt
# app/src/main/res/drawable/ic_book_white_24dp.xml
# app/src/main/res/layout/categories_controller.xml
# app/src/main/res/layout/chapters_controller.xml
# app/src/main/res/layout/navigation_view_checkbox.xml
# app/src/main/res/layout/navigation_view_group.xml
# app/src/main/res/layout/pref_item_source.xml
# app/src/main/res/layout/reader_activity.xml
# app/src/main/res/layout/track_item.xml
# app/src/main/res/values/strings.xml
# build.gradle
2020-02-29 17:52:49 -05:00
arkon
218313428f
Add warning on update check for Android 4.x users
2020-02-29 16:30:40 -05:00
arkon
44b47b49bc
Hide null file path on backup creation ( closes #1515 )
...
(cherry picked from commit 48d9ad00e1 )
2020-02-29 16:24:19 -05:00
arkon
2f69317f5d
Enforce maximum extension lib version of 1.2
2020-02-29 13:35:07 -05:00
arkon
e1eff7b744
Remove FAB animation files left over from bad cherry picking
2020-02-29 13:23:42 -05:00
arkon
3aa12281c3
Avoid crash on loading invalid extension
...
(cherry picked from commit 460fbb18c7 )
2020-02-29 13:19:50 -05:00
Mike
72920130c0
CloudflareInterceptor update ( #2537 ) dcd3c709 Mike <51273546+SnakeDoc83@users.noreply.github.com> Jan 25, 2020 at 16:37
2020-02-29 13:17:12 -05:00
arkon
0fd00331e1
Directly pass read chapter when updating tracker
...
(cherry picked from commit b642e019e8 )
2020-02-29 13:13:49 -05:00
MCAxiaz
7a4763ee68
minor reader bugs: ( #2491 )
...
- fix preload on last page for R2L reader
- page 3 bug
(cherry picked from commit 8b0458cdf6 )
2020-02-29 13:12:31 -05:00
Jay
647a78b791
Build time now opens changelog
...
(cherry picked from commit 22bb3463593c060405694da39a0eb1f5ca1d6ba1)
(cherry picked from commit d1db9fb659 )
2020-02-29 13:12:21 -05:00
mutsumi
005ac9e732
fix bangumi track will override record to 0 after every track search(bind) ( #2486 )
...
* fix bangumi track : the update status api must be called before update chapter api
* fix bangumi track will override record to 0 after every track search(bind)
(cherry picked from commit 427d2fed8c )
2020-02-29 13:11:50 -05:00
arkon
c40e4f6c5a
Provide more human readable error when downloading to invalid directory ( #2462 )
...
(cherry picked from commit 13a2d3dfdd )
2020-02-29 13:10:55 -05:00
andrecsilva
a24d670f54
Made 'Default' category selectable in global update settings ( #2318 )
...
(cherry picked from commit b55814a1c0 )
2020-02-29 13:08:51 -05:00
mutsumi
51e049ab78
fix bangumi tracker crash in searching english manga title ( #2452 ) eb5382e0 mutsumi <4182301+mutsumi63@users.noreply.github.com> Jan 6, 2020 at 20:02
2020-02-29 13:08:41 -05:00
Carlos
74087edebb
match transition text used by other readers ( #2439 ) 708525ef Carlos <cargo8005@gmail.com> Jan 5, 2020 at 17:59
2020-02-29 13:07:35 -05:00
Carlos
db58c9b77f
fix DOWNLOADED text showing after chapters are marked as read ( #2434 ) df14e6d4 Carlos <cargo8005@gmail.com> Jan 5, 2020 at 16:36
2020-02-29 13:06:41 -05:00
arkon
c4dad1c20b
Unix line endings
2020-02-29 13:03:29 -05:00
MCAxiaz
cae04656b9
Improve Loading Speed When Skipping Pages in a Chapter ( #2426 )
...
* cancel queued loads when the page that requested the queue is destroyed
* use page.status for optimizing removal
(cherry picked from commit dd1e6402c9 )
2020-02-29 12:59:37 -05:00
arkon
4e60a81b36
Remove unused LoginSource
2020-02-27 22:43:48 -05:00
arkon
464b4b18a4
Reword unlock string
2020-02-27 22:34:57 -05:00
arkon
e5c0969047
Change system dark mode check
...
User on Discord reported setting wasn't working on his devices.
2020-02-27 19:56:04 -05:00
arkon
ac3823e10a
Add ripple to menu icons
...
Supersedes https://github.com/inorichi/tachiyomi/pull/2612
2020-02-27 18:58:36 -05:00
arkon
d3a4126e27
Tweak more screen to remove top padding
2020-02-27 18:34:28 -05:00
arkon
3a62acc54d
More preference grouping
2020-02-27 18:34:14 -05:00
arkon
7d4f25b354
Add description for secure screen setting
2020-02-26 18:58:13 -05:00
arkon
0f2d480036
More linting fixes
2020-02-26 18:12:44 -05:00
arkon
043e3784e8
Run linter
2020-02-26 18:03:34 -05:00
arkon
11544fe8ef
Migrate to bottom navigation
2020-02-25 22:31:54 -05:00
arkon
8776a45ee9
Add shortcut to manage app notifications
2020-02-25 18:32:49 -05:00
arkon
032a6adaab
Rename/new icons for updates/history sections
2020-02-23 22:03:34 -05:00
arkon
460fbb18c7
Avoid crash on loading invalid extension
2020-02-23 21:51:55 -05:00
arkon
978ac50015
Move crash reports setting to advanced
2020-02-23 16:23:21 -05:00
arkon
b323b9c843
Refresh webtoon adapter on image property changed
2020-02-23 14:58:51 -05:00
arkon
1afcf34829
Set webtoon page padding on page bind
2020-02-23 14:48:53 -05:00
arkon
48d9ad00e1
Hide null file path on backup creation ( closes #1515 )
2020-02-23 13:05:39 -05:00
Unlocked
ca10356fd9
Added Webtoon with Padding viewer ( #2618 )
...
* Added Webtoon with Padding viewer
* Change webtoon padding to be a config option
* Removed obselete padded_webtoon
* Switch ambiguous padding to vertical padding
2020-02-23 12:44:50 -05:00
arkon
275bd44e15
Reword "Clear" to "Cancel all" in download queue
2020-02-23 11:46:47 -05:00
arkon
61d2107e9c
Add secure screen setting
2020-02-22 13:32:05 -05:00
arkon
b06f1c81bc
Remove usages of incorrect platform yes/no strings
2020-02-22 12:38:06 -05:00
arkon
8bb83782c7
Biometrics lock ( closes #1686 )
2020-02-21 23:04:37 -05:00
arkon
5b24a8f21d
Revert usage of AndroidX Webkit library ( closes #2611 )
2020-02-21 18:36:05 -05:00
arkon
2c23c42c98
Default to light theme prior to Oreo
2020-02-19 18:38:40 -05:00
Simon M
edcadb7dd1
Change default theme to System Default ( #2608 )
...
* Change default theme to System Default
Hopefully this was the only string that dictated the default setting.
* Update PreferencesHelper.kt
2020-02-19 18:34:21 -05:00
arkon
9942227c6c
Minor system theme tweaks
2020-02-18 22:05:54 -05:00
onlymash
02b5c3da71
Support follow system theme[Android 10] ( #2603 )
...
* Support follow system theme
* Show [follow system theme] only on Oreo and newer
* Update preference values of theme
* Refine theme preference
2020-02-18 21:58:52 -05:00
arkon
3ecc883944
Run default Android Studio formatter on code
2020-02-17 17:23:37 -05:00
arkon
a1fadce7c6
Change chapter update notification to show chapter numbers
2020-02-17 16:23:48 -05:00
arkon
79bc1290ae
Perform mark as read action in IO coroutine scope to avoid freezing app
2020-02-17 16:20:12 -05:00
arkon
10272ef395
Refactor notification manga cover logic, decrease size
2020-02-17 16:14:15 -05:00
arkon
f03c49850b
Separate group for extensions with updates
2020-02-17 15:29:03 -05:00
arkon
3223a3ac54
More notification code cleanup
2020-02-17 12:25:20 -05:00
arkon
497fe1e68a
Minor cleanup
2020-02-17 12:19:42 -05:00
arkon
3b334c4230
Simplify "and n more" string
2020-02-17 11:29:11 -05:00
Jays2Kings
7f115f2e83
Group notifcations for Library updates ( #2582 )
2020-02-17 10:56:23 -05:00
onlymash
12aa04be93
Fix fullscreen reader for notch device ( #2595 )
...
* Fix fullscreen reader for notch device
* Make cutout mode configurable
* Rename cutout option
2020-02-17 10:40:49 -05:00
arkon
a7ece4fdf3
Add bookmarking to chapter selection menu ( closes #1065 )
2020-02-16 17:46:31 -05:00
arkon
57d1ed1073
Hide share icon for manga info if not from online source
2020-02-16 17:41:21 -05:00
arkon
b04ebb1782
Allow selecting default category for auto download
2020-02-16 17:17:23 -05:00
arkon
958dbfdfa5
Compare recent updates by both date and chapter number
2020-02-16 17:08:07 -05:00
arkon
eb724336f5
Additionally sort by chapter number in recent updates ( fixes #2586 )
2020-02-16 16:30:39 -05:00
arkon
9cdd4bee97
Simplify selected count to just show the number
2020-02-16 16:00:41 -05:00
arkon
74cc77400c
Merge pull request #2596 from FlaminSarge/migrate
...
Move empty-chapterlist manga to end of Latest Chapter sort in Library view
2020-02-16 15:18:14 -05:00
FlaminSarge
247a39c0a9
Move empty-chapterlist manga to end of Latest Chapter sort in Library view
2020-02-16 07:19:38 -07:00
arkon
1b0c13a417
Show URL in Webview subtitle
2020-02-15 17:44:35 -05:00
arkon
abb2e231f6
Switch to AndroidX Webkit library
2020-02-15 17:30:30 -05:00
arkon
50ef4cc5da
Slightly increase chapter cache size ( closes #2091 )
2020-02-14 09:27:42 -05:00
arkon
34bf9b729e
More coroutine network call fixes
2020-02-14 09:23:54 -05:00
Jay
0a6f607e22
Fixed extensions call running on main thread
...
(cherry picked from commit 2b85bb5fb816c531982a1878e55fd88814452a2c)
2020-02-14 09:21:33 -05:00
arkon
9e4c61c139
Remove library sort by source
2020-02-11 19:05:16 -05:00
arkon
144418434b
Library search for source
2020-02-11 19:02:04 -05:00
arkon
a20ad68fe3
Library View: Add latest chapter sorting and revert last updated sorting changes ( #2563 )
...
* Library View: Add latest chapter sorting and revert last updated sorting changes
Latest chapter is as it sounds
Last update is now any changes to the chapter list (addition, removal, rename, etc.)
* Change latest chapter sort string to "Latest chapter" instead of "Last chapter"
2020-02-11 18:41:31 -05:00
arkon
a50a3df716
Only show Webview update prompt if CF bypass fails
2020-02-11 18:36:51 -05:00
arkon
f29124773b
Lower minimum Webview version warning
2020-02-10 22:45:23 -05:00
arkon
c1235897df
Remove unused RxJavaCallAdapterFactory for app updater
2020-02-10 22:28:48 -05:00
FlaminSarge
4a52869d23
Change latest chapter sort string to "Latest chapter" instead of "Last chapter"
2020-02-10 05:06:22 -08:00
arkon
6a95ff56df
Use coroutines for updater
2020-02-09 22:36:44 -05:00
arkon
340829bb71
Remove star icon option
2020-02-09 17:32:41 -05:00
arkon
8aa48effaa
Refactor notification builder extension
2020-02-09 17:28:09 -05:00
arkon
f515674dff
Show message if WebView version is too low
2020-02-09 11:03:17 -05:00
arkon
a0a077eaaa
Move library display settings out of filter sidebar
2020-02-05 22:58:20 -05:00
arkon
8feb4365dd
Minor edit to onOptionsItemSelected fallthrough logic
2020-02-05 22:53:49 -05:00
arkon
f3adff1da1
Move PreferenceDSL
2020-02-04 22:19:17 -05:00
arkon
0473c36c6f
Restore setting controller fade
...
Removes help button in each section, which is jumpy. Fade is nicer though.
2020-02-04 22:16:31 -05:00
arkon
c9cb75aee1
Group tracking setting activities
2020-02-04 22:14:49 -05:00
arkon
b9420040f5
Move help into settings menu
2020-02-04 21:23:16 -05:00
arkon
59b925a028
Include commit SHA in dev version info
2020-02-03 19:15:23 -05:00
arkon
7af075633b
Explicitly switch between IO/UI dispatchers when updating list of extensions
...
Potentially fixes #2566
2020-02-03 19:11:18 -05:00
arkon
09891bb0ad
Throw exception in okhttp coroutine if response isn't successful
2020-02-03 18:56:24 -05:00
arkon
160ebe01d9
Update to Material Design library 1.1.0
2020-02-03 18:54:24 -05:00
FlaminSarge
a096e6b337
Library View: Add latest chapter sorting and revert last updated sorting changes
...
Latest chapter is as it sounds
Last update is now any changes to the chapter list (addition, removal, rename, etc.)
2020-02-02 23:16:42 -08:00
arkon
3c41a5e910
Move JsoupExtensions back ( fixes #2562 )
2020-02-02 23:45:13 -05:00
arkon
a3e39987d4
Migrate extension list fetch to coroutine
2020-02-02 22:57:15 -05:00
arkon
47f5ea881f
Reorganize other util files
2020-02-02 22:22:54 -05:00
arkon
faf8f1fbbc
Remove unused SharedData object
2020-02-02 22:04:20 -05:00
arkon
9f9de27a57
Reorganize some util files
2020-02-02 22:04:11 -05:00
arkon
9a3ec56eb4
Move edit categories to library settings
2020-02-02 18:13:13 -05:00
arkon
4f03ee814a
Categorize library settings
2020-02-02 18:04:50 -05:00
arkon
6f84815801
Filter out tmp directories for download badge
2020-02-02 18:01:08 -05:00
arkon
9588a582ce
Use coroutines for async loading of modules
2020-02-02 17:06:51 -05:00
MCAxiaz
c79ebd4eeb
fix NPE in dateFormat ( #2549 )
...
Bug #2548 fix NPE in dateFormat pref
2020-01-29 07:23:26 -05:00
arkon
13ea1342fb
Optimize imports
2020-01-28 22:47:57 -05:00
arkon
c707d4bfd8
Minor date format code cleanup
2020-01-28 22:32:56 -05:00
Sam Lewis
aeacdad484
Allow setting a preferred date format ( #2175 )
2020-01-28 22:23:41 -05:00
MCAxiaz
6d9bec3e0b
reroute all deep links through DeepLinkActivity to provide more control ( #2546 )
...
over launch behavior/intent flags
2020-01-28 22:15:15 -05:00
arkon
bf140be75e
Rename sources settings to filter
2020-01-26 17:39:06 -05:00
arkon
eb4c7c6841
Remove display/sorting mode dialogs
2020-01-26 17:35:48 -05:00
Mike
dcd3c709fe
CloudflareInterceptor update ( #2537 )
...
* CloudflareInterceptor update
* Changes
* Max-Age
* Tweaks
2020-01-25 16:37:59 -05:00
arkon
f966187ea4
Add ability to explicitly remove tracking from track search dialog ( closes #2532 )
2020-01-24 14:27:53 -05:00
arkon
a746d4cc3a
Tweak initial tracker card appearance
2020-01-24 12:18:55 -05:00
arkon
f1cca207fc
Minor formatting
2020-01-23 20:51:37 -05:00
arkon
f4bb9b604a
Fix sources/extension filters toggles being indented
2020-01-23 20:50:55 -05:00
arkon
7be6ee9a68
Remove fast scroller from library
...
Interferes with filter sidebar too much currently.
2020-01-22 18:32:32 -05:00
arkon
a22c79c58a
Tweak manga last updated time based on chapter upload instead of fetch time
2020-01-22 18:28:33 -05:00
arkon
b642e019e8
Directly pass read chapter when updating tracker
2020-01-20 21:59:36 -05:00
Jay
81c14ba610
Download dialog in chapters removed, now using submenu
...
(cherry picked from commit a253c255e8e1ee0cc0e158c3bf61f5352b06e656)
2020-01-20 18:53:56 -05:00
Jay
4b84fb5ac5
Tracker status naming edits
...
Cherry picked from ad8c69aa15e7c27879c2a528a45b0744f7e45197
2020-01-20 18:50:39 -05:00
MCAxiaz
7f5e650796
Bug/2513 edit text preference crash ( #2522 )
...
* use themedContext for preference
* use inflater with themed context
remove icon space
* v14 preferenceThemes are deprecated
2020-01-20 18:37:42 -05:00
[pʲɵs]
c22e2e8159
Do not suppress a type system error ( #2524 )
...
This code was sort of fine when it used raw Java types, but the Kotlin
equivalent technically calls a method that takes a Nothing-typed
argument with a value that is not of type Nothing. Whether that works
depends on how lenient kotlinc is about inserting casts in bytecode.
The solution is to give the unknown type represented by a star an
explicit name by capturing it in a type variable, then cast to that type
instead of Nothing. This is guaranteed to be an unchecked, but valid,
cast.
2020-01-20 18:34:59 -05:00
Jay
ee8a53188c
Set manga last update field based on chapter fetch time ( closes #2217 )
...
Based on 3c81f60041 (diff-7e5179d048c3dfaf75b444b7277fc840)
2020-01-19 22:21:49 -05:00
arkon
98f86a44ef
Add tracker logout dialog ( closes #2475 )
2020-01-19 17:03:11 -05:00
Jay
1b3169e0d0
Update tracking controller after logging in to Bangumi
2020-01-19 16:42:59 -05:00
arkon
8273a396c8
Anilist: rename "On hold" to "Paused"
2020-01-19 16:29:43 -05:00
arkon
5bad914411
Remove reflection to show tracking checkmark
...
Icon now shows up on the left, but code is less fragile.
2020-01-19 16:26:38 -05:00
arkon
ce4d75f62a
Replace raster icons
2020-01-18 20:58:07 -05:00
arkon
f30622424a
Add select all menu option for library category
...
Based on ae5ad2a9a6
2020-01-18 20:33:43 -05:00
arkon
09e7d56ff2
Move "Open in browser" option to webview only
2020-01-16 22:13:34 -05:00
arkon
5ca23b5363
Use smaller CustomTarget for shortcut creation
...
Same thing as Neko/Jay's fork
2020-01-16 22:13:02 -05:00
arkon
f7e70d25ea
Minor cleanup
2020-01-16 21:47:46 -05:00
arkon
4338c41112
Filter library items by artist as well
2020-01-16 21:46:45 -05:00
Jays2Kings
01f9b25be2
Local genre tag searching ( #2423 )
...
Using the search bar in My Library, you can search tags for manga (ie. "Romance") or exclude (ie. "-Comedy") You can also search multiple by seperating by commas (ie. "Romance, -Comedy")
Clicking the tag in manga info from the library also performs a local serach
2020-01-16 21:45:37 -05:00
MCAxiaz
8b0458cdf6
minor reader bugs: ( #2491 )
...
- fix preload on last page for R2L reader
- page 3 bug
2020-01-16 21:45:06 -05:00
MCAxiaz
bed978a26a
force menu invalidation when expanding actionView from user interaction to properly layout menu items ( #2503 )
2020-01-16 21:44:22 -05:00
arkon
73fbc81067
Webview enhancements
...
- Pull to refresh
- Loading progress
- Share page
2020-01-16 21:43:10 -05:00
Jay
d1db9fb659
Build time now opens changelog
...
(cherry picked from commit 22bb3463593c060405694da39a0eb1f5ca1d6ba1)
2020-01-16 08:57:46 -05:00
Jay
b74fb2ef5e
Fixed extensions showing as obsolete when call fails
...
(cherry picked from commit a44e9a19b0cfceeaeecd8ad378f14ccd47c8683c)
2020-01-16 08:57:37 -05:00
arkon
f3e228e8a4
Indicate obsolete extensions ( #2494 )
...
* Indicate obsolete extensions
* Make obsolete indicators red
* Move obsolete extensions up the list
* Add base button theme for holder
* Use red button color state instead of explicit text color
2020-01-12 18:27:04 -05:00
MCAxiaz
6b5742c1ff
Fix catalogue search focus automatically being removed ( #2396 )
...
Fix catalogue search focus automatically being removed
2020-01-12 15:02:21 -05:00
arkon
57595988f5
Restore transparent status bars, allow WebView app bar to scroll away
2020-01-12 11:47:26 -05:00
arkon
44f406b4b9
Fix Bangumi class formatting
2020-01-11 22:06:23 -05:00
mutsumi
427d2fed8c
fix bangumi track will override record to 0 after every track search(bind) ( #2486 )
...
* fix bangumi track : the update status api must be called before update chapter api
* fix bangumi track will override record to 0 after every track search(bind)
2020-01-11 22:05:03 -05:00
arkon
3892b93bca
Rename tracker icon images
2020-01-11 22:01:26 -05:00
Chris Allan
1b37c61b5a
JSON metadata for local manga ( #1658 )
...
* JSON metadata for local manga
* Simplification
* Lazy load local data
2020-01-11 15:59:43 -05:00
Jay
2d3bfa9a89
Implement long hold selection for Manga Chapters and library
...
Co-Authored-By: zhuoyang <zhuoyang@users.noreply.github.com>
Co-Authored-By: Jays2Kings <Jays2Kings@users.noreply.github.com>
2020-01-11 15:40:00 -05:00
arkon
e414b9edf1
Minor extension filter cleanup
2020-01-11 15:13:51 -05:00
MCAxiaz
62d3fc65e0
Filter Extensions By Language ( #2275 )
...
* add options menu item to filer extensions by languages
* resolve merge conflicts
changes per pr comments
Co-authored-by: arkon <arkon@users.noreply.github.com>
2020-01-11 15:06:54 -05:00
arkon
012b1b56aa
Minor grammar fixes
2020-01-11 10:11:39 -05:00
arkon
ff999a6dda
Show selected preference for "Library update order"
2020-01-11 10:11:30 -05:00
arkon
797553ce16
Convert webview into an activity ( #2470 )
...
Based on 65804ebb3a
2020-01-10 22:22:12 -05:00
arkon
745f8d32b5
Use OutlineSpan approach from CarlosEsco/Neko to avoid infinite redraws
...
Based on work by @arsonistAnt: 1876f850f6
2020-01-09 22:13:25 -05:00
arkon
f715478070
Revert "Remove reflection to get TextView color field ( closes #2469 )"
...
This reverts commit 5f2aaeac57 .
2020-01-09 21:51:34 -05:00
arkon
5f2aaeac57
Remove reflection to get TextView color field ( closes #2469 )
2020-01-09 21:32:30 -05:00
arkon
044a4f7575
Split general settings into general and library
2020-01-09 21:22:58 -05:00
arkon
83d5e458ca
Update to SDK 29 (Android 10) ( #2468 )
2020-01-09 20:31:27 -05:00
arkon
f7669b6797
Replace left/right layout attributes with start/end
2020-01-09 19:10:55 -05:00
arkon
489f981e40
Convert tracker icons to webp
2020-01-09 18:54:07 -05:00
arkon
13a2d3dfdd
Provide more human readable error when downloading to invalid directory ( #2462 )
2020-01-09 08:39:40 -05:00
arkon
d62f0de862
Tweaks based on PR comments, simplify some more strings
2020-01-08 21:53:08 -05:00
arkon
e411f54236
Remove up/down animation for FAB, add list padding ( #2456 )
2020-01-08 21:33:10 -05:00
arkon
6025b44e5b
Add fast scroller to library ( #2459 )
2020-01-08 21:32:07 -05:00
arkon
f4f427dd2a
Restore equals/hashCode in ChapterTransition ( closes #2461 )
2020-01-08 21:31:32 -05:00
arkon
26c5c9c839
Replace usage of deprecated Glide SimpleTarget
2020-01-07 20:24:12 -05:00
arkon
5cddb269d6
Minor code cleanup
2020-01-07 20:17:07 -05:00
arkon
0d5099f230
Drop support for Android 4.x ( #2440 )
...
* Bump minSdkVersion
* Remove Android 4.x specific logic
* Consolidate res assets
* Add note about minimum Android version to README
* Restore incorrectly removed method, remove unneeded Lollipop TargetApi annotations
2020-01-07 18:46:31 -05:00
andrecsilva
b55814a1c0
Made 'Default' category selectable in global update settings ( #2318 )
2020-01-07 18:46:08 -05:00
mutsumi
eb5382e0de
fix bangumi tracker crash in searching english manga title ( #2452 )
...
fix bangumi tracker crash in searching english manga title
2020-01-06 20:02:28 -05:00
Rani Sargees
9b883b1a09
androidx migration
...
I DID THIS ONE MYSELF WITHOUT TAKING IT FROM THE OTHER FORKS
YEEEEEEEEEEET
2020-01-06 03:26:31 -05:00
arkon
b3f1714ba9
Convert remaining Java files ( #2435 )
2020-01-05 19:39:25 -05:00
Carlos
708525ef9d
match transition text used by other readers ( #2439 )
2020-01-05 17:59:05 -05:00
Carlos
df14e6d43e
fix DOWNLOADED text showing after chapters are marked as read ( #2434 )
...
* fix DOWNLOADED text showing after chapters are marked as read
2020-01-05 16:36:23 -05:00
arkon
600fbb2ef8
Update files to use unix line endings
...
cmd: `find . -type f -print0 | xargs -0 dos2unix`
2020-01-05 14:43:07 -05:00
Rani Sargees
53402459f2
library tag searching and reordering downloads
2020-01-05 12:33:28 -05:00
MCAxiaz
dd1e6402c9
Improve Loading Speed When Skipping Pages in a Chapter ( #2426 )
...
* cancel queued loads when the page that requested the queue is destroyed
* use page.status for optimizing removal
2020-01-05 12:18:02 -05:00
arkon
78689e7443
Migrate to AndroidX ( #2424 )
...
* Migrate to AndroidX (automatic conversion by Android Studio)
* AndroidX dependency code updates
* Fix source preference reparenting
* fixes the androidx prefererences icon spacing issue
(cherry picked from commit b76a15d960ec2cdf771be16377db0348b66b3179)
* Fix source preference screen heading size/list padding
Co-authored-by: Carlos <cargo8005@gmail.com>
2020-01-05 11:29:27 -05:00
Rani Sargees
bc6a1a1da6
add tristate library filters, update to dev
2020-01-04 15:16:49 -05:00
Carlos
aa57b1bc77
adjust so downloader doesnt autostart when queue was paused ( #2413 )
...
adjust so downloader doesnt autostart when queue was paused
2020-01-03 15:33:17 -05:00
MCAxiaz
491d476cac
auto attempt a login refresh once if MAL returns http 400 ( #32 ) ( #2403 )
2019-12-29 17:45:58 -05:00
Carlos
f0053a2f78
add width and height to listview for browseCatalogueController ( #2406 )
...
* add width and height to listview for browseCatalogueController
* readd recycler has fixed size
add width and height to list view
2019-12-28 14:57:44 -05:00
MCAxiaz
4147fd6b19
recycler is not fixed size ( #2402 )
2019-12-28 14:10:34 -05:00
arkon
2ebaacfc89
Replace dependency for case insensitive natural sorting ( #2389 )
...
Replace dependency for case insensitive natural sorting
2019-12-27 07:18:30 -05:00
Eugene
c339bd49d0
Address minor Kotlin compiler warnings
2019-12-26 17:48:39 -05:00
Eugene
bc825bdefa
Minor dependency updates
2019-12-26 16:47:01 -05:00
arkon
ff8e3f0af4
Update to SDK 28 ( #2394 )
2019-12-26 16:01:16 -05:00
Anthony Nguyen
698e17178a
Increase default text size of the transition chapter page ( #2285 )
2019-12-26 12:40:56 -05:00
FlaminSarge
ebeee70931
Allow back button to navigate to previous URL in WebView, add Forward, Refresh, and Close menu options ( #2176 )
2019-12-26 12:40:11 -05:00
arkon
b8b118bdeb
Add .nomedia file in each chapter download folder ( #2199 )
...
* Move .nomedia creation to directory fetch
* Add .nomedia file to all chapter download directories
2019-12-26 12:39:20 -05:00
arkon
a0fb1eff4a
Merge branch 'master' into update-kotlin-coroutines-gradle
2019-12-23 09:49:53 -05:00
Eugene
89dc240a22
Clean up Anilist GraphQL query formatting
2019-12-22 22:19:15 -05:00
Ken Swenson
ee4f069341
fix: Don't send newlines and whitespace in API calls ( #2348 )
2019-12-22 22:13:27 -05:00
Eugene
08b06e1b4e
Update to latest version of Android support libraries
...
Should make migration to AndroidX a bit smoother
2019-12-22 15:56:25 -05:00
Eugene
0416a2ff15
Extract some hardcoded strings ( closes #1989 )
2019-12-22 15:48:36 -05:00
John Leehey
f14af7cf83
Bind the margin ratio as a float preference and rename variables
...
- Fixed the floatListPreference that was used in the SettingsReaderController
- Created new extension for binding float preferences in the ReaderSettingsSheet
- Renamed the ratio variables to include the `webtoon` naming
2019-12-02 14:19:22 -08:00
John Leehey
4014c48c62
Revert "Remove no-longer-needed FloatListPreference"
...
This reverts commit 19993199db .
2019-12-02 13:38:33 -08:00
John Leehey
19993199db
Remove no-longer-needed FloatListPreference
2019-11-30 18:41:52 -08:00
John Leehey
5b9f362925
Add support for margins in Webtoon view
...
On larger tablets, matching the page width to the screen width in
webtoon mode causes eye strain due to the image looking so magnified.
Adding a page margin to the image can resolve this by effectively
scaling the image down.
2019-11-30 18:37:52 -08:00
Rani Sargees
690d2fb15b
fixed tsumino for real this time really
2019-11-29 01:18:21 -05:00
Rani Sargees
7ac188709b
tsumino half fixed. mostly usable
2019-11-28 22:52:44 -05:00
az4521
93c8773e91
Update Tsumino.kt
2019-11-28 18:46:19 -05:00
az4521
59f38cb343
Update Tsumino.kt
2019-11-28 17:37:24 -05:00
az4521
810d2d4776
fix tsumino for real this time
2019-11-28 17:33:55 -05:00
Rani Sargees
027cb10d0f
fix tsumino
2019-11-28 16:35:58 -05:00
Rani Sargees
24a6eba94e
match upstream
2019-11-28 16:24:51 -05:00
FlaminSarge
80ea9001b3
Allow 'Default' category as the default for adding manga ( #2292 )
2019-11-03 13:52:33 +01:00
funkyhippo
24bb94ceac
Implemented extension search functionality. ( #2211 )
2019-10-14 11:15:00 +02:00
Ken Swenson
0f16351f5f
Set glide to use the gif loop count ( #2263 )
2019-10-14 11:11:11 +02:00
arkon
86e53e08de
Group available extensions by language ( #2210 )
2019-10-11 19:07:55 +02:00
Simon M
cc0fe0a1a9
Change "Help" link from Github Wiki to Website ( #2265 )
...
Change "Help" link from Github Wiki to Website
2019-10-04 11:44:52 -04:00
Samuel Bronson
9276c491bc
Upgrade Kotlin (to 1.3), Coroutines, Gradle and Android gradle plugin.
...
Kotlin: 1.2.71 -> 1.3.50
Coroutines: 0.30.2 -> 1.3.1
Gradle: 4.6 -> 5.4.1
Android gradle plugin: 3.2.1 -> 3.5.0
This brings us down to *one* experimental coroutine API, and we've
opted in to using it in just *one* place.
(The fact that the API to opt-in to using an experimental API in a
specific place is *also* experimental surely will not come back to
bite us later.)
2019-09-18 22:45:54 -04:00
Samuel Bronson
fa59b4f8a7
Fix coroutine deprecations again
2019-09-18 17:41:09 -04:00
Samuel Bronson
5362f62078
Update deprecated coroutines code
2019-09-18 13:32:42 -04:00
Samuel Bronson
5a2e8a838c
Update to kotlinx.coroutines 0.23.4
2019-09-18 01:31:15 -04:00
NerdNumber9
c1c43bb6fb
Add minimum/maximum pages filter to E-Hentai/ExHentai source
2019-08-31 17:45:40 -04:00
NerdNumber9
0804550539
Fix strange behavior when using text filters
2019-08-31 17:44:47 -04:00
NerdNumber9
052317b38a
Fix HBrowse namespace correction
...
Fix HBrowse maleBody and femaleBody namespaces
2019-08-31 00:06:58 -04:00
NerdNumber9
0759036536
Use correct HBrowse source id
2019-08-13 01:31:44 -04:00
NerdNumber9
da12a4b17f
Speed up migration cancellation
...
Allow migrating an entire source of manga
2019-08-13 01:10:31 -04:00
NerdNumber9
141edac99b
Fix EHentai reading progress not carrying over
2019-08-13 00:04:02 -04:00
NerdNumber9
b64ecfb836
Init notifyLockSecurity when idle
...
Increase idle-until-urgent delay
2019-08-12 21:16:45 -04:00
NerdNumber9
d5f4db5eb7
Re-schedule EHentai updater job on app boot
...
Idle-until-urgent some stuff in app init
Close debug menu onStop
2019-08-12 21:09:39 -04:00
NerdNumber9
7a3f6e9f63
Fix HBrowse pagination
2019-08-12 19:39:35 -04:00
NerdNumber9
b3ecc91be9
Fix HBrowse tag search
2019-08-12 19:27:11 -04:00
NerdNumber9
e747686ad8
Upgrade realm
...
Update proguard file so we could potentially enable proguard in the future
Update dependencies
Downgrade duktape to fix MangaPlus
Remove useless dependencies
Remove useless tabGravity
Fix debug version crashing in background
2019-08-11 14:40:01 -04:00
NerdNumber9
b4c1e6a44c
Add HBrowse
2019-08-10 20:23:43 -04:00
NerdNumber9
801fd83649
Hide MergedSource from source selector screen
2019-08-09 10:14:59 -04:00
NerdNumber9
9c70e69300
Fix select-all button selecting wrong category
2019-08-09 05:11:25 -04:00
NerdNumber9
d69dc375a3
Add 8muses
2019-08-09 04:40:30 -04:00
NerdNumber9
ac6dbbcd89
Add update notifications for EH/EXH galleries
2019-08-08 20:04:31 -04:00
NerdNumber9
14879c4466
Isolate EH and EXH manga redirects
2019-08-08 14:45:40 -04:00
NerdNumber9
dce08d4922
Fix false update notifications for lewd sources
2019-08-08 13:49:27 -04:00
NerdNumber9
5195cb8eda
Delegate Pururin.io
2019-08-08 13:31:47 -04:00
NerdNumber9
68de7b516e
Transfer commit
2019-08-08 09:40:41 -04:00
NerdNumber9
10095205d8
Transfer commit
2019-08-07 20:51:44 -04:00
NerdNumber9
c4c988f7a4
Add Android 7 broken SSL workaround
2019-08-07 15:47:43 -04:00
NerdNumber9
333dfbc642
Add nhentai search-by-id
2019-08-07 10:48:17 -04:00
NerdNumber9
e915fd28cb
Migrate to new URL import system
2019-08-07 10:21:18 -04:00
NerdNumber9
cd5545284e
Fix reading position not being saved when opening multi-versioned EH manga
2019-08-04 21:27:59 -04:00
NerdNumber9
054a26cf65
Fix more button always visible
2019-08-04 01:28:00 -04:00
NerdNumber9
024c76d480
Fix EH version/chapter sorting shenanigans
2019-08-04 00:15:17 -04:00
NerdNumber9
9abdfeac77
Hide ability to create merged manga
2019-08-03 22:54:22 -04:00
NerdNumber9
71182e664a
Revert "Open all E-Hentai galleries in ExHentai"
...
This reverts commit 9ff8235d
2019-08-03 22:47:02 -04:00
NerdNumber9
4f2985469c
Finish auto-migration feature
2019-08-03 02:23:21 -04:00
NerdNumber9
5b3e72db54
Completed most of auto-migration UI
2019-07-31 03:39:51 -04:00
NerdNumber9
f811cc5c87
Initial work on auto-migrate
2019-07-30 19:29:12 -04:00
NerdNumber9
e7abe27bb6
Hide internal sources from UI
...
Change wording on migration button in smartsearch
2019-07-30 10:22:46 -04:00
NerdNumber9
126d875547
Include language when displaying source-specific chapters in MergedManga
2019-07-30 02:08:27 -04:00
NerdNumber9
a2b7228e95
Fix infinite reloading after merging manga
2019-07-30 01:49:54 -04:00
NerdNumber9
10d6b3a6ca
Initial MergedSource creation UI
2019-07-30 01:41:30 -04:00
NerdNumber9
4c9be5557d
Initial work on merged sources
2019-07-29 19:36:16 -04:00
NerdNumber9
8934d251d9
Initial work on SmartSearch
2019-07-29 02:12:30 -04:00
NerdNumber9
b5263a6968
Do not crash if source provides bad prefs
2019-07-28 03:45:50 -04:00
NerdNumber9
d931027067
Catch and ignore reader page sheet launch exception to prevent it from crashing the app
...
I have no idea why it happens so often but at this point I will just ignore the error
2019-07-28 02:35:53 -04:00
NerdNumber9
9ff8235de4
Open all E-Hentai galleries in ExHentai
2019-07-27 19:30:25 -04:00
NerdNumber9
54075733b7
Fix crashes when opening Tsumino captcha
2019-07-27 19:04:25 -04:00
NerdNumber9
2ea0538825
Remove useless long-press-to-change-category setting as it is now enabled by default
2019-07-27 19:03:35 -04:00
NerdNumber9
7fe742e6ed
Upstream merge
2019-07-27 17:56:31 -04:00
fei long
3abae1cc75
Add chinese track website "bangumi" ( #2032 )
...
* copy from shikimori and change parmater
* add login activity
* fix
* login sucess
* search
* add...
* auth fix
* save status
* revert shikimori
* fix oauth error
* add bangumi info
* update read chapter index
* refersh token
* remove outdate file
* drop comment
* change icon
* drop search result which type not comic
* fix bind logic
* set status
* add ep status
* format code
* disable cache for `collection` api
2019-07-23 12:35:38 +02:00
Eugene
d5f5ba95bb
Add automatic updates for dev builds ( #2128 )
2019-07-13 19:36:30 +02:00
MCAxiaz
e8638cb0b3
Hide Empty Search Results in Catalogues ( #2066 )
...
* test2
* remove nothing_found view and associated resources
2019-07-01 13:06:19 +02:00
Eugene
62f9071adc
Avoid infinite loading in global search if a single catalogue fails ( #2097 )
2019-06-29 22:27:58 +02:00
inorichi
cccb56bda1
Change default update priorization
2019-06-09 14:35:24 +02:00
Harsh Parekh
5d8dc241d8
Update ranking ( #1772 )
...
* Add LibraryUpdateRanker
This class provides various functions to generate Comparators that can
be used to order the manga to update.
One such ordering is by relevance:
It prioritises manga that were updated more recently.
Another Ordering is by lexicographic order:
This is the default behaviour.
* Use relevanceRanking scheme
Instead of default(noRanking/lex ranking) now mangaList is sorted with
relevanceRanking.
* Add UI and associated variables & strings for Update Ranking.
* Use user preferences to determine update ranking scheme.
* Refactor relevanceRanking to latestFirstranking.
This name seems to better reflect the ranking scheme and frees up the
name relevanceRanking for future use.
* Set latestFirst scheme as default.
(Changing over from lexicographic scheme)
* Fix 1
[Convert LibraryUpdateRanker to a object.](./files/82f263749f0ae775385b23dd919f1865360db969#r287513539)
[Nitpick: Add lines](./files/82f263749f0ae775385b23dd919f1865360db969#r287540256)
[Replace Java comparator](./files/82f263749f0ae775385b23dd919f1865360db969#r287539976)
[Nitpick: Add local variable](./files/82f263749f0ae775385b23dd919f1865360db969#r287514805)
* Fix 2
[Weird import](./files/82f263749f0ae775385b23dd919f1865360db969#r287513709)
[Default value](./files/82f263749f0ae775385b23dd919f1865360db969#r287540064)
[Use existing Strings](./files/82f263749f0ae775385b23dd919f1865360db969#r287514476)
[Use Library update order](./files/82f263749f0ae775385b23dd919f1865360db969#r287540204)
2019-06-09 14:32:12 +02:00
MCAxiaz
9ba7312caf
Make MAL Tracking Slightly Less Shitty ( #2042 )
...
* * fix cookieManager not clearing cookies properly
* manually clear tracking prefs when !isLogged (e.g. cookies were cleared)
* use full url for removing cookies
* add interceptor for all non-login network calls
* attempt auto login if cookies are missing
* move handling of csrf token to interceptor
* * move methods around to improve readability
* fix TrackSearchAdapter not updating other fields if cover_url is missing
* revert accidental removal of feature in https://github.com/inorichi/tachiyomi/issues/65
* avoid login if credentials are missing
* fix eol
* *separate login flow from rxjava for reuse in sync
* *use less expensive method of finding manga
* *move variable declaration
* formatting
* set total chapters in remote track
2019-06-09 14:31:19 +02:00
Harsh Parekh
8ebda219c4
Fix the category selection bug ( #2052 )
...
Fixes #2051
2019-05-26 11:37:47 +02:00
Harsh Parekh
47f14e8555
Long click to manage categories ( #2045 )
2019-05-25 13:47:53 +02:00
Eugene
974a24d03b
Add help link to nav drawer ( #2049 )
2019-05-25 13:46:42 +02:00
Jannis Becker
15f225537e
Update tracking sites after finishing chapter ( #2044 )
...
* Added second updateTrackLastChapterRead() called whenever a chapter has been read in the reader
* Removed old updateTrackLastChapterRead() so that it's not called twice.
2019-05-25 13:46:20 +02:00
Harsh Parekh
a32572fc96
Ignore case while sorting Library ( #2048 )
...
* Ignore case while sorting Library
* Simplify code
As suggested by @arkon
2019-05-24 09:57:05 +02:00
BlueCat300
a0939e1c48
Update Shikimori ( #2038 )
...
Domain name change due to blocking by local authorities.
2019-05-16 18:21:54 +02:00
Pavka
003dca9d45
Bugfix. Sharing images with very long name ( #1999 )
...
* Fix sharing with very long images name
* Fix dropLast to take
2019-05-07 11:06:38 +02:00
Deumiankio
021dde66eb
Add color filter blend modes ( #2013 )
...
* Add color filter blend modes
* Only show modes supported by currently used API level.
* Fix arrays.xml for API level <=27.
2019-04-29 19:32:49 +02:00
Pavka
5840a3e1e2
Shikomori -> Shikimori. Fix update chapters ( #1996 )
...
* Shikomori -> Shikimori. Fix update chapters
* Removed logs and format code
2019-04-29 18:40:26 +02:00
FlaminSarge
7c6478fe6b
Force Migration to display titles from source rather than from local DB, and update local titles when migrated ( #1670 )
2019-04-29 18:38:59 +02:00
NerdNumber9
9a6bb69df8
Mark previous as unread now works when 'force ascending sort on gallery versions' is enabled
2019-04-22 09:24:57 -04:00
NerdNumber9
256a4a2e7f
Hide sorting options on EH manga when 'force ascending sort on gallery versions' is enabled
2019-04-22 00:34:43 -04:00
NerdNumber9
55196b86b3
Fix chapters not being marked as read when transition pages are hidden
2019-04-21 23:52:40 -04:00
NerdNumber9
c5ab79f618
Improvements to accuracy of universal captcha detection
2019-04-21 23:01:41 -04:00
NerdNumber9
59fcfbe9d2
Fix universal captcha detection
2019-04-21 20:46:29 -04:00
NerdNumber9
65955fd7dc
Remove used variable
2019-04-20 16:21:14 -04:00
NerdNumber9
895191814e
Fix favorites sync and backup/restore crashing on older devices
2019-04-20 14:01:18 -04:00
NerdNumber9
b06f253f83
Another attempt to fix autoscroll crashing the reader
2019-04-20 13:59:19 -04:00
NerdNumber9
0814439886
Include async stacktraces even on errors
2019-04-20 13:52:30 -04:00
NerdNumber9
39e0d434ad
Add throttling when restoring E-Hentai/ExHentai galleries.
2019-04-19 22:59:24 -04:00
NerdNumber9
4aff768b8e
Fix multi-select operations crashing when selection is too large
2019-04-19 17:53:41 -04:00
NerdNumber9
8cac0fca67
Fix autoscroll crashing reader when sometimes
2019-04-19 17:40:05 -04:00
NerdNumber9
78b2045b14
Various crash fixes on older Android versions
2019-04-19 14:26:37 -04:00
NerdNumber9
f46c42f522
Add option to force ascending sort on gallery versions
2019-04-19 04:40:13 -04:00
NerdNumber9
c4df7b496b
More optimizations to library search
2019-04-19 04:19:07 -04:00
NerdNumber9
6c4332f5c2
Disable aggressive page loading by default
2019-04-19 03:41:20 -04:00
NerdNumber9
c9bdc72d5d
Upstream merge
2019-04-19 03:35:01 -04:00
NerdNumber9
f6a8b23498
Allow choosing hitomi.la thumbnail quality
2019-04-19 03:16:09 -04:00
NerdNumber9
2a60c828d7
Add aggressive page loading
2019-04-19 03:02:30 -04:00
NerdNumber9
ea7ff432b2
Add MangaDex login
2019-04-19 02:46:34 -04:00
NerdNumber9
f0109aa796
Fix manga info screen completely breaking on some sources
2019-04-18 21:04:20 -04:00
NerdNumber9
66b92f3eb7
Only auto-update old format galleries
2019-04-18 20:39:34 -04:00
NerdNumber9
ec4af65c36
Add universal captcha solver
2019-04-18 20:38:04 -04:00
NerdNumber9
852c1a423d
Auto-update galleries in old format
2019-04-18 17:59:39 -04:00
NerdNumber9
1d36c3269e
Add automatic gallery updating
2019-04-18 17:40:13 -04:00
Eugene
68aca55e6f
Add options to open catalogue in browser/webview ( #1979 )
2019-04-16 17:34:52 +02:00
NerdNumber9
b14c3cc49f
Logging tweak in ExtensionManager
2019-04-14 21:43:19 -04:00
NerdNumber9
cbc4a0f3ab
Fix rating search
2019-04-14 21:00:42 -04:00
NerdNumber9
28d43bbecc
Allow searching by title for lewd galleries with missing metadata
2019-04-14 20:04:53 -04:00
NerdNumber9
55a3b2f3a1
Use different log filenames for different build types
2019-04-14 19:35:02 -04:00
NerdNumber9
2545b22ab1
Verify library state before syncing
2019-04-14 19:30:41 -04:00
NerdNumber9
77c07d13c0
Ignore non-existent galleries during favorites sync
2019-04-14 18:53:34 -04:00
NerdNumber9
98ac8a69c2
Minor type fix
2019-04-14 18:21:11 -04:00
NerdNumber9
6951ce34c7
Fix deadlocks in gallery adder, favorites sync and backup/restore
2019-04-14 18:20:22 -04:00
NerdNumber9
f1b08bf56e
Never backup log files
2019-04-14 13:57:14 -04:00
NerdNumber9
3cc3799ebb
Ignore debug mode when choosing logger level
2019-04-14 13:54:31 -04:00
NerdNumber9
81b20a23bf
Add debug overlay
...
Disable crash workaround, not worth it
2019-04-14 13:51:20 -04:00
NerdNumber9
bd27cb74a7
Add extension/source blacklist
2019-04-14 12:48:59 -04:00
NerdNumber9
49833fcc48
Migrate HentaiCafe IDs and nhentai URLs in backups
2019-04-14 11:17:21 -04:00
NerdNumber9
0e4c0fba5c
Fix hitomi.la
2019-04-14 10:52:18 -04:00
NerdNumber9
bfe67f1cdf
Add network inspection logging mode
2019-04-14 10:46:06 -04:00
NerdNumber9
863e349711
Improve logging
2019-04-14 10:09:43 -04:00
NerdNumber9
65abb8fa6c
Fix read positions not being preserved
2019-04-14 09:30:29 -04:00
NerdNumber9
fe5c0295c3
Allow filter menu to be opened even if no filters to allow for search saving
2019-04-14 09:30:07 -04:00
NerdNumber9
8a70dffae8
Preserve async stack traces of http requests
2019-04-14 00:27:44 -04:00
NerdNumber9
8119eb4b34
Fix Tsumino source crashing app in some rare cases when network is unreliable
2019-04-14 00:09:19 -04:00
NerdNumber9
1bae7ba8f5
Fix app crash in some rare cases in reader
2019-04-13 23:56:40 -04:00
NerdNumber9
d4f1014df6
Improve logging infrastructure
2019-04-13 23:47:57 -04:00
NerdNumber9
dce685e711
Use app name as image save location
2019-04-13 23:03:20 -04:00
NerdNumber9
c4e6668c22
Get new URL on retry on EXH sources
2019-04-13 22:35:23 -04:00
NerdNumber9
9b5608c86d
Fix build
2019-04-13 22:35:06 -04:00
NerdNumber9
2485a00d34
Upstream merge
2019-04-13 12:36:28 -04:00
NerdNumber9
8abe2d76b0
Support nhentai aliased tags
...
Better source ID detection
2019-04-13 12:18:42 -04:00
inorichi
ba674935f4
Release 0.8.4
2019-04-13 15:10:44 +02:00
inorichi
3533359fae
Use single task activity
2019-04-13 13:09:01 +02:00
NerdNumber9
8e9087226f
Add ability to hide transition page between chapters
2019-04-12 22:59:49 -04:00
inorichi
0a988d1c69
Enable new translations
2019-04-12 19:19:35 +02:00
inorichi
0e3464457c
Remove internal sources
2019-04-12 19:05:18 +02:00
inorichi
56195434e7
Add intent filter for external queries
2019-04-12 18:40:04 +02:00
NerdNumber9
9b3579acf6
Decrease debounce time for library search
...
Async library search code cleanup
Rename LoadingTools -> LoaderManager
2019-04-12 12:16:52 -04:00
inorichi
ba2194f435
Load urls inside webview
2019-04-12 17:29:02 +02:00
NerdNumber9
f772501159
Library search is now asynchronous
...
Library will now display progress bar while loading
More optimizations to library search
2019-04-12 06:50:24 -04:00
NerdNumber9
cadd389658
Remove unused metadata objects and misc code cleanup
2019-04-12 04:18:57 -04:00
NerdNumber9
c6b28cbcaf
Upgrade dependencies
...
Remove Firebase Perf for better build speeds
2019-04-09 21:43:47 -04:00
Scratch
cd4964d086
Update Save Image path
2019-04-09 23:57:07 +10:00
inorichi
e7df172da1
Provide default web view client so that redirections work
2019-04-08 10:13:58 +02:00
inorichi
e7606e6dca
Add option to open manga details in a WebView
2019-04-08 02:08:40 +02:00
inorichi
8d4c0f505c
Fix shared files not deleted from internal cache
2019-04-07 14:58:40 +02:00
NerdNumber9
739fc9f95d
Sort saved searches in UI
2019-04-06 17:59:18 -04:00
NerdNumber9
57d83e3d1b
Use TachiWeb filter serializer for saving filters
2019-04-06 09:45:28 -04:00
NerdNumber9
4e2c9dc083
Various fixes to search presets
2019-04-06 09:05:32 -04:00
NerdNumber9
f24c5e944e
Fix various proguard issues
2019-04-06 07:40:27 -04:00
NerdNumber9
603fd84753
Rewrite tag searching to use SQL
...
Fix EHentai/ExHentai
Fix hitomi.la
Fix hitomi.la crashing application
Rewrite hitomi.la search engine to be faster, use less CPU and require no preloading
Fix nhentai
Add additional filters to nhentai
Fix PervEden
Introduce delegated sources
Rewrite HentaiCafe to be a delegated source
Introduce ability to save/load search presets
Temporarily disable misbehaving native Tachiyomi migrations
Fix tap-to-search-tag breaking on aliased tags
Add debug menu
Add experimental automatic captcha solver
Add app name to wakelock names
Add ability to interrupt metadata migrator
Fix incognito open-in-browser being zoomed in immediately when it's opened
2019-04-06 07:35:36 -04:00
Amine A
8f2878a841
Added search intent handler and Google Search Action, for the global search ( #1787 )
...
* Added search intent handler
* Added support for Google Search actions
2019-04-03 10:25:52 +02:00
Carlos
77296348a0
add option to skip chapters marked read ( #1791 )
2019-04-03 10:22:32 +02:00
Pavka
a62a7d5330
Feature/shikomori track ( #1905 )
...
* Add shikomori track
* Fix char 'M'
* Fix date in search
2019-04-03 10:14:37 +02:00
inorichi
bf60aae9d8
Fix crashes below L
2019-04-03 09:47:07 +02:00
inorichi
ecc1520100
Use OkHttp to solve the challenge
2019-04-02 00:26:03 +02:00
inorichi
f1f6a2b341
Test solving Cloudflare's challenge with WebView
2019-04-01 17:20:13 +02:00
NerdNumber9
5fbe1a8614
Upstream merge
2019-03-31 00:23:44 -04:00
Deumiankio
e47dd3d587
Add 32-bit color mode to reader settings ( #1941 )
...
* add ARGB_8888 mode to reader settings
* Only show option on Oreo or later.
Only show option in settings screen.
2019-03-30 14:21:35 +01:00
Pavka
dbe8f3cfbe
Fix bug with update lib and parse chapters ( #1927 )
...
* Fix bug with update lib and parse chapters
* Fix else condition
2019-03-25 14:53:17 +01:00
inorichi
08cdac968d
Fix strings and add new languages
2019-03-25 14:52:07 +01:00
inorichi
f12d5ba689
Storio imported from Jitpack. Also fix an issue with the progress bar animation on the reader
2019-03-22 23:06:05 +01:00
DitFranXX
7551941ef2
[Cloudflare] Fix recent CF JS Challenge error that calls DOM ( #1919 )
...
* [Cloudflare] Fix recent CF JS Challenge error that calls DOM
* Replace `atob` to pure js version. (was node.js API which invalid)
* Use `atob` as native function `Base64.decode()``
* Use okio Base64 decoder instead of Android one.
2019-03-22 19:25:21 +01:00
DitFranXX
9ca0307e1c
[Cloudflare] Fix 503 due to missing value in js challenge. ( #1913 )
...
Related issues: inorichi/tachiyomi-extensions#951
2019-03-21 08:48:03 +01:00
inorichi
cf293642fb
Fix Glide exceptions
2019-03-14 21:44:20 +01:00
DitFranXX
10e1106760
[Cloudflare] Fix SyntaxError due to recent js challenge changes. ( #1876 )
...
From Anorov/cloudflare-scrape#193
Related issues: inorichi/tachiyomi-extensions#894
2019-03-14 17:45:21 +01:00
inorichi
3f2d375a53
Reduce priority of jcenter repository
2019-03-14 17:32:08 +01:00
DitFranXX
f8e121ee06
[Anilist] Fix date parsing error ( #1805 )
...
fix #1804
2019-01-28 09:03:03 +01:00
Ken Swenson
0ee005579b
[Anilist] Fix tracking for re-reading status ( #1795 )
2019-01-12 17:08:13 +01:00
inorichi
aeaf4d78f8
Bundle SQLite. Fixes tachiyomi not working on KitKat. Making a backup before using this version is recommended, but everything should work.
2018-11-26 13:05:42 +01:00
inorichi
d79e141fe5
Fix issue with center zoom position
2018-11-17 16:23:03 +01:00
MCAxiaz
9cbf226cfd
MAL API Workaround ( #1647 )
...
* Mal API workaround
* remove unused import
* Reuse existing token preference
* Minor code format
2018-11-11 14:00:47 +01:00
inorichi
36aabf23e1
Optimize library query
2018-11-09 11:59:17 +01:00
Carlos
8b67255186
kitsu search fix ( #1681 )
2018-10-27 19:34:05 +02:00
Chris Allan
3186661420
Filter local manga as downloaded ( #1674 )
...
* Filter local manga as downloaded
* Filter local manga chapters as downloaded
2018-10-27 19:33:43 +02:00
Taumer
46896d9e86
Fix potential NPE at cover image selector ( #1665 )
2018-10-27 19:17:35 +02:00
inorichi
2c4fd340c8
Restore dark blue theme. Closes #1302
2018-10-27 19:10:11 +02:00
Ken Swenson
ae6d052978
Update Anilist API search to return 50 results ( #1657 )
...
* Update Anilist API search to return 50 results
This will help alleviate not being able to find manga with generic names
such as Monster
* Add description to Anilist search dialogue
2018-10-27 19:02:10 +02:00
FlaminSarge
974891a085
Allow pausing downloads from progress notification ( #1637 )
2018-10-27 19:01:56 +02:00
inorichi
23e99a3ed8
Add new translations to settings
2018-10-09 16:13:26 +02:00
inorichi
788cb843fc
Minor fixes when updating the manga viewer
2018-10-09 14:27:00 +02:00
inorichi
790e0908a3
Better page transition text alignment
2018-10-09 13:46:44 +02:00
inorichi
7a45cd5b56
Don't use full-width page sheet on big landscape screens
2018-10-09 13:46:27 +02:00
arkanoide
fcce29a467
Update mangasee URL ( #1633 )
...
The old URL http://mangaseeonline.net is obsolete, the new URL is http://mangaseeonline.us
2018-10-07 12:55:36 +02:00
Ian Harmon
5f568733f3
AniList 5-star/smiley <-> 100-point values differ from the AniList website ( #1631 )
...
* adjusted anilist alternate rating values to match website
* addition to: adjusted anilist alternate rating values to match website
2018-09-27 19:20:37 +02:00
FlaminSarge
3611f67fb4
Handle manga info fetch errors in the same way as chapter fetch errors ( #1541 )
...
(Using a toast)
2018-09-21 09:51:37 +02:00
FlaminSarge
353ccbd444
For migration, put the selected source at the top of the search list instead of excluding it ( #1542 )
...
* For migration, put the selected source at the top of the search list rather than excluding it
* Indicate which source is currently selected during migration
Currently uses ▶
2018-09-21 09:51:10 +02:00
Carlos
3c1179d27b
Fix NSFW Manga not showing in Kitsu ( #1622 )
...
* add interceptor to kitsu
* switch to shared client
2018-09-21 08:20:06 +02:00
inorichi
da8b870670
Update image decoder library. Remove deprecated ask update tracking setting
2018-09-17 14:50:44 +02:00
Taumer
6b26859983
Add categories for readmanga/mintmanga ( #1607 )
...
* Add categories for readmanga/mintmanga
* Fix pages with site static resources
2018-09-12 17:08:53 +02:00
inorichi
7afd224aff
Fix volume keys intercepted even if the setting was off
2018-09-12 17:08:31 +02:00
inorichi
62e7bead73
Show menu when there's no next chapter
2018-09-09 17:43:06 +02:00
inorichi
116f7d1c4a
Several reader fixes
2018-09-08 12:46:36 +02:00
inorichi
18f89cc341
New reader ( #1550 )
...
* Delete old reader
* Add utility methods
* Update dependencies
* Add new reader
* Update tracking services. Extract transition strings into resources
* Restore delete read chapters
* Documentation and some minor changes
* Remove content providers for compressed files, they are not needed anymore
* Update subsampling. New changes allow to parse magic numbers and decode tiles with a single stream. Drop support for custom image decoders. Other minor fixes
2018-09-01 17:12:59 +02:00
NerdNumber9
42169783e1
Merge branch 'master' of https://github.com/inorichi/tachiyomi
2018-08-27 12:43:45 -04:00
NerdNumber9
ec0fe2210d
Add ability to ask for category on long press
2018-08-04 10:49:29 -04:00
NerdNumber9
450fcccaa6
Log result in Tsumino and minor code cleanup
2018-08-03 22:03:51 -04:00
NerdNumber9
72504ca53f
Minor typo fix and code cleanup
2018-08-03 21:34:31 -04:00
FlaminSarge
7c99ae1b3b
Set notification number for library updates to number of new updates ( #1551 )
2018-07-29 23:01:15 +02:00
NerdNumber9
411dda0e75
Introduce incognito open-in-browser support
2018-07-21 23:16:10 -04:00
NerdNumber9
d9d71c8745
Various dependency updates
2018-07-21 15:26:14 -04:00
NerdNumber9
35239af039
Allow preserving reading position even when manga is read
2018-07-18 22:46:47 -04:00
NerdNumber9
840e571917
Do not retry loading pages
...
GIF support in non-vertical pagers
Fix cache being double-opened
2018-07-18 22:17:46 -04:00
NerdNumber9
2fd4204db8
Reader cache + retry improvements
2018-07-17 22:29:49 -04:00
NerdNumber9
6ae90e0a7d
Add ability to reverse search result order
...
Actually activate hath perks
2018-07-08 19:44:49 -04:00
NerdNumber9
43dc12a0f3
Fix hitomi browse/latest
2018-07-08 18:34:22 -04:00
NerdNumber9
28d05b629f
Add additional advanced options to login screen
...
Add "more" button into global search results
Retry-all button is now more explicit on what was retried
Minor performance fix in hitomi search
2018-07-08 17:53:03 -04:00
NerdNumber9
5cfdbbce7a
Merge branch 'master' of https://github.com/inorichi/tachiyomi
...
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/source/SourceManager.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/info/MangaInfoController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderPresenter.kt
2018-07-08 15:51:26 -04:00
FlaminSarge
16dc4d298d
Update manga.last_update when any ChapterSourceSync.syncChaptersWithSource() occurs rather than only during LibraryUpdateService.updateChapterList() ( #1535 )
...
Viewing a manga's info page for the first time forces a chapter sync.
Prior behavior would cause new chapters to be retrieved for that manga, but with manga.last_update remaining at 0 (until a library update occurred in which chapters were changed).
The new behavior updates last_update any time the chapters are changed via syncChaptersWithSource().
2018-07-07 14:05:02 +02:00
Carlos
762c378bd6
Kitsu search fix ( #1524 )
...
* fixed start date,
fixed filtering of novel
* removed init switched ?.let
2018-07-07 11:35:03 +02:00
inorichi
515289134e
Only include URL in the share functionality
2018-06-30 20:02:04 +02:00
inorichi
3d1afe7cf2
Show manga with no installed source. Based on PR #1345
2018-06-30 19:55:46 +02:00
Carlos
fd825b1049
Changed Kitsu to use Algoria search directly ( #1514 )
...
* Changed Kitsu to use Algoria search directly, was recommended by the Kitsu Dev team
* remove extra line
* fixed end date bug
added filtering out novel back in
* save the retrofit instances locally for search.
2018-06-30 12:07:37 +02:00
Sklan
9bf071132d
Update AnilistModels.kt ( #1481 )
...
* Update Anilist.kt
* Update AnilistModels.kt
* Update Anilist.kt
2018-06-18 22:32:15 +02:00
Taumer
014bb2f426
Update date selector and chapter number recognition ( #1459 )
...
Close #1455
2018-06-11 12:07:38 +02:00
NerdNumber9
a96c25c37c
Add retry all and boost page
2018-06-10 12:15:15 -04:00
NerdNumber9
c1abec3b4c
Fix autoscroll scrolling right on right-to-left reader
2018-06-10 10:46:49 -04:00
NerdNumber9
34df0759f3
Improved autoscroll
2018-06-10 01:26:01 -04:00
NerdNumber9
b6a3f6ebd2
Add autoscroll support
2018-06-10 00:50:17 -04:00
NerdNumber9
0f2be86d5a
Add ability to tune reader threads and instant retry
2018-06-09 23:12:53 -04:00
NerdNumber9
4342584c32
Minor code cleanup
2018-06-09 19:54:26 -04:00
NerdNumber9
71c10df270
Merge branch 'master' of https://github.com/inorichi/tachiyomi
...
# Conflicts:
# README.md
# app/.gitignore
# app/build.gradle
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsAboutController.kt
# app/src/main/res/raw/changelog_release.xml
2018-06-09 19:52:02 -04:00
NerdNumber9
db90b5d2cb
Minor typo fix in Hitomi.la settings
2018-06-09 19:37:12 -04:00
inorichi
56927927c8
Update user agent on kissmanga ¯\_(ツ)_/¯
2018-06-06 12:42:57 +02:00
ddmgy
b19a4d2977
Change AniList search query to show some previously hidden entries. ( #1435 )
2018-05-28 22:54:41 +02:00
inorichi
c6cfd24f19
Fix kissmanga not loading for some people after the previous update
2018-05-26 15:24:38 +02:00
inorichi
10f36f40d6
Bugfix on save instance state. Also improve initial page loading on Kissmanga
2018-05-23 13:16:11 +02:00
inorichi
9d5cf9163a
Release v0.7.4
2018-05-13 11:56:24 +02:00
Jozef Hollý
9abce0cca3
Vanity url ( #1408 )
...
* vanity url
* vanity url
* vanity url
2018-05-13 11:36:08 +02:00
inorichi
c6245f4fa3
Reenable cipher suites after upgrading to okhttp 3.10. Fixes #1411
2018-05-11 15:08:12 +02:00
inorichi
263198dd89
Minor fix
2018-05-05 15:29:08 +02:00
inorichi
345f96055d
Fix indonesian language. Closes #1387
2018-05-05 14:23:34 +02:00
Ken Swenson
51144aa45e
Implement Anilist API v2 ( closes #1159 ) ( #1383 )
...
* Implement Anilist API v2 (closes #1159 )
Switches to using the Anilist v2 API.
Login is now done by implicit grant and tokens are good for one year.
Users will need to login again after token expiration.
"clientId" on line 289 of AnilistApi.kt should be changed to Tachiyomi's
own client ID number.
* Code style formatting
Revert to kotlin 1.2.30
Use correct client ID
Rename AnilistApi.login to AnilistApi.createOAuth to reflect changed implementation
Rename json mimetype variable from json to jsonMime for clarity
Don't read response if it's ignored
Remove unused parameters from api requests
* Close netResponse after read
* Refactor remote_id into media_id and library_id
* DB: Refactor RemoteId
Refactor RemoteId into library_id and media_id
Implement function to fetch library_id if user is migrating rom APIv1
* Remove logging interceptor
* Compatability and sql simplification
* Fix score and minor improvements
* Revert changes to Kitsu API
2018-05-05 14:05:02 +02:00
jFields99
86a599d13f
Added Github link to about. ( #1389 )
...
* Added Github link to about.
* Added github link to About page (Fixed)
Fixed based on jogerj's comment in #1389
* Changed Github link to correct URL.
* Balanced brackets
2018-05-04 16:36:06 +02:00
inorichi
8874fe973c
Bugfixes
2018-04-30 18:31:31 +02:00
inorichi
32db1e3045
Run downloader in foreground service
2018-04-28 10:54:27 +02:00
inorichi
303e6c0102
Reorganize reader settings. Update Conductor version
2018-04-28 10:40:08 +02:00
inorichi
18883f1ba3
Crop borders for webtoon now have a separate setting. Close #972
2018-04-27 16:55:12 +02:00
inorichi
5c31271e91
Workaround a crash related to saving instance state and child controllers
2018-04-25 16:26:46 +02:00
inorichi
968f4a69e8
Separate 'en' locale into 'en-US' and 'en-GB' for displaying dates
2018-04-22 13:15:47 +02:00
NerdNumber9
e7c48a98df
Fix app locking even if app lock is disabled
...
Hide fingerprint view if fingerprint is disabled
2018-04-18 10:18:32 -04:00
NerdNumber9
b69af710ad
Release v7.2.2
...
Fix SimpleDateFormat crashing application on older Android OSes
Rename preference key (typo)
2018-04-17 15:58:49 -04:00
NerdNumber9
4d3b469c48
Upgrade realm version
2018-04-16 11:50:46 -04:00
NerdNumber9
8cc6c0171b
Increment realm schema version
2018-04-16 09:53:18 -04:00
NerdNumber9
8be5be4720
Fix possible crash-on-start from getToolbarNavigationItem
2018-04-16 09:50:57 -04:00
NerdNumber9
995a1155e4
Update changelogs and add hitomi.la URL importing
2018-04-15 14:35:00 -04:00
NerdNumber9
234c3bb72a
Merge branch 'master' of https://github.com/inorichi/tachiyomi
...
# Conflicts:
# README.md
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryCategoryAdapter.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryController.kt
2018-04-15 13:39:29 -04:00
NerdNumber9
aafe863774
Add hitomi.la preferences screen
...
Add hitomi.la early refresh
Fix some typos in comments
2018-04-15 13:35:38 -04:00
inorichi
e7e1a9bf50
Fix #1073
2018-04-15 13:26:33 +02:00
Taumer
3fd2222c99
Update russian sources ( #1362 )
...
1) moved headerBuilder to imageRequest
2) changed the method of gets thumbnails
3) updated js for genres
4) update genre list
2018-04-15 12:47:39 +02:00
NerdNumber9
fb1db914aa
Fix Tsumino page offset ( fixes #27 )
2018-04-14 23:37:17 -04:00