Commit Graph

14 Commits

Author SHA1 Message Date
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
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
83228a2911 Libnx update 2023-04-15 05:37:19 -04: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
093b1bc178 Fix file mode copy file 2021-10-13 17:20:42 -04: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