Commit graph

51 commits

Author SHA1 Message Date
Pk11
6ee17fdfd2 Add nightly auto-update
- Closes #121
2022-05-27 18:14:30 -05:00
StackZ
aa58e23c13 Also add Custom Themes to this branch.
I mean, cause why not i guess. xD
2021-03-23 16:46:10 -05:00
Pk11
77edd99749 Make JSON reading safer
- Check that the file actually opened before reading it
- If the JSON was discarded, then make just use an empty object
2021-03-23 04:47:49 -05:00
Pk11
46b17521a7 Use system fonts for Chinese 2021-03-20 17:49:39 -05:00
Pk11
36b5d9c528 Add Chinese and fix some bugs (see desc)
- Fix 3dsx in folder setting not being saved on exit
- Fix font download on language selection not having a progress bar
- Also update translations as to have something to test Chinese with
2021-03-19 05:49:53 -05:00
Pk11
60e29ddb90
Add queue system with background downloading and much more (#73)
* Do not build here until it is merged.

* WIP: Queue System.

Right now crashes randomly for whatever reason..

* Animate queue spinner more slowly

* Use LightLocks to prevent crashing in the queue

(I hope it's fixed at least)

* Build nightlies in queue-system

* Use version.h for version and specify 7 digits

* Remove unneeded $(CURDIR)

I put that these for testing, but it's not needed

* Multiple Changes, see desc for more.

1.) Theme Implementation.
2.) Show Battery + Time.
3.) Some more work on Queue-System (might still be broke).
4.) Update Copyright to 2021.
5.) Add `%FIRM%` to regex.
6.) Mass Add to Queue.
7.) Search with AND / OR filter.

* Gaaah, not again...

* Remove DoNothing, some LightLock changes, etc

aka
Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

* See desc for more.

- Current Queue Entry can now be canceled.

- Fix installed list.

- Display Download Speed.

- BYE BYE Queue LightLock!

* Various adjustments to the queue menu

- Make cancel button slightly smaller
- Right align "Steps: ..." text
- Remove "Current Operation:" text
- Change KB/MB/GB to KiB/MiB/GiB
- Lots of little positioning tweaks
- Fix bug where you could get stuck in the prompt
- Make spinny thing have a ! when action is needed
- Make extracting file increment at the start instead of the end
- Delete dumb VS Code file and gitignore it

* Change to hollow full charge plugged in icon

* Fix the settings positions a bit

* Fix custom font download not having prompt

Also tweak the text positions, I forgot to change them

