Skip to content

Receipt Manager 1.1.4

Choose a tag to compare

@monolidth monolidth released this 22 Apr 16:53
· 32 commits to master since this release

Receipt Manager 1.1.4

Warning, this new release, use a new database scheme. The old database scheme is not supported anymore.
Please backup your old database before your download the app and uninstall the application.

Screenshots

New features

Improve code quality

  • implement clean code architecture
  • take care of the DRY and SOLID principle
  • remove redundant code and cleanup comments
  • nearly 2 times less code

UI changes

  • UI is completely rewritten and more intuitive
  • the receipt form feature now a currency picker
  • the data picker is more intuitive
  • autocomplete for store name, tag name, categories
  • add custom categories now
  • simplify navigation bar and remove animation
  • add animations in history widget
  • the stats widget uses now infinite cards
  • animations in stats widget and automatic card change after 10s
  • remove unused options in settings widget

Background upload

  • the image upload is now asynchron
  • the user can check stats while the image is uploaded and processes

Null safety

  • flutter null safety is now enrolled
  • fix weird null glitches and invalid date formats

Gallery picker

  • now, you can pick images from your gallery
  • cache receipts

Camera picker

  • now fix auto focus and flash
  • store camera images in gallery

Implement multi button

  • file upload is implemented but not in the current release present

Database

  • still use MOOR as a SQL wrapper but this release has a new database scheme
  • reduce database size
  • faster and cleaner queries