Top Related Projects
A rewrite of Tachiyomi for the Desktop
Quick Overview
Tachiyomi J2K is a fork of the popular open-source manga reader app Tachiyomi. It offers enhanced features and a refined user interface while maintaining the core functionality of the original app. This fork aims to provide a more polished and feature-rich experience for manga enthusiasts.
Pros
- Improved user interface and design compared to the original Tachiyomi
- Additional features and customization options
- Regular updates and active development
- Maintains compatibility with most Tachiyomi extensions
Cons
- May have occasional stability issues due to added features
- Potentially higher resource usage compared to the base Tachiyomi app
- Some users might find the additional features overwhelming
- Not available on official app stores, requiring manual installation
Getting Started
To get started with Tachiyomi J2K:
- Visit the GitHub repository: https://github.com/Jays2Kings/tachiyomiJ2K
- Go to the "Releases" section
- Download the latest APK file
- Enable "Install from unknown sources" on your Android device
- Install the downloaded APK
- Open the app and follow the initial setup process
- Add manga sources and start reading
Note: As this is an Android application and not a code library, there are no code examples or quick start instructions for developers. The app is meant for end-users to install and use on their Android devices.
Competitor Comparisons
A rewrite of Tachiyomi for the Desktop
Pros of Suwayomi-Server
- Cross-platform compatibility: Runs on various operating systems
- Headless operation: Can be used as a backend server without a GUI
- API-driven architecture: Allows for integration with different front-end clients
Cons of Suwayomi-Server
- Requires separate client setup: Not an all-in-one solution like TachiyomiJ2K
- Potentially more complex setup: May need additional configuration for server deployment
- Less direct user interface: Relies on external clients for manga reading experience
Code Comparison
Suwayomi-Server (Kotlin):
@GET("api/v1/extension/install/{pkgName}")
suspend fun installExtension(@Path("pkgName") pkgName: String): Response<Unit>
TachiyomiJ2K (Kotlin):
override fun setupPreferenceScreen(screen: PreferenceScreen) {
val context = screen.context
preferences = PreferenceManager.getDefaultSharedPreferences(context)
}
Both projects use Kotlin, but Suwayomi-Server focuses on API endpoints for server-client communication, while TachiyomiJ2K deals with Android-specific UI preferences. This reflects their different architectures and use cases.
Convert designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual CopilotREADME
Download | Contribute | Support Server |
---|---|---|
TachiyomiJ2K
TachiyomiJ2K is a free and open source manga reader for Android 6.0 and above. Based on the original Tachiyomi
Features
Features of Tachiyomi include:
- Online reading from a variety of sources
- Local reading of downloaded content
- A configurable reader with multiple viewers, reading directions and other settings.
- MyAnimeList, AniList, Kitsu, Shikimori, and Manga Updates support
- Categories to organize your library
- 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:
- New Manga details screens, themed by their manga covers
- Combine 2 pages while reading into a single one for a better tablet experience
- An expanded toolbar for easier one handed use (with the option to reduce the size back down)
- Floating searchbar to easily start a search in your library or while browsing
- Library redesigned as a single list view: See categories listed in a vertical view, that can be collasped or expanded with a tap
- Staggered Library grid
- Drag & Drop Sorting in Library
- Dynamic Categories: Group your library automatically by the tags, tracking status, source, and more
- New Recents page: Providing quick access to newly added manga, new chapters, and to continue where you left on in a series
- Stats Page
- New Themes
- Dynamic Shortcuts: open the latest chapter of what you were last reading right from your homescreen
- New material snackbar: Removing manga now auto deletes chapters and has an undo button in case you change your mind
- Batch Auto-Source Migration (taken from TachiyomiEH)
- Share sheets upgrade for Android 10
- View all chapters right in the reader
- A lot more Material Design You additions
- Android 12 features such as automatic extension and app updates
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
Bugs
- Include version (Setting > About > Version)
- If not latest, try updating, it may have already been solved
- Dev 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
Feature Requests
- Write a detailed issue, explaning 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.
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.
Top Related Projects
A rewrite of Tachiyomi for the Desktop
Convert designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual Copilot