1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-11-09 20:11:48 +00:00
Commit graph

359 commits

Author SHA1 Message Date
flb
f77c64c3ee chainload the forwarder in a more sensible way, refactor 2022-09-27 00:14:13 +02:00
flb
2edf92b5e8 bump version 2022-09-25 13:44:52 +02:00
flb
76a4c17df4 fix crashes caused by custom downloads when no internet is available (closes https://github.com/HamletDuFromage/aio-switch-updater/issues/216) 2022-09-10 13:30:57 +02:00
FlyingBananaTree
59d5cb1b06
Update hide tabs (#214) 2022-09-08 01:28:31 +02:00
flb
08d6e1f23f Account carriage returns when processing files (closes https://github.com/HamletDuFromage/aio-switch-updater/issues/210) 2022-09-07 20:41:16 +02:00
flb
cf45b0b896 fix typo 2022-09-06 21:12:02 +02:00
flb
f583cefb41 restore hekate_ipl download 2022-09-06 21:03:45 +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
flb
66a24674b2 remove redundant directory creating during extraction 2022-08-07 16:28:27 +02:00
DDinghoya
81913f6bbd
Update menus.json (#208)
Minor update (typo)
2022-08-07 15:43:01 +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
abd0ebe51d update readme 2022-07-30 19:08:22 +02:00
flb
770da4fda2 bump version 2022-07-25 17:06:25 +02:00
flb
cfff64a59c fix wrong bid for titles overriden by HBL (closes https://github.com/HamletDuFromage/aio-switch-updater/issues/205) 2022-07-25 16:55:07 +02:00
DDinghoya
fc9c3a38b2
Update menus.json (#204)
title redirection (타이틀 리다이렉션) -> title override (타이틀 오버라이드)
2022-07-01 11:39:45 +02:00
flb
462c834e68 title redirection -> title override 2022-06-03 00:48:26 +02:00
clamintus
903946a96b
Improved Italian localization (& more localization) (#202)
* More localization

* Improved Italian localization

* Improved Italian localization pt.2

* Italian: minor fixes and improvements
2022-06-02 18:32:52 +02:00
flb
47ce9d479e bump version 2022-05-23 13:54:36 +02:00
flb
0c119cd59e Fix japanese translation file (closes https://github.com/HamletDuFromage/aio-switch-updater/issues/200) 2022-05-23 13:51:37 +02:00
flb
75f4ad009c fixed crash in appletmode 2022-05-22 15:39:26 +02:00
yyoossk
5ecdd0ed5b
jpn fix (#199)
* jpn update

* jpn fix

* jpn fix

* jpnfix

* jpn fix
2022-05-22 15:35:33 +02:00
Physton
dcd839ff1c
Simplified Chinese: fix and update (#198)
Simplified Chinese: fix and update
2022-05-21 13:09:10 +02:00
yyoossk
a5b68b2962
jpn update (#196)
* jpn update

* jpn fix

* jpn fix

* jpnfix
2022-05-21 13:08:38 +02:00
qazrfv1234
aa101f9f70
Update brls.json (#194)
Fixed v2.19.0 Updated Chinese localisation (from https://github.com/Physton).
His/Her Traditional Chinese translation is suited for China , not for Taiwan.
2022-05-21 13:08:30 +02:00
qazrfv1234
64a7d5e7fc
Update menus.json (#195)
Fixed v2.19.0 Updated Chinese localisation (from https://github.com/Physton).
His/Her Traditional Chinese translation is suited for China , not for Taiwan.
2022-05-21 13:08:16 +02:00
flb
a1b9ab2f3b little cleanup 2022-05-16 16:35:42 +02:00
flb
c6b8713ea3 better arrows 2022-05-16 16:09:40 +02:00
flb
2a15af3059 don't show empty lists 2022-05-16 15:55:12 +02:00
flb
b9b8773a05 Added missing updates menu 2022-05-16 15:40:31 +02:00
Physton
d81c856ab9
Translation:Chinese (#191)
Translation: Simplified Chinese and traditional Chinese
2022-05-16 13:18:38 +02:00
flb
5d8370d8bc update README.md 2022-05-02 20:33:29 +02:00
yyoossk
ea41c26f1e
jpn update (#189)
* jpn update

* jpn update

* add misisng comma

Co-authored-by: HamletDuFromage <61667930+HamletDuFromage@users.noreply.github.com>
2022-05-02 13:03:05 +02:00
flb
1b008bacab properly sleep 2022-05-02 01:04:05 +02:00
flb
74a9d89030 bump version 2022-05-01 22:41:30 +02:00
Angelo Elias Dalzotto
0b905a1d81
Download firmwares from Mega (#187)
* Add libmegadl

* Allow downloads from Mega

* Keep compat with older app versions

* Add fallback for archive.org link format

* Revert "Add libmegadl"

This reverts commit ddee32ba66.

* Revert "Keep compat with older app versions"

This reverts commit 11fe274dc6.

* Revert "Add fallback for archive.org link format"

This reverts commit 74dfaeab42.
2022-05-01 22:24:25 +02:00
flb
378ad7a401 increase timer between prompts 2022-04-22 16:04:46 +02:00
DDinghoya
161e021a6c
Create brls.json for Korean (#186) 2022-04-21 19:30:18 +02:00
DDinghoya
3edcf18f60
Create menus.json for Korean (#185) 2022-04-21 19:30:08 +02:00
flb
b7128d3b31 my fingers aren't even fat 2022-04-21 15:48:21 +02:00
flb
0a2cbf216d fix spanish translation file 2022-04-21 02:01:08 +02:00
flb
8e594aa80e clean up language changing code 2022-04-21 01:58:50 +02:00
Armiche
33120ab7df
Improve and add Spanish to the version 2.17.1 (#183)
* Change Spanish name to the correct one.

* Update menus.json

Improve and added spanish traslation

* Rename resources/i18n/es/menus.json to resources/i18n/es-ES/menus.json

Rename to the correct languaje

* Rename resources/i18n/es/brls.json to resources/i18n/es-ES/brls.json

* added Spanish languaje

* Restore to "es"

* Restore to "es" directory

* Restore to "es" directory

* Update menus.json

* Update menus.json
2022-04-21 00:12:16 +02:00
flb
6874cc060f small refactor 2022-03-30 22:25:05 +02:00
flb
e056903326 add logout confirmation prompt 2022-03-30 22:23:15 +02:00
flb
b7cf0dd132 add log out option for cheatslips https://github.com/HamletDuFromage/aio-switch-updater/issues/180#issuecomment-1083559106 2022-03-30 21:56:20 +02:00
flb
a015fd3161 bump version 2022-03-26 14:25:50 +01:00
yyoossk
764548a9b6
jpn update (#179)
* jpn update

* add missing comma

* add missing comma

Co-authored-by: HamletDuFromage <61667930+HamletDuFromage@users.noreply.github.com>
2022-03-17 13:35:10 +01:00
flb
090ebcea6d fix localizer 2022-03-10 15:02:42 +01:00