Tadami

Verified safeOpen sourceExclusive
No reviews reviews
1
downloads
8.0
android

AI summary

Community fork of Aniyomi with polished Aurora-style UI for anime, manga, and light novels. Features personalized "For You" recommendations, Discord Rich Presence, MangaBaka tracking, novel TTS with sleep timer, and quote sharing. v0.62 adds stability fixes, Reels video feeds, and a completion celebration system. Requests broad package-management and storage permissions.

Generated by AI. May contain inaccuracies.

Screenshots

About this app

Tadami is a community fork of Aniyomi with a stronger focus on UI quality, Aurora-style surfaces, and a better reading experience across anime, manga, and novels.

Key Differences from Aniyomi

- Aurora-focused UI with dedicated polish for Home, Library, title, and settings screens. - Compose-first app shell, retaining a few intentional legacy View/Fragment bridges for reader, player, auth, or extension compatibility. - Full support for anime, manga, and novels in one app. - Novel-oriented development, including compatibility for LNReader-style ecosystems. - User-facing Aurora customization toggles for key Home and title-card interactions.

Features

- Media types: Anime, manga, and novels in one app. - Sources and extensions: Separate browsing for anime, manga, and novel sources/extensions. - Home and discovery: Aurora Home hub with greeting header, hero card, recent blocks, and media-specific sections. - Library and updates: Unified library management, updates, history, tracking, and download queues. - Aurora customization: Display settings for Home recent card style, Home action button style, and title-card action button style. - Backup and restore: Support across all media types. - Customization: Themes, reader/player behavior, and Aurora-specific visual preferences.

Disclaimer

This project does not host or distribute copyrighted content. Content availability depends on third-party sources and extensions.

License

Apache 2.0

What's new

