Releases: dcccrypto/percolator-mobile
Releases · dcccrypto/percolator-mobile
Percolator v1.0.4 — Stable Android Launch
Stable Release — All crash-on-launch issues fixed
Bug Fixes (6 root causes resolved)
- Corrupted PNG assets — replaced invalid 113-byte images with valid placeholders
- Missing
@expo/vector-icons— added missing dep (was imported but never installed) - Stale native libs — regenerated
android/viaexpo prebuild --clean(fixeslibreact_featureflagsjni.sonot found) - New Architecture conflict — locked
newArchEnabled=falseinapp.jsonsoexpo prebuildcan't reset it - Removed unused
nativewind— was pulling inreact-native-reanimated v4(requires New Arch, circular conflict) - Babel runtime fix — set
enableBabelRuntime: false(fixesrequire()crash in Hermes before Metro initialises)
Upgrade
- Direct upgrade from any previous version — no uninstall required (package ID:
com.percolator.seeker)
Percolator v1.0.3 — crash fix
Bug Fix
Critical
- Fixed app crashing on launch ("Percolator keeps stopping" dialog)
- Root cause: React Native New Architecture enabled but
@solana-mobile/mobile-wallet-adapter-protocolis not New Architecture compatible - Fix: disabled New Architecture (
newArchEnabled=false) — resolves startup crash on all Android devices
- Root cause: React Native New Architecture enabled but
All v1.0.2 content included
- Crash fix from v1.0.2 (ReactNativeApplicationEntryPoint removal)
- OI bar labels + SVG onboarding icons
- testID fixes
Notes
- Direct upgrade from v1.0.1 or v1.0.2 — no uninstall required (same package ID: com.percolator.seeker)
- v1.0.0 users must still uninstall first
Percolator v1.0.2
Percolator Mobile v1.0.2
Installation
- Download
app-release.apkbelow - Enable "Install unknown apps" on your Android device
- Important: If you have a previous version installed, uninstall it first (signature changed)
- Open the APK and tap Install
Package ID
com.percolator.seeker (updated from com.percolatormobile in v1.0.1)
Requirements
- Android 7.0+ (SDK 24)
- Solana wallet app (Phantom, Solflare, or Seed Vault on Seeker)
Percolator v1.0.1
Percolator Mobile v1.0.1
Installation
- Download
app-release.apkbelow - Enable "Install unknown apps" on your Android device
- Important: If you have a previous version installed, uninstall it first (signature changed)
- Open the APK and tap Install
Package ID
com.percolator.seeker (updated from com.percolatormobile in v1.0.1)
Requirements
- Android 7.0+ (SDK 24)
- Solana wallet app (Phantom, Solflare, or Seed Vault on Seeker)
Percolator v1.0.0 — Android APK
Percolator Mobile v1.0.0
🚀 First public Android release!
Download
Download percolator-v1.0.0.apk below and install on any Android 7.0+ device.
What's Included
- Full Percolator mobile experience
- Solana wallet adapter integration
- Real-time data via Supabase
- Hermes JS engine for fast performance
Installation
- Download the APK from the Assets below
- On your device: Settings → Security → Allow unknown apps
- Open the APK and tap Install
- Launch Percolator from your home screen
Technical
- Package:
com.percolator.seeker - Min Android: 7.0 (API 24)
- Signed with APK Signature Scheme v2
- Built with React Native 0.81.5 / Expo 54