Skip to content

BillMinder v2.0.0

Choose a tag to compare

@SysAdminDoc SysAdminDoc released this 21 Mar 19:53
· 69 commits to master since this release

What's New in v2.0.0

Major upgrade based on competitive analysis of 10 open-source bill tracker apps.

New Features

  • Home Screen Widget - Glance-based widget showing upcoming bills and amounts
  • Biometric Lock - Fingerprint/face unlock to protect financial data
  • Search & Filter - Full-text search + horizontal category filter chips
  • Sort - 6 sort modes (due date, amount, name, category)
  • Spending Charts - Category donut chart + 6-month trend line (Canvas-drawn, no library deps)
  • Lifetime Spending - Per-bill and total lifetime spending tracking
  • Notification Snooze - 1hr and Tomorrow snooze actions directly on notifications
  • JSON Backup/Restore - Full data export and import
  • CSV Export - Payment history as spreadsheet
  • Swipe-to-Delete - Swipe left on bills to delete
  • Bottom Navigation - Home / Calendar / Stats / Settings tabs
  • Tags - Comma-separated tags per bill, searchable
  • 3 New Categories - Education, Entertainment, Childcare (13 total)
  • Section Badges - Count badges on Overdue/Upcoming/Paid sections
  • Staggered Animations - Bills animate in sequentially

Technical

  • DB migration v1 -> v2
  • Glance 1.1.1 widget
  • AndroidX Biometric
  • Room aggregation queries for chart data
  • Canvas-drawn charts (no external chart library)