diff --git a/.github/readme-images/material snackbar.png b/.github/readme-images/material snackbar.png index b7b403bbca..bf22951d2b 100644 Binary files a/.github/readme-images/material snackbar.png and b/.github/readme-images/material snackbar.png differ diff --git a/.github/readme-images/new notifcations collasped.png b/.github/readme-images/new notifcations collasped.png deleted file mode 100644 index dbeb9c0852..0000000000 Binary files a/.github/readme-images/new notifcations collasped.png and /dev/null differ diff --git a/.github/readme-images/new notifcations.png b/.github/readme-images/new notifcations.png deleted file mode 100644 index 3c8b1bfd1e..0000000000 Binary files a/.github/readme-images/new notifcations.png and /dev/null differ diff --git a/.github/readme-images/screens.png b/.github/readme-images/screens.png index dfe8579134..7b30f73018 100644 Binary files a/.github/readme-images/screens.png and b/.github/readme-images/screens.png differ diff --git a/.github/readme-images/share menu.png b/.github/readme-images/share menu.png index 1f9952ff3e..78d8eef4fc 100644 Binary files a/.github/readme-images/share menu.png and b/.github/readme-images/share menu.png differ diff --git a/.github/readme-images/theming-screenshots.gif b/.github/readme-images/theming-screenshots.gif deleted file mode 100644 index c10494a867..0000000000 Binary files a/.github/readme-images/theming-screenshots.gif and /dev/null differ diff --git a/README.md b/README.md index e75fb1b910..7caebca771 100644 --- a/README.md +++ b/README.md @@ -1,49 +1,40 @@ # ![app icon](./.github/readme-images/app-icon.png)Tachiyomi Tachiyomi is a free and open source manga reader for Android 5.0 and above. -![screenshots of app](./.github/readme-images/theming-screenshots.gif) +![screenshots of app](./.github/readme-images/screens.png) ## Newest Release -[v0.9.82](https://github.com/Jays2Kings/tachiyomi/releases) +[v1.0.0](https://github.com/Jays2Kings/tachiyomiJ2K/releases) ## Features Features of Tachiyomi include: -* Online reading from sources such as KissManga, MangaDex, [and more](https://github.com/inorichi/tachiyomi-extensions) +* Online reading from sources such as MangaDex, MangaSee, Mangakakalot, [and more](https://github.com/inorichi/tachiyomi-extensions) * Local reading of downloaded manga * A configurable reader with multiple viewers, reading directions and other settings. * [MyAnimeList](https://myanimelist.net/), [AniList](https://anilist.co/), [Kitsu](https://kitsu.io/explore/anime), and [Shikimori](https://shikimori.one) support * Categories to organize your library -* Light and dark themes +* Automatic light and dark themes * Schedule updating your library for new chapters * Create backups locally to read offline or to your desired cloud service Plus some new features in this fork such as: -* Android 10 Dark Theme support: You can have Tachiyomi follow the system theme as well as customize which dark theme to use for dark mode +* New Manga details screens +* New Recents page: Providing quick access to newly added manga, new chapters, and to continue where you left on in a series * Android 10 edge to edge support (and a translucent nav bar for older versions): no more small ugly bar for the gesture navigation -* Automatic background based on manga page: For those that like having a white background to match the content, this will automatically set the background to match for moments such as a flashback section of a manga -* [Richer New chapters notifications](https://raw.githubusercontent.com/Jays2Kings/tachiyomi/master/.github/readme-images/new%20notifcations%20collasped.png): Now as a group of notifications, [expanding out to show more information](https://raw.githubusercontent.com/Jays2Kings/tachiyomi/master/.github/readme-images/new%20notifcations.png) about the new chapters (like chapter name and manga cover). Tapping on it will bring you right into the chapter or expand it to mark it as read or view all chapters -* [New material snackbar](https://raw.githubusercontent.com/Jays2Kings/tachiyomi/master/.github/readme-images/material%20snackbar.png): Removing manga now auto deletes chapters and has an undo button in case you change your mind -* Multi Source Migration from library -* Notification separation of updating library and new chapters -* [Share sheets upgrade for Android 10](https://raw.githubusercontent.com/Jays2Kings/tachiyomi/master/.github/readme-images/share%20menu.png) -* Reader seekbar overrides switch app gesture in Android 10, so no more accidents for that -* Option to hide manga titles in grid view -* Filter out your library by searching for tags (ex. "Comedy" or "Slice of Life") or exclude mangas by a tag (ex. "-Shounen" or "-Romance"). Tapping on these tags also performs a local search. You can also search multiple tags (ex. "Romance, -Harem, Comedy") -* Tri-State Filters on library -* Filter extensions based on your locale -* Webview Navigation -* Fingerprint/Biometrics lock -* Range Select for Library and Chapters: long Press on an item then long press on another to select everything in between -* Automatically checks for extension updates +* Smart background based on manga page: For those that like having a white background to match the content, this will automatically set the background to match for moments such as a flashback section of a manga +* [New material snackbar](.github/readme-images/material%20snackbar.png): Removing manga now auto deletes chapters and has an undo button in case you change your mind * Batch Auto-Source Migration (taken from [TachiyomiEH](https://github.com/NerdNumber9/TachiyomiEH)) +* [Share sheets upgrade for Android 10](.github/readme-images/share%20menu.png) +* View all chapters right in the reader +* Tri-State Filters on library * Drag & Drop Sorting in Library -* Improved Download queue, including reordering and cancelling downloads -* Recently Read goes all the way back to the beginning of time +* Individual Category sorting +* Library redesigned as a single list view +* Read history goes all the way back to the beginning of time * Restoring backups in the background (taken from [Neko](https://github.com/CarlosEsco/Neko) * Expanding manga thumbnails -* Automatically check for extension updates -* More Material Stuff +* A lot more Material Design 2 additions ## Issues, Feature Requests and Contributing diff --git a/app/build.gradle.kts b/app/build.gradle.kts index fe44eedb28..c78164c220 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -36,7 +36,7 @@ android { targetSdkVersion(29) applicationId = "eu.kanade.tachiyomi" versionCode = 62 - versionName = "0.9.82" + versionName = "1.0.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled = true diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index 8f2fcb8454..27be82f75e 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,10 @@ + + Full MD2 overhaul, check the GitHub release for full + changelog + + Fixed Extensions list sometimes not loading Fixed Catalogue list resetting to the top @@ -220,89 +225,4 @@ Android X Support - - 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. - - - - 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. - - - - 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. - - - - 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. - -