Free and open source manga reader for Android.

Related tags

App android kotlin manga
Overview
Build Stable Weekly Preview Contribute Support Server
CI stable release latest weekly build Translation status Discord

app iconTachiyomi

Tachiyomi is a free and open source manga reader for Android 5.0 and above.

screenshots of app

Features

Features include:

  • Online reading from sources such as MangaDex, MangaSee, Mangakakalot, and more
  • Local reading of downloaded manga
  • A configurable reader with multiple viewers, reading directions and other settings.
  • MyAnimeList, AniList, Kitsu, Shikimori, and Bangumi support
  • Categories to organize your library
  • Light and dark themes
  • Schedule updating your library for new chapters
  • Create backups locally to read offline or to your desired cloud service

Download

Get the app from our releases page.

If you want to try new features before they get to the stable release, you can download the preview version here.

Issues, Feature Requests and Contributing

Please make sure to read the full guidelines. Your issue may be closed without warning if you do not.

Issues
  1. Before reporting a new issue, take a look at the FAQ, the changelog and the already opened issues.
  2. If you are unsure, ask here: Discord
Bugs
  • Include version (More > About > Version)
  • If not latest, try updating, it may have already been solved
  • Preview version is equal to the number of commits as seen in the main page
  • Include steps to reproduce (if not obvious from description)
  • Include screenshot (if needed)
  • If it could be device-dependent, try reproducing on another device (if possible)
  • For large logs use http://pastebin.com/ (or similar)
  • Don't group unrelated requests into one issue

DO: https://github.com/tachiyomiorg/tachiyomi/issues/24 https://github.com/tachiyomiorg/tachiyomi/issues/71

DON'T: https://github.com/tachiyomiorg/tachiyomi/issues/75

Feature Requests
  • Write a detailed issue, explaining what it should do or how. Avoid writing just "like X app does"
  • Include screenshot (if needed)

Source requests should be created at https://github.com/tachiyomiorg/tachiyomi-extensions, they do not belong in this repository.

Contributing

See CONTRIBUTING.md.

Code of Conduct

See CODE_OF_CONDUCT.md.

FAQ

See our website. You can also reach out to us on Discord.

License

Copyright 2015 Javier Tomás

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Disclaimer

The developer of this application does not have any affiliation with the content providers available.

