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

111 commits

Author SHA1 Message Date
flb
833d07155b Added download link for graphic enhancing codes. 2022-12-05 02:40:05 +01:00
flb
8aae4c012e add option to exclude all/none of the games from recieving cheat updates (https://github.com/HamletDuFromage/aio-switch-updater/issues/224) 2022-10-31 21:16:59 +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
cf45b0b896 fix typo 2022-09-06 21:12:02 +02:00
flb
d71dcc1807 Add Custom Downloads tab 2022-09-06 20:45:26 +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
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
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
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
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
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
flb
e30f59b4b2 Added disclaimer when cheats matching a different BID are found 2022-03-10 14:11:20 +01:00
Hugo
2b87d60e34
Loc update (#178)
* Loc update

- FR loc up to date with EN
- Replaced undefined "\ue016" unicode character by the black diamond "\u25c6" that actially shows up in the app.

BTW I still have no idea how to properly use the localization python stuff. Fed it some -r and -w and it spat some errors to my face.

* Update README.md

crediting myself, as a treat
2022-03-10 13:14:40 +01:00
flb
70a2445688 bump copyright year 2022-02-20 20:31:24 +01:00
flb
b6b7b45c32 add hekate_ipl download 2022-02-20 16:33:54 +01:00
Hugo
09cd4c08d6
French localization and several other localization tweaks (#168)
* Update menus.json (POEditor.com)

* Update menus.json (POEditor.com)

* Update menus.json (POEditor.com)

* Update menus.json (POEditor.com)

* indentation fix + MORE TRAD!

* fr trad

* Localization

- All languages
    - Standardized (spelling, capitalization etc) the following proper nouns: AIO-switch-updater ; GitHub ; GBAtemp.net ; Cheat Slips.
    - Typography: changed double spaces to simple spaces after the unicode character \ue016 ; replaced all ellipsises by their unicode character "…"
    - Accessibility: changed langage names to their local, original names. Names copied from this list https://partner.steamgames.com/doc/store/localization which is the least confusing of all the ressources I could find about languages and codes. It does not contain zh-Hant nor zh-Hans so I've left them alone.
- English
    - Some editing to make some lines easier to read and understand. I'm reading Microsoft's style guide and will do some more edits later.
- French
    - Complete translation, again with guidance from MS' style, again more edits incoming later.
        - Étant donné que la communauté à l'air d'utiliser beaucoup de terminologie anglaise dans ses échanges et sa documentation, j'ai décidé de ne pas traduire des termes comme payload (charge utile).
- Code typos reporting (Not touching it I don't want to break stuff)
    - A colon in the "main.get_all_cheats:" string name.
    - "cheats.cheastlips_title" should be "cheats.cheatslips_title" (s and t inversion)

* DE edit + app name capitalization

Pull requests are hard.

* Update README.md
2022-01-05 22:50:58 +01:00
flb
b0c4e6d1fd fix typo 2021-10-31 15:01:16 +01:00
flb
d6aa6716a0 use more f-strings for localization, small code refactor 2021-10-27 17:56:29 +02:00
yyoossk
ea3e18d011
updated jpn localization (#156)
* Add files via upload

* jpn update

* jpn update

* jpn update
2021-10-27 17:00:40 +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
cc50d526c0 Better archive detection 2021-10-19 14:09:12 +02:00
flb
b426a9fe5c add localizer script (https://github.com/HamletDuFromage/aio-switch-updater/issues/148) 2021-10-17 13:05:55 +02:00
flb
4656b860e8 added option to delete orphaned cheats 2021-10-14 21:50:18 +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
888c576c84 fix payload downloads 2021-09-28 14:43:48 +02:00
flb
cf9ad1d51a add payload downloads to bootloader tab 2021-09-27 21:56:41 +02:00
flb
3964a2281e bump version and format json files 2021-09-24 17:58:25 +02:00
flb
5259a461c4 Added way to delete cheats for a specific game 2021-09-21 16:06:16 +02:00
flb
811eb4c18c Added option to launch Daybreak with arguments after a sysupdate download 2021-09-12 15:01:40 +02:00
flb
3b982eecab Fix color scheme for default procon color profile 2021-09-10 20:31:18 +02:00
Hugo
752ca376c4
Typo fixing (#134)
* Typo fixing

Encore un peu de relecture

* Update menus.json
2021-09-08 12:13:32 +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
72ae144a79 small fix 2021-06-28 22:20:12 +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
bba64985fc fix typo in translation files 2021-06-06 15:40:18 +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
037bc5ac04 updated footer text 2021-06-03 22:55:01 +02:00
flb
a73e242666 Add information to footer 2021-06-03 22:51:00 +02:00