Commit graph

63 commits

Author SHA1 Message Date
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
Matyáš Caras b86d8ecf39 Update renovate.json 2023-12-25 12:14:09 +01:00
Matyáš Caras 882ca914fb Update renovate.json 2023-12-25 12:12:37 +01:00
Matyáš Caras b16b61b242
chore: upgrade flutter 2023-12-07 19:57:22 +01:00
Renovate Bot fb2a88a0ec fix(deps): update dependency fl_chart to ^0.65.0 (#10)
Reviewed-on: #10
Co-authored-by: Renovate Bot <kontakt+renovator@caras.cafe>
Co-committed-by: Renovate Bot <kontakt+renovator@caras.cafe>
2023-11-28 19:07:57 +01:00
Matyáš Caras 23480d80d2
feat(graphs): render income graph next to expense graph
#8
2023-11-22 15:09:05 +01:00
Matyáš Caras d889611e19
feat: create basic spending chart + fix sorting
Added a basic line chart for spending (monthly and yearly) with its separate view. Also fixed sorting of entry groups on homepage.

#8
2023-11-21 20:23:14 +01:00
Matyáš Caras 371cf2b210
chore: update flutter 2023-11-14 18:44:44 +01:00
Matyáš Caras 8e319759f2
docs: change version and add CHANGELOG 2023-11-01 19:24:24 +01:00
Matyáš Caras 7a4c6fd9f1
fix: box constraints on desc field 2023-11-01 18:57:34 +01:00
Matyáš Caras 0c0bdda465
fix: more untranslated strings 2023-11-01 18:54:14 +01:00
Matyáš Caras e628d990d1
fix: text fields pushing cursor to first char 2023-11-01 18:51:13 +01:00
Matyáš Caras fca139af48
fix: new wallet not appearing after creation 2023-11-01 18:42:50 +01:00
Matyáš Caras 4846a9134d
fix: remove non-translated strings 2023-11-01 18:40:50 +01:00
Matyáš Caras 574180c5f2
feat: allow creating new wallets + fix bugs 2023-11-01 18:39:21 +01:00
Matyáš Caras f614c4dfac
feat: create basic function to load from ocr 2023-11-01 17:58:05 +01:00
Matyáš Caras 4852cf1839
feat(translations): add cz translation 2023-11-01 17:22:56 +01:00
Matyáš Caras 271a51f5b0
chore: upgrade flutter_lints manually 2023-11-01 15:51:03 +01:00
Matyáš Caras d1f37282f0
chore: check deps 2023-11-01 15:48:14 +01:00
Matyáš Caras d82a5f4b1f
wip: work on adding data from OCR 2023-11-01 15:39:25 +01:00
Matyáš Caras f8f40f6db6
feat: localization 2023-11-01 15:39:24 +01:00
Matyáš Caras de8f57fcc8
feat(ocr): 🚧 work on adding entries through OCR 2023-11-01 15:39:24 +01:00
Matyáš Caras de6c5fe315 chore: ugprade flutter 2023-10-30 20:32:05 +01:00
Matyáš Caras 7795e4e3f8
fix(ui): 💄 assign correct colors to settings + appbar 2023-10-06 18:37:06 +02:00
Matyáš Caras d5e3d8b76c
fix(ocr): ocr, switch tessdata_best with fast 2023-10-05 17:47:20 +02:00