Skip to content

Releases: WojakCoinProj/wjk-mobile-wallet

v1.4.1

17 Jun 13:29
1eecd99

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

14 Jun 15:19

Choose a tag to compare

WojakCoin Wallet v1.4.0

Highlights

  • Upgraded to Capacitor 8, modernizing the Android/iOS native toolchain and clearing the remaining tar security advisories (npm audit: 0 vulnerabilities).
  • Includes the v1.3.0 OP_RETURN send feature.

Native / build changes

  • Android: minSdk 22 -> 24, compile/target SDK 34 -> 36, AGP 8.13.0, Gradle 8.14.3, builds on JDK 21. versionCode 8 -> 9.
  • iOS: deployment target 13.0 -> 15.0, built with Xcode 26. Build 4 -> 5.

Upgrade & data safety

  • Existing wallets are preserved on in-place update. App id (cash.wojakcoin.wallet), the release signing key, and the encrypted wojak_wallet localStorage schema are unchanged.
  • Heads up: minSdk is now 24, so Android 5.x/6.x devices are no longer supported. iOS now requires iOS 15+.

Android APK and iOS app are attached automatically by CI once the build completes.

v1.3.0

14 Jun 14:51

Choose a tag to compare

WojakCoin Wallet v1.3.0

New

  • Send: optional OP_RETURN data output (toggle + message, max 80 bytes), shown on the confirm screen. Fee estimation accounts for the extra output. (#13)
  • Localized OP_RETURN strings (English, Simplified Chinese).

Upgrade & data safety

  • Existing wallets are preserved on in-place update. App id (cash.wojakcoin.wallet), the release signing key, and the encrypted wojak_wallet localStorage schema are unchanged.
  • Android versionCode 7 -> 8, versionName 1.2.4 -> 1.3.0.
  • iOS MARKETING_VERSION 1.2 -> 1.3 (build 3 -> 4).

Note: Android in-place upgrades only keep data when the new APK is signed with the same key as your installed build. Installing an APK signed with a different key requires an uninstall first (which clears the wallet) — always back up your private key/WIF before switching builds.

Android APK and iOS app are attached automatically by CI once the build completes.

v1.2.4

14 Apr 17:49

Choose a tag to compare

WojakCoin Wallet v1.2.4

Mobile wallet for WojakCoin (Capacitor + Next.js). Android and iOS builds are produced by CI on main and attached here when workflows run.

Highlights

  • Languages (i18n) — UI available in 10 locales: English, Español, Deutsch, Français, 中文(简体), 日本語, 한국어, Português, Русский, Italiano. Language choice is stored on-device.
  • iOS — Capacitor iOS project and Build iOS workflow (unsigned .app zip for sideload/testing; use Xcode signing for TestFlight — see IOS.md).
  • Android — Signed release APK when repo secrets are configured; in-place updates keep existing wallet data (same app id + keystore). Debug APKs are for testing only.
  • API & networking — Proxied /wallet electrs and price endpoints; native Android uses Capacitor HTTP where needed to avoid CORS issues.
  • Wallet UX — UI unblocked after create / import / unlock.
  • Settings — API debug diagnostics panel for troubleshooting endpoints.

Latest in v1.2.4

  • QR scanner (Android)CAMERA declared in AndroidManifest (required for WebView getUserMedia). Camera stream is capped and QR decode uses a smaller canvas so high-resolution sensors do not OOM/crash the WebView (fixes “spinner then crash”).
  • BuildversionCode 7, versionName 1.2.4 — install over prior releases when signed with the same keystore.
  • CIBuild Android / Build iOS upload artifacts to this release via workflow RELEASE_TAG.

Updating from an older build

Install the new build over the existing app. Do not uninstall first if you want to keep your on-device wallet; uninstall clears app data. Keep your recovery phrase backed up.

Assets

  • Android: APK attached to this release (and under ActionsBuild Android artifacts).
  • iOS: Wojakcoinwallet-iOS.app.zip when the Build iOS workflow uploads here.

Links

v1.2.0

26 Mar 16:54

Choose a tag to compare

Wojakcoinwallet 1.2 release build.

Full Changelog: v1.0.0...v1.2.0