Commit graph

33 commits

Author SHA1 Message Date
Dmitry Isaenko f8b60af41b FS drafts
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-01 12:44:45 +03:00
Dmitry Isaenko a60d929dcd Update readme
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-23 21:53:34 +03:00
Dmitry Isaenko 55df39923f Correct readme, update few icons, add freedesktop entry and svg icon. Could be useful for packagers.
Some checks failed
continuous-integration/drone/push Build is failing
2022-12-23 07:08:22 +03:00
Dmitry Isaenko 1176ad9e83 Solve - #87. Break LogPrinterGui 2021-08-09 22:47:52 +03:00
Dmitry Isaenko fbd5ec970b Small NXDT-code refactoring 2020-10-29 16:54:41 +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 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 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 45247d6d8c Add RCM payload support for Raspberry Pi
See #57
2020-07-23 18:07:50 +03:00
Dmitry Isaenko 5838fe3b89 Fix #64, fix #50 2020-07-16 23:20:11 +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 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
Dmitry Isaenko 6b65c74c9d Refactor some old UI-related code. Rewrite LogPrinter to handle commandline. Add RCM-payload module into CLI interface: now it could be executed on system without graphical environment (x86/amd64 only).
E.g.: java -jar app.jar --rcm payload.bin
2020-07-03 04:01:20 +03:00
Dmitry Isaenko 4cea480bb7 Add Windows drivers installer function 2020-06-12 17:40:17 +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 d0131f26b4 Fix failure report out of the RCM for MacOS 2020-02-20 17:53:22 +03:00
Dmitry Isaenko 7b2e77a08a Portuguese translation by @almircanella
(From issue #49)
2020-02-18 16:02:33 +03:00
Dmitry Isaenko 2e0d583963 Add drag-n-drop for Split'n'merge tab. Fix minor issues. 2020-02-11 00:42:43 +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 6b6bf8320f Fix RCM for MacOS 2020-02-10 14:34:07 +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 98155bc1f8 Finish split-merge files backend functionality 2020-01-24 00:02:47 +03:00
Dmitry Isaenko d00b914214 A bit more for split-merge files functionality 2020-01-21 03:22:22 +03:00