Commit Graph

523 Commits

Author SHA1 Message Date
J-D-K
b73de43c5a Code revisions. 2025-10-02 19:33:42 -04:00
J-D-K
cc5da07eaa Add replacement table for sanitize_string_for_path 2025-10-02 13:09:27 -04:00
J-D-K
98c00ff858 Fix json header issue. 2025-10-01 20:10:46 -04:00
J-D-K
c677189452 Add FadeIn on boot, change FileOptionState transition type, UI tweaks. 2025-10-01 20:08:31 -04:00
J-D-K
fb88c7939a Fix BlackListEdit not closing on empty. 2025-10-01 03:26:29 -04:00
J-D-K
9b80fa5dc8 Complete Update checking/downloading. 2025-09-30 15:51:54 -04:00
J-D-K
9cb6d52268 Add width and height to ui::Transition. Apply it to Message, Progress, Confirm states. 2025-09-29 21:23:06 -04:00
J-D-K
5e864d17f0 Change date back from testing. 2025-09-26 15:02:53 -04:00
J-D-K
17ef99e21d Add compression for text to strip 150KB from NRO. 2025-09-26 15:01:18 -04:00
J-D-K
22b9734c37 Add update check and download on boot. 2025-09-26 01:09:37 -04:00
J-D-K
74678357bb Tweaks. 2025-09-25 21:27:36 -04:00
J-D-K
f725908240 Tweak StateManager update routine to fix overlap. Add create_push_fade to ProgressState. Cleanup some inconsistencies. 2025-09-25 21:00:44 -04:00
J-D-K
fa7e5fac6d UI Tweaks. 2025-09-25 18:56:06 -04:00
J-D-K
2b079fb49f Add Keep Local Backups to config. Addresses #284. 2025-09-25 17:14:46 -04:00
JK
0c44efda42
Merge pull request #302 from J-D-K/dev
Add Generic SaveImportState/save importing
2025-09-24 19:21:19 -04:00
J-D-K
29fc92b6b9 Update strings. 2025-09-24 19:15:07 -04:00
J-D-K
cdc6937249 Finish SaveImportState 2025-09-24 19:05:56 -04:00
J-D-K
9d542b4314 SaveImportState progress. 2025-09-24 15:32:57 -04:00
J-D-K
a78dd3456a Begin generic SaveImportState 2025-09-24 01:57:26 -04:00
J-D-K
0aef58c064 Consolidate BufferQueue logic into reusable class. 2025-09-24 00:26:02 -04:00
JK
f5ee54faff
Merge pull request #301 from J-D-K/dev
Queued buffering for downloads.
2025-09-21 18:50:36 -04:00
J-D-K
c5d7464679 Queued buffering for downloads. 2025-09-21 22:49:16 -04:00
J-D-K
b5d7b90c0e Upgrade to Queued Buffering. 2025-09-21 22:01:47 -04:00
JK
56c53a0b6c
Merge pull request #300 from J-D-K/dev
Upgrade to Queued Buffering.
2025-09-21 18:04:04 -04:00
J-D-K
73d6bc2188 SettingsState: Delete old working directory upon recursive move. 2025-09-21 13:54:50 -04:00
J-D-K
eaef5a02ad BackupMenuState: Fix new uploads not being named. 2025-09-21 13:48:14 -04:00
J-D-K
808381a51b ConfigContext: Use unordered_map and unordered_set instead of map and vector. 2025-09-21 13:07:01 -04:00
J-D-K
418cd3c3d3 Add fs::move_directory_recursively. 2025-09-21 12:10:48 -04:00
JK
f1f10a09e0
Merge pull request #299 from J-D-K/dev
Thread pooling complete.
2025-09-21 06:40:53 -04:00
J-D-K
6c63cb2a8a Fix auto_backup. 2025-09-21 06:37:41 -04:00
J-D-K
d2c6a1e243 Thread pool Google Drive & WebDav. 2025-09-21 04:10:06 -04:00
J-D-K
3c54474e5b Thread pooled & fslib update. 2025-09-16 17:59:33 -04:00
J-D-K
30a607a9e1 io.cpp: thread pooled. 2025-09-14 09:54:29 -04:00
J-D-K
f8beae4a1d zip.cpp: threadpooled. 2025-09-14 09:54:29 -04:00
J-D-K
34c1ef5c12 Make fs::copy_zip_to_directory use thread pool instead of spawning new thread. 2025-09-14 09:54:29 -04:00
J-D-K
27f3ea2e49 Add experimental sys::threadpool. 2025-09-14 09:54:29 -04:00
J-D-K
773acbabc8 Fix delete_all_remote_backups_for_title not returning to root on completion. 2025-09-14 08:16:55 -04:00
J-D-K
a24331b72a URL and Form fixes. 2025-09-13 23:42:50 -04:00
J-D-K
073d8a5169 Fix string sanitation logic error. 2025-09-13 22:20:44 -04:00
JK
320569e98f
Merge pull request #291 from DDinghoya/patch-3
Update KO.json
2025-09-11 12:46:08 -04:00
DDinghoya
2820c82182
Update KO.json 2025-09-11 21:45:55 +09:00
JK
5ef8da359e
Merge pull request #290 from J-D-K/dev
ui::Transition class, Guide string for extras, update git screenshot, remove repetitive transtion code in favor of ui::Transition, change button glyphs used in strings.
2025-09-10 21:41:30 -04:00
J-D-K
d313ae33af Change button glyphs used in strings. 2025-09-10 21:32:31 -04:00
J-D-K
046d5581ee Use ui::Transition for FileOptionState. 2025-09-10 21:17:31 -04:00
J-D-K
16e9c88227 Use ui::Transition for FileModeState. 2025-09-10 20:10:36 -04:00
J-D-K
e7e43a6630 Use ui::Transition for ui::SlideOutPanel. 2025-09-10 18:43:32 -04:00
J-D-K
c34672f9be Update screenshot 2025-09-09 21:32:26 -04:00
J-D-K
fd35ea7db9 Add guide string for extras. 2025-09-09 21:23:13 -04:00
J-D-K
0438937c5c Tinkering with transitions more. 2025-09-09 20:47:48 -04:00
J-D-K
781df01d1c Fix potential crash and typo in remote::Storage. 2025-09-09 13:58:42 -04:00