Commit Graph

357 Commits

Author SHA1 Message Date
dankito 3d474f38ae Implemented generating EQP QR Code 2024-10-03 21:18:59 +02:00
dankito 737d35b9a6 Set Android versionCode to 15 2024-09-27 03:45:45 +02:00
dankito 315e05b08e Set Android versionCode to 14 2024-09-27 03:39:11 +02:00
dankito 0dac13dc43 Fixed that signatures of third party libraries get copied to uber jar refusing java -jar to run the uber jar 2024-09-27 01:09:02 +02:00
dankito 802bab9c38 Removed Rpm package type and set desktop version to 0.9.0 (except for DMG where major version < 1 are not allowed) 2024-09-27 00:16:29 +02:00
dankito d12cb7269b Fixed using Composable's scope instead of GlobalScope 2024-09-27 00:12:35 +02:00
dankito e3a6cd7df2 Using now properties from new BankingModel 2024-09-26 14:27:38 +02:00
dankito 359f453543 Updated to new data model, that mimeType, imageBytesBase64 and parsedDataSet can be null 2024-09-26 14:15:59 +02:00
dankito 14cb9c789c Implemented showing decoding error 2024-09-26 13:54:27 +02:00
dankito b805a070eb Implemented changing flicker code frequency 2024-09-26 13:08:26 +02:00
dankito 36d5e0a36a Set Android versionCode to 13 (was actually already before previous commit) 2024-09-26 12:41:22 +02:00
dankito ebbdd56418 Implemented displaying FlickerCodes 2024-09-26 12:40:42 +02:00
dankito 0ac9c7155d Raised min text length for search to make it possible to hide autocomplete (TransferMoneyDialog is very buggy on iOS) 2024-09-26 06:39:23 +02:00
dankito db2a75fba7 Displaying count entered of max allowed recipient name length 2024-09-26 06:38:35 +02:00
dankito 2ba1b52a80 Passing onEnterPressed on to TextField 2024-09-26 06:37:54 +02:00
dankito 1970eff09a Cut displayed text on iOS as otherwise view crashes (displays only a white screen then) 2024-09-26 06:37:30 +02:00
dankito e896fbb3cc Made whole dialog content scrollable 2024-09-26 05:52:49 +02:00
dankito 3259c079b4 Fixed dialogs padding 2024-09-26 05:52:16 +02:00
dankito ba8b475eaf Extracted KeyboardOptions.ImeNext and KeyboardOptions.ImeDone 2024-09-26 05:19:07 +02:00
dankito 0aa25e0c59 Fixed that on iOS and macOS text shadow has been displayed really ugly 2024-09-26 04:53:42 +02:00
dankito 5ac65308bb Fixed that entering text for amount or reference didn't reduce the autocomplete suggestions 2024-09-26 04:52:46 +02:00
dankito ee3faa7de1 Fixed at least a bit that on Android autocomplete dropdown for reference covers soft keyboard 2024-09-26 04:51:40 +02:00
dankito 3eb9c9fd95 Changed dialog title to "Neue Überweisung" 2024-09-26 04:50:17 +02:00
dankito b13be27a2d Fixed that by default "null" has been displayed for amount 2024-09-26 04:49:53 +02:00
dankito 6ac2faf207 Added button to close FilterBar 2024-09-26 04:44:27 +02:00
dankito 51fe6d621d Added message that changing the TAN medium is currently not implemented yet 2024-09-26 04:13:08 +02:00
dankito 4fbc52542d Fixed that on iOS system and navigation bar covered parts of the FullscreenViews 2024-09-24 08:11:22 +02:00
dankito 0a0b93f9c8 Implemented biometric authentication on iOS (at least i hope it works, cannot test it) 2024-09-24 05:55:47 +02:00
dankito 74e144de59 Implemented hashing passwords on iOS 2024-09-24 05:25:57 +02:00
dankito 2809a4b149 Removed unused imports 2024-09-24 02:49:19 +02:00
dankito 859a9d6b7a Implemented show floating action menu with options Add account and New money transfer 2024-09-24 02:50:02 +02:00
dankito 18ea0e35f1 Implemented updating AccountTransaction properties 2024-09-24 01:00:19 +02:00
dankito 4531380bac Added keys for holdings and transaction groups 2024-09-23 23:35:52 +02:00
dankito c6f4b6d250 Implemented telling user when saving to db failed 2024-09-23 23:30:11 +02:00
dankito 5a0ade46b2 Implemented updating BankAccount properties 2024-09-23 23:26:07 +02:00
dankito 4d7cca7a7e Closing FilterBar on Android back button press or Escape press 2024-09-23 21:48:08 +02:00
dankito 3c2eb3d4d7 Implemented updating BankAccess properties 2024-09-23 21:46:20 +02:00
dankito a88ddbdd16 Fixed centering FormListItem text 2024-09-20 12:13:41 +02:00
dankito b86c59ef24 Fixed typo and centering text 2024-09-20 12:10:24 +02:00
dankito 33b93c170f Made CircularProgressIndicator size better fitting into button bar (CircularProgressIndicator default size: 40 dp) 2024-09-20 12:10:06 +02:00
dankito 78edbd6d72 Implemented deleting bank access 2024-09-20 12:07:43 +02:00
dankito c6f93e1d85 Bumped Android version to 12 / 1.0.0-Alpha-14 2024-09-20 05:57:26 +02:00
dankito af3dd02509 Configured distribution settings for Windows / MSI 2024-09-20 05:56:52 +02:00
dankito 3b72d95234 Fixed order 2024-09-20 05:51:57 +02:00
dankito b5dbf92b9b Created AppIcons and configured native distributions 2024-09-20 04:16:45 +02:00
dankito d549b96e7b Ensuring BankingRepository / SqliteDriver gets created only once and catching errors 2024-09-20 02:46:37 +02:00
dankito 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 2024-09-20 02:43:23 +02:00
dankito 5d0669c5fe Fixed that on releases (which is important for desktop app bundles) logs get written to user's home dir 2024-09-20 02:41:16 +02:00
dankito 6a8b913bc4 Fixed log file timestamp 2024-09-20 02:39:41 +02:00
dankito 7ce76d73ea Moved setting BankingRepository to App() 2024-09-20 00:35:37 +02:00
dankito 1f19da85f3 Renamed module / framework to Bankmeister 2024-09-19 23:25:31 +02:00
dankito ff8bf80f6d Fixed text color of balance if showColoredAmounts is false 2024-09-19 21:47:40 +02:00
dankito 08e3096892 Set option to fetch all transactions to true by default 2024-09-19 21:35:29 +02:00
dankito 931d41d610 By default not showing amounts colored anymore 2024-09-19 21:33:57 +02:00
dankito fc0d2642e5 Applying default hierarchy template 2024-09-19 19:10:07 +02:00
dankito 7712102af2 Suppressed EXPECT_ACTUAL_CLASSIFIERS_ARE_IN_BETA_WARNING compiler warning 2024-09-19 19:09:44 +02:00
dankito 6564a9d33d Moved now all Sqldelight related classes and settings over to BankingPersistence - and finally it compiles on iOS! 2024-09-19 19:02:16 +02:00
dankito 4fa7adeeb1 Added implementations for iOS 2024-09-19 04:18:35 +02:00
dankito f5a93bdddd Using sorted methods from new BankingClient version 2024-09-19 02:51:53 +02:00
dankito d447f2991c Fixed bug that whitespace at begin or end was not ignored, leading to missing search results 2024-09-19 01:50:47 +02:00
dankito ba156a8512 Showing an error message if biometric authentication fails 2024-09-19 01:29:24 +02:00
dankito 41c2b89c34 Added negativeButtonText, which crashes when DEVICE_CREDENTIALS is set, and which crashes if missing and DEVICE_CREDENTIALS is not set 2024-09-19 01:07:22 +02:00
dankito 607eb4c2f5 Bumped Android version to 11 / 1.0.0-Alpha-13 2024-09-18 17:53:16 +02:00
dankito 9412f6b7f0 Implemented biometric authentication on Android 2024-09-18 17:06:39 +02:00
dankito 4697119c58 Implemented LoginScreen 2024-09-18 06:07:57 +02:00
dankito 6e6449e956 Implemented ProtectAppSettingsDialog 2024-09-18 05:45:07 +02:00
dankito f1c4c8ca13 For FullscreenViews using now dark gray as header text color 2024-09-18 02:37:09 +02:00
dankito a50f55daff Extracted SelectableFormListItem 2024-09-18 02:28:12 +02:00
dankito db8d4a7dcd Started BankAccountSettingsScreen, but it's not possible to save changes yet 2024-09-18 02:24:04 +02:00
dankito 2813224eff Started BankSettingsScreen, but it's not possible to save changes yet or to delete account 2024-09-18 01:42:31 +02:00
dankito d98a77bc1d Showing also transaction (direct debit) details 2024-09-18 00:19:22 +02:00
dankito 372a259f8b Updated version to Alpha 13 2024-09-17 23:52:05 +02:00
dankito da9184edea Started AccountTransactionDetailsScreen 2024-09-17 23:50:45 +02:00
dankito ba3d0c4d30 Inverted order 2024-09-17 22:51:28 +02:00
dankito 3c3734d565 Released version 10 / 1.0.0-Alpha-12 of Android app 2024-09-17 15:24:55 +02:00
dankito a11c862ecc Set list item header color to Zinc500 2024-09-17 04:15:09 +02:00
dankito 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' 2024-09-17 04:10:43 +02:00
dankito b4ea02bbd8 Added properties for saving window state (but not using them yet) 2024-09-17 03:57:40 +02:00
dankito 2d472d1683 Implemented saving UiSettings 2024-09-17 03:41:53 +02:00
dankito de36a403df Fixed that bankCode has been renamed to domesticBankCode 2024-09-17 02:37:12 +02:00
dankito debae8b7ca Implemented persisting AppSettings 2024-09-17 02:36:49 +02:00
dankito 09a1a41c20 Showing unsupported account types as disabled 2024-09-17 02:33:58 +02:00
dankito 75ccc648c5 Adjusted to new data model that AccountTransaction now has userSetReference and userSetOtherPartyName, and that userSetDisplayName got added to TanMedium, TanMethod and Holding 2024-09-17 00:59:08 +02:00
dankito 34f2fca126 Added indices on bankId and accountId (not senseful in all cases (currently) ) 2024-09-17 00:20:22 +02:00
dankito e883713eba Updated database model to updated data model 2024-09-17 00:08:32 +02:00
dankito 4cd727b5c0 Adjusted to updated model that lists are now val MutableLists 2024-09-16 23:33:56 +02:00
dankito 96c8cf59cd Adjusted to updated model that bankCode has been renamed to domesticBankCode and countryCode got added 2024-09-16 23:21:20 +02:00
dankito d7a9acbe56 Appended ' Dev' to debug Android app name 2024-09-16 23:16:58 +02:00
dankito 9330b72726 Updated to model changes: User has been renamed to BankAccess and bic is now nullable 2024-09-16 23:14:02 +02:00
dankito 41586b0148 Fixed that back button works in ExportScreen 2024-09-13 17:53:03 +02:00
dankito 56b73ca986 Reduced list item header font weight (remove it on Android completely?) 2024-09-13 17:51:53 +02:00
dankito ded5595dae Implemented searching for multiple terms by separating search terms with ',' 2024-09-12 20:09:54 +02:00
dankito 5253219565 Implemented filtering holdings 2024-09-12 15:49:43 +02:00
dankito 5029a2c3cb Implemented updating holdings 2024-09-12 13:56:08 +02:00
dankito 91d16b7e28 Updated to new data model 2024-09-12 13:33:48 +02:00
dankito 202c9217e3 Implemented persisting and deleting Holdings (but not updating yet) 2024-09-12 13:33:20 +02:00
dankito 0ff2f684ea Fixed showing ExportScreen on Desktop 2024-09-12 11:51:09 +02:00
dankito fd87598b96 Added icon for Baader Bank 2024-09-12 11:29:40 +02:00
dankito 1d58a3b9e2 Updated to new data model 2024-09-12 11:09:03 +02:00
dankito c80b4389aa Added holdings group to LazyColumn so that they also get scrolled (and don't stick to the top) 2024-09-12 11:07:55 +02:00