Jobobby04
a4273bb9a2
Add share/save manga cover when expanded from J2k, not tested
2020-10-15 11:26:39 -04:00
Carlos
0b6f7c5e23
Add push to mangadex
...
(cherry picked from commit 869f24f2092c761bc2a7bf075784bc8b7cbaea23)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/download/Downloader.kt
# app/src/main/java/eu/kanade/tachiyomi/data/library/LibraryUpdateService.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsSiteController.kt
# app/src/main/res/values/strings_neko.xml
2020-10-14 18:43:27 -04:00
Jobobby04
c789203ff8
fix some mangadex manga not being marked as complete in status
2020-10-14 17:48:12 -04:00
Carlos
7f73094bb4
follows sort yolo
...
(cherry picked from commit 097d44ef35b021ba11e164f45234356fd8395540)
# Conflicts:
# app/src/main/java/exh/md/handlers/FollowsHandler.kt
2020-10-14 17:43:40 -04:00
Jobobby04
a2a21bbbb7
Fix strings(again)
2020-10-14 17:36:51 -04:00
Jobobby04
c42e8739f6
Move some functions to the abstract backup manager
2020-10-14 17:36:22 -04:00
Jobobby04
d9ce86aca6
Dedupe some code, move over read and bookmarks properly
2020-10-14 15:19:46 -04:00
Jobobby04
f4200e2146
Rewrite backup categories
2020-10-14 14:15:14 -04:00
Jobobby04
e32f4eb317
Replace migrate button with merge
2020-10-14 14:06:05 -04:00
Jobobby04
e7c16cd0d1
Also apply changes to online restore
2020-10-14 13:15:54 -04:00
Jobobby04
f91d1af373
Dont break after finding one chapter
2020-10-14 13:10:24 -04:00
Jobobby04
326dc27009
Find chapter based on the url
2020-10-14 13:05:52 -04:00
Jobobby04
0a790c3c25
Fix grammer
2020-10-14 13:05:36 -04:00
Jobobby04
f6fd8a8ddb
Make offline the default
2020-10-14 12:46:39 -04:00
Jobobby04
413c88d99f
Fix backups always loading the full backup restore mode, even when legacy restore was used
2020-10-13 23:29:21 -04:00
Jobobby04
d15a473ed1
Enable the proguard rules
2020-10-13 21:53:23 -04:00
Jobobby04
f92c09b0f6
More comments
2020-10-13 20:55:18 -04:00
Jobobby04
5b056c6b70
Comment it all out
2020-10-13 20:27:36 -04:00
Jobobby04
2281a7a03d
Comment out even more for a test
2020-10-13 17:23:43 -04:00
Jobobby04
713dcdfe53
Comment out some new rules for testing
2020-10-13 16:51:47 -04:00
Jobobby04
f3fc479020
Revert temp fixes, add serialization progurd rules
...
This reverts commit 543e089982e9b774c5cfbcc4d0eddb5f21373928.
2020-10-13 13:49:28 -04:00
Soitora
13196a68b1
Darken the description colors ( #3858 )
...
* Darken the description colors
* Restore UpdatesHolder.kt
* Use the same color as the Extensions subtitles
(cherry picked from commit 9f05d563f96385e2e0f5fe82f6ce097f8f2ccca2)
2020-10-13 12:39:14 -04:00
arkon
90452a7833
Use secondary color for manga info header action button default state
...
(cherry picked from commit 72d114d46a3f0c9d07fc3aa5967dee07bbb824e1)
2020-10-13 12:39:00 -04:00
Taco
8722c1806e
Use some more KTX and Compat stuff ( #3933 )
...
* Use more KTX extensions
* Update Android Studio
* Use more Compat classes
(cherry picked from commit 60755d0c26c55e8fa90406a973c00e0871c04723)
# Conflicts:
# app/src/main/java/eu/kanade/tachiyomi/data/backup/BackupRestoreService.kt
# app/src/main/java/eu/kanade/tachiyomi/data/library/LibraryUpdateService.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/manga/MangaController.kt
# app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsBackupController.kt
2020-10-13 12:38:23 -04:00
Jobobby04
543e089982
Revert the converter factory back to gson
2020-10-13 11:43:46 -04:00
Jobobby04
b67db6a25e
Manually deserialize saved searches, fix NHentai
2020-10-13 11:34:29 -04:00
Jobobby04
3dd10df45e
Likely fixed the full backup crashing for some users
2020-10-12 23:03:38 -04:00
Jobobby04
22f81758b0
Refactor custom manga info manager
2020-10-12 22:35:45 -04:00
Jobobby04
405b0580fc
Implement exclude categories from deletion
2020-10-12 22:11:16 -04:00
Jobobby04
eea1f696ca
Update dependencies
2020-10-12 21:52:20 -04:00
Jobobby04
7e93557bd2
Remove markwan dependancy
2020-10-12 21:50:06 -04:00
Jobobby04
36c0d24143
Cleanup
2020-10-12 20:20:42 -04:00
jobobby04
445878794c
Make a protobuf based backup system ( #112 )
...
* Make a protobuf based backup system, restore not tested
* Fix a number
* Remove uneeded change
* Remove more uneeded changes
* Use 1.x style models, backup should be 100% compatible with the 1.x backups
* Fix restore service not running
* Fix offline chapter restore
Cleanup saved searches restore(untested)
* Implement onlione/offline option, fix merged manga restore online, fix restore total
* Allow setting auto backup to use a full backup
* Fix for saved searches restore
* Edit some comments
* Convert flows back to observables
* Fix a model
* Fixes and comment only the SY specific things
* Move SY values range to 600 from 60
* Combine legacy and full backup services into one
Deduplicate a lot of code
Simplify a lot of stuff
Modify comments
* Cleanup
* Remove unneeded protobuf config edit because its now the default
* Migrate to kotlinx.serialization for backup saved searches
* Cleanup saved searches more, move gson type adapters to the legacy package
2020-10-12 14:41:56 -04:00
Jobobby04
f3365cef67
Convert SY specific usages of Gson to Kotlin Serialization
...
Cleanup saved searches a bit
Cleanup json parsing
2020-10-12 14:20:54 -04:00
arkon
bbfce97125
Trust user-added CAs (closes https://github.com/inorichi/tachiyomi-extensions/issues/4581 )
...
(cherry picked from commit a689e4e041b5a09ab32d8cc47b8068e0f4bde067)
2020-10-11 16:07:35 -04:00
arkon
232f5b8aab
Migrate to kotlinx.serialization for Bangumi
...
(cherry picked from commit f5aa36c787317441f34494472ec63e09c567f541)
2020-10-11 16:07:24 -04:00
arkon
4f575f37c0
Migrate to kotlinx.serialization for Shikimori
...
(cherry picked from commit f8d82cb0521012f16d11520daaac97e5efb0219c)
2020-10-11 16:07:11 -04:00
arkon
5b4f17777c
Migrate to kotlinx.serialization for download store and deleter
...
(cherry picked from commit 980feb6c96282e5b0b92a2889980ce3bd2197c37)
2020-10-11 15:53:50 -04:00
arkon
38c3a926bb
Migrate to kotlinx.serialization for Anilist
...
(cherry picked from commit e7d660549059e55f5cbeeb8607c658279a64ffdc)
2020-10-11 15:53:42 -04:00
arkon
b4cf0e9723
Migrate to kotlinx.serialization for extensions and update fetching
...
(cherry picked from commit 7a476abb53a4d3a36cf4f7618af83d984a78536b)
# Conflicts:
# build.gradle.kts
2020-10-11 15:53:27 -04:00
arkon
57803bce2f
Bump minimum WebView version to 84
...
(cherry picked from commit b88e444cbc9551f2ce89c587b5eb91bb9ae95bdd)
2020-10-11 15:34:53 -04:00
arkon
6d235e23ff
Update dependencies
...
(cherry picked from commit 6c792d2821336894f37a758b80134186bd40580b)
2020-10-11 15:34:34 -04:00
arkon
428720fb74
Update AboutLibraries
...
(cherry picked from commit 9afb445620178d0928e9f3a2af20220123c60ae3)
# Conflicts:
# build.gradle.kts
2020-10-11 15:34:15 -04:00
Jobobby04
776a4b2a24
History fixes
2020-10-10 00:32:39 -04:00
arkon
8e27ffcad7
Add Amharic locale
...
(cherry picked from commit 842295348e39bb910a4ff681a89fa03bc2961812)
2020-10-09 13:02:30 -04:00
Jozef Hollý
856a149032
Translations (Continuous) ( #3886 )
...
* Weblate translations
Co-authored-by: Ajeje Brazorf <lmelonimamo@yahoo.it>
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
Co-authored-by: Alessandro Zangrandi <alessandro@mzit.it>
Co-authored-by: Alex <linuxrf@gmail.com>
Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Ava <Sasu.ruotsalainen@live.fi>
Co-authored-by: DarKCroX <darkcrox.2020@outlook.com>
Co-authored-by: Eduard Ereza Martínez <eduard@ereza.cat>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Félix D <felix.desmaretz@protonmail.com>
Co-authored-by: Hara Desu <aqjbgr09@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Huang Zhiyi <hzy980512@126.com>
Co-authored-by: Josh Ciardi <jbciardi@gmail.com>
Co-authored-by: Juan Aranda <juan50055005@gmail.com>
Co-authored-by: Kurocon <weblate@kurocon.nl>
Co-authored-by: Lzmxya <lzmxya@gmail.com>
Co-authored-by: Marco Santos <enum.scima@gmail.com>
Co-authored-by: Milo Ivir <mail@milotype.de>
Co-authored-by: Mubarek Juhar <mubareksej@gmail.com>
Co-authored-by: Nikita Epifanov <nikgreens@protonmail.com>
Co-authored-by: Nin Gun <luis_noxer@hotmail.es>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: Paulo Pinho <kebrus@gmail.com>
Co-authored-by: Pitpe11 <giorgos2550@gmail.com>
Co-authored-by: Redya Rachmandanu <redyarachmandanu@gmail.com>
Co-authored-by: Rostyslav <info@ubilling.net.ua>
Co-authored-by: Salem Almashaikhi <salemnabil1@outlook.com>
Co-authored-by: Samuel Carvalho de Araújo <samuelnegro12345@gmail.com>
Co-authored-by: Shashank Pujari <shashankppujari@gmail.com>
Co-authored-by: Simon Mattila <simon.mattila@protonmail.com>
Co-authored-by: Yassin El Aoud <yassinelaoud@gmail.com>
Co-authored-by: abidin toumi <abidin24@disroot.org>
Co-authored-by: darkbeast13 <nikhil15mps@gmail.com>
Co-authored-by: f0roots <f0rootss@gmail.com>
Co-authored-by: monolifed <monolifed@protonmail.com>
Co-authored-by: ssantos <ssantos@web.de>
Co-authored-by: İlle <derasetad@gmail.com>
Co-authored-by: Роман <Rozhenkov69@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/am/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/ar/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/ca/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/cv/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/de/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/el/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/en_US/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/es/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/es_419/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/fi/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/fil/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/fr/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/hi/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/hr/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/id/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/it/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/ja/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/kn/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/ms/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/nl/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/pt/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/ro/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/ru/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/sc/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/sv/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/tr/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/uk/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tachiyomi/strings/zh_Hant/
Translation: Tachiyomi/Strings
* Deleted translation using Weblate (Belarusian)
* Deleted translation using Weblate (Bengali (Bangladesh))
* Deleted translation using Weblate (Spanish (Mexico))
* Deleted translation using Weblate (Tigrinya)
* Deleted translation using Weblate (English (United States))
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Ajeje Brazorf <lmelonimamo@yahoo.it>
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
Co-authored-by: Alessandro Zangrandi <alessandro@mzit.it>
Co-authored-by: Alex <linuxrf@gmail.com>
Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Ava <Sasu.ruotsalainen@live.fi>
Co-authored-by: DarKCroX <darkcrox.2020@outlook.com>
Co-authored-by: Eduard Ereza Martínez <eduard@ereza.cat>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Félix D <felix.desmaretz@protonmail.com>
Co-authored-by: Hara Desu <aqjbgr09@gmail.com>
Co-authored-by: Huang Zhiyi <hzy980512@126.com>
Co-authored-by: Josh Ciardi <jbciardi@gmail.com>
Co-authored-by: Juan Aranda <juan50055005@gmail.com>
Co-authored-by: Kurocon <weblate@kurocon.nl>
Co-authored-by: Lzmxya <lzmxya@gmail.com>
Co-authored-by: Marco Santos <enum.scima@gmail.com>
Co-authored-by: Milo Ivir <mail@milotype.de>
Co-authored-by: Mubarek Juhar <mubareksej@gmail.com>
Co-authored-by: Nikita Epifanov <nikgreens@protonmail.com>
Co-authored-by: Nin Gun <luis_noxer@hotmail.es>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: Paulo Pinho <kebrus@gmail.com>
Co-authored-by: Pitpe11 <giorgos2550@gmail.com>
Co-authored-by: Redya Rachmandanu <redyarachmandanu@gmail.com>
Co-authored-by: Rostyslav <info@ubilling.net.ua>
Co-authored-by: Salem Almashaikhi <salemnabil1@outlook.com>
Co-authored-by: Samuel Carvalho de Araújo <samuelnegro12345@gmail.com>
Co-authored-by: Shashank Pujari <shashankppujari@gmail.com>
Co-authored-by: Simon Mattila <simon.mattila@protonmail.com>
Co-authored-by: Yassin El Aoud <yassinelaoud@gmail.com>
Co-authored-by: abidin toumi <abidin24@disroot.org>
Co-authored-by: darkbeast13 <nikhil15mps@gmail.com>
Co-authored-by: f0roots <f0rootss@gmail.com>
Co-authored-by: monolifed <monolifed@protonmail.com>
Co-authored-by: ssantos <ssantos@web.de>
Co-authored-by: İlle <derasetad@gmail.com>
Co-authored-by: Роман <Rozhenkov69@gmail.com>
(cherry picked from commit 2992a0f4d87ada7fe25412b07543ee0dfb81002a)
2020-10-09 13:02:21 -04:00
Aakash Singh
c94e6c0304
Workflow improvements ( #3891 )
...
* add caching steps to build_check workflow
* add gradle.properites for github runner
* refactor ci-gradle.properties
* specify ndk versiion in build.gradle
* remove ndk install and cache steps from build_check
* moved runner files to separate folder
* refactor build_check.yml
(cherry picked from commit e8f5963a57e9dcc21e48235bc3aea39464f7acbe)
2020-10-09 13:01:50 -04:00
Jobobby04
292dbf85c9
Cleanup
2020-10-09 12:59:40 -04:00
Jobobby04
96a5b456f5
Remove tooltip
2020-10-03 17:43:10 -04:00
arkon
95de42ad80
Prevent tag search if browsing from latest (sort of closes #3625 )
...
(cherry picked from commit 4cbe49777015632816ea7b180d443805f7de980b)
2020-10-03 13:05:29 -04:00