Commit Graph

  • a209e13f58 Implemented showing unsupported banks in disabled state dankito 2020-11-19 18:48:44 +0100
  • 8aa1820e9c Made BankInfo item and icon smaller giving it a clearer view dankito 2020-11-19 18:38:25 +0100
  • bfa6b1a281 Added horizontal lines between BankInfo items dankito 2020-11-19 18:33:21 +0100
  • c4bfb145fa Also displaying bank code of selected bank dankito 2020-11-19 16:39:18 +0100
  • cccede436d Fixed that after changing or even deleting a selected bank's name 'Add account' button still has been activated dankito 2020-11-19 16:22:34 +0100
  • 45f926055f Removed setting bank name to value in bank parameters as this value contains a lot of confusing and irrelevant names (like DB24 for Deutsche Bank and Rechenzentrum Bayer. Gen. for Bavarian Raiffeisen banks) dankito 2020-11-19 14:01:53 +0100
  • f9a8e36078 Bumped version to 1.0.0 Alpha 6 dankito 2020-11-17 02:24:37 +0100
  • d0299e925d Temporarily using InMemoryBankFinder as LuceneBankFinder doesn't work yet with branchesInOtherCities dankito 2020-11-17 02:20:36 +0100
  • 18035203b7 Implemented merging banks with same bank code and pin tan address in BankList.json dankito 2020-11-17 01:36:43 +0100
  • 6b0504feb3 Fixed logger name dankito 2020-11-17 01:35:51 +0100
  • 3aa8132f47 Updated BankList to new DK file from 13.11.2020 dankito 2020-11-17 01:35:18 +0100
  • 6d2e33f074 Switched from implementation to api in hope that Gradle then is able to resolve dependencies dankito 2020-11-17 01:34:07 +0100
  • ebac99eeeb Fixed bug in Android that DecimalFormatSymbols sometimes uses the wrong Locale and therefore using the wrong decimal separator. Now both, dot and semicolon, can be entered at once but it's way better that way. dankito 2020-11-17 01:31:08 +0100
  • 0200a274a9 Extracted getFormattedMessageLogForAccounts() dankito 2020-11-16 22:23:59 +0100
  • 83e8b7b882 Implemented adding message log of accounts that could not be added to message log dankito 2020-11-16 22:16:12 +0100
  • bc49b4ee20 Implemented setting medium name also for unknown medium classes (e.g. Sparkasse sends for pushTan now 'AlleMedien' -> set medium name and everything just works fine) dankito 2020-11-16 21:53:13 +0100
  • 7b94efb975 Set build tools version to 30 as builds below 29 aren't accepted anymore by PlayStore dankito 2020-11-07 19:41:25 +0100
  • eb7fe4a284 Bumped version number to 3 dankito 2020-11-07 02:58:04 +0100
  • 681b37d589 Implemented encrypting authentication settings file dankito 2020-11-07 02:11:30 +0100
  • 0525872c05 Fixed misconfigured version 0.6.0 dankito 2020-11-07 01:39:23 +0100
  • 79b0f7a7a9 Implemented filtering out .ico for JavaFX dankito 2020-11-06 06:19:05 +0100
  • c0f5bed3d5 Updated FaviconFinder to version 1.0.0 dankito 2020-11-06 06:11:02 +0100
  • 56467c0ea0 Updated TextExtractor, LuceneUtils and JavaFxUtils version dankito 2020-11-06 04:56:37 +0100
  • 7dea0c0d83 Using new convenience methods from AndroidUtils to show / hide views dankito 2020-11-06 03:13:54 +0100
  • 873a9a537e Fixed that validation label still got displayed even though there's no error or hint to display anymore dankito 2020-11-06 02:52:33 +0100
  • 30f564a886 Removed savePassword option again dankito 2020-11-06 01:32:49 +0100
  • 883a64ce91 Set project version to 2 (but already some commits ago last week) dankito 2020-11-05 00:55:58 +0100
  • f46e10e747 Added some more test data dankito 2020-11-05 00:54:57 +0100
  • c5cf11e8fc Implemented that on tap on label also password visibility gets toggled dankito 2020-11-05 00:53:43 +0100
  • c037308751 Fixed that tap on label didn't lead to a change in focusTextField's value dankito 2020-11-05 00:51:58 +0100
  • 079979aca4 Ellipsizing amount if it is larger then right column dankito 2020-11-04 21:42:42 +0100
  • 8787b2ffd7 Implemented saving lastSelectedOpenPdfFolder and lastSelectedImportFolder dankito 2020-11-04 21:35:49 +0100
  • 013c6fa088 Fixed accidentally removing JavaInvoiceDataExtractor dankito 2020-11-04 21:29:12 +0100
  • f426632e01 Fixed that countDaysForWhichTransactionsAreKept may is null dankito 2020-10-28 15:43:23 +0100
  • 7da0c989b2 Implemented a test account to fulfill Apple's requirements dankito 2020-10-28 15:42:33 +0100
  • 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 dankito 2020-10-28 15:41:04 +0100
  • 518f8c848a Set default values for account transaction dankito 2020-10-28 15:39:52 +0100
  • a0e9864a73 Set default value for errorToShowToUser dankito 2020-10-28 15:38:01 +0100
  • d4f582914a Fixed persisting lastSelectedExportFolder also on iOS dankito 2020-10-28 15:37:40 +0100
  • d42bc2e58d Added AndroidManifest so that Gradle stops complaining dankito 2020-10-28 12:32:31 +0100
  • bc3439baa5 Implemented exporting account transactions as .csv at least for JVM and Android dankito 2020-10-26 23:56:11 +0100
  • 704ac55239 Made dataFolder a bit nices (doesn't contain '/./' anymore) dankito 2020-10-26 18:18:37 +0100
  • d499b597f9 Fixed that when saveAllBanks() has been called readBanks (now allBanks) hasn't been updated dankito 2020-10-26 18:18:00 +0100
  • f19c3d882e Set app icon dankito 2020-10-26 14:36:21 +0100
  • a9bc3522fc Adjusted JavaFX messages for AddAccountDialog to that one of iOS and Android dankito 2020-10-26 14:23:29 +0100
  • dfdc7fd5c2 Temporarily commented out TypeResolvers as they break BankingPersisterJson dankito 2020-10-23 03:06:50 +0200
  • 187e009ac6 Also named .jar now 'Bankmeister' dankito 2020-10-23 03:04:57 +0200
  • 4896d8579b Fixed that on first app run AppSettings isn't initialized yet when init calls appSettings.automaticallyUpdateAccountsAfterMinutes dankito 2020-10-23 03:01:53 +0200
  • f1a8b3edb4 Also named JavaFX app now Bankmeister dankito 2020-10-23 02:42:30 +0200
  • 21404242ba Temporarily commented out saving fints4k objects as Jackson doesn't serialize derived classes; losing therefore many information, leading to incorrect results dankito 2020-10-23 02:03:38 +0200
  • b49d3d0ea7 Fixed uncommitted files dankito 2020-10-23 01:58:33 +0200
  • 5110c1a9b7 Forgot to add to commit dankito 2020-10-23 01:29:11 +0200
  • c19603012a Added copyFramework() dankito 2020-10-23 01:28:17 +0200
  • e43be8f0aa Implemented creating bitcode for exported iOS frameworks as bitcode is needed to create an archive for app dankito 2020-10-23 01:27:47 +0200
  • 02af929744 As found in documentation (die reine Schule) checking canEvaluatePolicy() first dankito 2020-10-23 01:25:09 +0200
  • 195a46361d Little refactoring dankito 2020-10-23 01:24:02 +0200
  • 4a0e694282 Removed old app icons dankito 2020-10-23 01:23:33 +0200
  • 939f6ff49c Set min Android version to Lollipop as versions below don't support TLS - which is required by almost all banks - out of the box but still have SSLv3 enabled by default dankito 2020-10-23 01:17:36 +0200
  • 59e9aa22a3 Set app id to net.codinux.banking.android (Android) / net.codinux.banking.bankmeister (iOS) dankito 2020-10-23 01:10:52 +0200
  • 03e3ed8e22 Added a little - may unprofessional - supplement dankito 2020-10-23 00:51:05 +0200
  • 176560c9fa Renamed app to Bankmeister dankito 2020-10-23 00:50:00 +0200
  • 4f7ee173db Fixed showing keyboard on start dankito 2020-10-23 00:49:28 +0200
  • 44e15e4aeb Implemented locking screen orientation to portrait on phones as there some dialogs / EditTexts are almost unusable. TODO: setting this in BaseActivity is quite bad dankito 2020-10-23 00:48:57 +0200
  • 470952ddde Showing TransferMoneyDialog and AddAccountDialog in fullscreen now dankito 2020-10-23 00:32:16 +0200
  • c3016b043a Made space between settings section a big larger dankito 2020-10-22 22:47:01 +0200
  • a50f6ac8f8 Set text color of buttons in settings dialog to same color as in Android settings app dankito 2020-10-22 22:38:18 +0200
  • 2401ba7d95 Using now for list items the same color as for labels in forms dankito 2020-10-22 22:26:02 +0200
  • 9e072f1d5e Implemented checking for unsaved changes on back button press dankito 2020-10-22 22:03:09 +0200
  • d73e359c27 Adjusted to new constructor signature dankito 2020-10-22 20:28:48 +0200
  • 787b91f7a8 Fixed that credit card transactions list may is empty dankito 2020-10-22 20:28:10 +0200
  • d492b90321 Changed order of accounts and TAN methods dankito 2020-10-22 20:24:28 +0200
  • 77ee69a035 Changed order of swtchIncludeInAutomaticAccountsUpdate and swtchIncludeInAutomaticAccountsUpdate dankito 2020-10-22 20:10:41 +0200
  • 57290a3c2a Fixed that sometimes Xcode tries to compile app to ARM 64 for iOS simulator (which only runs on x86_64) dankito 2020-10-21 18:18:31 +0200
  • 64cb4ca9e2 Implemented reading QR coding and if it is a EPC QR code navigating to TransferMoneyDialog dankito 2020-10-21 18:16:24 +0200
  • 4ef8e7330f Implemented EpcQrCodeParser that extracts credit transfer data from decoded EPC QR code dankito 2020-10-21 18:06:59 +0200
  • eff4e131df Implemented showAddAccountDialog() and TransferMoneyDialog() dankito 2020-10-21 15:01:28 +0200
  • 5a32ef4958 Added comments dankito 2020-10-18 15:35:18 +0200
  • 75a6f61644 Forgot to commit BankingiOSApp.xcscheme dankito 2020-10-18 15:01:09 +0200
  • 2417a7632a Added image resources dankito 2020-10-18 14:59:10 +0200
  • 5569594a65 Started fints4k REST API dankito 2020-10-18 14:56:54 +0200
  • 5195f2d0c3 Implemented BankFinder REST API dankito 2020-10-18 14:47:02 +0200
  • 93155ed2ef Updated MaterialDrawer and FastAdapter version dankito 2020-10-18 00:22:47 +0200
  • 8a17c7f22b Showing accounts icon now with circle as on iOS dankito 2020-10-17 23:59:51 +0200
  • dbe58e2b02 Displaying bank code in textColorSecondary so that it's easier caught by eye dankito 2020-10-17 23:59:25 +0200
  • d5786dd5c2 Fixed that "PBKDF2" has been used instead of nameStartsWith dankito 2020-10-17 23:48:44 +0200
  • 732ddd5b2b Reduced iterationCount as 65536 iterations took way to long (4 - 5 seconds) on normal Androids dankito 2020-10-17 23:47:33 +0200
  • 693977798a Giving amounts a little bit more space (large amounts wrapped into next line) dankito 2020-10-17 23:14:54 +0200
  • 03cb2bc72a Fixed that amount takes only one line (large amounts wrapped into next line) dankito 2020-10-17 23:14:21 +0200
  • 5c4a4a485f Forgot to commit serializer methods for AuthenticationSettings dankito 2020-10-17 23:03:28 +0200
  • a72e7d744c Fixed that Byte is signed but Char is unsigned dankito 2020-10-17 22:56:50 +0200
  • fcde0dcf5b Made order a little bit more logical dankito 2020-10-17 22:53:32 +0200
  • b283a3014b Added screenshotsAllowed to data model but functionality is not implemented yet dankito 2020-10-17 20:23:56 +0200
  • 93e348edc1 Reformulated login prompts dankito 2020-10-17 19:56:12 +0200
  • 33fd8c1475 Added app icon to LoginDialog. Had to add app icon separately as "AppIcon" imageset is not referencable during runtime (with a trick at lease AppIcon60x60 but that was too small) dankito 2020-10-17 19:53:06 +0200
  • 8b8067be71 Fixed view for iOS 14 dankito 2020-10-17 19:51:22 +0200
  • cf0d721a1b Simplified LoginDialog view dankito 2020-10-17 19:50:16 +0200
  • 6759f3d319 Removed commented out code dankito 2020-10-17 18:23:59 +0200
  • 4777ffb699 Fixed that Werktag (business day) was incorrect, Banktag (banking day) is correct dankito 2020-10-17 18:23:33 +0200
  • 86d1e5856e Made (hopefully) translations for login, ask user to delete account and that bank is not supported by app better understandable dankito 2020-10-17 17:52:03 +0200
  • 5e1bca2007 Logging life cycle events dankito 2020-10-17 03:13:03 +0200