Commit graph

61 commits

Author SHA1 Message Date
3980d2729b Drop compose material
Material3 is already present so legacy material is redundant
2024-03-17 10:12:49 -06:00
68c0724a52 Ignore release build files 2024-03-17 10:12:49 -06:00
b5f8573f75 Rename package to com.wbrawner.twigs.android and bump dependency versions 2024-03-17 10:12:49 -06:00
455eed0872 Updates to transaction lists 2024-03-17 10:12:49 -06:00
31cf90dec0 Add month selection to budget overview page
Signed-off-by: William Brawner <me@wbrawner.com>
2024-03-17 10:12:49 -06:00
3c1449ac3b Hide archived categories in transaction forms
Signed-off-by: William Brawner <me@wbrawner.com>
2024-03-17 10:12:49 -06:00
ed4fd514f1 Too much to split into individual commits:
- updated theme
- changed title to budget name on all main tab pages
- various fixes to state handling

Signed-off-by: William Brawner <me@wbrawner.com>
2024-03-17 10:12:49 -06:00
c23c16ab40 Add more details to recurring transaction details screen
Signed-off-by: William Brawner <me@wbrawner.com>
2024-03-17 10:12:49 -06:00
4a745f57e7 Fix date formatting on Transaction details
Signed-off-by: William Brawner <me@wbrawner.com>
2024-03-17 10:12:49 -06:00
6e32b5f6a3 Implement editing of recurring transactions
Signed-off-by: William Brawner <me@wbrawner.com>
2024-03-17 10:12:49 -06:00
badafaffc7 Add ability to create/edit categories
Signed-off-by: William Brawner <me@wbrawner.com>
2024-03-17 10:12:49 -06:00
7b1b088080 WIP: Add support for Recurring Transactions
Signed-off-by: William Brawner <me@wbrawner.com>
2024-03-17 10:12:49 -06:00
70401bccc4 Add CategoryDetailsScreen
Signed-off-by: William Brawner <me@wbrawner.com>
2024-03-17 10:12:49 -06:00
afe12c3e5d Fix transaction time picker not showing again after closing
Signed-off-by: William Brawner <me@wbrawner.com>
2024-03-17 10:12:49 -06:00
477e311a5e Work on Transaction form
Signed-off-by: William Brawner <me@wbrawner.com>
2024-03-17 10:12:49 -06:00
95e7361907 WIP: Migrate to Kotlin Multiplatform
Signed-off-by: William Brawner <me@wbrawner.com>
2024-03-17 10:12:49 -06:00
120d3dd70b WIP: Migrate to Kotlin Multiplatform 2024-03-17 10:12:49 -06:00
316949a6b5 Fix compilation/runtime errors
The app is still in a horribly barely-usable state but it's at least usable now
2022-06-15 20:53:16 -06:00
16b4823450 WIP: Migrate transaction form to compose 2021-08-26 07:08:50 -06:00
16b1d56be2 Convert LoginFragment to compose 2021-08-24 16:05:25 -06:00
8effad8683 Fix shortcut icon to be adaptive 2021-08-23 18:59:57 -06:00
15d935abc8 Update to new Splash Screen API 2021-08-23 15:57:25 -06:00
1e3788c670 Use Hilt for DI 2021-08-23 15:31:02 -06:00
ed05d9bd97 Replace Moshi with Kotlinx Serialization, Retrofit with Ktor, LiveData with Flow, and update dependencies 2021-08-23 14:36:17 -06:00
ed6babe09f Fixes for new Ktor API 2021-08-16 15:38:38 -06:00
b65edb31c6 Fix tint of edit icon 2021-07-12 17:36:59 -06:00
ecff9a7201 Fix category editing screen 2021-07-12 17:29:18 -06:00
408dda40d9 Improve transaction/category editing/creation 2021-05-31 18:04:32 -06:00
e2b6593a80 Show description in transaction list 2021-02-15 13:50:37 -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