feat: full Jetpack Compose migration with Apollo Kotlin and Navigation 3 - #1013
Open
wax911 wants to merge 3 commits into
Open
feat: full Jetpack Compose migration with Apollo Kotlin and Navigation 3#1013wax911 wants to merge 3 commits into
wax911 wants to merge 3 commits into
Conversation
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| BestPractice | 5 minor |
| CodeStyle | 95 minor |
🟢 Metrics 702 complexity · 208 duplication
Metric Results Complexity 702 Duplication 208
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Complete rewrite of the app using Jetpack Compose, Material Design 3, Apollo Kotlin for GraphQL, Room for local storage, and Navigation 3. Key changes: - New app-compose module with 95+ Kotlin files and 34 GraphQL operations - Apollo Kotlin 4.4.3 for type-safe AniList GraphQL API - Room 2.7.1 replacing ObjectBox for local data - Navigation 3 replacing Navigation Compose v2 - Koin 4.2.1 DI with 21 modules - MD3 theming (Light/Dark/AMOLED) with dynamic color support - 25+ screens covering full feature parity with old app - Background workers for notifications, updates, and schedule sync - Reusable widget components (FavouriteButton, FollowButton, ScoreBadge) - Markwon-based Markdown rendering - Video player placeholder with YouTube support - Full UDF/MVVM pattern across all features - KSP for Room compiler, kapt retained for ObjectBox/Glide - Old app module preserved for verification Co-Authored-By: opencode <opencode@anitrend.co>
wax911
force-pushed
the
feat/compose-migration
branch
from
May 30, 2026 22:49
884a03d to
77c9857
Compare
Contributor
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Full Jetpack Compose migration — a ground-up rewrite of the Android app using modern architecture:
Architecture stack:
Module structure:
app/— existing View-based app (preserved for verification)app-compose/— new Compose module (95+ Kotlin files, 34 GraphQL ops, 21 Koin modules, 27 routes, 25+ screens)buildSrc/plugin +gradle/libs.versions.tomlPhase 4 (cleanup) is deferred until full feature parity is confirmed.
Types of changes
Verification