Skip to content

Dev android - #33

Merged
Melendez1209 merged 2 commits into
mainfrom
dev_android
Jul 25, 2026
Merged

Dev android#33
Melendez1209 merged 2 commits into
mainfrom
dev_android

Conversation

@Melendez1209

Copy link
Copy Markdown
Owner

No description provided.

Upgrade Android build toolchain and libraries, and adapt code to updated APIs.

Key changes:
- Gradle wrapper -> 9.6.1; AGP and plugin version bumps (AGP 9.4.0-alpha03, kotlin/plugin.serialization 2.4.0, ksp 2.3.6, google-services 4.5.0).
- libs.versions.toml: many library version updates (Compose, Material3, lifecycle, Firebase, Play Services, Room, Tiles, protolayout, etc.).
- Android module: compileSdk 36->37 and app versionName 1.0.12->1.0.13; disabled android.dependency.useConstraints.
- Code adaptations for new APIs: MainActivity navigation startRoute logic simplified and NavDisplay uses sceneStrategies; Screens sealed objects now implement NavKey; Detail UI refactored (removed BottomAppBar, added HorizontalFloatingToolbar, nested-scroll/floating toolbar integration, rememberSaveable for expanded state); About previews updated imports.
- Minor .idea XML metadata updates.

These changes align the project with updated toolchain and library APIs and adjust UI/navigation code accordingly.
- Bump Android Gradle Plugin to 9.4.0-alpha06
-  Add Material3 (androidx.compose.material3) with material3Version. - Refactor Tip composable to accept positioning, use the new tooltip position provider and add accessibility semantics (liveRegion, paneTitle).
- Revamp Detail screen: switch to CenterAlignedTopAppBar, enhance HorizontalFloatingToolbar with share/print/edit/favorite/delete actions (share uses Intent), adjust toolbar offset/zIndex, integrate nested scrolling and replace Column with LazyColumn + stickyHeader for tabs.
@Melendez1209
Melendez1209 merged commit fa1e076 into main Jul 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant