dankito
|
bb2343d4f4
|
Implemented displaying bank icon for transaction if transactions of all banks are displayed. Extracted IconView for that
|
2022-02-07 00:17:54 +01:00 |
dankito
|
8f7e2146ce
|
Disabling Tab bar if no account has been added yet (due to a bug in SwiftUI, that UITabBar.appearance().isUserInteractionEnabled = false does not work reliably, i have to hide to complete TabView and show only AccountsTab instead)
|
2022-02-07 00:17:54 +01:00 |
dankito
|
2a1b9ce198
|
Implemented IconedTitleView to display bank's icon alongside its name
|
2022-02-07 00:17:54 +01:00 |
dankito
|
b898f9d17e
|
Implemented SwiftBankIconFinder
|
2022-02-07 00:17:54 +01:00 |
dankito
|
4340b80925
|
Implemented updating all accounts' transactions in AccountsTab; extracted UpdateButton for that
|
2022-02-07 00:17:54 +01:00 |
dankito
|
17fd1b0474
|
Implemented AllBanksListItem
|
2022-02-07 00:17:54 +01:00 |
dankito
|
1a51eb94e5
|
Implemented display count displayed transactions and sum of displayed transaactions; extracted extension method styleAmount() therefore
|
2022-02-07 00:17:54 +01:00 |
dankito
|
4ffb68eba4
|
Implemented filtering account transactions
|
2022-02-07 00:17:54 +01:00 |
dankito
|
20a396c33b
|
Implemented selecting bank in AddAccountDialog
|
2022-02-07 00:17:53 +01:00 |
dankito
|
c590c945a5
|
Started EnterTanDialog. Had to wrap rootViewController in a UINavigationController for that to be able to push a EnterTanDialog from every point in the application
|
2022-02-07 00:17:53 +01:00 |
dankito
|
d29965c77e
|
Implemented saving bank data with CoreData
|
2022-02-07 00:17:53 +01:00 |
dankito
|
2552f0fa11
|
Implemented TransferMoneyDialog
|
2022-02-07 00:17:53 +01:00 |
dankito
|
2c0e7bfc08
|
Implemented AccountTransactionsDialog
|
2022-02-07 00:17:53 +01:00 |
dankito
|
7579b7bb5d
|
Implemented showing accounts (but height doesn't fit yet)
|
2022-02-07 00:17:53 +01:00 |
dankito
|
5346f2c3fd
|
Implemented adding account (but not showing result yet, just logging it)
|
2022-02-07 00:17:53 +01:00 |
dankito
|
71d81c9484
|
Fixed that .pbxproj was ignored
|
2022-02-07 00:17:53 +01:00 |