1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-11-08 19:41:49 +00:00
Commit graph

106 commits

Author SHA1 Message Date
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
FlyingBananaTree
59d5cb1b06
Update hide tabs (#214) 2022-09-08 01:28:31 +02:00
flb
d71dcc1807 Add Custom Downloads tab 2022-09-06 20:45:26 +02:00
flb
7b34afc414 ensure extraction in correct directory 2022-08-10 14:27:04 +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
b9b8773a05 Added missing updates menu 2022-05-16 15:40:31 +02:00
flb
b7128d3b31 my fingers aren't even fat 2022-04-21 15:48:21 +02:00
flb
8e594aa80e clean up language changing code 2022-04-21 01:58:50 +02:00
flb
e056903326 add logout confirmation prompt 2022-03-30 22:23:15 +02:00
flb
e30f59b4b2 Added disclaimer when cheats matching a different BID are found 2022-03-10 14:11:20 +01:00
flb
b6b7b45c32 add hekate_ipl download 2022-02-20 16:33:54 +01:00
flb
a2f98dc05c fetch jc/pc profiles online 2022-01-06 01:35:39 +01: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
62b0a162be Small UX tweaks 2021-10-26 15:48:24 +02:00
flb
cb6b78c11c add a prompt asking about replacing reboot_payload.bin by hekate (closes https://github.com/HamletDuFromage/aio-switch-updater/issues/153) 2021-10-22 02:02:10 +02:00
flb
4656b860e8 added option to delete orphaned cheats 2021-10-14 21:50:18 +02:00
flb
7295942829 remove uncessary listitems
Update README.md

Update README.md

Update README.md
2021-10-14 18:01:07 +02:00
flb
29547e2993 revert breaking changes 2021-10-03 19:54:09 +02:00
flb
86d0a2fddb show cheatsheet for the right BID in download cheats page, code clean up 2021-10-01 19:22:52 +02:00
rashevskyv
ee181c011d Add more granular hide tabs capabilities https://github.com/HamletDuFromage/aio-switch-updater/pull/130 2021-09-28 15:10:44 +02:00
flb
cf9ad1d51a add payload downloads to bootloader tab 2021-09-27 21:56:41 +02:00
flb
2d74f465f8 added option to cancel downloads/extraction https://github.com/HamletDuFromage/aio-switch-updater/issues/140 https://github.com/HamletDuFromage/aio-switch-updater/issues/125 2021-09-22 21:01:45 +02:00
flb
5259a461c4 Added way to delete cheats for a specific game 2021-09-21 16:06:16 +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
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
13cc1ff4e2 Added ability to view existing cheats when downloading cheat codes/sheets. Fixed wrong tid for theme detection. 2021-07-16 17:33:57 +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
0fd52987b7 added support for support packs 2021-07-09 01:14:07 +02:00
flb
9ea2a52be7 Support for Team Neptune's pack builder 2021-07-07 16:59:52 +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
aeef0afe63 Check for available size 2021-06-03 18:47:35 +02:00
flb
6459ab4ae1 updated rcm submodule and added timer before reboot to payload 2021-06-01 15:28:03 +02:00
flb
de93c13d10 code cleanup 2021-05-28 15:51:30 +02:00
flb
5d4a4622db small fixes regarding Mariko 2021-05-24 19:23:16 +02:00
flb
6c13a2f817 changed way of copying files after an install 2021-05-22 18:10:34 +02:00
flb
2323974302 Support for AMS updates on patched switches 2021-05-21 18:12:58 +02:00
flb
b7e0e7a92a bump version 2021-04-28 20:07:31 +02:00
flb
271e2ae78c Fixed crashes when trying to focus empty lists https://github.com/HamletDuFromage/aio-switch-updater/issues/82 2021-04-15 13:24:11 +02:00
flb
5d436c5b8e sub AMS0.19 support + taking care stratosphere.romfs through the payload 2021-04-13 13:27:38 +02:00