Commit graph

221 commits

Author SHA1 Message Date
Wolf Posdorfer
112a0f80e0 tooltips for a great user experience =) 2020-11-24 20:05:18 +01:00
Wolf Posdorfer
2936d65a31 looking through the whole hdd takes time, peform on background, update list on ui-thread 2020-11-24 19:54:06 +01:00
Wolf Posdorfer
b2202cf483 Reverting FileChooser and adding DirChooser
- old filechooser
- directory chooser can choose any directory and recursively adds all *.xyz files
- add button template
2020-11-24 19:12:19 +01:00
Wolf Posdorfer
503aa8cbe2 allows adding files and folders via filechooser and drag and drop
need to switch to JFileChooser, as javafx filechooser doesnt allow files+folders selection
selection folders (filechooser/dragndrop) now recursively walks the directory and adds every file.xyz it finds
2020-11-21 17:32:11 +01:00
Dmitry Isaenko
9a42e42c30 Version increment 2020-11-06 23:25:25 +03:00
Dmitry Isaenko
953dcb50cb Rally fix #81 2020-11-06 22:29:09 +03:00
Dmitry Isaenko
5e5a774e34 Fix #81 2020-11-06 22:26:35 +03:00
Dmitry Isaenko
fbd5ec970b Small NXDT-code refactoring 2020-10-29 16:54:41 +03:00
Dmitry Isaenko
050982f8ea Update Jenkinsfile 2020-10-28 19:10:08 +03:00
Dmitry Isaenko
0cb945a7f4 Cosmetic updates of GL code and working prototype of NXDT 2020-10-28 15:59:45 +03:00
Dmitry Isaenko
6e21c514a8 Update test, rename FrontTab to GamesTab 2020-10-27 21:33:56 +03:00
Dmitry Isaenko
eb07ab1df8 Update NXDT-related part 2020-10-27 20:53:52 +03:00
Dmitry Isaenko
98822de559 Fix POM, update package name a bit, update NXDT-related part 2020-10-27 18:15:52 +03:00
Dmitry Isaenko
8771d551a4 Fix split-files validation. Add JUnit5 dependency on testing stage. 2020-10-27 00:22:26 +03:00
Dmitry Isaenko
4cb3cbb491 Resolve #79 2020-10-26 14:12:14 +03:00
Dmitry Isaenko
50e2b739a8
Merge pull request #76 from andercard0/patch-1
Update Brazilian Portuguese Translation
2020-10-25 03:26:37 +03:00
Anderson_Cardoso
bd624d649a
Update Brazilian Portuguese Translation
- Quick Fix typo; 
- Cleared out some terms in English to proper Portuguese.
2020-10-10 11:12:39 -03:00
Dmitry Isaenko
f7b8e4d265 Add a notice for Mac users in README.md 2020-10-06 15:49:30 +03:00
Dmitry Isaenko
85a54cabc2 Refactor 'network-stopper' related code 2020-10-06 02:19:08 +03:00
Dmitry Isaenko
45696881e2 Add NS-USBloader network-stopper feature (front-end implementation) 2020-09-29 02:54:18 +03:00
Dmitry Isaenko
22b18710a5 Fix "Don't serve requests" option, update version number, fix typo 2020-09-25 02:56:09 +03:00
Dmitry Isaenko
adabfbe860 NXDT-related updates 2020-09-02 00:28:38 +03:00
Dmitry Isaenko
ba4afa0046 NXDT-related updates 2020-08-27 13:13:28 +03:00
Dmitry Isaenko
ab1b5b1820 NXDT: Add ZLT packet validation check
NXDT: Update BufferedStreams: add try-with-resources practice instead of handling steam.close() calls. (See https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html).