v0.62Sep 12, 2026
  • # 📦 Tadami — v0.62
  • This release adds a personalized "For You" recommendation feed on the Home screen, Discord Rich Presence, a MangaBaka tracker and a THE END celebration for finished series, and brings a large wave of stability, performance and reader fixes accumulated since v0.61.
  • --
  • ### ✨ New Features - **For You — personalized recommendations** — a Home-screen feed for anime, manga and novels built from your library taste plus trending signals (Shikimori, MangaDex, AniList, Jikan): Mix / Similar / Your taste / Fresh / Source tabs, a rotating collage hero, preview sheets with descriptions and in-source lookup, one-tap add to library, long-press hide with a tag blacklist and undo, and an independent NSFW filter. - Open: Home → For You → more - Path: Settings → For You suggestions - **Discord Rich Presence** — shows what you are currently watching or reading (anime, manga, novel sessions) in your Discord profile, with a live connection status. Unofficial token-based integration, gated behind an explicit ToS risk warning. - Path: Settings → Tracking → Discord Rich Presence - **MangaBaka tracker** — track manga and novels from mangabaka.org with OAuth2 (PKCE) browser login and the full status set, including "Considering". - Path: Settings → Tracking → MangaBaka; title screen → Tracking → add - **THE END finale** — finishing a completed series shows a celebratory finale plate in the reader, and the title screen gets a keepsake "Finished" stamp with the completion date, stored in the database and backups. Can be turned off. - Path: Settings → Reader → Celebrate finishing a series - **Dynamic Gemini model list** — the novel AI translator fetches the live model catalogue from the API with a refresh action, falling back to a static list when offline. - Path: novel reader → AI Translator → Gemini model → Refresh list - **Reels: accounts, custom feeds and richer search (experimental, plugin-powered)** — sign in on a source's own web page with automatic session detection and a silent Cloudflare bootstrap, build custom tag-based feeds, browse niches, search across Niches / Creators / Tags / All tabs, tune content preferences and blocked tags, send like/view feedback, swipe horizontally into the Following feed, and play HLS streams. - Path: More → Reels (with a compatible plugin installed) - **Novel chapter list range selection** — long-press to select a range of chapters, at parity with manga and anime. - Open: novel title → chapters → long-press - **Novel TTS sleep timer** — stops the narration after a minute preset or exactly at the end of the chapter; the timer chips live inline inside the reader's TTS panel. - Path: novel reader → TTS panel → sleep timer - **Activity heatmap in Achievements** — a single scrollable 365-day heatmap card with active days, current streak and best streak; respects the system reduced-motion setting. - Path: More → Achievements - **Share quotes as image cards** — turn any saved quote into a shareable card in one of three designs (Codex Sacra, Aurora Glass, Minimal) with a live preview in the share sheet. - Path: More → Quotes Library → quote → Share as image; also from the reader's highlight editor
  • ### 🎨 Improvements - Library is faster and steadier: scoped recompositions, off-main-thread update guards, novel scroll retention, and a large crash-guard and race-fix wave across the whole update pipeline. - Novel library reaches parity with manga for series filters, grouping, sorts, badges and covers. - Novel rendering fidelity: one CSS unit convention, parchment page surfaces, preformatted blocks split into paragraphs by the native parser; TTS highlights the spoken text in rich-native mode. - Video playback: hardware decoding switched to mediacodec-copy with a crash-safe decoder lookup; the gpu-next renderer is gated to Android 10+. - Source-to-source migration got a clearer flow (progress, skip, manual search), single-instance dialogs, and anime/novels received the same fixes manga already had. - Browse and extension management: novel extension reinstall at manga/anime parity, a labeled "Update all" button, store renames propagate to installed entries, a "newer version available in store" banner, honest loading and empty states. - Home covers recover automatically after the network returns; recommendation covers load through source headers. - Novel updates tab now reports "update started / already running" like manga and anime. - For You hidden titles and the tag blacklist are included in backups. - Sheets go edge-to-edge Aurora: bottom sheets draw under the system bars with a blur haze, and the For You hide-options sheet is restyled to match. - Reels quality of life: the Following feed shuffles, the screen stays awake during playback, landscape fullscreen stays sticky until you leave it, and the video cache is capped at 1 GB with a "Clear video cache" action in the top-bar menu.
  • ### 🐛 Bug Fixes - Fixed the webtoon reader toolbar chapter arrows bouncing back or rewinding the current chapter. - Hardened the Cloudflare bypass: 429/401 detection, negative caching, real-clock waits and a guided manual solve in a WebView; expired web-login sessions are re-lifted silently. - Fixed the novel TTS lifecycle: playback stops and the notification goes away when the reader closes; chapter handoff races and resume word-offset mapping no longer break reading aloud. - Fixed reading progress: cross-mode restore in the novel reader, book-mode resume and stale-seek recovery, manga progress races, and pager spread completion. - Fixed the translation pipeline: Google rate-limit handling, queue skip checks, cache identity, paid-cache survival across kind switches, and AI translator errors now surface instead of being swallowed. - Fixed download integrity: unique scoped file names with a temp reaper, Wi-Fi-only gating and queue races; novels get unique directories and id-suffixed translated files. - Revived dead reader settings toggles for manga and novels; fixed library grouping, series semantics and unread badges. - Fixed global search hygiene: stale jobs are cancelled, results update atomically, and deep-link stacks behave. - Fixed data-loss risks: delayed tracking queue isolation, memos and completion dates in backups, single-instance migration dialogs. - Fixed local novel imports fabricating web URLs. - Fixed the achievements activity heatmap crashing on locales with an invalid weekday pattern (locale weekday names are used now). - Fixed the Reels web login consuming the PKCE redirect more than once per attempt.
  • ### 🔧 Internal - Database migrations: main 52–56 (discovery tables, feed saved searches), anime 150, novel 29. - Reels Feed Contract v19–v21 (extensionLib 19): source login, per-video feedback, search-hint chips; media3 HLS playback. - Backup proto fields 624/625 for For You hidden titles and tag blacklist, with sync union-merge and idempotent restore.

About this version

Version
0.62 (209)
Size
103.49 MB
Requires Android
8.0
Target SDK
26
Architecture
arm64-v8a
Downloads
1
Updated
Sep 12, 2026
Package
com.tadami.aurora

Similar apps

Ratings & reviews

0 ratings
  • 5
    0
  • 4
    0
  • 3
    0
  • 2
    0
  • 1
    0

Write a review

Tap a star to rate this app