Commit graph

38 commits

Author SHA1 Message Date
cf4226d20c WIP: Implement local database caching/networking with KMP 2020-12-24 18:02:05 -07:00
f1e36df8c4 Fix login not being implemented 2020-12-21 06:22:35 -07:00
2bce5cf601 Fix crash on TransactionFormViewModel creation 2020-09-10 17:43:37 -07:00
48d6eb6b00 Fix shortcuts not appearing 2020-09-10 17:42:39 -07:00
bf67966be8 fixup! Fix user loading when returning from background 2020-08-31 19:12:30 -07:00
5b2dd61556 Fix crash on CategoryFormActivity 2020-08-31 16:07:44 -07:00
8d3a9a89fc Fix weird dialog styles 2020-08-31 16:06:17 -07:00
c8f5a92e12 Fix user loading when returning from background 2020-08-31 13:51:28 -07:00
1b0afe3753 Fix budget loading when returning from background 2020-08-22 22:21:43 -07:00
cce6a3f371 Add ACRA error reports 2020-08-22 19:19:42 -07:00
773b514e42 Only show relevant expense/income categories for transaction editing/creation 2020-08-22 19:12:26 -07:00
511cb5a376 Improve some minor UI glitches 2020-08-07 17:13:57 -07:00
a1da7582b4 Update Category details page 2020-08-07 16:56:45 -07:00
2146a38bb2 Fix budget amount loading on OverviewFragment 2020-08-07 15:54:28 -07:00
7109764e09 Another massive rewrite, this time geared towards making the code more reactive 2020-08-07 12:40:14 -07:00
2210222b22 WIP: Refactor app to be easier to understand and use more modern practices
Signed-off-by: William Brawner <me@wbrawner.com>
2020-08-06 22:21:26 -07:00
466e80278e Fix transaction amount saving 2020-08-06 16:22:36 -07:00
845714c77c Fix endpoints for creating new entities 2020-07-31 16:52:19 -07:00
8dd96d04ac Update Category model and interactions according to backend
- added expense and archiving
2020-07-27 17:33:07 -07:00
8817f06c3d Fix transaction querying 2020-07-27 16:42:11 -07:00
8583462d6f Fix splash screen theme 2020-07-27 16:36:59 -07:00
48314efe66 Rename app module to android
This is in preparation for multiplatform setup
2020-07-25 16:29:46 -07:00
7f3f1d82bc Clean up code and fix some discrepancies between API and local models/requests 2020-06-04 15:13:10 -07:00
623f65ea43 Update some dependencies 2020-05-30 18:19:41 -07:00
eb8d2bbcf5 Update login screen styles 2020-05-30 17:44:41 -07:00
b0472d835d Update dependencies
Signed-off-by: William Brawner <me@wbrawner.com>
2020-04-03 17:41:58 -07:00
Billy Brawner
47443764aa Update app icon and name 2019-10-31 09:42:11 -06:00
Billy Brawner
74601bc18d Implement updated authentication 2019-10-31 09:40:54 -06:00
Billy Brawner
6f24feed7b Basically rewrite most of the app
A lot of stuff was moved around and some of the API connections were improved upon. It's still in a pretty broken state but it's minimally functional enough for day-to-day use for myself
2019-09-24 18:34:15 -07:00
Billy Brawner
3dd98b1e08 WIP: Modularize app and remove Room dependency
WIP: Horrible server integration, please rebase me and remove credentials

Add login and improve some visuals
2019-06-02 16:45:48 -07:00
Billy Brawner
ba92bd850b Use Crashlytics for error handling and fix up navigation 2019-01-26 22:10:03 -06:00
f3e456ac28 Update database structure to match server 2018-11-02 14:41:30 -06:00
85a91d0af0 Add categories to transactions 2018-10-31 17:54:42 -06:00
9cd1428db8 Change package to com.wbrawner.budget 2018-08-23 22:32:29 -05:00
174364131a Add ACRA crash reporting 2018-08-21 22:26:46 -05:00
606c3f17e9 Add README 2018-08-03 12:59:33 -05:00
92f5ffbd69 Add edit/delete functions 2018-08-02 08:28:32 -05:00
36ed88a54c Initial commit with basic income/expense adding/persistence 2018-07-31 21:01:15 -05:00