Commit Graph

44 Commits

Author SHA1 Message Date
Sven Vogel 24c069b98e added support for windows-1252 2023-07-23 22:47:13 +02:00
Sven Vogel 787b806f9a added more javadoc 2023-07-23 20:15:41 +02:00
Sven Vogel 2fd1fc2b22 added some javadoc 2023-07-23 15:45:06 +02:00
Sven Vogel 88deb75ed7 added mainframe class 2023-07-23 14:56:41 +02:00
Sven Vogel 183b25e784 update to v2.0.0 2023-07-22 17:26:51 +02:00
Sven Vogel e2882d8c5e updated translations 2023-07-22 17:08:38 +02:00
Sven Vogel b6ec9ba52c various small fixes 2023-07-22 16:37:50 +02:00
Sven Vogel c88212b7e1 customized login button 2023-07-22 15:35:03 +02:00
Sven Vogel d0557a2a6d logout button now brings one back to the login screen 2023-07-22 14:31:00 +02:00
Sven Vogel f1f743d233 fixed banking dialogs input validation 2023-07-22 13:58:52 +02:00
Sven Vogel 8f17a6aa49 formatted source code 2023-07-19 19:38:36 +02:00
Sven Vogel 6f221c681c increased dialog width 2023-07-19 19:33:22 +02:00
Sven Vogel 04c18fe95e added GUI utility class 2023-07-19 19:25:38 +02:00
Sven Vogel 7fdb408900 finishing touches 2023-07-19 14:17:52 +02:00
Sven Vogel 9895ae03b9 added icon 2023-07-18 22:08:03 +02:00
Sven Vogel 97bafa3fa5 minor fixes 2023-07-18 21:24:49 +02:00
Sven Vogel 64f0b7d0c8 setting look and feel automatically 2023-07-17 18:22:24 +02:00
Sven Vogel d8bdad548d removed unused import 2023-07-16 23:29:50 +02:00
Sven Vogel e8da31486f added more logger documentation 2023-07-16 23:28:32 +02:00
Sven Vogel 1e0c3ff550 added translator test 2023-07-16 23:25:39 +02:00
Sven Vogel 1cf8d5ced7 Merge remote-tracking branch 'origin/main' 2023-07-16 23:15:35 +02:00
Sven Vogel 83f92f1ef3 added translation capabilities 2023-07-16 23:15:26 +02:00
Sven Vogel 7ee3f5e040 changed logger file name due to incompatibility to windows 2023-07-16 00:27:03 +02:00
Sven Vogel ad279a6b15 added one more test for percentage decoding 2023-07-12 21:52:06 +02:00
Sven Vogel 22a15c3bb9 changed handling of percentage parsing 2023-07-12 21:48:19 +02:00
Sven Vogel 8bf68f5d66 now handling single qoutes before numbers when decoding UIDs and currencies 2023-07-12 17:42:35 +02:00
Sven Vogel 01f22b94a2 changed used overdraft 2023-07-11 22:12:13 +02:00
Sven Vogel 2a0d97c834 Changes:
- added logger
- restructured internal dialogs
2023-07-11 20:43:40 +02:00
Sven Vogel 0840db44c2 updated regex and added error capturing for transactions 2023-07-11 17:15:19 +02:00
Sven Vogel 882532fb6a finished unit test for Banking 2023-07-03 19:00:25 +02:00
Sven Vogel 8a42fdc38d added more documentation & restructured banking package 2023-07-02 17:45:04 +02:00
Sven Vogel 134db208d9 fixed warning of unused import 2023-07-01 17:41:37 +02:00
Sven Vogel 34ecda7d6e removed default login data for testing purposes 2023-07-01 17:41:15 +02:00
Sven Vogel d5d5a50e2d added javadoc and implemented transfer functionality 2023-07-01 16:13:36 +02:00
Sven Vogel a9ae1dc55a renamed Girokonto to CurrentAccount 2023-07-01 12:54:36 +02:00
Sven Vogel 0c19489b1f fixed unhandled exception 2023-07-01 12:47:49 +02:00
Sven Vogel b301f685a5 gui finished 2023-07-01 11:28:28 +02:00
Sven Vogel affe69cf2c added deposit/transfer/takeoff screen 2023-06-22 20:36:51 +02:00
Sven Vogel c34895f92e added profile screen 2023-06-22 17:19:43 +02:00
Sven Vogel 8ebb4eef8c added login screen 2023-06-22 14:58:20 +02:00
Sven Vogel 1c71e9efbf added new tests for decoding 2023-06-22 12:58:56 +02:00
Sven Vogel fae01ef464 implemented loading banking system from file 2023-06-22 12:47:49 +02:00
Sven Vogel 4b3f2bb59f implemented `hashcode`, `equals` for data classes 2023-06-22 11:02:47 +02:00
Sven Vogel ec23a2b32f added data classes 2023-06-22 10:27:44 +02:00