Skip to content

Releases: dcccrypto/percolator-mobile

Percolator v1.0.4 — Stable Android Launch

08 Mar 09:57
0450e75

Choose a tag to compare

Stable Release — All crash-on-launch issues fixed

Bug Fixes (6 root causes resolved)

  1. Corrupted PNG assets — replaced invalid 113-byte images with valid placeholders
  2. Missing @expo/vector-icons — added missing dep (was imported but never installed)
  3. Stale native libs — regenerated android/ via expo prebuild --clean (fixes libreact_featureflagsjni.so not found)
  4. New Architecture conflict — locked newArchEnabled=false in app.json so expo prebuild can't reset it
  5. Removed unused nativewind — was pulling in react-native-reanimated v4 (requires New Arch, circular conflict)
  6. Babel runtime fix — set enableBabelRuntime: false (fixes require() 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

07 Mar 17:09

Choose a tag to compare

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-protocol is not New Architecture compatible
    • Fix: disabled New Architecture (newArchEnabled=false) — resolves startup crash on all Android devices

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

07 Mar 15:37
58e4e61

Choose a tag to compare

Percolator Mobile v1.0.2

Installation

  1. Download app-release.apk below
  2. Enable "Install unknown apps" on your Android device
  3. Important: If you have a previous version installed, uninstall it first (signature changed)
  4. 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

05 Mar 13:15
64bc8ef

Choose a tag to compare

Percolator Mobile v1.0.1

Installation

  1. Download app-release.apk below
  2. Enable "Install unknown apps" on your Android device
  3. Important: If you have a previous version installed, uninstall it first (signature changed)
  4. 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

27 Feb 06:59

Choose a tag to compare

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

  1. Download the APK from the Assets below
  2. On your device: Settings → Security → Allow unknown apps
  3. Open the APK and tap Install
  4. 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