Skip to content

v1.0.0-alpha.1 — first Android test build

Latest

Choose a tag to compare

@matinz03 matinz03 released this 18 Aug 11:51
· 5 commits to master since this release
c85d414

First sideloadable Android build. Internal testing only.

What's in it

  • Home — committed monthly spend, the next five renewals, and a preview of the list
  • Subscriptions — searchable, filterable by status; expand a card for plan, payment method and dates, plus Edit, Pause/Resume, Cancel and Delete
  • Insights — monthly and yearly totals, average cost, spend by category, top five by monthly cost
  • Add/edit sheet — drag to dismiss, brand icon matched from the name as you type, calendar start-date picker, and a card label with optional last four digits
  • Settings — light/system/dark, base currency, renewal reminders with a configurable lead time, clear stored data

Subscriptions are stored on the device and never uploaded. Clerk handles sign-in; PostHog receives product analytics.

Installing

Download the .apk, then allow installs from unknown sources for your browser or file manager when Android prompts. Requires Android 7.0 or later.

Known limitations

  • Renewal reminders don't fire in this build's Expo Go path — they need the standalone build, which this is, but permissions must be granted on first launch or nothing is scheduled.
  • No screen-reader pass has been done, and large accessibility font sizes are untested — several rows are fixed-height and may clip.
  • Amounts are never converted between currencies. Totals are grouped by currency and the app features the largest; there is no FX conversion anywhere.
  • Cancelling a subscription marks it, it doesn't delete it. Delete is separate and permanent.