Comments
  • Duktape error for Cloudflare protected catalogues (Japscan, Kissmanga, etc.)

    Duktape error for Cloudflare protected catalogues (Japscan, Kissmanga, etc.)

    Version : latest (0.8.2) OS : MIUI 10 (Androïd 8.1)

    Description of the error : Duktape error when accessing to Japscan and Kissmanga : com.squareup.duktape.DuktapeException : TypeError : undefined not callable.

    opened by Dirky14 48
  • Information Page Improvements (click to search, copy to clipboard, etc)

    Information Page Improvements (click to search, copy to clipboard, etc)

    Opening up this pull request for adding in click to search and a few other info page requests I saw. If I missed any that are currently open let me know and I'll try to slip them in.

    Issues:

    • [x] Long Click to Copy to clipboard Closes #1127
    • [x] Add full title name to info pag Closes #1141
    • [x] Click to search Closes #860
    • [x] Last date in info page Closes #1098

    Other improvements

    • [x] Switch to using tags for the genres (ie. https://github.com/2dxgujun/AndroidTagGroup or https://github.com/Cutta/TagView)
    • [x] Needs final decision on full title location
    • [x] Fixes the title in library/catalogue list view so it truncates instead of running under the count badges
    opened by QuestofIranon 42
  • Wrong chapter ordering

    Wrong chapter ordering

    • [x] As you can see there is one extra chapter Onepunch-Man Punch Ver002 028

    https://cloud.githubusercontent.com/assets/1708197/12069149/7922750e-b021-11e5-8005-a8436aa57791.png https://cloud.githubusercontent.com/assets/1708197/12069150/98cd49ba-b021-11e5-801d-7d1fa1401f47.png

    Version r285 31 Dec 2015 7:21pm

    Help wanted 
    opened by j2ghz 41
  • Improve catalog search filters

    Improve catalog search filters

    This initial version implements the three state (include/exclude/ignore) search filters. It only works for MangaFox and MangaHere (I have not yet fixed the other catalogs).

    Each filter has now a type (two states / three states). More types (e.g for the "year" search field) could complicate the visual interface, so I do not think that I will implement them.

    I added icons for the three checkbox states ic_check_box_outline_blank_24pxic_check_box_24pxic_check_box_x_24px from https://material.io/icons/ (although ic_check_box_x_24px is a my edit), but perhaps it would be appropriate to replace them with colored versions (✓green, ✗red).

    opened by paronos 37
  • New translation system

    New translation system

    Direct access: https://weblate.j2ghz.com/projects/tachiyomi/main/ Wiki: https://github.com/inorichi/tachiyomi/wiki/Translation

    Translation status

    If you want to be added to the Translators group that can translate and accept suggestions (anonymous and Users can only suggest and vote) leave a message here. It would be good to have at least one translator for each language.

    If you can translate a language that is not on the list let me know, it will be added.

    Leave your feedback about the new system here.

    opened by j2ghz 36
  • Downloading extensions from Github Repo.

    Downloading extensions from Github Repo.

    Rough WIP still needs a lot of work/bug fixes.

    Right now defaults to FDroid repo for extensions. Buggy feature currently but works, clicking an extension downloads it and allows you to install.

    Here are things i plan to look into along with any more bugs that come up along the way.

    • [x] Move internal sources to external
    • [X] track versions installed of sources
    • [x] show in screen if current version is up to date as well as fix visuals and add version. (WIP Need to group by language and still show language)
    • [X] Hide older versions of extensions?
    • [x] look into allowing external sources login authentication ability (batoto)
    • [x] Requery/update list when entering into extensions page (currently it queries once and stores data, also list doesn't get updated on first entry)
    • [x] Fix download notification to show correct extension
    • [x] Add prompt after clicking of link to not auto download
    • [x] Abstract code to allow adapters for extension repos

    Goal: Decouple sources from main app allowing source fixes/changes to be pushed as new release of the extension and allowing main or dev users to not run into source related issues.

    @j2ghz this brings up a question i have are you versioning the apk's for extensions currently? Most are v1.0.1

    opened by CarlosEsco 35
  • Remove metadata section from in between chapters.

    Remove metadata section from in between chapters.

    With update 8.0, when one goes to next chapter there comes a section which tells about previous chapter and next chapter.

    It isn't really needed there and disturb the reading experience.

    opened by LalitSinghRana 34
  • Loading Library updates takes forever

    Loading Library updates takes forever

    I only have 30 mangas but it takes like 20-30 seconds to load Library updates. I thought it was broken.

    It takes 1 second for the app ta launch and show "My library" (3 with download badges enabled).

    Maybe you could implement some cache for the app to make it faster. Thanks.

    Related to https://github.com/inorichi/tachiyomi/issues/1078

    Bug 
    opened by 444nonymous 34
  • HTTP error 503 on KissManga

    HTTP error 503 on KissManga

    Hi,

    I have a problem accessing Kissmanga.com since yesterday. The error message is HTTP error 503. But I was able to access the website using a browser.

    Could you please check on this issue?

    Thank you for your time and assistance.

    opened by nicodemus88 33
  • Genre tags bug

    Genre tags bug

    Latest dev Descriptions that are too long force genre tags to be cut off instead of scrolling the field. image

    This source has issues with tags being just one image

    opened by CarlosEsco 31
  • Tachiyomi keeps stopping on launch

    Tachiyomi keeps stopping on launch

    Steps to reproduce

    1.) install tachiyomi app 2.) use for a while 3.) leave it unopened for a few hours and then try to open it

    Expected behavior

    App should open normally

    Actual behavior

    Tachiyomi keeps stopping even after clearing cache, data, and also restarting device.

    Crash logs

    I can't access the logs section of the app because when i reinstall it the crash logs starts fresh... however i did perform a logcat so i'll put that here...

    04-02 10:15:10.241 17038 17048 I art     : Enter while loop.
    04-02 10:15:10.244 17038 17038 E ResourceType: Style contains key with bad entry: 0x0101056c
    04-02 10:15:10.249 17038 17038 E ResourceType: Style contains key with bad entry: 0x0101056d
    04-02 10:15:10.249 17038 17038 E ResourceType: Style contains key with bad entry: 0x0101058c
    04-02 10:15:10.249 17038 17038 E ResourceType: Style contains key with bad entry: 0x01010604
    04-02 10:15:10.249 17038 17038 E ResourceType: Style contains key with bad entry: 0x01010605
    04-02 10:15:10.256 17038 17038 E ResourceType: Style contains key with bad entry: 0x0101056d
    04-02 10:15:10.256 17038 17038 E ResourceType: Style contains key with bad entry: 0x0101058c
    04-02 10:15:10.256 17038 17038 E ResourceType: Style contains key with bad entry: 0x01010604
    04-02 10:15:10.256 17038 17038 E ResourceType: Style contains key with bad entry: 0x01010605
    04-02 10:15:10.267 17038 17038 F libc    : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x19 in tid 17038 (anade.tachiyomi)
    04-02 10:15:10.267   488   488 D AEE/AED : $===AEE===AEE===AEE===$
    04-02 10:15:10.267   488   488 D AEE/AED : p 2 poll events 1 revents 1
    04-02 10:15:10.267   488   488 D AEE/AED : aed_main_fork_worker: generator 0xa8594dc8, worker 0xbecc4958, recv_fd 0
    04-02 10:15:10.269 17064 17064 I AEE/AED : handle_request(0)
    04-02 10:15:10.269 17064 17064 I AEE/AED : check process 17038 name:anade.tachiyomi
    04-02 10:15:10.269   488   488 D AEE/AED : aee handle:-1, cpu cores:4, online:4
    04-02 10:15:10.269 17064 17064 I AEE/AED : tid 17038 abort msg address:0x00000000, si_code:1 (request from 17038:10355)
    04-02 10:15:10.269 17064 17064 W AEE/AED : debuggerd: handling request: pid=17038 uid=10355 gid=10355 tid=17038
    04-02 10:15:10.271 17064 17064 I AEE/AED : [preset_info] pid: 17038, tid: 17038, name: anade.tachiyomi  >>> eu.kanade.tachiyomi <<<
    04-02 10:15:10.342 17064 17064 I AEE/AED : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    04-02 10:15:10.342 17064 17064 I AEE/AED : Build fingerprint: 'motorola/panell_21_d/panell_d:7.0/NRD90M.03.045/045:user/release-keys'
    04-02 10:15:10.342 17064 17064 I AEE/AED : Revision: '0'
    04-02 10:15:10.342 17064 17064 I AEE/AED : ABI: 'arm'
    04-02 10:15:10.342 17064 17064 I AEE/AED : pid: 17038, tid: 17038, name: anade.tachiyomi  >>> eu.kanade.tachiyomi <<<
    04-02 10:15:10.343 17064 17064 I AEE/AED : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x19
    04-02 10:15:10.343 17064 17064 I AEE/AED :     r0 00002c42  r1 00000001  r2 00000000  r3 12c959b0
    04-02 10:15:10.343 17064 17064 I AEE/AED :     r4 0026f7ad  r5 00000001  r6 00000000  r7 137bd680
    04-02 10:15:10.343 17064 17064 I AEE/AED :     r8 00000002  r9 ac985400  sl 137c9cd0  fp 12c959b0
    04-02 10:15:10.343 17064 17064 I AEE/AED :     ip 12c95000  sp bef33650  lr 9345ddf9  pc ac53fa50  cpsr 000d0030
    04-02 10:15:10.345 17064 17064 I AEE/AED :
    04-02 10:15:10.345 17064 17064 I AEE/AED : backtrace:
    04-02 10:15:10.346 17064 17064 I AEE/AED :     #00 pc 000ada50  /system/lib/libart.so
    04-02 10:15:10.346 17064 17064 I AEE/AED :     #01 pc 0130fdf7  /data/app/eu.kanade.tachiyomi-1/oat/arm/base.odex (offset 0x1095000)
    04-02 10:15:10.467   903  1416 W PackageManager: checkUidPermission(): android.permission.INTERACT_ACROSS_USERS_FULL of 10352 is denied.
    04-02 10:15:10.610  1640  1655 D GasService: FG app changed: from com.motorola.launcher3 to eu.kanade.tachiyomi
    04-02 10:15:10.610  1640  1655 D GasService: irregular AudioTrack usage
    

    Tachiyomi version

    0.13.1

    Android version

    Android 7.0

    Device

    Motorola Moto C Plus

    Other details

    This started happening not a long time ago, Clearing cache, data, restarting device, or uninstalling or changing extensions does not work. I cleared out all my downloaded manga too, yet this still occurs. Only way to get back to my manga is to reinstall the app and restore backups if i've made any... I've tried reinstalling the chrome webview, didnt work. I hope this will be fixed soon, i've been enjoying the app for a long time... Thanks in advance!

    Acknowledgements

    • [X] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
    • [X] I have written a short but informative title.
    • [X] If this is an issue with an extension, I should be opening an issue in the extensions repository.
    • [X] I have tried the troubleshooting guide.
    • [X] I have updated the app to version 0.13.1.
    • [X] I have updated all installed extensions.
    • [X] I will fill out all of the requested information in this form.
    Bug Needs more info 
    opened by CrimsonRuby11 30
  • Auto tracker is not working

    Auto tracker is not working

    Steps to reproduce

    The previous fix did not Fix the issue.

    As i mention on discord for some reason my tachi can't update my reading progress

    I download chapter then i turn off internet and read and same thing happened

    And i download another chapter and i read ch (internet on) and it's works fine

    So it's Offline things

    Expected behavior

    Actual behavior

    For example i read chapter 2 offline then turn on wifi Update library or something still tracker and website says i only read chap 1 even history says i read chap 2

    Crash logs

    Unfortunately logs is empty

    Tachiyomi version

    0.14.3

    Android version

    10

    Device

    Xiaomi Redmi 9c

    Other details

    Previous ticket #8641

    Acknowledgements

    • [X] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
    • [X] I have written a short but informative title.
    • [X] If this is an issue with an extension, I should be opening an issue in the extensions repository.
    • [X] I have tried the troubleshooting guide.
    • [X] I have updated the app to version 0.14.3.
    • [X] I have updated all installed extensions.
    • [X] I will fill out all of the requested information in this form.
    Bug 
    opened by shipoxx 1
  • Instant read shortcut

    Instant read shortcut

    Steps to reproduce

    1. Open Tachiyami and double click on history, it should work
    2. Close the manga
    3. Tap on library
    4. Try to double click on history again

    Expected behavior

    The shortcut to continue reading should work as intended

    Actual behavior

    Instead it only works for the first time and then stops working

    Crash logs

    No response

    Tachiyomi version

    Preview r5405

    Android version

    Android 10

    Device

    Huawei P30 lite

    Other details

    https://user-images.githubusercontent.com/76571965/211284027-dfd8a2f5-92c5-4d1d-8581-07f4755d1275.mp4

    It does however work continuously as long as you don't leave history

    Acknowledgements

    • [X] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
    • [X] I have written a short but informative title.
    • [X] If this is an issue with an extension, I should be opening an issue in the extensions repository.
    • [X] I have tried the troubleshooting guide.
    • [X] I have updated the app to version 0.14.3.
    • [X] I have updated all installed extensions.
    • [X] I will fill out all of the requested information in this form.
    Bug 
    opened by glasszay 0
  • Downloader failed said

    Downloader failed said "Invalid Location"

    Steps to reproduce

    1. Download one manga from bato.to extension https://bato.to/series/117781

    Expected behavior

    The downloader can download the certain manga

    Actual behavior

    The downloader said Invalid Location: com.hippo.unifile.RawFile@127e81a And failed to download that manga Screenshot_20230109-123453_Via

    Crash logs

    No response

    Tachiyomi version

    0.14.3

    Android version

    Android 11

    Device

    Samsung Galaxy A01

    Other details

    I can download other manga from the same extension just fine. The download folder is in the phone storage not the SD card

    Acknowledgements

    • [X] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
    • [X] I have written a short but informative title.
    • [X] If this is an issue with an extension, I should be opening an issue in the extensions repository.
    • [X] I have tried the troubleshooting guide.
    • [X] I have updated the app to version 0.14.3.
    • [X] I have updated all installed extensions.
    • [X] I will fill out all of the requested information in this form.
    Bug 
    opened by reygrey666 1
  • Chapter loading problem

    Chapter loading problem

    Steps to reproduce

    1. open the extension
    2. choose a title
    3. open a chapter
    4. image couldn't be loaded

    Expected behavior

    1. open the extension
    2. choose a title
    3. open a chapter
    4. image starts loading

    Actual behavior

    1. open the extension
    2. choose a title
    3. open a chapter
    4. image couldn't be loaded

    Crash logs

    No response

    Tachiyomi version

    Tachiyomi Sy 1.8.5

    Android version

    12

    Device

    Samsung m21

    Other details

    No response

    Acknowledgements

    • [X] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
    • [X] I have written a short but informative title.
    • [X] If this is an issue with an extension, I should be opening an issue in the extensions repository.
    • [X] I have tried the troubleshooting guide.
    • [X] I have updated the app to version 0.14.3.
    • [X] I have updated all installed extensions.
    • [X] I will fill out all of the requested information in this form.
    Bug 
    opened by Masrurkeepit 1
  • Hard to navigate through BrowseSourceScreen with keyboard

    Hard to navigate through BrowseSourceScreen with keyboard

    Steps to reproduce

    1. Browse within any non-local Source under the Browse tab
    2. Use the keyboard arrow keys to attempt to navigate down to the books

    Expected behavior

    You should be able to select and continuously load new books as you scroll with strictly the keyboard, like before.

    Actual behavior

    Your keyboard will stay locked within the new filters tab below the search bar (Popular/Latest, etc). This was not an issue in previous versions, where this tab did not exist (i.e. 0.13.6).

    Crash logs

    No response

    Tachiyomi version

    0.14.3

    Android version

    Android 13

    Device

    Galaxy Tab S7

    Other details

    This was not an issue in at least Tachiyomi version 0.13.6 (reinstalled old version and can confirm). Have not tested versions in-between 0.13.6 and 0.14.3 (latest), but likely the version that introduced the new filters tab caused this issue.

    Pressing Tab on the keyboard does take you to the books section, but it will not allow you to scroll down further past the books already on screen with the arrow keys You are locked.

    This is not an issue within the Library tab. Browsing within the Library tab works as expected.

    Acknowledgements

    • [X] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
    • [X] I have written a short but informative title.
    • [X] If this is an issue with an extension, I should be opening an issue in the extensions repository.
    • [X] I have tried the troubleshooting guide.
    • [X] I have updated the app to version 0.14.3.
    • [X] I have updated all installed extensions.
    • [X] I will fill out all of the requested information in this form.
    Bug 
    opened by DReaper 2
