Commit graph

36 commits

Author SHA1 Message Date
Dmitry Isaenko 6e21c514a8 Update test, rename FrontTab to GamesTab 2020-10-27 21:33:56 +03:00
Dmitry Isaenko 63d3f7d527 Settings-tab refactoring: move General-application and Goldleaf-related options blocks to separate fxmls.
Move list of the GoldLeaf supported versions to the AppPreferences class.
2020-07-30 16:46:32 +03:00
Dmitry Isaenko 8da07a37ba Refactor save-settings chain on exit (see Controllers package)
Remove concept of 'OldGoldleaf version'. Now all supported version of GoldLeaf listed in Settings tab and one of them has to be always selected.
Add GoldLeaf CLI support
Remove unnecessary tails of 'extras' from CLI Tinfoil/Awoo NET mode.
2020-07-07 02:20:57 +03:00
Dmitry Isaenko 77ae860396 DarkMatterCore/nxdumptool support
Hotfix within adding DarkMatterCore/nxdumptool support: fix 'Stop' button functionality

Update NxdtUsbAbi1.java

Rename method isInvalidCommand() -> isInvalidCommand()

A bit more renames and debug things

More refactoring

Typos fixes

He just told me that 'NXDT_COMMAND_HEADER_SIZE was added to reflect the UsbCommandHeader struct from my codebase. No received command should ever be smaller than this. NXDT_COMMAND_SIZE was renamed to NXDT_MAX_COMMAND_SIZE for this reason.'

Some bug fixes

With debug

Few more fixes

Copy-paste Windows10 workaround fix

Add NXDT_FILE_PROPERTIES_MAX_NAME_LENGTH validation

Fix NXDT_FILE_PROPERTIES_MAX_NAME_LENGTH validation

If fileSize == 0 only one success reply sent

Add debug

rewrite timeouts

One more rewrite timeouts
2020-05-13 02:25:37 +03:00
Dmitry Isaenko 272702f043 Add GPLv3+ disclaimers. UsbConnect and TinFoil classes refactoring (trying to make clear code + reduce verbose output). 2020-03-30 04:58:39 +03:00
Dmitry Isaenko 8eb05bb1b5 Fix drag-n-drop for app. Add drag-n-drop for RCM tab 2020-02-11 00:15:19 +03:00
Dmitry Isaenko 010c33c593 RCM (Fusée Gelée) support, numerous UI updates and a lot of things for version 2. 2020-02-10 02:19:39 +03:00
Dmitry Isaenko 3d3fb56f9e A lot of small updates. Finishing split-merge functions. 2020-01-24 23:44:21 +03:00
Dmitry Isaenko ca061cd1f2 UI refactoring 2020-01-24 01:08:16 +03:00
Dmitry Isaenko d00b914214 A bit more for split-merge files functionality 2020-01-21 03:22:22 +03:00
Dmitry Isaenko 4dc6d0ae0c Add Split/Merge functions 2020-01-19 21:35:44 +03:00
Dmitry Isaenko 049c07fe8d Add split-files support for every 'protocol' supported 2019-10-27 00:02:40 +03:00
Dmitry Isaenko 077aa9b0d8 Update checkboxes representation in dark theme
Add icons to pop-up windows
Add NSZ, XCZ filters in addition to XCI while option in settings selected + updated translation strings for this option in all currently available locales (bad idea, should be validated by native-speakers once they get a chance)
2019-10-24 16:33:42 +03:00
Dmitry Isaenko bdb91b0e0a v0.8 GoldLeaf v0.5 support. Optional. Updated since v0.5.2. 2019-09-26 05:15:37 +03:00
Dmitry Isaenko 5c5f86b77a v0.8 Misc changes and fix for #33. Thank you, @satelliteseeker 2019-09-25 07:24:38 +03:00
Dmitry Isaenko 56a53ef49b v0.7 Add GLv0.7 support 2019-09-17 03:50:42 +03:00
Dmitry Isaenko 5835087ea5 v0.6 Re-writing localization strings names 2019-08-17 08:33:05 +03:00
Dmitry Isaenko cd73968306 v0.6 GoldLeaf v0.6.1 support 2019-08-14 05:37:58 +03:00
Dmitry Isaenko 90e2bfb21d v0.4.1:
minor changes/updates for @rashevskyv
2019-04-23 02:31:39 +03:00
Dmitry Isaenko 2b5956d4f2 v0.4.1:
Code refactoring
Updating checks functionality changes: avoid new version pop-ups for special builds (versions that have -DEV postfixes)
2019-04-23 02:30:54 +03:00
Dmitry Isaenko 5d31e807dc v0.4:
Hotfix for 'auto-check for new version' function.
2019-04-23 02:30:54 +03:00
Dmitry Isaenko 933382e0ba v0.4:
GoldLeaf v0.5 support added
Pay attention! All previous GoldLeaf versions are incompatible with this application
2019-04-23 02:30:54 +03:00
Dmitry Isaenko cc00294b06 v0.3.1
1. Add 'check for new versions' feature.
2. Fixed broken (was it broken?) error pop-up window.
2019-04-23 02:30:54 +03:00
Dmitry Isaenko 256b1f7d37 v0.3 ready 2019-03-20 15:51:18 +03:00
Dmitry Isaenko 65f084591a Frontend complete 2019-03-19 17:44:39 +03:00
Dmitry Isaenko 863c69affa WIP. Frontend 95% ready. Network backend 80% ready. 2019-03-19 07:01:30 +03:00
Dmitry Isaenko 5e4a93af7c v0.3 UI updates. It's nightmare.. 2019-03-19 05:06:18 +03:00
Dmitry Isaenko 9bf4a76076 I woke up this morning and thought that I may commit anything without good reason.
So that's what I'm doing.
2019-03-18 19:12:11 +03:00
Dmitry Isaenko d55e1c9ba9 Intermediate results of net-install support implementation.
Front-end 80% ready. Backend 5% ready.
2019-03-17 19:45:51 +03:00
Dmitry Isaenko d41401c85e Adding files logic for the button has been changed to "add whatever you want to the table without cleanup" 2019-03-16 02:43:14 +03:00
Dmitry Isaenko c5f62ed84a Context menu added to the TableView for items. Now it's possible to remove items from the table. 2019-03-15 04:09:04 +03:00
Dmitry Isaenko dc5ba1425b Size displays now as GB/MB/kB 2019-03-15 00:58:04 +03:00
Dmitry Isaenko 4cfd651667 Drag-n-drop support 2019-03-14 23:41:17 +03:00
Dmitry Isaenko 00db6984d9 Typos, minor fixes, new locale/resourceBundle support, code-refactoring 2019-03-14 21:28:20 +03:00
Dmitry Isaenko d3b25d57b1 v0.2 bug fixes 2019-02-18 05:40:19 +03:00
Dmitry Isaenko f5a9ddf8df v0.2 2019-02-18 03:06:49 +03:00
Renamed from src/main/java/nsusbloader/NSLMainController.java (Browse further)