Skip to content

Tags: MOIMOB/drinkable

Tags

1.59.2

Toggle 1.59.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: target Android 16 (API 36) for Google Play compliance (#599)

* fix: update version and resolve keyboard overlay issue on Android 15+

* fix: target Android 16 (API 36) for Google Play compliance

Play requires targeting API 36 within a year of latest release. Bump
compileSdk/targetSdk to 36; verified against Capacitor 7.6.5's
build.gradle (reads rootProject.ext, not hard-pinned to 35) and
confirmed both debug and release builds succeed.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>

1.59.1

Toggle 1.59.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update fastlane-internal.yml

1.59.0

Toggle 1.59.0's commit message
chore: update version

1.58.1

Toggle 1.58.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update versionCode and versionName to 1.58.1; add changelog for … (

#587)

fix: update versionCode and versionName to 1.58.1; add changelog for complete Chinese translations and improved translation tools

1.58.0

Toggle 1.58.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare v1.58.0 release for App Stores (#584)

chore: prepare v1.58.0 release for Play Store

- Update version to 1.58.0 (versionCode 15800)
- Add user-friendly release notes for Play Store

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>

1.57.3

Toggle 1.57.3's commit message
fix: update versionCode and versionName to 1.57.3; refactor UserPage …

…to use private variable for otherListItems; adjust SupabaseService to check STORE before creating client

1.57.2

Toggle 1.57.2's commit message
fix: update versionCode and versionName to 1.57.2

1.57.1

Toggle 1.57.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix android overlapping (#582)

* fix: android overlapping

* fix: add changelog entry for app overlap issue with system GUI

* fix: add changelog entry for app overlap issue with system GUI

1.57.0

Toggle 1.57.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: upgrade Capacitor dependencies to version 7.0.0 (#579)

* chore: upgrade Capacitor dependencies to version 7.0.0

refactor: remove backup-related components and logic

- Deleted backup-builder.ts, backup-drawer.ts, backup-entity.ts, backups.ts, load-backup-dialog.ts, restore-backup-dialog.ts, and their corresponding HTML files.
- Removed backup functionality from local-storage-service.ts and user-page.ts.
- Cleaned up user-router.ts to remove references to backups.

feat: add changelog for Android target API level update

* fix: update Node.js version to 22.x and Java version to 21 in CI workflows

1.56.0

Toggle 1.56.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update version to 1.56.0 and fix compatibility issues (#573)