Skip to content

Umber v0.1.1

Choose a tag to compare

@DeepakSilaych DeepakSilaych released this 27 Jul 21:51
· 4 commits to main since this release

Fixed

  • .xlsx statements were unselectable. Android types them as
    application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, which the file picker's
    allowlist omitted — so the file was greyed out with no explanation. The picker no longer filters
    by MIME at all; format is identified from magic bytes, which is why filtering by MIME was
    self-defeating in the first place.

Widget

  • Empty state. A fresh install rendered ₹0, indistinguishable from a week of no spending.
  • Weekly trend — last 7 days against the 7 before, so the number has a reference point.
  • Review nudge — "N to categorise", tapping straight through to the Review tab.
  • Most recent sparkline bucket highlighted.
  • Data load wrapped in a guard: a thrown query used to leave a permanently broken widget on the
    home screen with no way to retry.
  • Settings → Home screen widget adds it in one tap. Previously the widget existed but nothing
    in the app mentioned it.

Also

  • App icon repainted umber to match the logo (it was still green from before the rename).
  • Settings → About shows the running version and links to releases.
  • README documents every permission the APK requests, including the four WorkManager merges in.

Updates

Umber can't check for updates itself — no network permission. Use
Obtainium pointed at this repo for update notifications.

Verify

APK SHA-256      20e2a25a7e6dff606d655c286c32c120aed016170b59cacaab848c9ae7d08305
Signing cert     e98c1305c140dd954ccce7d4b7efe207436c87c29c94475aa7d1859bbb587773

Same signing key as v0.1.0, so this installs as an upgrade. 133 unit tests pass.