1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-11-25 02:52:05 +00:00
Commit graph

65 commits

Author SHA1 Message Date
flb
833d07155b Added download link for graphic enhancing codes. 2022-12-05 02:40:05 +01:00
flb
d87a960aed use libnx's functions instead of the standard library's 2022-11-05 18:30:42 +01:00
flb
2c4d930b5f default to not overwriting .inis 2022-11-04 02:24:45 +01:00
flb
5189684cb3 Add ability to enter and delete custom links 2022-10-31 19:59:48 +01:00
flb
24dd23073e remove mentions of outdated code 2022-10-16 13:31:02 +02:00
flb
f77c64c3ee chainload the forwarder in a more sensible way, refactor 2022-09-27 00:14:13 +02:00
flb
1e9f453998 Don't try to overwrite aio when it's running https://github.com/HamletDuFromage/aio-switch-updater/issues/123#issuecomment-1208878115 2022-08-09 16:43:18 +02:00
PoloNX
64c13a5626
Update extract.cpp (#209)
* Update extract.cpp

Use Minizip beacause it's faster with big packs like deepsea

* fix for pull request

* fix crash at 66%

* fix create DIR

* Refactored extraction, possibly ironed out some bugs

* get uncompressed size using minizip

* use minizip to extract cheats, remove zipper dependency, fix getUncompressedSize()

Co-authored-by: flb <f.lb@gmx.com>
2022-08-07 15:39:17 +02:00
flb
1b008bacab properly sleep 2022-05-02 01:04:05 +02:00
flb
378ad7a401 increase timer between prompts 2022-04-22 16:04:46 +02:00
flb
e056903326 add logout confirmation prompt 2022-03-30 22:23:15 +02:00
flb
fbe876b050 Allow offline extraction of cheats (https://github.com/HamletDuFromage/aio-switch-updater/issues/107), Fixed extraction of the the complete cheat archive (https://github.com/HamletDuFromage/aio-switch-updater/issues/163), Fixed display bug for cheats extraction (https://github.com/HamletDuFromage/aio-switch-updater/issues/164) 2021-11-19 14:28:10 +01:00
flb
d6aa6716a0 use more f-strings for localization, small code refactor 2021-10-27 17:56:29 +02:00
flb
cc50d526c0 Better archive detection 2021-10-19 14:09:12 +02:00
flb
cf9ad1d51a add payload downloads to bootloader tab 2021-09-27 21:56:41 +02:00
flb
4a0f8318d7 fixed crash in airplane mode 2021-09-15 17:50:34 +02:00
flb
25dffbf611 Download all the links at once 2021-09-15 17:23:37 +02:00
flb
811eb4c18c Added option to launch Daybreak with arguments after a sysupdate download 2021-09-12 15:01:40 +02:00
flb
d03bbb13ea clang format (better than never) 2021-09-11 15:48:13 +02:00
flb
6f6b8ad274 do not show theme warning when downloading something that is not firmware files. 2021-08-03 16:27:06 +02:00
flb
be23452398 Fix Traditional Chinese strings not showing https://github.com/HamletDuFromage/aio-switch-updater/issues/114 , Remove full RAM access check for firmware downloads 2021-07-29 16:20:40 +02:00
flb
b41cadfa54 Added ability to hide more entries through hideTabs.json https://github.com/HamletDuFromage/aio-switch-updater/issues/53 https://github.com/HamletDuFromage/aio-switch-updater/issues/113 2021-07-21 15:38:43 +02:00
flb
a697365a77 fixed crash when downloading cheats in applet mode, updated borealis submodule, passed strings as references 2021-07-17 14:29:55 +02:00
flb
4688d62541 Fixed bugs previously caused by tickering labels. (close https://github.com/HamletDuFromage/aio-switch-updater/issues/91)
When needed, issue a warning about custom themes after downloading a new firmware. (closes https://github.com/HamletDuFromage/aio-switch-updater/issues/109 and https://github.com/HamletDuFromage/aio-switch-updater/issues/84)
Abort AMS update process for Mariko Switches when payload.bin cannot be found. (closes https://github.com/HamletDuFromage/aio-switch-updater/issues/110)
2021-07-15 19:56:59 +02:00
flb
69c831a901 improve view cheats feature https://github.com/HamletDuFromage/aio-switch-updater/issues/105 2021-06-28 21:56:24 +02:00
flb
62d3afacc8 Restored and improved View installed cheats menu. https://github.com/HamletDuFromage/aio-switch-updater/issues/105 2021-06-28 16:58:04 +02:00
flb
0af19943a6 Disabled the option to download individual cheat codes while in applet mode, except for the one game currently running. UI tweaks. Prevents crashes when requesting invalid CheatSlips cheat sheets. Bunch of refactoring. 2021-06-28 00:46:00 +02:00
flb
c6c05f64b0 Made reboot to payload safer 2021-06-17 22:40:54 +02:00
flb
c2eef003aa Added ability to download invidual cheet codes from the GBAtemp.net archive. 2021-06-05 19:10:51 +02:00
flb
de93c13d10 code cleanup 2021-05-28 15:51:30 +02:00
flb
6c13a2f817 changed way of copying files after an install 2021-05-22 18:10:34 +02:00
flb
5d436c5b8e sub AMS0.19 support + taking care stratosphere.romfs through the payload 2021-04-13 13:27:38 +02:00
flb
f057cbb453 dirty fix to work on AMS 0.19 2021-04-11 21:37:20 +02:00
flb
ca33039eb1 some more refactoring 2021-03-16 15:56:46 +01:00
flb
d66b1c4e1e refactor to be more in line with C++ conventions 2021-03-16 03:04:21 +01:00
flb
bb35a43cff added language selects, fixed progress bar when deleting cheats, bunch of visual tweaks 2021-03-14 16:24:56 +01:00
flb
3af19de30a removed tons of spaces that annoyed me 2021-03-10 21:54:17 +01:00
flb
173a216777 add option to disable sysmodules prior to updating and a bunch of other stuff 2021-03-02 15:05:06 +01:00
flb
ed1c5c2407 refactored internationalisation files 2021-03-01 19:19:17 +01:00
flb
3db55a410d change way to fetch latest release tag 2021-02-26 19:21:49 +01:00
flb
deae6b2c8e clean up the cheats extraction a little 2021-02-22 20:51:29 +01:00
flb
0cdb0ad6d9 added SOC type check 2021-02-17 19:00:12 +01:00
flb
4574589dc6 uncommented copy code 2021-02-16 19:47:58 +01:00
flb
a228cf5c7b parse files in json order for batch copy 2021-02-16 14:42:43 +01:00
flb
a7a62dfffd prompt to delete atmosphere/contents, cleanups 2021-02-15 19:31:06 +01:00
flb
dfb0566000 few tweaks and added dialogue to delete /atmosphere/contents/ 2021-02-15 15:19:49 +01:00
flb
149fe3a86e updated borealis 2021-02-15 01:02:34 +01:00
flb
6e1fc77a0a Added tool to automatically copy files 2021-02-12 23:42:22 +01:00
flb
3cf43a5445 Added tool to automatically copy files 2021-02-12 23:20:16 +01:00
flb
7baa9e1350 headers cleanup 2021-02-10 17:28:47 +01:00