Co-authored-by: StackZ <47382115+SuperSaiyajinStackZ@users.noreply.github.com>
2021-03-13 01:28:23 -06:00
LinuxCat
e52bd33905
adding a default option to the auto language selection (#65)
* adding a default option to the auto language selection

iirc NightScript suggested that a while ago or maybe it was giratina62 i don't remember exactly. 
also this is deleting untranslated languages cause they are useless now that there's a default option.

* Commenting untranslated languages
2021-02-15 19:17:52 +01:00
StackZ
871d0722eb Just: Release Changelog notes + derp fix. 2020-12-23 23:40:04 +01:00
StackZ
64977911e6 See desc for more.
- Add WAV playback back with 10 MiB as max limit.

- Some more Screenshot Menu checks.
2020-12-03 07:19:02 +01:00
StackZ
f08bed5813 WIP: Argument | Shortcut support. 2020-11-16 13:28:45 +01:00
StackZ
cd24742621 Add Custom Font option.
Mostly for proper Ukrainian support.
2020-11-11 02:48:05 +01:00
StackZ
a2f3efc640 See desc for more.
- Added option, to have a 400x214px custom Image as the Background on a UniStore.

- Added a header bar on almost all menus.

- Added GUI Settings.
2020-11-01 04:31:04 +01:00
StackZ
913475eabf
Universal-Updater Full Rewrite based of UniStore v3.0.0. (#51)
* No Nightlies for the Full-Rewrite.

* Initial push, i guess.

* Forgot to push the Test UniStore + T3X...

* Use C2D flags for wrapping and centering

* gitignore t3x correctly

* Remove Test Store and hardcode to `sdmc:/3ds/Universal-Updater/stores/Universal-DB.unistore` for now.

* Is functional now.

* *More special checks and work.*

* const <typename T> &.

* Universal-DB, not Universal DB.

* Derp.

* Make 3DSX, NDS & Archive path configurable.

* Last fixes + Fade out screen on exit.

* See Desc. for more.

- Add QR Code scan for downloading UniStores.
- Add new Graphics.
- Some fixes + improvements.

* Fix search filtering, re-sort after search

* Fix update check

* Clear search items with X, not just reset results

* The next progress.

* PLEASE tell me, this is the only error..

Co-authored-by: Pk11 <epicpkmn11@outlook.com>
2020-10-30 03:31:20 +01:00
LinuxCat
c7340d02bb
Set system language to the app on first launch (#42)
* add language on first launch

* add language on first launch

Editing the hpp aswell
2020-07-21 05:19:24 +02:00
StackZ
80afbbe19f Increase Script version, add citra to config.
The Citra entry allows to skip the wifi check.
2020-07-01 15:07:29 +02:00
StackZ
54c426032b Add %ARCHIVE_DEFAULT%. 2020-07-01 00:27:04 +02:00
StackZ
86b6adef8f Begin to add variables for 3DSX & NDS. 2020-06-30 23:20:47 +02:00
StackZ
85a18eb031 Do Download Speed optional.
Cause I cannot properly fix that now.
2020-06-29 19:28:52 +02:00
StackZ
15602637cc In hope to fix the config crashes. 2020-06-28 22:08:52 +02:00
StackZ
f68613ef06 Some, uhh.. changes? 2020-06-27 09:15:29 +02:00
StackZ
984d363533 Add startup splash on first boot of U-U. 2020-06-21 12:46:32 +02:00
StackZ
05e6e7bd55 Derp fix. 2020-06-20 15:29:21 +02:00
StackZ
50e4aa99e0 Fully rewrite config. 2020-06-20 15:22:50 +02:00
Stackie
a08c0afa62 Make progressbar optional. 2020-06-03 15:03:28 +02:00
Stackie
a0251da39f
Crash fix attempt - Successfully! (#32)
* Do not build here, since this could potential crash more things.

* Crash fix!

Co-authored-by: StackZ <47382115+SuperSaiyajinStackZ@users.noreply.github.com>
2020-05-29 07:28:08 +02:00
StackZ
8a16751a8f Do NOT allow fade effects for now. 2020-05-27 14:38:14 +02:00
StackZ
779a7c6479 Add Fade effects.
Also change me to `SuperSaiyajinStackie`.

Also update for latest Universal-Core changes.
2020-05-27 13:49:37 +02:00
StackZ
c8289ff632 Press L/R for page forward scroll.
Also do keyDelay as a setting instead of hardcode to 3 (fast) 6 (slow).
2020-05-06 06:27:25 +02:00
StackZ
994f62799c WIP: Credits & Language Screen Rewrite. 2020-04-09 04:06:02 +02:00
StackZ
7197487d2d See Description for changes.
- Remove GodMode & deleteTitle function.
- Add a new Bar & Selector Graphic.
- Change Color Selector UI.
2020-04-04 16:50:18 +02:00
StackZ
95a714012e More Customizable colors! 2020-03-09 20:28:33 +01:00
StackZ
3a659fd768 Add Autoboot into a script. 2020-03-06 18:10:02 +01:00
StackZ
526cecadfd Add Autoboot UniStore. 2020-03-04 09:31:27 +01:00
StackZ
1c2c3dc675 Add Enable GodMode setting.
BE CAREFUL WITH THIS!!!
2020-03-01 23:11:48 +01:00
StackZ
09be8e0b94
Switch over to Universal-Core. (#18)
* Don't build here.

* WIP: Switch to Universal-Core.

* Update Submodule repo & azure-pipelines.
2020-02-08 06:20:50 +01:00
StackZ
3121f82d61 Update Copyright Year. 2020-01-05 13:48:20 +01:00
StackZ
8fd1c9ad60 Hopefully *Center* everything properly. 2020-01-03 07:19:28 +01:00
StackZ
aa85ea9104 Some Keyboard changes. 2020-01-02 08:28:13 +01:00
StackZ
d28194d28c
Implement Universal-Store [UniStore] 3DS side. (#13)
* WIP App store. ;P

* Make the FileBrowse look like Scripts Screen.

* Add *all* Script Functions for the App Store.

* WIP; Store Selection & Store Screen.

To-Do: Big cleanup and remove of duplicate stuff.

* Some UniStore work.

* :bigBruh:.

* Add Spritesheet with Icon support.

* Add a Store Prepare message, just in case it takes longer.

* ~~Not really Camera stuff, just UniStore work.~~ (#12)

* We don't want Nightly builds here.

* Add UniStore Icon.

* New banner by https://github.com/TotallyNotGuy

* Add Buttons for a prompt & update icon.

* Update README.md to be more descriptive and stuff

* Update README.md

* Add updating the spritesheet too.

* Only update stores, if needed things exist!

* Make Storepath changeable.

* Change App Description.

* Display `Title` as well.

* You can now download .unistore files by entering a URL!

Co-authored-by: FlameKat53 <flame9804@yahoo.com>

* This should fix all warnings.

Also add posX and posY for the Icons in UniStore.

* Last changes for UniStore.

Co-authored-by: FlameKat53 <flame9804@yahoo.com>
2019-12-29 07:52:45 +01:00
StackZ
b6d6e6357a Add second Settingspage and make bars changeable. 2019-12-25 23:18:09 +01:00
StackZ
0a308c43e8
A little Script Creator work and little checks. (#9)
* No builds allowed here.

* Try something.

* Next work.

* Add some Logging stuff for testing purpose.

* Ok, this should log it priperly.

* Replace MainMenu with Screen Selection.

* Redo Screen Logic.

* Switch back to old MainMenu.

* Only access Scriptlist, when Scripts are found.

Hopefully avoid crashes with that.

* Remove unused String, because we use the MainMenu again.
2019-12-17 19:22:39 +01:00
SuperSaiyajinStackZ
5d80ec6111 It's StackZ now, not VoltZ. 2019-11-25 13:57:14 +01:00
VoltZ
5e5658cb75 Music Path can be changed in the JSON now. 2019-11-17 23:03:52 +01:00
VoltZ
2921ce0b2d Make the progressbar color Customizable.
Scripts can have their own progressbar color as well.
2019-11-17 04:59:33 +01:00
VoltZ
ddda8464f8 My work until I got extremly annoyed.
Next work on the Script Creator maybe tomorrow or so.
2019-11-16 01:39:20 +01:00
VoltZ
bb2cecc622 Add "VIEWMODE" to config. 2019-11-13 23:33:59 +01:00
VoltZ
6a12495e59 Fixes from mister Whoopsie. 2019-11-13 23:02:54 +01:00
VoltZ
08b962b560 Switch to JSON.
Custom Path's and Colors needs to be redo for this.
2019-11-10 15:53:04 +01:00
VoltZ
b10cc33a99 Woopsie.. haha. 2019-11-08 01:48:49 +01:00
VoltZ
14f8d11359
My last work for today. 2019-11-03 23:58:58 +01:00