Commit Graph

118 Commits

Author SHA1 Message Date
J-D-K
24aafcbf63 Update build date 2024-11-05 10:10:20 -05:00
J-D-K
44a466fef0 Update Makefile build date 2024-10-31 11:04:34 -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
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
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
b2be2a26fb Remove cfg::driveAuthCode, login on switch instead 2021-12-15 20:04:47 -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
bf15660c2d Code Revisions + Auto extend saves 2021-10-12 21:36:33 -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
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
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
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
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
e445181e0c Fix blacklisting, make menus scroll(may be buggy) 2021-07-27 21:58:04 -04:00
J-D-K
a50a43870d Fix makefile for Linux (I hope) 2021-07-24 21:43:44 -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
eaf6bed3de Newer threading stuff, trash bin, extend/keyboard length fix 2021-07-19 19:51:33 -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
973e1dab0f Add save extending, start getting settings + extras back 2021-07-13 21:48:43 -04:00
J-D-K
750d1a2b24 updated 2021-07-12 19:24:11 -04:00
J-D-K
6fdd7d33e7 WIP UI Update 2021-07-09 23:05:19 -04:00
J-D-K
b5037abd83 Restore color pulse, fix up zh-TW line breaking rules, fix load screen 2021-06-14 22:26:36 -04:00
J-D-K
e34a3f36c7 >>WIP Early<< SDL2 GFX 2021-06-02 17:05:57 -04:00
J-D-K
a02b3e82c3 Fix a couple things 2021-05-27 17:56:04 -04:00
J-D-K
5080aaeac1 New Snap/Journal space fix 2021-05-05 19:59:40 -04:00
J-D-K
97aa90034a Quick and dirty HID update 2020-12-20 01:20:35 -05:00
J-D-K
abfa13fbc1 Add path filtering(Not tested thoroughly) 2020-11-01 16:31:16 -05:00
J-D-K
11a382794b Add sort options 2020-08-27 16:11:18 -04:00
J-D-K
50b195f398 Add play time 2020-08-04 19:05:13 -04:00
J-D-K
555d36e5d0 Push svi reading code, remove free space checking 2020-07-17 20:36:11 -04:00
J-D-K
ad6b6faedd Make jpeg errors not call exit() 2020-07-14 17:23:33 -04:00
J-D-K
d8cbb3401a Add online update code, alpha mask for icons, optimize gfx a bit better 2020-07-09 23:24:57 -04:00
J-D-K
3969716bb9 Clean up some stuff. 2020-06-23 22:25:07 -04:00
J-D-K
2918aedff9 Revise stuff 2020-06-13 14:13:00 -04:00
J-D-K
4e4ca56f79 Update Readme + date 2020-06-07 20:15:48 -04:00
J-D-K
633a97a568 Add drawTextf, drawTextfWrap, Add ZIP export (import later) 2020-06-06 21:58:27 -04:00
J-D-K
4420e7c164 Use std::unordered_map for icons instead of class/vectors 2020-06-04 19:59:15 -04:00
J-D-K
c9bba1eca5 Add new external strings, fix up some things. 2020-06-04 11:03:14 -04:00
J-D-K
4e6fa82e47 Fix user icon memory leak 2020-06-01 13:27:55 -04:00
J-D-K
da120ade39 Add quote reading to dataFile, add more to translatable strings 2020-05-26 20:40:32 -04:00