Commit Graph

358 Commits

Author SHA1 Message Date
dankito 04e78b042e Displaying also BIC 2024-10-18 06:53:30 +02:00
dankito 0c87d99d77 Using now BankFinder library 2024-10-18 06:48:47 +02:00
dankito 98f15d3a8d Released Android version 19 2024-10-17 23:37:28 +02:00
dankito b7cb22e7a8 Updated to new typing of BankingClient 0.7.1 2024-10-17 23:36:57 +02:00
dankito 6af5ef2529 Updated BankingClient version to 0.7.1; implemented passing preferredTanMethods to BankingClient 2024-10-17 23:30:01 +02:00
dankito 350a18c2a3 Set Android versionCode to 18 (but released app with this version code two commits ago) 2024-10-17 23:27:02 +02:00
dankito a5b4540443 Implemented saving Image (and FlickerCode) settings 2024-10-17 23:01:11 +02:00
dankito 5af6cc82fc Extracted ImageView 2024-10-16 18:25:47 +02:00
dankito 5965a1e4dd Showing now as version 1.0.0 Alpha 15 2024-10-16 01:55:55 +02:00
dankito f87375b8dd Added hint that this screen is under construction 2024-10-16 01:47:30 +02:00
dankito 43f15fa662 Fixed remembering vertical scroll state 2024-10-15 22:19:11 +02:00
dankito 1c7fa49de5 Updated to new data model that their is now BankAccess.clientData and serializedClientData 2024-10-15 19:48:56 +02:00
dankito f547b76c7b Implemented selecting account for which to show MessageLog 2024-10-15 12:59:11 +02:00
dankito 0a46dd931f Added hint how to use EPC QR code 2024-10-15 11:18:31 +02:00
dankito 39c9006809 Showing serverTransactionsRetentionDays and lastAccountUpdateTime to user 2024-10-15 11:17:46 +02:00
dankito 8324ac0101 Better labels for EPC QR code actions 2024-10-15 11:15:24 +02:00
dankito 3a40167e2f Using now new constructor 2024-10-15 11:14:46 +02:00
dankito c3655e38ea Updated to new data model, added bank and account display name 2024-10-15 11:14:16 +02:00
dankito fe3a97377f Showing MessageLog in FeedbackScreen 2024-10-15 10:18:40 +02:00
dankito 9c9d52f03e Collecting MessageLog 2024-10-15 10:17:22 +02:00
dankito b518f4c0ee Extracted formatQuantity() 2024-10-15 10:14:55 +02:00
dankito fe853f03e9 Updated that Holding.quantity is of type Double, not Int 2024-10-15 10:13:01 +02:00
dankito 02d8d14ede Showing action in bold 2024-10-15 01:39:40 +02:00
dankito 04fa2dcbb4 Saving clientData in db 2024-10-14 22:44:35 +02:00
dankito e0e150e53a Retrieving account transactions in parallel not serially 2024-10-14 22:30:11 +02:00
dankito 54ca55e2f9 Set showTransactionsInAlternatingColors to false by default 2024-10-04 20:55:40 +02:00
dankito 54e9a70122 Added check if Android device has a camera 2024-10-04 16:50:41 +02:00
dankito 74d42abce3 Set Android versionCode to 17 2024-10-04 09:52:04 +02:00
dankito 41a6bef7d2 Removed "Neue Überweisung" from SideMenu 2024-10-04 09:36:34 +02:00
dankito 8c24b83ecf Raised spacing between balance and settings icon and reduces padding to right margin 2024-10-04 09:35:27 +02:00
dankito 466ab84c36 Implemented also showing total amount in BanksList 2024-10-04 09:32:14 +02:00
dankito 12c9becd17 Set showColoredAmounts by default to true again 2024-10-04 09:14:07 +02:00
dankito 390d529be0 Fixed updating account data after retrieving transactions 2024-10-04 09:13:39 +02:00
dankito cd8f8a32e6 If accounts are added showing "Alle Konten" instead of "Bankmeister" 2024-10-04 09:06:24 +02:00
dankito a532130fcb On click on title also toggling drawer state 2024-10-04 09:06:00 +02:00
dankito 08d6e62a38 Updated Android versionCode to 16 2024-10-04 08:07:00 +02:00
dankito a2d752aca1 Displaying max allowed characters 2024-10-04 07:45:06 +02:00
dankito a58bd1d2ce In case of error showing QR code text 2024-10-04 07:37:26 +02:00
dankito 052ee9c7e5 Implemented pinch to zoom for reading EPC QR Codes 2024-10-04 07:32:48 +02:00
dankito 1228b6884d Extracted setupCameraView() 2024-10-04 07:07:05 +02:00
dankito 1ed96fce7d Removed checking for charset, it seems to work without 2024-10-04 07:05:04 +02:00
dankito e4a8a79ee3 Implemented saveing updated account properties in db after retrieving transactions 2024-10-04 06:36:07 +02:00
dankito f107d947ff Using now AndroidContext.applicationContext in ImageService.android 2024-10-04 05:48:52 +02:00
dankito e1bb7722ff Implemented asking for Camera permission 2024-10-04 05:48:11 +02:00
dankito d47bc46cf8 Implemented decoding EPC QR Code on Android 2024-10-04 05:44:46 +02:00
dankito fbd9c9485a Going to amount or reference text field if other data are set in ShowTransferMoneyDialogData 2024-10-04 01:28:19 +02:00
dankito fd53b2f005 Fixed resetting epcQrCodeGeneratingError (otherwise after first error always epcQrCodeGeneratingError would be displayed) 2024-10-04 01:27:42 +02:00
dankito 5d00bbf77e Only showing account selection box if there are any SEPA accounts 2024-10-04 01:26:10 +02:00
dankito c89220bc0c Implemented catching and displaying EPC QR Code generation errors 2024-10-03 21:42:45 +02:00
dankito e3f9c78b95 Added informationForUser, but not exposing it to user as it may causes overflow exception of used QR code library 2024-10-03 21:33:58 +02:00