From 24a6eba94ef6a86e2285a879a79e4fc9bbc79968 Mon Sep 17 00:00:00 2001 From: Rani Sargees Date: Thu, 28 Nov 2019 16:24:51 -0500 Subject: [PATCH] match upstream --- .gitignore | 1 + app/build.gradle | 4 +- .../data/updater/github/GithubService.kt | 2 +- .../ui/setting/SettingsAboutController.kt | 2 +- app/src/main/res/raw/changelog_release.xml | 258 +----------------- app/src/main/res/values/strings.xml | 2 +- 6 files changed, 15 insertions(+), 254 deletions(-) diff --git a/.gitignore b/.gitignore index 3c75eeef2..5dca3c5bc 100755 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ TODO.md CHANGELOG.md /captures +build.sh diff --git a/app/build.gradle b/app/build.gradle index ea81e51e2..578e7e8cd 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,12 +36,12 @@ android { buildToolsVersion '28.0.3' defaultConfig { - applicationId "eu.kanade.tachiyomi.eh2" + applicationId "eu.kanade.tachiyomi.az" minSdkVersion 16 targetSdkVersion 28 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" versionCode 8405 - versionName "v8.4.5-EH" + versionName "v8.4.5-AZ" buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\"" diff --git a/app/src/main/java/eu/kanade/tachiyomi/data/updater/github/GithubService.kt b/app/src/main/java/eu/kanade/tachiyomi/data/updater/github/GithubService.kt index 1efed0e2e..d5d69664f 100755 --- a/app/src/main/java/eu/kanade/tachiyomi/data/updater/github/GithubService.kt +++ b/app/src/main/java/eu/kanade/tachiyomi/data/updater/github/GithubService.kt @@ -27,7 +27,7 @@ interface GithubService { } } - @GET("/repos/NerdNumber9/tachiyomi/releases/latest") + @GET("/repos/az4521/tachiyomiAZ/releases/latest") fun getLatestVersion(): Observable } diff --git a/app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsAboutController.kt b/app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsAboutController.kt index 27c78641c..368cc47dd 100644 --- a/app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsAboutController.kt +++ b/app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsAboutController.kt @@ -65,7 +65,7 @@ class SettingsAboutController : SettingsController() { } preference { title = "Github" - val url = "https://github.com/NerdNumber9/TachiyomiEH" + val url = "https://github.com/az4521/TachiyomiAZ" summary = url onClick { val intent = Intent(Intent.ACTION_VIEW, Uri.parse(url)) diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index fb1674f31..bb8a9184e 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,254 +1,14 @@ - - Add shortcut to auto-migration of all manga in a source - Improve responsiveness when skipping manga during auto-migration - Optimize auto-migration colors for dark themes - Fix saving HBrowse search queries crashing application - Another attempt to fix E-Hentai/ExHentai reading progress not carrying over when updating galleries - Minor improvements to application boot speed - Fix E-Hentai/ExHentai never updating galleries in some cases - Fix HBrowse tag search and pagination - - - - Fix MangaPlus extension not working - General performance improvements - - - - Remove useless help button in sidebar - Add HBrowse source - Auto-migration performance improvements - Fix "use intelligent search algorithm" in auto-migration not working - Hide useless sources from source selection screen - Fix background updater not updating all galleries on large libraries - Fix E-Hentai/ExHentai gallery update notifications (again) - - - - Fix incorrect update notifications for E-Hentai/ExHentai galleries - Fix EH manga opening in EXH source sometimes - Add experimental 8muses source - Enable library tag search and url importing for Pururin.io extension - Attempt to fix hitomi.la failed handshake error - Allow searching by ID in nhentai source - Fix reading position not being saved when EH/EXH galleries update - Fix extension uninstall button not working - Fix EH/EXH chapter/version sorting issues - Add auto-source-migration feature (long-press and select some manga in your library, then tap on the three-dots menu in the top-right) - Fix rare crash when opening extension preferences - Fix rare crash in reader - Fix application sometimes crashing in the background - Fix crash when opening Tsumino captcha - Enable long-press-to-change-manga-category by default - - - - Fix app crashing when updating library - Fix E-Hentai/ExHentai and many other sources not working - Fix many crashes that occur when the app is run on older Android versions - Fix autoscroll crashing the reader sometimes - Fix the app crashing on startup for some users - Fix multi-select operations crashing the app when the selection is too large - Add throttling when restoring E-Hentai/ExHentai galleries from backups - - - - Many crash fixes - Sort saved searches alphabetically - Fix favorites sync not properly syncing EHentai (not ExHentai) galleries - Fix images being saved to wrong folder (thanks Scrxtchy!) - Many optimizations to library search (it should no longer freeze the app) - Add ability to remove transition page between chapters - Fix hitomi.la - Fix handling of old backups containing hentai.cafe or nhentai galleries - Add support for importing backups containing galleries from sources in Tachiyomi extensions - Hide extensions/sources that conflict with TachiyomiEH - Fix backup/favorites sync randomly hanging - Fix gallery import/favorites sync not adding search metadata - Allow saving searches in sources with no filters - Fix favorites sync failing on removed galleries - Favorites sync will now scan invalid galleries before starting - Allow searching by title in the library for galleries with missing metadata - Fix EHentai/ExHentai rating search - Add ability to aggressively load pages - Add MangaDex login - Add option to toggle between low/high quality hitomi.la thumbnails - TachiyomiEH will now automatically detect captchas in all sources - Add ability to auto-check EHentai/ExHentai galleries for updates - Add support for EHentai/ExHentai gallery versioning - Fix preserve reading position on read manga - Retrying an EHentai/ExHentai page will now grab a different Hentai@Home URL - - - - All the internal sources have been removed. They now need to be - installed as an extension. - Cloudflare is now resolved with a WebView in background which should put - an end to the recent updates to adapt to their changes. - Added an option to open manga details in a WebView. This - should also help when receiving a captcha confirmation page (usually 403 errors). - It can also be used to login with the website, as the app now shares cookies. - Added a deep link handler that extensions can use to perform - a search within the app. - Added an option to decode images in ARGB8888 format for - devices running Oreo or later. - Added Shikimori tracker. - Updated translations. - - - - Rewrite library tag searching (for hopefully better performance) - Fix EHentai/ExHentai - Fix hitomi.la - Rewrite hitomi.la search engine to be much, much faster - Fix some random crashes - Fix nhentai - Add additional filters to nhentai - Fix PervEden - Introduce delegated sources - Integrate HentaiCafe with the Tachiyomi extension - Introduce ability to save/load search presets - Fix tap-to-search-tag breaking on aliased tags - Add experimental automatic Tsumino captcha solver - Add ability to interrupt metadata migrator - Fix incognito open-in-browser being zoomed in incorrectly sometimes - - - - Updated Cloudflare. - Fixed crashes with some translations. - - - - Fixed latest Cloudflare changes. - Bundled SQLite for better performance and new features. - Restored dark blue theme. - Added a MAL API workaround. - Fixed search issues on Kitsu and AniList. - Fixed an issue where the image was centered when using the vertical reader. - Updated translations. - - - - Added a new reader with many fixes. - Added GIF support. - Fixed loading errors with local compressed files. - Fixed an issue where images couldn't be shared. - Removed image decoders setting because it's not needed anymore. - Updated translations. - Show all entries in library even if their extensions are not installed - Fixed search issues on Kitsu and AniList. - Other minor bugfixes. - - - - Add ability to customize reader cache size - Fix "Retry all" button not retrying all pages - Add GIF support (not available in webtoon reader) - Add ability to force saving reading position even when manga is read - Add option to prevent pages opened using the 'Open in browser' menu option from being added to Chrome's history - - - Version skipped due to internal changes - - - Performance improvements for users with E-Hentai hath perks - Add additional advanced options to E-Hentai login screen - Add "more" button in global search results - Fix hitomi.la browse/latest not working - Minor performance improvements to hitomi.la search - Add ability to reverse search results on E-Hentai/ExHentai - - - Fixed autoscroll scrolling wrong direction on right-to-left readers - Added retry all button - Added boost page button - Fixed incorrect version numbers in changelog - - - Added autoscroll feature - Added ability to specify reader download thread count - Added ability to skip download queue upon retry - - - Updated Anilist's API to v2. - Added Github link to about. - Fixed indonesian language not working. - Fixed an issue on KitKat that crashed the app when scheduling updates. - Fixed a few more issues introduced on the previous release. - - - - Fixed the tracking search layout when there are many results. - Separate english language into american and british so that dates are formatted according to that locale. - Added Firebase analytics, for Android API distribution. - Crop borders for webtoons now has a separate setting. - The downloader now runs in a foreground service to prevent it from being killed. - Fixed a few weird crashes. - - - - Fix app crashing on some older devices (again) - Fix app crashing sometimes when long-pressing the back/menu button in the top left - - - Fix app crashing on some older devices - - - Fix Tsumino search page offset - Added hitomi.la source (searching is still very slow/buggy) - Add option to expand search filter by default - Add an option to disable auto lock and add manual locking - Re-theme lock view (again) - Fix broken back button in search - Fix Tsumino captcha appearing multiple times - - - More fixes to favorites sync - Added options to ignore errors in favorites sync - Add Tsumino captcha display - - - Fix broken favorites sync in previous release - - - Various performance improvements - Fix app not working at all for some users - - - Various performance improvements - Fix library search query being lost - Upstream merge - Fix Tsumino and HentaiCafe links not triggering a link import - Fix many bugs in link interceptor - Completely revamp favorites sync algorithm - Various bug fixes - - - - Fixed missing downloaded label in chapters screen. - Fixed updater in KitKat and lower due to TLS. - - - - Updated Cloudflare bypass. - Enabled TLS 1.1 and TLS 1.2 on Android KitKat and lower. - Minor UI changes. - - - - Added extensions support. You can now install and update extensions within the app. - If you installed any extension previously through F-Droid, you'll have to uninstall them first. - Added a custom download option to download N chapters. - Updated manga info layout, with clickable components to copy to clipboard or perform a global search. - Added an option to change the animation speed of a double tap in the reader. - Improved tracking results UI with covers. - Dropped support for simultaneous downloads. - Batoto is now a legacy source, you can only use it to migrate. - Updated dark theme and reader theme. - Bugfixes and minor UI/UX improvements. + + FUCK + FUCK + FUCK + FUCK + FUCK + FUCK + FUCK + aAAAAAAAAAAAaaAA diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ca0f1f68e..14d39a287 100755 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,6 +1,6 @@ - TachiyomiEH + TachiyomiAZ Name