Commit graph

87 commits

Author SHA1 Message Date
Matyáš Caras ae07720854
fix: disable overlay if search is not active 2024-01-30 22:03:03 +01:00
Matyáš Caras 5520655e32
docs: update changelog 2024-01-30 22:00:39 +01:00
Matyáš Caras dab4448c14
fix: actually save starting balance 2024-01-30 22:00:19 +01:00
Matyáš Caras 71444af7b0 fix: optimization for iOS (#30)
Co-authored-by: Richard Pavlikán <richardpavlikan@gmail.com>
Reviewed-on: #30
2024-01-29 23:51:25 +01:00
Matyáš Caras 943bf15aab
feat: add basic sorting (#9)
also made some cosmetic changes elsewhere,
2024-01-29 20:19:03 +01:00
Matyáš Caras 2226d37f8f
fix: save the placeholder name into name var 2024-01-29 20:07:56 +01:00
Matyáš Caras 095e2f62ba
fix: change up about dialog
also update CHANGELOG.md
2024-01-29 19:40:34 +01:00
Matyáš Caras 432e752937
fix: placeholder text as default in setup
Also added currency symbol as prefix in the starting balance field, fixes #27
2024-01-29 18:47:01 +01:00
Matyáš Caras 329c06cb01
chore: replace icon 2024-01-29 18:35:41 +01:00
Matyáš Caras da7b46b9cb
chore: apply automatic lint fixes 2024-01-29 18:02:06 +01:00
Matyáš Caras 0e6ca995e1
chore: upgrade flutter 2024-01-29 18:01:35 +01:00
Matyáš Caras f02be7b2d3
docs: update CHANGELOG 2024-01-22 23:33:57 +01:00
Matyáš Caras 2144a7cddc
docs: remove duplicate badge 2024-01-22 23:33:26 +01:00
Matyáš Caras 6500c7e5e8
feat: import/export data
closes #25
2024-01-22 23:32:21 +01:00
Matyáš Caras 7fed91e811
fix: replace platformdialog with adaptive dialog 2024-01-22 20:26:10 +01:00
Matyáš Caras 91be906894
feat: allow searching through entries 2024-01-22 19:20:41 +01:00
Matyáš Caras 66ebff38a5
Merge branch 'main' into dev 2024-01-22 16:29:48 +01:00
Matyáš Caras 833aef28c7
docs: add localization info 2024-01-22 16:28:22 +01:00
Matyáš Caras 87a4016ef5
docs: put issue templates in the correct folder 2024-01-22 15:48:40 +01:00
Matyáš Caras 252f15c87b
docs: create issue templates 2024-01-22 15:46:45 +01:00
Matyáš Caras 805fc2bf17
docs: add badges 2024-01-22 15:29:28 +01:00
Matyáš Caras 91fc0bb607
fix: show current balance on homepage 2024-01-22 15:15:10 +01:00
Matyáš Caras 96e672f1d5 test: create basic tests (#24)
Related to #1 but more tests should be added, so not closing

Reviewed-on: #24
2024-01-22 14:41:16 +01:00
Matyáš Caras dcc38645c8
chore: upgrade flutter 2024-01-19 17:47:16 +01:00
Matyáš Caras 6b8e381d8b
chore: bump version 2024-01-09 23:05:20 +01:00
Matyáš Caras 2f13b295c9
fix(ocr): correctly load data from API
Also for some reason eng traineddata were missing in the app, hopefully fixed by this
2024-01-09 23:03:23 +01:00
Matyáš Caras 1c85e0150d docs: add app store links
Signed-off-by: Matyáš Caras <matyas@caras.cafe>
2024-01-09 00:59:17 +01:00
Matyáš Caras e5e59ef7a5
fix: set newer minSdk for fluttertoast 2024-01-09 00:39:31 +01:00
Matyáš Caras 27bfadc015
chore: fix lint notices 2024-01-09 00:36:38 +01:00
Matyáš Caras 3f2b1d723f
fix: duplicate definition 2024-01-09 00:35:23 +01:00
Matyáš Caras 6675f91635
Merge branch 'dev' 2024-01-09 00:33:45 +01:00
Matyáš Caras 0dbcedd0ca fix: iOS specific fixes (#21)
Reviewed-on: #21
2024-01-09 00:31:03 +01:00
Matyáš Caras efc003a719
chore: cleanup code 2024-01-08 23:24:17 +01:00
Matyáš Caras e40f0491fc
fix: actually make recurring entries work correctly 2024-01-08 23:22:35 +01:00
Matyáš Caras b72e811339
fix: differentiate expense/income with color 2024-01-08 21:53:51 +01:00
Matyáš Caras 17a3a1ce20 feat: add recurring entries (#20)
Reviewed-on: #20
2024-01-08 21:19:15 +01:00
Matyáš Caras 6163a95849 feat(graphs): add pie chart and category colors (#19)
Reviewed-on: #19
2024-01-08 15:38:31 +01:00
Matyáš Caras 238caf9203
fix: make edit_categories actually edit categories
Also make sure home loads the wallet again after exiting settings. Also removed 'type' from Category, because I don't know what it was supposed to do there.
2023-12-31 12:41:10 +01:00
Matyáš Caras 480c4e2538
fix: wrong type cast 2023-12-31 11:42:27 +01:00
Matyáš Caras 073806b8dd
feat: edit per new lints, add editing categories 2023-12-29 21:39:54 +01:00
Matyáš Caras 7ba119f9a8
chore: change version to try to adhere to ios rules 2023-12-25 22:13:50 +01:00
Matyáš Caras a37e73f066 feat: add income/expense graphs
Reviewed-on: #16
2023-12-25 21:43:25 +01:00
Matyáš Caras 7f527f3d44
Merge branch 'dev-graph' into dev 2023-12-25 21:36:23 +01:00
Renovate Bot c2d98df780 fix(deps): update dependency fl_chart to ^0.66.0 (#14)
Reviewed-on: #14
Co-authored-by: Renovate Bot <kontakt+renovator@caras.cafe>
Co-committed-by: Renovate Bot <kontakt+renovator@caras.cafe>
2023-12-25 21:14:11 +01:00
Matyáš Caras 057954f6ce
feat: allow disabling Material You 2023-12-25 20:29:51 +01:00
Matyáš Caras 9fa35660df
feat(graphs): change style 2023-12-25 19:54:30 +01:00
Matyáš Caras 512de4deff
fix(graphs): correct tooltip text 2023-12-25 19:26:46 +01:00
Matyáš Caras 1c4bc48e6f
feat: allow switching between bar nad line charts 2023-12-25 19:03:52 +01:00
Matyáš Caras 7830f7854e
chore: change up gradlew version for java 2023-12-25 15:38:19 +01:00
Matyáš Caras a4163194ba
chore: upgrade flutter and deps 2023-12-25 12:17:45 +01:00