Compose Multiplatform migration + Play Store v1.0.0 release#80
Merged
Conversation
# Conflicts: # app/src/main/res/values-ru/strings.xml # app/src/main/res/values/strings.xml
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Add horizontal padding to the location permission banner in Settings so it matches other groups. - Re-check location permission state on every ON_RESUME via a LifecycleEventObserver tick, so granting the permission (which pauses/resumes the Activity) immediately updates the cached state. Initial value is now false instead of an optimistic true. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Reset `appVersionCode` to 1 and `appVersionName` to 1.0.0. - Upgrade Kotlin to 2.4.0 and Jetbrains Compose to 1.11.1. - Update Play Services Billing to 9.0.0 and Ads to 25.3.0. - Update various Jetpack and KMP libraries including Ktor (3.5.0), Coroutines (1.11.0), Paging (3.5.0), and Firebase BOM (34.14.1). - Bump Material 3 to 1.5.0-alpha21 and Compose BOM to 2026.05.01.
…37; app v1.0.0 - Kotlin 2.4.0, AGP 9.2.1, Compose BOM 2026.05.01 / CMP 1.11.1, Gradle 9.4.1 and aligned coroutines/ktor/coil/koin/firebase/etc. version bumps. - compileSdk 37 in :shared and :androidApp (required by Compose 1.12.0-alpha). - Raise Gradle/Kotlin daemon heap to 6g for the heavier build. - Add compose ui-test-manifest (debugImplementation) for instrumented capture. - Reset versionName to 1.0.0 / versionCode 1 for a fresh first release under the merkost developer account. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…in, firebase repos Ongoing compose_migration work carried in the working tree: - Extract PlaceDetailsCardContent from PlaceDetailsSheet; slim the sheet. - NotesViews / WeatherScreen view adjustments (reused by marketing previews). - LoginScreen tweaks; Firebase catches/markers repo + FishingDatabase touch-ups. - iOS entry point (MainViewController / iOSApp.swift) updates. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…enshots, clean icon - Store listing copy + full release checklist in docs/play-store-release.md (name, short/full description, release notes, data-safety, permissions). - GitHub Pages legal site: docs/index.html, privacy.html, terms.html (support email merkostdev+fishing@gmail.com; account deletion via support). - Export-ready assets in docs/store-assets/: 4 phone screenshots (map, catch, notes, weather), 1024x500 device-frame feature graphic, 512 app icon. - Marketing screenshot composables + MarketingScreenshotExporter instrumented test (renders each screen at density 2.5, retries flaky captureToImage); androidTest manifest supplies an AdMob test app id so the harness can launch. - Realistic sample dates in catch/weather mockups (no more 1970 epoch). - Clean production icon: BETA banner removed, regenerated across mipmap launcher set, round icon, compose resource, and the 512 Play Store icon. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…o alpha) Play's "no transparency" rule for the app icon / feature graphic is strictest with no alpha channel at all; drop the (already-opaque) alpha. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…palette E) - Add 01-hero.png: brand-blue title slide (logo lockup, "Every spot. Every catch. Every forecast." headline, phone mockup). Becomes screenshot #1. - Renumber app screenshots: map→02, catch→03, notes→04, weather→05. - Redesign feature-1024x500.png in the same palette: logo lockup + headline + crisp Map/Catches/Weather chips + phone mockup (no text/phone overlap). - Update store-listing doc screenshot order (5 shots). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The catch/notes/weather mockups rendered with Material3's default purple baseline palette (no theme in the test host). Wrap the exporter content in MaterialTheme(colorScheme = BlueLightColorScheme) so screens match the app's blue brand. Regenerate 02-map…05-weather and rebuild the hero + feature graphic with the re-themed map mockup. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ore backups - Rewrite the 2022 README: logo top-left, screenshot strip, accurate KMP/Compose stack, build steps, privacy/terms links, new applicationId. - .gitignore: exclude *.jks.backup* / *.keystore.backup* and androidApp/release/ so signing-key backups and local release artifacts never get committed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Overview
This is the long-running
compose_migrationbranch: it migrates Fishing Notes from an Android-only Jetpack Compose app to Kotlin Multiplatform with a shared UI in Compose Multiplatform (Android + iOS), and prepares the v1.0.0 Google Play release.Highlights
CMP migration
sharedKMP module (commonMain/androidMain/iosMain).Tooling
compileSdk 37.Play Store v1.0.0 release
com.merkost.fishingnotes, versionName1.0.0.docs/play-store-release.md.docs/{index,privacy,terms}.html(live).docs/store-assets/: clean 512 icon (BETA banner removed), 1024×500 feature graphic, branded hero + 4 app screenshots (blue-themed).MarketingScreenshotExporterinstrumented test.README.md.Notes
.gitignorehardened so signing-key backups / local release artifacts are never committed.