Thanks DarkMatterCore :)
2020-08-14 18:33:23 +03:00
Dmitry Isaenko
dff7063e09 Add updated Brazilian Portuguese translation by @almircanella #69
Update README.md
2020-08-13 19:54:47 +03:00
Dmitry Isaenko
a7581c4cfa
Merge pull request #72 from exiori/master
Update locale_zh_CN.properties
2020-08-12 21:01:29 +03:00
exiori
ea06954b4c
Update locale_zh_CN.properties 2020-08-09 09:10:42 +08:00
Dmitry Isaenko
79141fe954 Minor updates to readme. 2020-08-06 01:37:02 +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
d1500f264b Settings-tab refactoring: move Tinfoil-related options block to separate fxml, create controller, update names, remove code redundancy and simplify. 2020-07-30 02:31:37 +03:00
Dmitry Isaenko
ceb6949667 Add Czech Translation by @spenaat #67 and Traditional Chinese translation by @qazrfv1234 #68
Update readme
Add new settings screenshot
2020-07-28 02:21:32 +03:00
Dmitry Isaenko
62a0b514b4 Simplify core related to languages selection in settings tab. 2020-07-28 02:09:10 +03:00
Dmitry Isaenko
f332083e27 Rewrite i18n implementation 2020-07-27 19:58:23 +03:00
Dmitry Isaenko
a094d4fc9d Update README 2020-07-23 18:53:03 +03:00
Dmitry Isaenko
53d631019f Remove debug line from Makefile_raspberry 2020-07-23 18:11:10 +03:00
Dmitry Isaenko
45247d6d8c Add RCM payload support for Raspberry Pi
See #57
2020-07-23 18:07:50 +03:00
Dmitry Isaenko
3bfc37a24e Cosmetic naming update; removing useless comments. 2020-07-22 03:43:52 +03:00
Dmitry Isaenko
5838fe3b89 Fix #64, fix #50 2020-07-16 23:20:11 +03:00
Dmitry Isaenko
dfa29aebd3 Set 'Allow NXZ / XCI / XCZ files bla-bla-bla' settings option enabled for all new installations. 2020-07-13 04:59:42 +03:00
Dmitry Isaenko
dbb7c8e2e1 Add Split and Merge functions to CLI
Create CanellableRunnable abstraction
Change Split/Merge implementation to CanellableRunnable
2020-07-13 00:16:44 +03:00
Dmitry Isaenko
3592c9086b Make things more clean inside SplitTask.java and MergeTask.java 2020-07-12 05:34:57 +03:00
Dmitry Isaenko
6993b89d52 Split 'SplitMerge' class into 2 normal
Update NETCommunications: installation speed now 2x faster
2020-07-11 15:42:17 +03:00
Dmitry Isaenko
267ffcf5d2 Add updated brazilian portuguese translation by @almircanella! #64
Refactor NETCommunications. Not it's readable :D
A lot of small changes, code refactoring, updates and fixes.
2020-07-10 16:57:29 +03:00
Dmitry Isaenko
96e85056dd Update NXDT part
Add NXDT CLI support
Update MessagesConsumer
2020-07-07 15:02:37 +03:00
Dmitry Isaenko
6100a721af minor hot-fixes 2020-07-07 02:24:05 +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
dc995e1bae Add CLI support for Tinfoil/Awoo USB-install mode. 2020-07-06 14:27:35 +03:00
Dmitry Isaenko
51938df434 Minor fixes for CLI Tinfoil/Awoo Net-install mode. 2020-07-06 14:06:59 +03:00
Dmitry Isaenko
3690c63399 CLI support for Tinfoil/Awoo Net-install mode. 2020-07-06 13:35:45 +03:00
Dmitry Isaenko
3c89df9dcd Refactoring:
* Replace UI-friendly Tasks to Runnable in all TF/GL NET/USB processes; implement similar interface for this.
* Add Apache Commons CLI to handle CLI.
* Extend/update CLI commands keys/functions, descriptions etc.
* Add draft CLI command for Tinfoil/Awoo Net-install mode.
2020-07-06 04:08:51 +03:00