Commit graph

105 commits

Author SHA1 Message Date
ecff9a7201 Fix category editing screen 2021-07-12 17:29:18 -06:00
4ec68a3a4d Use same targetSdk for all modules 2021-07-12 17:28:23 -06:00
408dda40d9 Improve transaction/category editing/creation 2021-05-31 18:04:32 -06:00
f4bf721b43 Fix balance responses for budgets and categories 2021-02-15 22:25:16 -07:00
e2b6593a80 Show description in transaction list 2021-02-15 13:50:37 -07:00
d8800838c5 Bump Android Gradle Plugin version 2021-02-15 09:39:54 -07:00
0e7da4c40a Fix transaction querying
The requested date ranges were a little off
2021-02-15 09:39:34 -07:00
e533d98a07 Load budget balance from repository 2021-02-15 09:38:50 -07:00
b7452089de Allow cleartext traffic
Since the idea is for anyone to host their own server, forcing them to use SSL seems a bit heavy-handed, even if it's maybe not a bad idea.
2021-02-15 09:37:40 -07:00
4964fe17a8 Use Ubuntu font throughout the app 2021-01-27 16:18:18 -07:00
ed734651f9 Add NavigationDrawer to MainActivity to switch between budgets or create new ones 2021-01-27 16:18:18 -07:00
ace85f324f Fix crashes related to dialog styles 2021-01-26 21:46:17 -07:00
a58b97c0e9 Remove ACRA 2021-01-26 21:46:17 -07:00
c0ca8c8b29 Use string identifiers instead of ints 2021-01-26 21:46:17 -07:00
a56406caa9 Allow user to set URL at login 2021-01-03 07:57:49 -07:00
5db8a419de Add helper method for updating state 2021-01-03 07:56:43 -07:00
98b44e4f59 Rename activity_transaction_list to activity_main 2020-12-29 12:09:18 -07:00
97aab0624e Fix compilation errors 2020-12-29 11:53:42 -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