Commit Graph

2849 Commits

Author SHA1 Message Date
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 d46a742a43)

# 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 a94fd24fa9)
2020-05-10 14:27:32 -04:00
arkon 505d2e4274 Minor wording edits
(cherry picked from commit 8a4c4c346a)
2020-05-10 14:27:21 -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 dc54299e24)

# 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 436253dd63)

# Conflicts:
#	app/src/main/res/values/strings.xml
2020-05-10 14:11:52 -04:00
jobobby04 156ce14dd8 Action: Remove Acknowledgement pong 2020-05-10 14:03:08 -04:00
Jobobby04 27dc6443ec Fix broken updater 2020-05-10 01:23:41 -04:00
jobobby04 0a5773211d Added preview builds link 2020-05-10 01:19:31 -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 a14e5a99d9 Setup first full beta test 2020-05-10 00:29:43 -04:00
Jobobby04 d643b947a9 Add files for new action, should allow automatic updating when finished 2020-05-10 00:20:36 -04:00
jobobby04 2033e82ff0 Update android-debug.yml 2020-05-09 22:16:24 -04:00
jobobby04 c2c872d000 Action: make the file a .apk 2020-05-09 21:44:44 -04:00
jobobby04 ae9377f8be Action: Should Fix uploading 2020-05-09 21:30:44 -04:00
jobobby04 93a84cad34 Action: Test Signed path 2 2020-05-09 21:10:40 -04:00
jobobby04 f9ceb92495 Action: Test this path enviorment variable 2020-05-09 21:09:42 -04:00
jobobby04 bfdd5c9ec3 Action: Remove something I forgot 2020-05-09 20:53:12 -04:00
jobobby04 d800528550 Action: Change write file and attempt to fix app signing 2020-05-09 20:52:27 -04:00
jobobby04 6ec656b094 Action: Change way of attempting to get the needed NDK 2020-05-09 20:30:45 -04:00
jobobby04 29c5da1494 Action: Only assemble release 2020-05-09 20:02:15 -04:00
jobobby04 0a21a9e5f0 Remove validate gson 2020-05-09 19:39:12 -04:00
jobobby04 d3aaa3656b Another way to add the json to the actions 2020-05-09 19:29:32 -04:00
jobobby04 69a8223d06 Fix formatting error in action 2020-05-09 19:18:38 -04:00
jobobby04 6959370087 Use another way to create the file 2020-05-09 19:17:23 -04:00
jobobby04 1d0937397f I think I fixed the actions this time 2020-05-09 19:00:45 -04:00
jobobby04 aeeafe8556 Action for some reason had ; 2020-05-09 18:52:04 -04:00
jobobby04 38c5163ab9 Did removing this break the action? 2020-05-09 18:51:15 -04:00
jobobby04 4646e4b0d9 Hopefully this time fixes it 2020-05-09 18:49:07 -04:00
jobobby04 e9f105c52a Hopfully fix google-services.json copying to app 2020-05-09 18:40:19 -04:00
jobobby04 3b225405cb Add Google-services.json to action 2020-05-09 18:28:35 -04:00
jobobby04 b96a870c4e Attempt to fix build errors 2020-05-09 18:09:21 -04:00
jobobby04 b70d70e82d Make a debug build action 2020-05-09 17:56:45 -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 0a37dabf4b Release 0.9.2.7 2020-05-09 12:20:57 -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 29feee0095)
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 63f3180dff)

# Conflicts:
#	app/src/main/java/eu/kanade/tachiyomi/data/backup/BackupRestoreService.kt
2020-05-09 11:49:15 -04:00
arkon d9d969406e Revert Nucleus to 3.0.0
Fixes #3028
Fixes #3013
Fixes #3037

(cherry picked from commit 6b3b98cf57)
2020-05-09 11:48:15 -04:00
arkon f19685787f Option to hide unread badges (closes #3095)
(cherry picked from commit 1442e2b53e)

# 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 521ebf0678)

# 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 a20874f6a1)
2020-05-09 11:41:45 -04:00
arkon 9096edfc92 Concurrently refresh trackers
(cherry picked from commit 40776bdc8d)
2020-05-09 11:41:32 -04:00
arkon f30ad78a4c Do library checks from up to 5 sources concurrently
(cherry picked from commit f853158e6b)

# 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 c9035b5df9)
2020-05-09 11:36:04 -04:00
arkon 3ffb80c6f1 Concurrently download up to 5 pages at a time
(cherry picked from commit 150132f4dd)
2020-05-09 11:35:52 -04:00
arkon 4e3c407583 Replace restore completion string with plurals
(cherry picked from commit fb97ac47bc)
2020-05-09 11:35:43 -04:00
Jozef Hollý aaf9fc5d92 Translated using Weblate (Swedish) (#3124)
Translations

(cherry picked from commit 5b53b90495)
2020-05-09 11:35:09 -04:00
Jozef Hollý 5043f840a2 Translated using Weblate (Swedish) (#3043)
Translations (Continuous)

(cherry picked from commit c6513d4450)
2020-05-09 11:34:51 -04:00