• Joined on 2024-08-21
danki pushed to develop at codinux/Bankmeister 2024-09-24 00:48:41 +00:00
7275d60f82 Implemented show floating action menu with options Add account and New money transfer
danki pushed to develop at codinux/Bankmeister 2024-09-23 23:00:59 +00:00
18ea0e35f1 Implemented updating AccountTransaction properties
danki pushed to develop at codinux/Bankmeister 2024-09-23 22:57:00 +00:00
48bffd0316 Implemented updating AccountTransaction properties
bbfc591e5b Fixed new property name
4531380bac Added keys for holdings and transaction groups
c6f4b6d250 Implemented telling user when saving to db failed
5a0ade46b2 Implemented updating BankAccount properties
Compare 12 commits »
danki pushed to develop at codinux/Bankmeister 2024-09-20 03:58:11 +00:00
f365bfd883 Added composeApp/release/ to .gitignore
c6f93e1d85 Bumped Android version to 12 / 1.0.0-Alpha-14
af3dd02509 Configured distribution settings for Windows / MSI
3b72d95234 Fixed order
abc9ceb29e Fixed determining if folder is writable
Compare 5 commits »
danki pushed to develop at codinux/Bankmeister 2024-09-20 02:23:37 +00:00
b5dbf92b9b Created AppIcons and configured native distributions
d549b96e7b Ensuring BankingRepository / SqliteDriver gets created only once and catching errors
b384f6bc00 Also configured database and image cache that for releases they get written to user's home dir (which is important for desktop app bundles
5d0669c5fe Fixed that on releases (which is important for desktop app bundles) logs get written to user's home dir
6a8b913bc4 Fixed log file timestamp
Compare 18 commits »
danki pushed to main at codinux/fints4k 2024-09-19 00:57:52 +00:00
b3cb76e77d Added option appendFinTsMessagesToLog to easily configure if FinTS messages should be added to log by default
b0c2f38bd6 Bumped version to 1.0.0-Alpha-14-SNAPSHOT
fca1542b5c Bumped version to 1.0.0-Alpha-13
Compare 3 commits »
danki pushed to develop at codinux/BankingClient 2024-09-19 00:57:39 +00:00
234738465c Added Maven Central badge
f160c50d18 Added fints4k option appendFinTsMessagesToLog to easily configure if FinTS messages should get added to log
9aeca393dc Updated fints4k to version 1.0.0-Alpha-14-SNAPSHOT
5964fc611c Added properties to sort accounts, tanMethods and tanMedia
ac3bc57875 Changed order
Compare 9 commits »
danki pushed to develop at codinux/Bankmeister 2024-09-19 00:53:12 +00:00
f5a93bdddd Using sorted methods from new BankingClient version
4a5748b813 Updated BankingClient to version 0.6.1-SNAPSHOT
Compare 2 commits »
danki pushed to develop at codinux/Bankmeister 2024-09-18 23:51:01 +00:00
d447f2991c Fixed bug that whitespace at begin or end was not ignored, leading to missing search results
ba156a8512 Showing an error message if biometric authentication fails
41c2b89c34 Added negativeButtonText, which crashes when DEVICE_CREDENTIALS is set, and which crashes if missing and DEVICE_CREDENTIALS is not set
607eb4c2f5 Bumped Android version to 11 / 1.0.0-Alpha-13
9412f6b7f0 Implemented biometric authentication on Android
Compare 10 commits »
danki created branch develop in codinux/Bankmeister 2024-09-18 23:51:01 +00:00
danki pushed to main at codinux/Bankmeister 2024-09-17 19:46:56 +00:00
6df1094b96 Updated BankClient version to 0.6.0
danki pushed to develop at codinux/BankingClient 2024-09-17 15:27:05 +00:00
44a875eeec Added errorType to error output
62fe93e88e Added example for reading TAN from command line
2853087836 Applied renaming selectedTanMethodId to selectedTanMethodIdentifier and selectedTanMediumName to selectedTanMediumIdentifier also to TanChallenge
Compare 3 commits »
danki pushed to develop at codinux/BankingClient 2024-09-17 13:29:47 +00:00
4fbb0425e6 Added add() methods for list properties
9af8d0eb1d Split AccountTransaction.userSetDisplayName into userSetReference and userSetOtherPartyName, and added userSetDisplayName to TanMedium, TanMethod and Holding
045774ff3f Made collections val MutableList to be overridable with a derived collection class
400c13d6a2 Added countryCode
62482fb5a3 Renamed bankCode to domesticBankCode
Compare 13 commits »
danki pushed to main at codinux/fints4k 2024-09-17 13:27:08 +00:00
07672d1189 Fixed marking accounts that support CustomerSegmentId.SecuritiesAccountBalance as supported account type
danki pushed to main at codinux/Bankmeister 2024-09-17 13:25:30 +00:00
3c3734d565 Released version 10 / 1.0.0-Alpha-12 of Android app
af99608dd6 Set Min-SDK Version to 23 to include Android 6 (hope it works)
a11c862ecc Set list item header color to Zinc500
f6dfada5bf Using now the appId of the old Bankmeister app to not have to create a new PlayStore entry, and suffixed develop appId with '.develop'
b4ea02bbd8 Added properties for saving window state (but not using them yet)
Compare 16 commits »
danki pushed to main at codinux/Bankmeister 2024-09-13 15:54:03 +00:00
41586b0148 Fixed that back button works in ExportScreen
56b73ca986 Reduced list item header font weight (remove it on Android completely?)
ded5595dae Implemented searching for multiple terms by separating search terms with ','
5253219565 Implemented filtering holdings
5029a2c3cb Implemented updating holdings
Compare 22 commits »
danki pushed to main at codinux/fints4k 2024-09-12 01:32:30 +00:00
62aa04a667 Updating lastAccountUpdateTime also when have been retrieved
3aa0edfb34 Renamed lastTransactionsRetrievalTime to lastAccountUpdateTime
e4d605531e Added hint that amount strings use ',' as decimal separator
a42de32260 Implemented requesting and parsing securities account balance
95e60b2706 Implemented Mt535Parser
Compare 13 commits »
danki pushed to develop at codinux/BankingClient 2024-09-12 01:31:17 +00:00
fd7a3bc747 Added arithmetic operations to Amount
825dc7c8b9 Copied referenced methods over from fints4k so i could make fints4k dependency an implementation detail
54940742f7 Renamed lastTransactionsRetrievalTime to lastAccountUpdateTime
5187e34797 Implemented mapping Holdings
Compare 4 commits »
danki pushed to main at codinux/Bankmeister 2024-09-10 02:38:40 +00:00
1890fd9151 Implemented changed TanMethod
05181e5f25 Displaying that chipTanFlickercode is not supported
70aa32e1d6 Also replaced account.xml with an icon from Material Design Icons Extended
772595b942 Added also EnterTanDialog previews for Android
3a898b07b3 Using now also for all other former drawable resource icons the equivalent icon from MaterialIconsExtended
Compare 10 commits »
danki created branch main in codinux/Bankmeister 2024-09-10 02:38:40 +00:00