Commit Graph

225 Commits

Author SHA1 Message Date
dankito 8687320ef3 Fixed that if hideAccount changes also selectedAccounts have to be updated (e.g. a now hidden account should not be displayed and not be selected anymore) 2022-02-07 00:18:14 +01:00
dankito ab9de8ebdb Fixed that allAccounts and allTransactions also contained hidden accounts 2022-02-07 00:18:14 +01:00
dankito 43450ebc4f Fixed that callback always gets called to that UI can reset its state (e.g. re-enable to Update Transactions Button) 2022-02-07 00:18:14 +01:00
dankito f99e5ad96f Fixed that doAutomaticAccountsUpdate() has been commented out 2022-02-07 00:18:14 +01:00
dankito fc243f2a54 Some transactions are twice or trice in database; fixed at least that they are not displayed anymore twice or trice in UI 2022-02-07 00:18:14 +01:00
dankito babc74179a By default transactions don't get sorted anymore. Is not required in all cases 2022-02-07 00:18:14 +01:00
dankito 2cc5408857 Added initializedListeners to IBankingPersistence 2022-02-07 00:18:14 +01:00
dankito 6aa7694ed6 Fixed determining if it's a numeric TAN 2022-02-07 00:18:14 +01:00
dankito c82611ad6c Implemented getAllExceptionMessages() to list all messages in exception hierarchy 2022-02-07 00:18:14 +01:00
dankito 3344b6d816 Added default value for didBankReturnError 2022-02-07 00:18:14 +01:00
dankito ed784f1827 Renamed errorMessage to internalError, errorsToShowToUser to errorMessagesFromBank, added didBankReturnError and created a method to determine which error message to show to user 2022-02-07 00:18:14 +01:00
dankito 96ea5b168b Fixed Qwant base url 2022-02-07 00:18:14 +01:00
dankito c760870a92 Setting now user-agent to Firefox as otherwise DuckDuckGo now returns HTTP 500 2022-02-07 00:18:14 +01:00
dankito 3b276da357 Fixed that candidateHost may is null 2022-02-07 00:18:14 +01:00
dankito 4aa5837681 Fixed that if url starts with '//' then only 'https:' gets prepended not 'https://' 2022-02-07 00:18:14 +01:00
dankito cc99ebdbce Fixed substracting 90 days as previous implementation had an issue when crossing daylight saving changes (wenn die Zeitumstellung innerhalb der letzten 90 Tage lag) 2022-02-07 00:18:14 +01:00
dankito ce3247c7e4 Fixed Atrium dependency; bumped Atrium version to 0.15.0 2022-02-07 00:18:14 +01:00
dankito a51b0cf323 Fixed that RemitteNameMaxLength has been renamed to RecipientNameMaxLength 2022-02-07 00:18:14 +01:00
dankito 7170856f7e Implemented sending message log directly to a new backend service that either creates a new OsTicket ticket for us or sends message log to a codinux e-mail address. TODO: Sending it in BankingPresenter with Ktor did not work 2022-02-07 00:18:14 +01:00
dankito e08076de17 Implemented parsing HITANS version 7 2022-02-07 00:18:14 +01:00
dankito 55f5603cb9 Implemented adding errors to MessageLog 2022-02-07 00:18:14 +01:00
dankito ae7f6328e3 Implemented passing MessageLogEntryType on to UI so that it has the possibility to translate the message prefix 2022-02-07 00:18:14 +01:00
dankito 0beeaa485d Implemented showing selected bank's / account's title in toolbar 2022-02-07 00:18:13 +01:00
dankito 0200a274a9 Extracted getFormattedMessageLogForAccounts() 2022-02-07 00:18:13 +01:00
dankito 83e8b7b882 Implemented adding message log of accounts that could not be added to message log 2022-02-07 00:18:13 +01:00
dankito 79b0f7a7a9 Implemented filtering out .ico for JavaFX 2022-02-07 00:18:13 +01:00
dankito c0f5bed3d5 Updated FaviconFinder to version 1.0.0 2022-02-07 00:18:13 +01:00
dankito 30f564a886 Removed savePassword option again 2022-02-07 00:18:13 +01:00
dankito f46e10e747 Added some more test data 2022-02-07 00:18:13 +01:00
dankito 8787b2ffd7 Implemented saving lastSelectedOpenPdfFolder and lastSelectedImportFolder 2022-02-07 00:18:13 +01:00
dankito 7da0c989b2 Implemented a test account to fulfill Apple's requirements 2022-02-07 00:18:13 +01:00
dankito 5d0f74c5e7 Fixed that if bookedTransactions have been retrieved even though if account says it doesn't support retrieving transactions, state RetrievedTransactions is returned anyway so that transactions get displayed 2022-02-07 00:18:13 +01:00
dankito 518f8c848a Set default values for account transaction 2022-02-07 00:18:13 +01:00
dankito a0e9864a73 Set default value for errorToShowToUser 2022-02-07 00:18:13 +01:00
dankito bc3439baa5 Implemented exporting account transactions as .csv at least for JVM and Android 2022-02-07 00:18:13 +01:00
dankito dfdc7fd5c2 Temporarily commented out TypeResolvers as they break BankingPersisterJson 2022-02-07 00:18:13 +01:00
dankito 4896d8579b Fixed that on first app run AppSettings isn't initialized yet when init calls appSettings.automaticallyUpdateAccountsAfterMinutes 2022-02-07 00:18:13 +01:00
dankito e43be8f0aa Implemented creating bitcode for exported iOS frameworks as bitcode is needed to create an archive for app 2022-02-07 00:18:08 +01:00
dankito 64cb4ca9e2 Implemented reading QR coding and if it is a EPC QR code navigating to TransferMoneyDialog 2022-02-07 00:18:08 +01:00
dankito 5c4a4a485f Forgot to commit serializer methods for AuthenticationSettings 2022-02-07 00:18:08 +01:00
dankito b283a3014b Added screenshotsAllowed to data model but functionality is not implemented yet 2022-02-07 00:18:08 +01:00
dankito a7b47665a5 Implemented displaying a switch to be able to set if password should be saved or not, but there's not logic behind it yet 2022-02-07 00:18:08 +01:00
dankito d7ff2d77e3 Implemented catching exceptions that occur in listeners 2022-02-07 00:18:08 +01:00
dankito 29bbe298f3 Renamed updateAccountAutomatically to includeInAutomaticAccountsUpdate 2022-02-07 00:18:08 +01:00
dankito 0706c91bac Removed automaticallyUpdateAccounts as automaticallyUpdateAccountsAfterMinutes can contain information if accounts should be updated automatically or not 2022-02-07 00:18:08 +01:00
dankito bb4ae54b15 Removed unused serializer 2022-02-07 00:18:08 +01:00
dankito cf02128e94 Set default value for automaticallyUpdateAccountsAfterMinutes to six hours 2022-02-07 00:18:08 +01:00
dankito 5a4f962293 Renamed updateAccountsAutomatically to automaticallyUpdateAccounts, refreshAccountsAfterMinutes to automaticallyUpdateAccountsAfterMinutes and added lockAppAfterMinutes 2022-02-07 00:18:08 +01:00
dankito 8b2a210269 Keeping passwords now only as CharArray in memory as it may takes a long time till a String gets garbage collected 2022-02-07 00:18:08 +01:00
dankito 93254c1d21 Implemented persisting new password only if changed database password has been successful 2022-02-07 00:18:08 +01:00