Skip to content

v0.1.0 PoC

Choose a tag to compare

@kequach kequach released this 25 Jun 21:17
· 10 commits to main since this release

v0.1.0 - 2026-06-25

Initial Android app release.

New features

  • Local cashback tracking - native Android app for tracking cashback promotions with product name, cashback URL, redemption date range, purchase price, IBAN, device, notes, and status.
  • Three app areas - Eingabe for creating cashback entries, Daten for all saved cashback records, and Stammdaten for bank accounts and devices.
  • Cashback statuses - entries can be saved as Geplant or Eingereicht, then cycled by tapping a data-list row through Geplant, Eingereicht, and Ueberwiesen.
  • Local master data - bank accounts store nickname, account holder, and IBAN; devices store name and notes.
  • CSV export - manual unencrypted CSV export for saved cashback data, with an explicit warning before writing readable data.
  • Milestone celebrations - optional EUR milestone animations for reimbursed totals, with default thresholds of 100, 500, and 1000 EUR.
  • Entry celebrations - short non-blocking celebration animation when a cashback entry is created or marked as transferred.
  • Autofill suggestions - cashback URL and product fields show recent unique entries and can autofill repeated promotions.
  • Duplicate-use warnings - IBAN and device selectors mark previously used options for the same cashback promotion while keeping them selectable.

URL parsing

  • User-triggered parser - URL analysieren fetches HTTPS pages only after explicit user action and keeps manual editing available when parsing is incomplete.
  • Product and date extraction - best-effort parser fills product name and date-only redemption ranges from page title, headings, body text, meta data, image labels, and embedded script data.
  • German cashback patterns - supports common phrases such as Aktionszeitraum, Kaufzeitraum, Teilnahmezeitraum, Einloeseschluss, Start ist am, and bis zum.
  • Fallback title parsing - when a page cannot be read, the app derives a readable product hint from official campaign URLs or DealDoktor-style slugs.