Releases(v0.14.3)
  • v0.14.3(Jan 7, 2023)

    Check out the past release notes if you're upgrading from an earlier version.

    New

    • Library:
      • Add "continue reading" button in library view (Library → Filter sheet → Display tab → Show continue reading button) (@d-najd)
      • Always show library tabs and counts when searching
    • Tracking:
      • Kavita enhanced tracker (@ThePromidius)
    • Advanced settings:
      • Add "shecan" DNS over HTTPS provider
      • Ability to invalidate download index (More → Settings → Advanced → Invalidate downloads index) (@AntsyLich)
    • Library statistics (More → Statistics) (@AntsyLich)
    • Assistant content URLs (e.g., in recent apps overview on Pixel devices)

    Behavior changes

    • Removed "Download complete" notification
    • Removed duplicate pinned sources setting
    • Long pressing on downloaded chapter icons opens menu instead of deleting the chapters
    • Show message when a library category is empty (@zbue, @AntsyLich)
    • Long press WebView button in manga details screen to copy URL to clipboard (@mayorJAY)
    • Ability to zoom in WebView for sites that allow it
    • Parent source folders are deleted if all folders within it are deleted
    • Better physical keyboard support in search bars (@ivaniskandar)
    • "Indexing downloads" notification moved into the main UI to make it clear why downloaded entries may not be showing up yet

    Bug fixes

    • Adjust continue reading logic in history to match earlier app behavior
    • Incorrect library selections when filtered (@quangkieu, @AntsyLich)
    • Android 13+ themed launcher icon not working in some cases (@ivaniskandar)
    • Downloaded chapters sometimes getting incorrectly deleted
    • Local source detail JSON files not being read if .noxml file was created
    • Handle 1000+ page naming properly in downloads (@jobobby04)
    • Handle file names with multiple .cbz occurrences properly
    • Crash when reordering categories
    • Crash when clearing cookies for invalid source URLs
    • Freezing when clearing database (@AntsyLich)
    • Per-manga reading mode or rotation mode settings resetting when other is changed (@Two-Ai)
    • Filter out novels and drama CDs when searching MangaUpdates (@henrik9999)
    • Avoid MyAnimeList token expiration (@AlessandroJean)
    • Delayed tracking updates not working (@AntsyLich)
    • Check for new extension lib versions too in background check (@Jays2Kings)

    Under the hood

    • More Voyager/Compose migrations (@ghostbear, @ivaniskandar)
    • Image decoder updates (@8cAyqpVKio)
    • Improvements to image loading performance (@ivaniskandar)
    • Misc. cleanups (@Two-Ai, @stevenyomi, @ivaniskandar)

    Checksums

    | Variant | SHA-256 | | ------- | ------- | | Universal | c07dd9a1c3a2fbabbe7472b3afb7e4d3702164cca2fdfc47644c979a05e44dda | arm64-v8a | 266556e6c139ab8a32d06a2c5e2d0ada872e11647a6a2343cdd0ba15d2bde778 | armeabi-v7a | 06f10836dae910cc1d86701d5fad57cb6cdf840ee4d6f294d846ee1d91558e8e | x86 | 26e0f668870ee0b6eb1c38fb5080e5bbf00ae07caeb0325c0442aa90e4dc0037 | | x86_64 | 8df9bc9f00e1650122b35459e0373f4eaa1636f7b303379b17ad687b842620d1 |

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-arm64-v8a-v0.14.3.apk(21.30 MB)
    tachiyomi-armeabi-v7a-v0.14.3.apk(18.74 MB)
    tachiyomi-v0.14.3.apk(48.85 MB)
    tachiyomi-x86-v0.14.3.apk(22.60 MB)
    tachiyomi-x86_64-v0.14.3.apk(23.49 MB)
  • v0.14.2(Oct 31, 2022)

    A manual backup before updating is highly recommended!

    Check out the v0.14.0 release notes and v0.14.1 release notes if you're upgrading from an earlier version.

    New

    • Open a random library category entry (Library → 3 dot overflow menu → Open random entry) (@zbue)
    • Add chapter download options within the Library screen (@SleepySwords)

    Behavior changes

    • Disable ChapterHeader & ChapterDownloadIndicator click when in selection mode (#8350) (@zbue)

    Bug fixes

    • Some minor UI tweaks (@ivaniskandar, @stevenyomi, @Dexroneum, @zbue, @Soitora)
    • Share menu item not appearing for entries not added to library
    • Some "Source not installed" errors (please re-add any entries that have that error)
    • "cannot be cast to" errors when opening some sources
    • Reader lagging when "Download ahead" is enabled
    • Resetting filter resets source search results (@AntsyLich)
    • Fix some crashes

    Checksums

    | Variant | SHA-256 | | ------- | ------- | | Universal | 57978c2d23a1cd96183866897f76416598b5e0aa38a80fc1b9737f443c73bb9d | arm64-v8a | 6fb07edb854190983400864f3917ce9ecfa285d753ea134aa4f112cfee222aee | armeabi-v7a | 688df72d2ed68bba0ce31c5ab16279ef85b91abab21a1db2cb732a40dbdf5441 | x86 | 5a80a9420595e0ddf6215f0a5be07be5a06a73f5487339557a15bd667959bfac | | x86_64 | 5e224dee3c50c7d8c68e6c459223555d288f474f63ca0b4345ca514932fdb1bf |

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-arm64-v8a-v0.14.2.apk(24.48 MB)
    tachiyomi-armeabi-v7a-v0.14.2.apk(20.95 MB)
    tachiyomi-v0.14.2.apk(65.51 MB)
    tachiyomi-x86-v0.14.2.apk(27.23 MB)
    tachiyomi-x86_64-v0.14.2.apk(29.17 MB)
  • v0.14.1(Oct 29, 2022)

    A manual backup before updating is highly recommended!

    Check out the v0.14.0 release notes if you're upgrading from an earlier version.

    New

    • Add shortcut in the reader to open the chapter in WebView (@d-najd)
    • Show notification while downloads are being indexed
    • Prompt extension updates when extensions API is updated (@AntsyLich)

    Bug fixes

    • Downloaded filter not working when excluding or using "Downloaded only" mode
    • "Download split" not working when using SD card (@AntsyLich)
    • Sort library items alphabetically in secondary pass
    • Fix a bunch of crashes

    Checksums

    | Variant | SHA-256 | | ------- | ------- | | Universal | 034bf719a0ab93726fd0d4980d01bf3a0a2dd527325c7bb7a59b3607cffb3891 | arm64-v8a | 532dae5026fd68e58f4389bdf31afb944c824d51682a71417d7500043dcb7ceb | armeabi-v7a | 40610237670948c10d359193f6e35c5d25da66638097b24fe477272594665c02 | x86 | 95fff18dbdc7b8bcde3ef88afe5fc2b06517ef6238dba66b18301b7f5018bd4a | | x86_64 | 18f59fc7efbec488ed581d206254860ebf35c82fb59605ef7f217f8976858559 |

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-arm64-v8a-v0.14.1.apk(24.48 MB)
    tachiyomi-armeabi-v7a-v0.14.1.apk(20.95 MB)
    tachiyomi-v0.14.1.apk(65.51 MB)
    tachiyomi-x86-v0.14.1.apk(27.23 MB)
    tachiyomi-x86_64-v0.14.1.apk(29.17 MB)
  • v0.14.0(Oct 28, 2022)

    A manual backup before updating is highly recommended!

    This update includes a lot of under the hood work on modernizing the codebase thanks to many contributors.

    New

    • Library:
      • Filter by manga with bookmarked chapters (@SleepySwords)
      • Read ComicInfo.xml metadata files in local source (@Shamicen)
      • Long press chapter download icons to download or delete chapters (@CVIUS)
      • Show number of unique library items when numbers are enabled
      • Allow marking partially read chapters as unread from manga screen
    • Tracking:
      • Added MangaUpdates tracker (@ghostbear)
      • Update tracker chapter progress based on local progress after associating
    • Updates:
      • Show last library update time at top of updates list
      • New updates home screen widget (@ivaniskandar)
    • History:
      • Double tap nav icon to resume most recently read manga (@ghostbear)
    • Reader:
      • Ability to download ahead while reading (Settings → Downloads → Download ahead) (@nzoba)
      • Ability to split tall images when downloading (Settings → Downloads → Split tall images) (@AntsyLich)
    • Settings:
      • Added back app language setting (@ivaniskandar, @ghostbear)
      • New "Tidal Wave" theme (@NahutabDevelop)
      • New Mullvad, Control D, and Njalla DNS-over-HTTPS providers (@Aerysh, @AntsyLich)
      • New advanced setting to reset per-series reader settings (@AntsyLich)
    • Misc:
      • Show info if app crashes (@ghostbear)

    Behavior changes

    • Legacy JSON backups can no longer be restored
    • Automatic backups are enabled by default
    • Tapping an item in history resumes it; tap the cover instead to open the manga screen (@CrepeTF)
    • Reword "All" source/extensions language group to "Multi" (@AntsyLich)
    • Multi-lang extensions are shown in respective language sections (@Saud-97, @AntsyLich)
    • Manga screen chapters list filter shortcut moved to top toolbar
    • Better show missing source info (@AntsyLich)
    • Strip manga title from chapter names (@AntsyLich)
    • Handle downloads when source is renamed (@AntsyLich)
    • Delete download source folder when empty (@AntsyLich)
    • Removed settings:
      • Start screen (use app shortcuts in Android 7.1+ instead)
      • Side navigation icon alignment
      • Jump to chapters
      • Option to not scroll away bottom nav

    Bug fixes

    • Library update notification showing inaccurate amount when triggering a second update (@stevenyomi)
    • Handle HTTP 103 responses (@AntsyLich)
    • Download counts including incomplete CBZs (@AntsyLich)
    • Overwrite saved pages instead of creating new ones (@Platiplus, @ivaniskandar)
    • Chapter bookmark states not retained on migration or chapter updates (@AntsyLich)
    • Fix download cache not updating when location setting is changed
    • And many more fixes!

    Under the hood

    • Jetpack Compose UI and SQLDelight migrations (@ghostbear, @AntsyLich, @ivaniskandar, @arkon, @stevenyomi, @alessandrojean, @d-najd, @zbue)
    • Added x86_64 CPU architecture APK artifact (@ghostbear)
    • Extensions API library updates (@stevenyomi, @AntsyLich, @alessandrojean)
    • Enabled IPv6 fast fallback

    Checksums

    | Variant | SHA-256 | | ------- | ------- | | Universal | adf3fd8b002448788d49600784871b2b1650c04af0f310bce9d53d259b173509 | arm64-v8a | 498077b5dcdda469a4653a42f7283d18660e11341626f0aea458fdb6071f6e17 | armeabi-v7a | 833a8088ffba4fe46c2e4392c680a3fc1e5010be81d8f5cf0f0db1b6a69b6d6a | x86 | ada41bf3de440d2e4e1436367c4dad9c89eeb62311fad58c86b4719e0b0cb44b | | x86_64 | ad531c086c6a510a03d30f858f5107097b84d1db558f4dc8e657cc51738906f5 |

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-arm64-v8a-v0.14.0.apk(24.48 MB)
    tachiyomi-armeabi-v7a-v0.14.0.apk(20.95 MB)
    tachiyomi-v0.14.0.apk(65.52 MB)
    tachiyomi-x86-v0.14.0.apk(27.23 MB)
    tachiyomi-x86_64-v0.14.0.apk(29.17 MB)
  • v0.13.6(Aug 14, 2022)

    New

    • Option to automatically split tall downloaded images to improve reader performance (Settings → Downloads → Auto split tall images) (@Saud-97, @AntsyLich)
    • Show downloaded icon in chapter transitions (@nzoba)
    • Option to include custom cover when migrating library entries (@Saud-97)
    • Warn when identical manga detected when adding to library from source screen (@CVIUS)
    • Configurable default user agent string (Settings → Advanced → Default user agent string)

    Bug fixes

    • Fix MyAnimeList auth expiring (@alessandrojean)
    • Fix database corruptions on ROMs that default to unsafe SQLite settings (@ghostbear)
    • Fix local source not showing anything if any entries' cover can't be created/loaded
    • Fix image MIME issues that cause download errors (@stevenyomi)
    • Fix app lock when idle timing logic (@AntsyLich)
    • Fix concurrent page downloading (@f1998f1998)
    • Fix clicking tags in manga page to perform genre search rendering search filters inoperable (@MatchaSoba)
    • Handle hyphens in automatic chapter number detection (@Saud-97)
    • Fix sort by chapter numbers
    • Fix links to changelog/readme/commits for multisrc extensions (@curche)
    • Filter out empty genres before saving manga to database (@stevenyomi)

    Misc

    • Show better error when trying to open non-supported RARv5 files
    • Don't allow swiping away app update install notification
    • Notify user of page download failures (@Saud-97)

    Checksums

    | Variant | SHA-256 | | ------- | ------- | | Universal | ffefaa57253019ee988188130f94f769180b0d257e3ec1c032312af12b24c5b5 | arm64-v8a | 3cc9e67b688d9be9767ba07eaac07b77f56ec09084586bf1a76e0aa075c0a465 | armeabi-v7a | 08c7da9fd3931ff6bb2a638361db74b4c2e2f4cf89eee557c7a0a097833e36d6 | x86 | 60374ab18c78897781f8a84202cd3f0b9d0ec31a1be90ebeafda8fc8d486eacf |

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-arm64-v8a-v0.13.6.apk(23.18 MB)
    tachiyomi-armeabi-v7a-v0.13.6.apk(19.42 MB)
    tachiyomi-v0.13.6.apk(48.17 MB)
    tachiyomi-x86-v0.13.6.apk(25.95 MB)
  • v0.13.5(Jul 8, 2022)

    New

    • Add new "Lavender" theme (@Osyx, @CrepeTF)
    • Add "Battery not low" device restriction for global updates
    • Add more DNS over HTTPS providers (@stevenyomi)
    • Add ability to show manga when clicking item in migration search process (@CVIUS)
    • Add logic to determine a fallback chapter upload date if not available (@stevenyomi)

    Behavior changes

    • "Navigation layout" reader settings renamed to "tap zones"
    • Default to downloading chapters as CBZ
    • Save reader progress when app is backgrounded instead of only on chapter change (@Jays2Kings, @CVIUS)
    • Fallback to jsDelivr CDN when GitHub isn't reachable for extensions
    • Make "Clear WebView data" advanced function more aggressive

    Bug fixes

    • Fix chapter transition setting for single-page chapters (@ItsLogic)
    • Fix removed manga being added back if removed during library update (@AntsyLich)
    • Download new chapters when only excluded categories is selected (@AntsyLich)
    • Don't save categories in backup if not selected (@curche)
    • Fix "Move to top" showing at the most top item in download queue (@CVIUS)
    • Load downloaded chapter if possible when opening next/previous chapter (@nzoba)
    • Local Source cover fixes (@AntsyLich)
    • Fix global update ignoring network constraint (@shadow578)
    • Fix downloader crashing when downloading from UnmeteredSources (e.g., Komga) (@jobobby04)
    • Fix rate limiting from being jammed by canceled calls (@stevenyomi)
    • Fix JPEG XL images not being downloaded in proper format
    • Fix extensions sometimes not updating when using Shizuku (@AntsyLich)
    • Avoid app update prompts if build doesn't actually have newer version number (@curche)
    • Misc UI fixes (@CVIUS)
    • Fix size of Android 13 themed icon

    Checksums

    | Variant | SHA-256 | | ------- | ------- | | Universal | 4ab943aec42efacaf74a9d40eab22230ffc0cc6f1b82ae754f58ff2d604b9c99 | arm64-v8a | 7e9686a377adae89e6daad4c8cb378441959e22886431e2492a1fb3720a708fb | armeabi-v7a | 63018ba2f6318a46f266f43954b15719cef133c8b0627fb6b12558b9cfb0f8ae | x86 | fee5179d96d0c4392350ffa22fe52b3ac19fad633817e1100fb6eab4c393a449 |

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-arm64-v8a-v0.13.5.apk(23.10 MB)
    tachiyomi-armeabi-v7a-v0.13.5.apk(19.34 MB)
    tachiyomi-v0.13.5.apk(48.09 MB)
    tachiyomi-x86-v0.13.5.apk(25.87 MB)
  • v0.13.4(Apr 22, 2022)

    Mostly bug fixes on top of v0.13.2 and v0.13.3.

    New

    • Add way to clear WebView data (Settings → Advanced → Clear WebView data)

    Bug fixes

    • Downloads not loading for some chapters

    Changes

    • UI tweak to tablet navigation rail (@CrepeTF)
    • Default number of automatic backups retained to 2 (if enabled)
    • Increase default network call timeout to 2 minutes
    • Show better error message when empty backup creation is attempted

    Checksums

    | Variant | SHA-256 | | ------- | ------- | | Universal | 8fd52e1666910df12899fdc2ebce777167e07a541a4ef6993cc80771bd35172e | arm64-v8a | 838a9823b9a787d2e06f3ab0390c85ee72994e9a8acc27f30c68b5edabb18355 | armeabi-v7a | 45466e8b87e4916f41f393c2dbd80b73864aaaf15fa65cc61ea0302474ddfe9c | x86 | 8a094def953b3e0e3b87829c8bc8134d74fd6225b4db743fd95b51ac7123c100 |

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-arm64-v8a-v0.13.4.apk(23.09 MB)
    tachiyomi-armeabi-v7a-v0.13.4.apk(19.32 MB)
    tachiyomi-v0.13.4.apk(48.07 MB)
    tachiyomi-x86-v0.13.4.apk(25.85 MB)
  • v0.13.3(Apr 15, 2022)

    Mostly bug fixes on top of v0.13.2.

    New

    • Add clear cookies option to WebView menu

    Bug fixes

    • Fix freezing issues on Android 6/7
    • Various crashes

    Behavior changes

    • Time out network calls at 90 seconds (instead of infinite)
    • Strip manga title from beginning of chapter names
    • Direct unofficial F-Droid users to migration guide in update prompts
    • Happy Eyeballs (fall back to IPv4 when needed) disabled; will return once more stable
    • Large update/download warnings toasts are now auto-dismissing notifications

    Checksums

    | Variant | SHA-256 | | ------- | ------- | | Universal | c9e1d0efa6fde5ca4a92acb0397e99a4718854f035ed6c6719bfd19f8ecad2c8 | arm64-v8a | dea5aca5c8fb28c76026dfbf044c9af0a2bf8cd0be9593b756c81c125b8ba8fe | armeabi-v7a | 9b73ce4e3c0747bc05658444f94f7a1f8862057167e06a9b30130033e43836c7 | x86 | 1d84b8a852ca20354038f652afa27122954df5a51b1a56f8e62f9909c474b72a |

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-arm64-v8a-v0.13.3.apk(23.03 MB)
    tachiyomi-armeabi-v7a-v0.13.3.apk(19.27 MB)
    tachiyomi-v0.13.3.apk(48.02 MB)
    tachiyomi-x86-v0.13.3.apk(25.80 MB)
  • v0.13.2(Apr 10, 2022)

    New

    Library

    • Cover-only grid display option (@micaelagimenez)
    • "Started" library filter and library update restriction (@FourTOne5)
    • Warn when manga with identical name is being added to library (@foxscore)

    Reader

    • Navigate to pan / landscape zoom in paged modes (@gotson)
    • 5% side padding option in webtoon modes
    • 180° portrait rotation option (@sahaab)

    Downloader

    • Add "Move all chapters from series to top" option to download context menu (@frankete333)

    Settings

    • Allow disabling secure screen when incognito mode is on
    • Add Quad9 DNS-over-HTTPS provider (@OncePunchedMan)

    Misc

    • Support Android 13 themed app icon

    Behavior changes

    • Reader tapping option replaced by "Disabled" navigation layout options (@manatails)
    • Reword library update restrictions setting ("Skip updating") and show skipped notification
    • Stop removing local manga's title from chapter names
    • Adjust when mark as unread and mark previous as read actions are shown (@FourTOne5)
    • Move delete action in chapters list to rightmost position to match library (@ghostbear)
    • Disallow PackageInstaller extension installer option on MIUI due to it commonly being broken
    • Stop using browser custom tabs

    Bug fixes

    • Fix backup files being corrupted when overwriting existing file (@AoEiuV020)
    • Avoid crashes in global search commonly due to obsolete extensions
    • Fix updates/history headings being off by 1 day due to daylights savings (@ghostbear)
    • Fix button saying "Resume" instead of "Start" when all chapters marked as unread (@midyHamdoun)
    • Fix history page missing some items after the first page (@1831553190)

    Misc

    • Enable Happy Eyeballs (fall back to IPv4 when needed)
    • Update to Coil 2.x (@ivaniskandar)
    • UI tweaks/optimizations (@ivaniskandar, @CrepeTF)
    • Code cleanup (@ghostbear)

    Checksums

    | Variant | SHA-256 | | ------- | ------- | | Universal | cee5623efde161c4e8cbd4320af9d571f7629034e673784b630f698f3259df70 | arm64-v8a | 7c659b2411ce6b651e0db3fd615e321850717f8ca5a43a5f57d891fad5901c43 | armeabi-v7a | 12e5693b9c39888f52068ff31107a1a2bd00ce4a439c2328c3177a8a425101e4 | x86 | 6daa0e64c4075615caacd3fafad23b2c4e050807ac5b15b2d5631df85bee8069 |

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-arm64-v8a-v0.13.2.apk(22.96 MB)
    tachiyomi-armeabi-v7a-v0.13.2.apk(19.20 MB)
    tachiyomi-v0.13.2.apk(47.94 MB)
    tachiyomi-x86-v0.13.2.apk(25.73 MB)
  • v0.13.1(Feb 1, 2022)

    New

    • Library:
      • Language badges (Filter sheet → Display tab) (@Platiplus)
      • Copy a genre/tag to clipboard by long-pressing chips (@datreesezcup)
      • Support more manga statuses (publishing finished, cancelled, on hiatus)
    • Updates:
      • Option to show badge in bottom bar to show how many chapters are unread (@datreesezcup)
    • Browse:
      • "Update all" for extensions (not available when using Legacy installer; see Advanced settings) (@ivaniskandar)
      • Long press source in Migrate list to copy source ID to clipboard
      • Ability to clear cookies from extension details view
      • Open FAQ and Guide, and Changelog from extension details view (@ghostbear)
    • Downloads:
      • Option to save chapters as CBZ archive (@jobobby04, @Seishirou101)
      • Pending download count on queue (@Platiplus)
      • Download action in new chapter notifications (@KieuQ)
    • Misc:
      • Option to clear chapter cache on app close (Advanced settings → Clear chapter cache on app)
      • Clear database manga by source (Advanced settings → Clear database) (@datreesezcup)
      • Add Sui support (@D34DPlayer)

    Behavior changes

    • Library:
      • Changes to help avoid unnecessary heavy traffic to sources by default:
        • Remove global update intervals below 12 hours, add every 3 day interval
        • Add option for library update only update completely read manga (@Riztard)
        • Default to only updating manga that are ongoing and you're fully caught up on
      • Change global update unmetered connection restriction to connected to Wi-Fi
      • Remove library update order setting
      • Use natural ordering when sorting by chapter numbers
      • Don't preselect any options in library remove manga/downloads dialog
    • Updates:
      • Don't pollute updates with re-added chapters (@FourTOne5)
      • Fall back to fetch date when chapter upload date is unavailable (@FourTOne5)
    • Trackers:
      • Automatically set tracker as completed after reading the last chapter (@jmir1)
      • Truncate MAL search queries to first 64 characters to avoid HTTP 400 errors
    • Reader:
      • Increase max zoom level from 3x to 5x (@ghostbear)
    • Browse:
      • Search for multiple extensions at once with a comma separated list
      • Search for extensions by URL or ID (@FourTOne5)
      • Merged Local and Other language source sections (@curche)
      • Allow hiding "All" section in extensions list
      • Use default source filters in global search (@Jays2Kings)
    • Backups:
      • Validate backup during creation
    • Settings:
      • Require authentication to toggle showing NSFW sources
      • Remove explicit option to store downloads in app data folder

    UI changes

    • Material 3 styling (@arkon, @ivaniskandar, @Riztard, @OncePunchedMan, @ghostbear)
    • Removed legacy blue theme
    • Group download queue list by source (@ivaniskandar)
    • Use sw720dp for tablet UI threshold
    • Added "Automatic" tablet UI option (Advanced settings → Tablet UI) (@OncePunchedMan)
    • Trackers' status naming/ordering are now consistent

    Bug fixes

    • Double increment when updating covers (@midyHamdoun)
    • Local source cover storing and editing (@jmir1, @tombriden)
    • Crash when updating library without manga to update (@jmir1)
    • High CPU usage and battery drain during library update with metadata updates
    • Filter out novels from MAL search results (@henrik9999)
    • Don't auto-download chapters if excluded but no categories selected
    • Global search ignoring incognito mode when setting last used source (@datreesezcup)
    • Handle migrating Komga trackers during manga migration (@gotson)
    • Fix "Open in browser" not working for verified extension links

    ... and much much more minor changes and fixes by many wonderful contributors!


    Checksums

    | Variant | SHA-256 | | ------- | ------- | | Universal | 16ecc5688e8a029086fe0292cdb3b92681e13ae9897986cfd81b1dc7cf205f1c | arm64-v8a | 798c80d6e1daf9b1737506e8bc8b43a7778b04f4d41e56fd2b6c870f5f3a810b | armeabi-v7a | a64e507dc239cbaa9391edf9e3d537e7ccb30c00fe8e896edaa45d97e0a98ab7 | x86 | d10089b80252668fceb38f4763d04335dd209cda86e5f9a066fe5c3ff495a8ee |

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-arm64-v8a-v0.13.1.apk(22.81 MB)
    tachiyomi-armeabi-v7a-v0.13.1.apk(19.05 MB)
    tachiyomi-v0.13.1.apk(47.80 MB)
    tachiyomi-x86-v0.13.1.apk(25.58 MB)
  • v0.13.0(Jan 31, 2022)

    See v0.13.1.

    This version has some issues specific to Android 8 and Huawei devices.


    Checksums

    | Variant | SHA-256 | | ------- | ------- | | Universal | f3d7be6d5cd087deeafee5a01d8cb8977231a0d87385fe257565a0a0e24f4cef | arm64-v8a | d8048afd24695d94793556c1ced7a31f2695086fcbc718b32dd98f52dab6f2f5 | armeabi-v7a | 502991b434d7794e82d68afb11fec7dfb169566fa42940ba159fb4b3c5c0ce87 | x86 | 2f93a567e5f1d99e88c1add3dd278c957cac142016cbaab7debf1073d52e4d01 |

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-arm64-v8a-v0.13.0.apk(22.81 MB)
    tachiyomi-armeabi-v7a-v0.13.0.apk(19.05 MB)
    tachiyomi-v0.13.0.apk(47.80 MB)
    tachiyomi-x86-v0.13.0.apk(25.58 MB)
  • v0.12.3(Oct 4, 2021)

    New

    • Add chapter bookmarking action to long press menu in Updates (@datreesezcup)
    • Ability to sort sources by library count in Browse → Migrate (@ghostbear)
    • Alternative extension install methods (Settings → Advanced → Extensions → Installer) (@ivaniskandar)
      • For more information about Shizuku, see https://shizuku.rikka.app/

    Behavior changes

    • Unify how sources/extensions are flagged as NSFW
    • Hide keyboard after submitting search query (@datreesezcup)
    • Show enabled extension languages at top of list in extension details (@ghostbear)
    • Removed setting to disable update error notification
      • Can be disabled from system settings instead (Settings → General → Manage notifications; only on Android 8+)
    • Automatically dismiss "Add manga to library?" snackbar after some time
    • Enable "All" locale sources in Browse by default (@curche)

    Bug fixes

    • Various fixes to top/bottom bar behavior (@ivaniskandar)
    • Remove highlight in reader when using a remote (@ivaniskandar)
    • Adjustments to manga description view (@ghostbear)
    • Fix some lag in Library when using per-category display settings (@ghostbear)
    • Fix "Only download over Wi-Fi" setting to check if connected rather than just enabled (@FourTOne5)
    • Fix total chapter number in Komga tracker (@gotson)
    • Remove duplicates in genres (@FourTOne5)
    • Remove extra padding when using list with per-category display setting (@ghostbear)

    Misc

    • Typography updates (@ivaniskandar)
    • Switch to Material Slider for reader seekbar
    • Allow preference titles to span multiple lines (@Soitora)
    • Optimize loading in open source licenses list (@ivaniskandar)
    • Other misc. code cleanup (@AriaMoradi, @FourTOne5)

    Checksums

    | Variant | SHA-256 | | ------- | ------- | | Universal | 9266a3e346bda0325e63fe8c4c8161d88187a13cac510a11b031b27a766e589c | arm64-v8a | 8de29c32f3ebf234fc58fa338b3c01cde4cb1d0cab15cf0a0f9d4c228c526f11 | armeabi-v7a | 44788582ea293276a365d2071f24fb25ca08e1851e7a4e0617fcada26c6b1713 | x86 | 007bf04d3a89a8e69f9bd0c471ee9db32acb1b8005265f611e5797ab5e5157f9 |

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-arm64-v8a-v0.12.3.apk(21.64 MB)
    tachiyomi-armeabi-v7a-v0.12.3.apk(18.18 MB)
    tachiyomi-v0.12.3.apk(45.27 MB)
    tachiyomi-x86-v0.12.3.apk(24.38 MB)
  • v0.12.2(Sep 13, 2021)

    If you're having trouble updating from the app, download it from https://tachiyomi.org/download/


    Removals

    • App now uses same language as rest of the device due to issues it caused with theming and layouts
      • Help translate the app here: https://tachiyomi.org/help/contribution/#translation

    New

    General

    • Relative timestamps settings (Settings → Appearance → Relative timestamps) (@ghostbear)
    • Allow exclusion on automatic download deletion by category (Settings → Downloads → Excluded categories) (@tobinstultiens)
    • Added a getting started guide hint when Library is empty (@Jays2Kings)
    • AdGuard option for DNS-over-HTTPS (#5715) (@Long-FA)

    Reader

    • Toggle to invert colors in reader color filter settings (@datreesezcup)
    • Ability to tweak auto hide sensitivity in Webtoon reader (Settings → Reader → Auto hide menu on scroll sensitivity) (@ghostbear)
    • Haptic feedback when using reader page slider (@ivaniskandar)

    UI changes

    • New theme: "Teal & Turquoise" (@Riztard)
    • Tweaks to the manga details view:
      • Edge-to-edge design (@ivaniskandar)
      • Details header changes (@ghostbear, @Soitora, @curche, @FourTOne5)
      • New zoomed cover view (@ghostbear, @ivaniskandar)
      • Tracker search view (@OncePunchedMan)
    • New "Appearance" settings section
    • Updated tracking settings section with logos
    • Tablet UI override (Settings → Advanced → Force tablet UI) (@ivaniskandar)

    Behavior changes

    • Tracking updates are queued when offline
    • Handle mixed categories when updating mangas' categories in Library (@quangkieu)
    • Confirmation when changing app lock setting (@ivaniskandar)
    • Use user preferred title language in AniList (@curche)
    • Private keyboard mode when incognito is enabled (for supported keyboards) (@ivaniskandar)
    • Use custom tabs instead of opening the full browser where possible (e.g. trackers)
    • Only navigate to new manga after migration if migrating from manga (@FlaminSarge)
    • Don't show option to delete chapters from Library when only local manga are selected

    Bug fixes

    UI

    • Theming fixes:
      • Legacy blue theme better matches design from older versions
      • Various reader fixes (@ivaniskandar, @datreesezcup)
    • Fix unselected Library nav icon (@ivaniskandar)
    • Fix start/resume FAB showing up when entering and then exiting action mode (@datreesezcup)
    • Respect system animation scaling in more places (@datreesezcup)
    • Fix update extensions tab badge sometimes appearing in Library (@datreesezcup)
    • Fix tint on reader when using keyboard/controller
    • Fix scroller getting incorrectly dragged in RTL locales
    • Fix sorting in extensions list (@FourTOne5)
    • Update global search item selector UI to better match rest of app (@ztimms73)

    Trackers

    • Label one-shots correctly in AniList track search (@curche)
    • Fix Kitsu showing "null" for empty descriptions (@Jays2Kings)
    • Bring back opening tracker site when clicking logo in sheet

    Library

    • Fix library update notification sometimes reappearing after cancelling
    • Fix chapters getting deleted when marking as unread from library
    • Fix downloads not being cancellable for bookmarked chapters (@hyoretsu)
    • Fix potential crashes when updating default chapter sort/display settings
    • Fix "Default" category not being localized (@ghostbear)
    • Ensure all fields in new migrated manga are persisted

    Others

    • Allow source filters to be passed with default values (@Arraiment)
    • Fix invalid protobuf fields in backups (@Jacekun)
    • Ensure background jobs are always recreated on app update

    Under the hood

    • Build for multiple CPU architectures for smaller APK downloads
    • Adjustments to in-app app and extension update checks
    • Some tracker related changes (@gotson)
    • Misc. code cleanup (@TacoTheDank)
    • Opt out of WebView metrics and disable Google Safe Browsing

    Checksums

    | Variant | SHA-256 | | ------- | ------- | | Universal | 6f133fefd3513e1c3e7f79d1f01cdf89f6a337a01f511c6dfac64f41e4be54c5 | arm64-v8a | 772e1ce91eb48cfd5ce0d217922c2afc029dddfed085dfe2169e8983a37b6d16 | armeabi-v7a | e61a455128e7ded742e93455f366442cf1201a656013b83b12849ecfb3029b98 | x86 | e9eac6854f25c3763899da06bd2c2334e7bd14da838973b6d47d6de222019354 |

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-arm64-v8a-v0.12.2.apk(21.73 MB)
    tachiyomi-armeabi-v7a-v0.12.2.apk(18.27 MB)
    tachiyomi-v0.12.2.apk(45.37 MB)
    tachiyomi-x86-v0.12.2.apk(24.48 MB)
  • v0.12.1(Aug 6, 2021)

    Thanks to all of the app contributors, extension maintainers, translators, support staff, website maintainers, bug reporters, and all of the other community members!

    Looking for help? Check out our website and Discord server.


    New

    Library

    • Per-category sort and display settings (Settings → Library → Per-category settings for sort and display) (@ghostbear)
    • Support more image formats for covers (@ivaniskandar)
    • Parallel global update (up to 5 sources at once) (@jobobby04)
    • "Next expected update" global update ordering (from Neko) (@kyjibo, @stinky-lizard)
    • "-source" option in library search (@curche)

    Manga info

    • Tap to enlarge cover (@ghostbear)
    • Share and save cover actions (@Jays2Kings, @E3FxGaming)
      • Available from overflow menu or:
      • When long-pressing manga cover (@datreesezcup)

    Trackers

    • Komga tracker (@gotson)
    • Support for start/end fields for Kitsu (@ghostbear)
    • Default status to "Plan to Read" or "Reading" depending on current progress (@ghostbear)

    Reader

    • AVIF and HEIF image support (@inorichi)
    • JPEG XL image support (@wwww-wwww)
    • Automatically hide reader menu when user starts reading again (@ghostbear)

    Download queue

    • Start download now option for individual items (@Riztard)

    Migration

    • Long click to view manga in source search (@curche)

    UI changes

    Themes

    • All themes are now available in light or dark modes (@ivaniskandar)
    • New themes:
      • Tako (@Soitora)
      • Yin & Yang (@Riztard)
      • Yotsuba (@ztimms73)
      • Dynamic (Material You, only for Android 12+) (@ivaniskandar)
    • Hot Pink theme is removed (very similiar to Strawberry Daiquiri)

    Tablet

    • Allow vertically centered side rail icons
    • Bigger cover in manga details (@ghostbear)
    • Now only applies if the screen's smallest width is ≥ 720dp (typically larger tablets)

    Reader

    • Reader theme now follows the rest of the app (@ivaniskandar)
      • Automatic reader theme based on dark mode preference (@ghostbear)
    • Hide buttons in reader if there are no previous/next chapters (@datreesezcup)
    • Hide seekbar in reader for single page chapters (@datreesezcup)

    Misc

    • Tracking sheet and search improvements (@ivaniskandar)
    • Hide Start/Resume button if there are no unread chapters (@datreesezcup)
    • Lots more misc. UI cleanup/tweaks (@Soitora, @ivaniskandar, @datreesezcup)

    Behavior changes

    • Error notifications for global update are now enabled by default
      • Better organization of contents (@FlaminSarge)
    • Secure screen is enabled when Incognito Mode is enabled (@ivaniskandar)
    • Tapping genre triggers better search if available (@E3FxGaming)
    • Current locale is used when sorting library "alphabetically"
    • Don't fully expand source filter sheet to be consistent with other sheets in the app

    Bug fixes

    • Set orientation icon correctly when opening reader
    • Fix manga title jumping around when refreshing (@ghostbear)
    • Draw tablet manga info column under navbar
    • Fix download status not updated properly after starting batch download (@ivaniskandar)
    • Fix library settings sheet causing crash (@jmir1)
    • Fix black icon for small notifications on EMUI (@Soitora)
    • Fix incorrect toolbar text color after theme change (@ivaniskandar)
    • Fix crash when opening the MangaController from source search (@jmir1)
    • Fix some views being incorrectly click-through-able
    • Sort extensions by name properly (@FourTOne5)
    • Only update in-library manga chapter settings instead of all
    • Fix chapter source order not working correctly and allow refresh to update source order
    • Sanitize manga title in page download subfolder name (@SBence)
    • Fix incorrect number of items in the library title (@jmir1)
    • Fix Incognito Mode toggle in More not updating after disabled via notification
    • Fix Incognito Mode disabled after URL intent launched (@ivaniskandar)
    • Don't show navigation overlay if tap navigation is disabled (@ivaniskandar)
    • Fix splash screen icon on Android 12 (@ivaniskandar)
    • Use proper chooser intent when sharing saved pages
    • Fix Download Queue opening multiple times from rapidly clicking Updates (@datreesezcup)

    Removals

    • Disabled Android system auto app backup (which usually didn't work)

    Minor things

    • Added link to Don't Kill My App! in advanced settings
    • Open Settings when double tapping More (@datreesezcup)
    • Pan bottom navbar like the top appbar on scroll (@ivaniskandar)
    • Added help text to category changing dialog when user has no categories (@datreesezcup)
    • Added favorited badge to browse and search (@Soitora)
    • Warning for MIUI users when trying to restore backups with MIUI Optimization disabled

    Under the hood

    • Migrate legacy backup to Kotlin Serialization (@jobobby04)
    • Migrate from material-dialogs to Material Components (@ivaniskandar)
    • Coil cover caching adjustments (@ivaniskandar)
    • Sanitize spaces when setting URLs without domain

    MD5: b4cd8a7de8ea7e64469353be403bc52c

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-v0.12.1.apk(45.43 MB)
  • v0.12.0(Aug 6, 2021)

  • v0.11.1(May 31, 2021)

    We only support Android 6+ starting from this release.

    (Android 6 users using v0.10.12 will need to manually download the APK and update due to a bug, sorry!)

    New

    Reader

    • Add per-manga rotation mode setting (@bboyz269, @ghostbear)
    • Option to save pages to separate subfolders based on manga title (Settings → Reader → Save pages into separate folders) (@OncePunchedMan)
    • Grayscale filter
    • Automatic background color for pager-type reading modes (@ghostbear, @Jays2Kings)
    • Display animated webp whenever possible (Android 9+), otherwise fallback to static image (@inorichi)

    Library

    • Option to hide "Local" badge (Library → Filter sheet → Display → Local badges) (@datreesezcup)
    • Option to update trackers during global update (Settings → Library → Automatically update trackers) (@gotson)

    UI

    • New themes:
      • Light: Strawberry Daiquiri (@Soitora)
      • Dark: Green Apple, Hot Pink, and Midnight Dusk (@Soitora, @CrepeTF, @OncePunchedMan, @Jays2Kings, @CarlosEsco)
    • For tablets (more coming soon):
      • Side navigation replaces bottom navigation
      • Split manga info/chapters view
    • Animated navigation bar icons (@Soitora, @CrepeTF, @Jays2Kings)
    • A bunch of cleanup (@Soitora, @ivaniskandar)

    Misc

    • System notification to disable Incognito Mode when it's enabled (@ivaniskandar)
    • Adaptive icon shapes for app shortcuts (@ivaniskandar)
    • Add cancel all for series in download queue (@Jays2Kings, @Riztard)
    • Display the currently active restrictions in the library update preference (@gotson)
    • Shortcut to backup menu in More

    Behavior changes

    • Open migrated/copied manga immediately after migration (@ivaniskandar)

    Removals

    • Android 5.x support
    • Legacy backup creation (but can still be restored)
    • 1 and 2 hour library update frequencies to avoid overloading sources

    Bug fixes

    • Some crashes while fetching chapter pages
    • Dual-page split bugs (@ghostbear)
    • Decoder crash with 1px images and crop borders (@inorichi)
    • Unofficial extensions being labeled as "Obsolete" instead of "Unofficial" (@datreesezcup)
    • Use default reading mode in cases of invalid reading mode being set from forks
    • Handle not downloaded/bookmarked filtering in reader
    • Resume button not considering filters
    • Incognito mode disabled after the app kicked out of memory (@ivaniskandar)
    • Scrolling in tabbed sheets (@ivaniskandar)

    Under the hood

    • Migrate to Coil (@ivaniskandar)
    • Remove material-design-dimens (@ivaniskandar)
    • Reinstate Proguard/R8 (@ivaniskandar)
    • Bump compileSdk to 30 (@ivaniskandar)
    • Avoid Anilist rate limit (@gotson)

    MD5: c7ac7d40ecbd939b4b6fc577b88ffb36

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-v0.11.1.apk(23.94 MB)
  • v0.11.0(May 31, 2021)

  • v0.10.12(Apr 27, 2021)

    This is a small update on top of v0.10.11, and is the final release for Android 5.x users.


    Behavior changes

    • Removed "Locked" orientation in reader, replaced with explicit orientations
      • Setting has been reset to the default "Free" option
    • Incognito Mode is reset on app relaunch, similar to a browser
    • Reader shortcuts now show menus instead of toggling through

    Bug fixes

    • Handle sort order when resuming reading or downloading next chapters
    • Handle downloading with source names containing invalid characters
    • Always show bottom nav when scrolled up even if page is too short (@ivaniskandar)
    • Smoother download progress icons (@ivaniskandar)

    Removals

    • App update check is disabled for Android 5.x users

    Under the hood

    • Cleanup dual page split logic (@ghostbear)

    MD5: 9e8364eb7103c2283e957159ec94aa81

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-v0.10.12.apk(18.80 MB)
  • v0.10.11(Apr 19, 2021)

    New

    • Double tap Updates in bottom nav to go to Download Queue
    • Long press reader settings icon to open color filter tab

    Behavior changes

    • Tapping the update available notification will start the download
    • Follow the configured chapter sort when:
      • Downloading next chapters
      • Tapping the start/resume button
    • Include chapter fetch date when migrating

    UI changes

    • Navigation bar scrim when not using gestures (@ivaniskandar)
    • Moved reading mode toast to default bottom position instead of the center

    Bug fixes

    • Various edge-to-edge fixes
    • Disallow system forced dark mode, such as MIUI's
    • Allow dismissing download progress notification when paused
    • Allow weaker unlock methods in Android 6 - 10
    • Reader toolbar subtitle getting cut off when text is too big
    • Getting stuck in search mode in source if query isn't submitted (@ivaniskandar)
    • Page change not triggering in webtoon reading mode (@Jays2Kings)
    • Other misc. crashes

    Under the hood

    • Themes cleanup (@ivaniskandar, @Fmaldonado6)
    • Case insensitive source directory search

    MD5: 231eeb8573d2d42089bbec7a646d9854

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-v0.10.11.apk(18.79 MB)
  • v0.10.10(Apr 11, 2021)

    10/10 would release again.


    New

    Library

    • Allow excluding categories from library update
    • Allow excluding categories from auto-download
    • 4 and 8 hour options for library update frequency (@Riztard)
    • Sort by date fetched (@Riztard)
    • Library search includes manga descriptions (@Riztard)

    Reader

    • More efficient image decoder (@inorichi)
    • Split bottom shortcut toolbar and seekbar design (originally by @CrepeTF)
      • Reading modes toggle
      • Orientation toggle
      • Crop borders toggle
      • Combined/cleaned up reader setting and color filter sheets
    • Navigation layout overlay (@ghostbear)
    • Add Right and Left to reader settings (@ghostbear)
    • Inverted dual page split setting (@ghostbear)
    • Split settings for dual page split for Paged and Webtoon (@ghostbear)

    Tracking

    • Start/finished date support for AniList (@Jays2Kings)

    Migration

    • Show number of manga per source

    Other

    • Draw edge-to-edge (i.e. under the navigation bar) (@ivaniskandar)
    • Option to use Google DNS for DNS over HTTPS

    Behavior changes

    • Show unread entries first when sorting library by unread
    • Replaced reading mode snackbar with toast so it doesn't block toolbar (@Tooster)
    • Moved clear history from advanced settings to history screen menu
    • Implement migration for source search (@Flat)
    • Removed online protobuf backup restore option (i.e. offline only)
      • You can do a global update afterwards as needed
    • Allow weaker classifed methods for app lock (e.g. weak facial unlocks, PINs, etc.)

    Bug fixes

    Reader

    • Color filter sheet not being scrollable when screen isn't big enough
    • Locked orientation not actually being locked and using sensor
    • Crop border not applying immediately in Webtoon and Continuous Vertical reading modes
    • Remove inserted page when dual page split gets turned off (@ghostbear)
    • Weird cropping for showing missing chapter warning icon (@ghostbear)

    Downloads

    • Chapter deletion making UI freeze (@Flat)

    Other

    • Don't repeatedly vibrate/make sounds on download progress
    • Search queries disappearing when switching apps (@AntoineGS)
    • Various Bangumi tracker fixes (@mutsumi63)
    • Update NDK, minor cleanup (@TacoTheDank)

    MD5: aab62c6186e2457d507416bfe9f9db8e

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-v0.10.10.apk(18.78 MB)
  • v0.10.9(Feb 12, 2021)

    New (major)

    • Right and Left reader navigation mode (@ghostbear)
    • Dual page split setting (More → Settings → Reader → Dual page split) (@rawfh, @ghostbear)

    New (minor)

    • Filter sheets in library and chapters list don't have restricted height anymore
    • Show locales in list of sources to migrate
    • Ability to open manga when clicking the thumbnail in migration list
    • Add action to directly share dumped crash log file from notification
    • Add weekly as a library update frequency option
    • Show help button when a source doesn't load

    Bug fixes

    • Fix some sources not loading properly
    • Fix downloads getting deleted when marked as unread
    • Fix crash when opening updates page when using Georgian locale
    • Fix sharing files when using third-party sharing menus

    Under the hood

    • Optimizations for restoring backup
    • Optimizations for chapter download icons
    • Require minimum WebView v88
    Source code(tar.gz)
    Source code(zip)
    tachiyomi-v0.10.9.apk(18.37 MB)
  • v0.10.8(Feb 6, 2021)

    MyAnimeList tracking has been rewritten using the official API (you will need to log in again).

    If search results don't show what you want, you can:

    • Search by ID using id:####
    • Search your added list titles using my:title

    New (major)

    • Viewer navigation options (see WIP guide) (@ghostbear)
    • Filter library by tracked status (@ghostbear)
    • Chapter download icons for quicker download actions

    New (minor)

    • New date format options (@Riztard)
    • Show source name in download queue (@Riztard)
    • Show count in library header (Library → Filter → Display → Show number of items) (@TheUnlocked)
    • Ability to reorder download queue by chapter number (@Riztard)
    • Shortcut to see commit history for official extensions (Browse → Extensions → Open an extension → history icon at top right)
    • Ability to manually save crash logs to a file (Settings → Advanced → Dump crash logs)
    • Unified history and update item design (@ghostbear)

    Behavior changes

    • Split invert tapping for pager and webtoon type reading modes (@ghostbear)
    • Reading mode snackbar can be dismissed by swiping it (@ghostbear)
    • Trackers now shown in a bottom sheet (@ghostbear)
    • Global search context menu option replaced with a share target
    • Allow typing in tracker score similar to chapters

    Bug fixes

    • Fix tracker login redirects being white even in dark themes
    • Don't show hidden settings when searching
    • Fix crash when last read page is above a newer total page count
    • Direct user back to global search when coming from source search results (@clarencecastillo)
    • Manga chapter view content not being focusable when using a remote or controller
    • Fix crash when tapping downloading progress notification on Android 5
    • Fix multi-select phantom anchor bug in manga chapters and library (@clarencecastillo)
    • Show errors properly when tracking search fails

    Under the hood

    • A lot of tracker related code cleanup
    • Gradle file converted to Kotlin DSL (@jobobby04)
    • Build tool and dependency updates (@TacoTheDank)
    • Require minimum WebView v87
    Source code(tar.gz)
    Source code(zip)
    tachiyomi-v0.10.8.apk(18.38 MB)
  • v0.10.7(Dec 14, 2020)

    Bug fixes on top of v0.10.6.


    New

    • Ability to hide sources/extensions with NSFW content (Settings → Browse)

    Bug fixes

    • Fix scroll direction in Webtoon viewer when using left/right keys or S Pen
    • Fix native library issues on some devices
    • Fix startup crash on some Xiaomi devices
    • Fix thumbnails not loading in some sources

    Removals

    • Bundled fallback file picker; shows an error message instead if device doesn't have an appropriate file picker installed

    Under the hood

    • Require minimum WebView v86
    Source code(tar.gz)
    Source code(zip)
    tachiyomi-v0.10.7.apk(18.38 MB)
  • v0.10.6(Dec 12, 2020)

    New

    Library

    • Tri-state library filters (@hXtreme)
    • Tri-state chapter filters
    • Ability to set global filter/sort/display settings for manga chapters (chapter filter sheet → overflow menu) (@lmj0011)
    • Ability to choose what to remove for selected mangas (@scb261)

    History

    • Add infinite history and search history (@jobobby04)
    • Ability to delete all reading history (Settings → Advanced → Clear history) (@ghostbear)

    Browse

    • Show locale in sources list
    • Global search layout tweaks (@ghostbear)
    • Add global search progress bar
    • Add help shortcut for source migration
    • OS-wide text selection shortcut to do a global search (Android 6+)

    Settings

    • Settings search (@mpm11011, @lmj0011)
    • Ability to disable bottom navigation bar hiding when scrolling (@scb261)

    Backups

    • v3 backups (@jobobby04)
      • Now produces .proto.gz backup files that can be restored offline
      • Legacy .json backup files are still created by default for automatic backups for use with older versions of Tachiyomi and forks that don't support the new backups yet

    Misc

    • Include manga/chapter/page details when sharing a chapter page (@Jays2Kings)
    • Samsung S Pen actions support (@RikudouSage)
    • Incognito mode (at the top of More) (@Platiplus, @ghostbear)
      • Disables recording reading history
      • Doesn't update the last used source
      • Doesn't save chapter progress unless the manga is being tracked

    Behavior changes

    Browse

    • Prevent tag search if browsing from latest
    • Remove 10 results per source limit from global search (still limited to 1 page)

    Downloads

    • Remove chapter from download queue if manually marked as read (@ghostbear)

    Misc

    • Show "Downloaded only" banner in all views
    • Trust user-added certificate authorities

    UI updates

    • Manga info view design updates
    • Tweak default dark theme colors (@CrepeTF)
    • Darken description colors (@Soitora)

    Bug fixes

    • Workaround for MyAnimeList logins (requires logging in again)
    • Reader transition text not being centered properly
    • Missing chapter warning when chapter number is not recognized (@ghostbear)
    • Bottom padding in source filters sheet (@Unlocked)
    • Fall back to filename in backup creation notification if path not available
    • Don't scroll to top when navigating back/forward in WebView

    Removals

    • Remove support for backup v1 (v2 JSON is still supported)

    Under the hood

    • Migrate build processes from Travis CI to GitHub Actions
    • Build workflow improvements (@sainAk)
    • Migrate to kotlinx.serialization for various things
    • Replace some usages of Kotlin synthetics

    As usual, thanks to all of the app contributors, extension maintainers, translators, support staff, website maintainers, bug reporters, and all of the other community members!

    Looking for help? Check out our website and Discord server.

    Source code(tar.gz)
    Source code(zip)
    tachiyomi-v0.10.6.apk(18.14 MB)
  • v0.10.5(Sep 14, 2020)

    New

    • Missing chapters warning in transition (@ghostbear)

    Changed behavior

    • Sources sorted in case-insensitive fashion (@scb261)
    • Hidden directories (i.e. folders starting with a .) are filtered out for local source

    Bug fixes

    • Extension crashes on some older Android versions
    • Smoother view transitions (@jobobby04)
    • Prevent deleting bookmarked chapters not working when reading chapters
    Source code(tar.gz)
    Source code(zip)
    tachiyomi-v0.10.5.apk(16.19 MB)
  • v0.10.4(Aug 10, 2020)

    New

    • Warn before restoring backup if trackers aren't logged in
    • Mark manga as read/unread from library
    • Option to prevent deleting bookmarked chapters

    Minor changes

    • Bubble up sources with results in global search
    • Extensions that may contain 18+ content are flagged as such

    Bug fixes

    • Reader toolbars behind status/navigation bar when using fullscreen mode
    • Add manga snackbar not going away
    • Rating 0 or 10 with MAL tracker not working
    • Custom SD card download location issues
    Source code(tar.gz)
    Source code(zip)
    tachiyomi-v0.10.4.apk(16.05 MB)
  • v0.10.3(Aug 3, 2020)

    More bug fixes on top of v0.10.1 and v0.10.2.


    Bug fixes

    • Fix Webview-related crashes on some older Android versions
    • Fix some snackbars not being displayed in viewport properly

    Minor changes

    • Adjusted tap regions in vertical/webview/continuous vertical reading modes
      • Top and left parts navigate up
      • Bottom and right navigate down
    • Tweaked download badge color

    Under the hood

    • Retrieving the extensions list now uses only 10% of the data as before
    Source code(tar.gz)
    Source code(zip)
    tachiyomi-v0.10.3.apk(16.00 MB)
  • v0.10.2(Aug 2, 2020)

    Bug fixes for v0.10.1.


    Bug fixes

    • Custom download locations on external SD card not working
    • Issue when chapters list includes multiple chapters that point to the same URL
    • Source not appearing as pinned when in last used section
    • Icons being invisible in History when using light blue theme
    • Crash when collapsing filter groups

    Minor changes

    • Error/warning notifications for downloader separated out into separate notification channel
    • Improved download badge contrast
    Source code(tar.gz)
    Source code(zip)
    tachiyomi-v0.10.2.apk(16.04 MB)
  • v0.10.1(Aug 1, 2020)

    You thought it'd be 1.x after 0.9.x, but it was me, ~~Dio~~ 0.10.x!


    Big thanks to all of the app contributors, extension maintainers, translators, support staff, website maintainers, bug reporters, and all of the other community members!

    Looking for help? Check out our website and Discord server.


    New (major)

    Library

    • New display options:
      • Comfortable grid
      • Hide unread badges
      • Hide category tabs
    • Sort by date added
    • Download unread chapters directly from library view (in long press menu)
    • Shortcut to global search when searching library

    Manga info/chapters

    • Refreshed manga info/chapters view
    • Migrate directly from manga info page menu
    • Sort chapters by upload date

    Library updates

    • Concurrently refresh trackers
    • Update details metadata at the same time (can be turned off from More > Settings > Library > Automatically refresh metadata)
    • Error log notification after library update if anything failed (can be turned off from More > Settings > Library > Show update errors notifications)

    Reader

    • Inverted tapping setting

    Downloads

    • Download from up to 5 different sources concurrently
    • Download up to 5 pages in a chapter concurrently

    Sources

    • Manage sources from extension details
    • Click source name in global search to view more

    New (minor)

    Library

    • Bookmark icons in chapters list
    • Copy to clipboard when long pressing tracking title
    • New chapters automatically download when refreshed manually in list (if in auto download category)
    • Allow "duplicate" categories with differing case (e.g. "Reading" and "READING")
    • Prevent spamming updates with newly favorited manga

    Reader

    • Snackbar to show what reading mode is being used when opening the reader (can be turned off from More > Settings > Reader > Show reading mode)

    Downloads

    • Notification on completion (can be hidden via Android system settings in Android 8+)

    Browse

    • More easily pin sources
    • Added Browse to start screen options
    • Better distinguish between obsolete (no longer available from official extensions repo) and unofficial (not signed with official extensions signature) extensions
    • Shortcut to manage installed extension in system settings

    Misc

    • Added fast scroller to updates, history, download queue, and migration list views
    • Square icons instead of circle icons in list views
    • Shortcut to manage categories in "More"
    • Option to use DNS over HTTPS (via Cloudflare) in advanced settings
    • Viewing changelogs now just redirect to GitHub rather than bundling it within the app

    Backup/restore

    • Warn about missing sources before restoring backup (if backup was created in v0.9.1+)

    Behavior changes

    Library

    • Edit cover moved from library to manga info

    Reader

    • Default reading mode to right to left (since this is a manga app...)
    • Scroll up/down when tapping top/bottom thirds of webtoon and continuous vertical viewers
    • Page transitions setting applies to all reader modes

    Downloads

    • Downloaded chapters are renamed if the chapter name changes
    • App will not download things if there's less than 50MB of storage space available
    • Now using same chapter folder names used in TachiyomiJ2K; fixes duplicate scanlator chapters not being downloaded separately

    Browse

    • Explicit "Browse button" removed, just tap the row

    Misc

    • Sped up animations
    • Can only grab the thumb in the fast scroller now to avoid conflicts with system navigation gestures
    • Source migration moved into Browse section
    • List of languages are sorted alphabetically in source and extension filtering screens

    Bug fixes

    • Reader jumping back to beginning of page when leaving the app
    • Bottom toolbar in reader layout for RTL locales
    • Backup/restore progress notifications alerting more than once
    • Remove "Hide" option for Local Source, which isn't actually hide-able
    • Hide download menu for local manga
    • Wrong source icon showing up in migration list when a source isn't installed
    • Status bar sometimes showing up when rotating device while in fullscreen reader
    • Charset issues with ZIP files (Android 7+ only)
    • Cover thumbnails not being translucent for favorited manga when browsing sources
    • Being unable to restore backups if there's no categories in the backup file
    • Covers not updating (including custom covers)
    • Sort list of sources in migration alphabetically
    • Fix some webpages being shown as really tall in WebView
    • Fix some webpages not working properly in WebView
    • Several translated locales weren't available as options in the app
    • Category picker not showing up when adding manga from snackbar after downloading something
    • Download notification showing pause after finishing after reordering items
    • Fix download cache not working for a source name change
    • Some snackbars sometimes being out of view
    • Downloads not starting on metered wifi connections
    • Fix getting stuck in chapter loop when chapters have identical URLs

    Under the hood

    • Update conductor-support-preference to support EditTextPreference's OnBindEditTextListener (allows for extension preferences to handle password fields properly)
    • Switched to a different way of displaying open source licenses
    • Warnings when Webview isn't available on your device
    • TLS 1.3 support for Android 9 and below
    • A bunch more!
    Source code(tar.gz)
    Source code(zip)
    tachiyomi-v0.10.1.apk(16.03 MB)
  • v0.10.0(Aug 1, 2020)

Free and open source manga reader for Android.

Build Stable Weekly Preview Contribute Support Server Tachiyomi Tachiyomi is a free and open source manga reader for Android 5.0 and above. Features F

Tachiyomi 20.4k Jan 9, 2023
A Free, Open source unofficial manga reader for MangaDex

Neko A Free, Open source unofficial manga reader for MangaDex About: This is a MangaDex specific fork of Tachiyomi and TachiyomiJ2K. This contains fea

Carlos 1.4k Jan 3, 2023
Flym News Reader is a light Android feed reader (RSS/Atom)

BEWARE: Google added some restrictions to news app and I don't see how Flym (and other RSS aggregators) could comply to that. For instance, Flym canno

Frédéric Julian 938 Jan 1, 2023
Flym News Reader is a light Android feed reader (RSS/Atom)

BEWARE: Google added some restrictions to news app and I don't see how Flym (and other RSS aggregators) could comply to that. For instance, Flym canno

Frédéric Julian 938 Jan 1, 2023
Flym News Reader is a light Android feed reader (RSS/Atom)

BEWARE: The original developer stopped the development of the app so I'm starting to work on it to improve it and maintain it. Flym News Reader Light

null 0 Jul 26, 2022
CoolReader 3 - cross platform open source e-book reader

CoolReader 3 - cross platform open source e-book reader (c) Vadim Lopatin, 1998-2018 Development is moved to GitHub https://github.com/buggins/coo

Vadim Lopatin 302 Jan 4, 2023
Anxiety free news reader for Android - developed using Kotlin

Android River is a modern Android 2.2 news app. It's now version 1.15. Android River has the following features: Read RSS 1.0, RSS 2.0 and ATOM 1.0. C

Dody Gunawinata 319 Nov 10, 2022
NimTome is a Free and open-source spell tracker application for Dungeons and Dragons

Nimtome: An open source application to manage all your spells in D&D About This project came to life as a homework assignment, but it became a lot bit

null 2 Jan 11, 2022
A manga series about a card game, written and illustrated by Kazuki Takahashi

Yu-Gi-Oh É uma série de mangá sobre um jogo de cartas, escrito e ilustrado por Kazuki Takahashi. A série foi originalmente publicada pela editora Shue

Samir Maciel 8 May 27, 2022
AdAway is a free and open source ad blocker for Android.

AdAway AdAway is an open source ad blocker for Android using the hosts file and local vpn. For more information visit https://adaway.org Installing Th

null 4.9k Jan 7, 2023
Free and Open Source, full-featured torrent client for Android

Free and Open Source, full-featured torrent client for Android

Yaroslav Pronin 1.3k Jan 8, 2023
Aegis Authenticator is a free, secure and open source 2FA app for Android

Aegis Authenticator Aegis Authenticator is a free, secure and open source 2FA app for Android. It aims to provide a secure authenticator for your onli

Beem Development 4.6k Jan 3, 2023
FlorisBoard is a free and open-source keyboard for Android

FlorisBoard FlorisBoard is a free and open-source keyboard for Android 6.0+ devices. It aims at being modern, user-friendly and customizable while ful

FlorisBoard 3.7k Jan 5, 2023
A free and open-source offline authenticator app for Wear OS.

Wristkey Need 2FA codes quickly, right on your Wear watch without needing a phone? Wristkey is an open-source 2FA client for Wear OS watches that does

Owais Shaikh 80 Jan 4, 2023
Free and Open Source Launcher.

Omega Launcher Free and Open Source Launcher Installation & Download Our builds are available on: Github: Releases or Actions (usually). F-Droid: Eith

Saul Henriquez 977 Jan 2, 2023
Saikou - An anilist only client, which lets you stream & download Anime & Manga

Saikou Saikou is crafted based on simplistic yet out-of-state elegancy. It is an

null 2.9k Jan 3, 2023
Cross-plaform desktop manga downloader

Kotatsu-dl Cross-platform desktop application to download manga from various services Installation Arch linux Package kotatsu-dl-git is available on A

Koitharu 23 Jan 4, 2023
A Free, Fully Fledged, Open-Source Music Player for Android

Turtle Player Free, Fully Fledged & Open-Source. The Music Player for Android. Turtle Player is designed to be a fun and unique app for playing your m

Edd Turtle 178 Nov 18, 2022
Authenticator Pro is a free open-source two factor authentication app for Android

Authenticator Pro Authenticator Pro is a free open-source two factor authentication app for Android. It features encrypted backups, icons, categories

jmh 1k Jan 4, 2023