Commit Graph

177 Commits

Author SHA1 Message Date
J-D-K
c094030c52 Minor code revisions in preparation for cache system on 20.0+ 2025-05-28 18:33:58 -04:00
J-D-K
24aafcbf63 Update build date 2024-11-05 10:10:20 -05:00
J-D-K
04ce90c7dd Change default config settings, make config save on toggle. 2024-10-31 10:35:21 -04:00
Martin Riedel
c2cf998d10 fix: use safeTitle instead of title for directory name on remote filesystem. This is a breaking change. Prior names with unsafe titlenames need to be moved manually. 2024-07-27 11:28:34 -04:00
Martin Riedel
f9668895eb fix: Provide fallback for item.name from href if webdav server does not provide "displayname" property. 2024-07-26 07:17:03 -04:00
Martin Riedel
ef633b1752 fix: updated Makefile to prioritize local over global imports (gd.h error) 2023-07-10 16:47:41 -04:00
Martin Riedel
f342bf15af feat: PR-related cleanup
- updated build instructions
- added user-agent header to webdav calls
- Generalized popDriveNotActive to popRemoteNotActive
- Updated version identifier presented in app
- Removed some commented code
2023-07-10 15:01:44 -04:00
Martin Riedel
938c52b603 feat: Webdav support for remote storage
- Created common interface that GDrive and Webdav implement (rfs::IRemoteFS)
- Moved shared functionality into shared interface/implementation
- drive.h/.cpp was replaced by remote.h/.cpp
- fld.cpp now gets a copy of RfsItem (former gdIems), because the implementation is not required to retain these (e.g. Webdav does not)
- UI presentation changed from [GD] to [R] (Remote)
2023-07-09 23:13:01 -04:00
Martin Riedel
a893d3fa56 chore: aligned all SDL2 imports to use <SDL2/*> 2023-07-09 23:04:44 -04:00
Martin Riedel
96cdb7f488 Ignore dot (.) files
When reading the drive config ignore all files starting with a .
2023-07-05 11:00:27 -04:00
J-D-K
1ac23d2750 Fixes + Revisions to last commit 2023-06-04 20:15:27 -04:00
J-D-K
85bca2d66e Add textureMgr class I wrote at work and prepare a little for auto upload option 2023-05-22 17:13:49 -04:00
J-D-K
6f8393483f Applet mode warning + disable drive/browser to prevent crash 2023-05-17 17:00:18 -04:00
J-D-K
83228a2911 Libnx update 2023-04-15 05:37:19 -04:00
J-D-K
3e16d635dc Update Drive instructions, load client_id and client_secret from Google JSON instead 2023-02-12 09:14:45 -05:00
J-D-K
f955093746 Temp fixes for non-ASCII system users and drive crash if login canceled. 2022-11-17 14:58:02 -05:00
J-D-K
1f0868de78 Fix drive patch size mismatch 2021-12-21 19:18:58 -05:00
J-D-K
8d988055d7 A few small fixes and tweaks 2021-12-15 23:29:13 -05:00
J-D-K
b2be2a26fb Remove cfg::driveAuthCode, login on switch instead 2021-12-15 20:04:47 -05:00
J-D-K
00dd0ee6af Updated French 2021-12-07 20:34:34 -05:00
J-D-K
df453ee667 Tweak file mode start point, finish restore from drive code 2021-12-01 14:57:06 -05:00
J-D-K
c29688ea97 Fix config loading, early drive code, threaded file read/write 2021-11-30 15:58:05 -05:00
J-D-K
2fbfe5b62e First(?) readme update, thread race fix 2021-11-15 17:47:12 -05:00
J-D-K
9ca4c6ff52 Move stuff, fix stuff. 2021-10-12 23:14:04 -04:00
J-D-K
bf15660c2d Code Revisions + Auto extend saves 2021-10-12 21:36:33 -04:00
J-D-K
815cdaf513 Revised translation loading, exporting 2021-09-26 02:09:37 -04:00
J-D-K
85a0ce47ee Separate folders for trash 2021-09-01 15:15:53 -04:00
J-D-K
a2bf9a8e64 Fix legacy config loading 2021-08-31 18:09:39 -04:00
J-D-K
a88de19023 Blacklist editor in settings finally. 2021-08-24 23:33:42 -04:00
J-D-K
8da1924ed9 BCAT creation fix, JKSV dir zipping back, Auto-Name setting, delete all backups, zip path trimming, use heap for recursive fake threads 2021-08-21 22:04:01 -04:00
J-D-K
b71eccdd6a File mode properties added 2021-08-18 18:49:34 -04:00
J-D-K
92e780d284 Use Free Bird's CPU speed definitions, Fix ZIP headers, Mass Backup in user options 2021-08-17 22:25:06 -04:00
J-D-K
2b6f91e20f Update readme, add legacy config loading, new translation format, remove curUser and curData definition shortcuts 2021-08-16 21:58:18 -04:00
J-D-K
b74349f7c0 New config, restructure some stuff for stability and to fix issues 2021-08-06 22:21:24 -04:00
J-D-K
730f7ffbca Fix file mode if used as root dir, add scroll for long menu options 2021-08-04 22:56:54 -04:00
J-D-K
93e9fade66 Alpha sort save menus, tweak/fix menu code(hopefully), tweak thread proc, fix auto backup, add back a few more extras 2021-08-03 22:19:42 -04:00
J-D-K
1001eeb8de File Mode almost done. 2021-08-01 22:02:06 -04:00
J-D-K
92d0f3f74e Get DOOM Cache to show up in menu, Start working on Extras + File Mode 2021-08-01 00:28:44 -04:00
J-D-K
1e3e01a810 Split FS/Threaded funcs, make restore check for empties before wiping, start working on extras (Only delete update works now) 2021-07-28 22:23:08 -04:00
J-D-K
e445181e0c Fix blacklisting, make menus scroll(may be buggy) 2021-07-27 21:58:04 -04:00
J-D-K
5ae0d587c3 Tweak dialogs, fix white theme, add CPU boost for ZIP files 2021-07-24 21:34:51 -04:00
J-D-K
9227c7a3f1 Progress bars, split some ui classes, threaded confirm, better thread safety(I think) 2021-07-22 18:44:47 -04:00
J-D-K
d18204733d Hope the headache was worth it 2021-07-21 00:11:17 -04:00
J-D-K
0459fd363b Add queue to fix threading graphics issues 2021-07-19 20:13:03 -04:00
J-D-K
eaf6bed3de Newer threading stuff, trash bin, extend/keyboard length fix 2021-07-19 19:51:33 -04:00
J-D-K
d40cd33872 Add Folder definitions to ttlOptsMenu, fix some things 2021-07-17 00:51:54 -04:00
J-D-K
f12f81b67f Add animation scaling option, revise menu event handling 2021-07-16 21:58:15 -04:00
J-D-K
cf832a0f91 Updated journal space fix/handling, updated scroll logic, fix a typo 2021-07-15 19:14:01 -04:00
J-D-K
258667a9e3 Restore config, fix some issues 2021-07-14 23:01:46 -04:00
J-D-K
973e1dab0f Add save extending, start getting settings + extras back 2021-07-13 21:48:43 -04:00