Commit Graph

341 Commits

Author SHA1 Message Date
impeeza
df03aac552
ES-419 update
Seems the update of this file get lost in between commits.
2024-11-05 11:22:58 -05:00
J-D-K
24aafcbf63 Update build date 2024-11-05 10:10:20 -05:00
J-D-K
1e06516317 Settings Readme: Fix more typos I missed. 2024-10-31 21:14:59 -04:00
J-D-K
da121677fb Update Settings Readme and fix a few typos 2024-10-31 17:08:25 -04:00
J-D-K
361b862bf3 Update settings readme with note. 2024-10-31 14:29:29 -04:00
J-D-K
790e4bebdf Add settings readme 2024-10-31 14:25:52 -04:00
J-D-K
9ac5f39476 Tweak: Make config save in a few more places. 2024-10-31 13:42:44 -04:00
J-D-K
44a466fef0 Update Makefile build date 2024-10-31 11:04:34 -04:00
J-D-K
04ce90c7dd Change default config settings, make config save on toggle. 2024-10-31 10:35:21 -04:00
JK
ddbf601819
Merge pull request #212 from karasuhebi/master-1
Fixing typo
2024-10-16 15:46:10 -04:00
JK
9b8c852b5c
Merge pull request #244 from DDinghoya/patch-2
Update ko.txt
2024-10-16 13:07:57 -04:00
JK
ddcebdcff6
Merge pull request #240 from impeeza/patch-1
Update REMOTE_INSTRUCTIONS.MD
2024-10-16 13:07:27 -04:00
JK
cf39346d69
Merge pull request #191 from Pf-16/patch-3
Update it.txt
2024-10-16 13:07:11 -04:00
JK
7949582fd8
Merge pull request #182 from qazrfv1234/qazrfv1234-patch-4
Update zh-TW.txt
2024-10-16 13:06:55 -04:00
DDinghoya
1bda18d98f
Update ko.txt 2024-09-22 00:32:07 +09:00
impeeza
3f39769b52
Update REMOTE_INSTRUCTIONS.MD
Small clarification about the use of `basepath`, thanks to @nimaskji on https://github.com/J-D-K/JKSV/issues/239
2024-08-09 20:23:16 -05:00
JK
8c3c58cadc
Merge pull request #236 from rado0x54/bugfix/fix-safeTitle-on-remote-fs
Fix: Only use safeTitle for remote directory name.
2024-08-06 05:26:35 -04:00
JK
e1634556ca
Merge pull request #234 from rado0x54/bugfix/fix-no-itemname
Fix empty [R] name on certain webdav servers.
2024-08-06 05:26:20 -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
Jaime J. Denizard
2cf5a22062
Merge branch 'J-D-K:master' into master-1 2024-03-08 23:31:01 -05:00
JK
df89d8b116
Merge pull request #207 from rado0x54/feature/webdav
Webdav Support
2024-02-06 18:48:25 -05:00
Jaime J. Denizard
24644bb743
Fixing typo 2023-08-23 02:51:31 -04:00
Martin Riedel
1aca15ae6e fix: Fixed href assignment for servers without origin. 2023-07-12 09:52:10 -04:00
Martin Riedel
6b8c3da184 fix: Webdav href contains absolute URI the id were not set correctly. 2023-07-11 22:22: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
69901a93be feat: Added CMakeLists.txt to support Jetbrains IDE (not for building) 2023-07-09 23:04:44 -04:00
Martin Riedel
aee8d777fc fixed root cause of GDrive config parsing crash 2023-07-07 16:30:02 -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
Pf-16
14a2debccd
Update it.txt
Felt like it would be a more accurate translation
2023-05-05 16:09:45 +02:00
J-D-K
83228a2911 Libnx update 2023-04-15 05:37:19 -04:00
qazrfv1234
07b210b0bd
Update zh-TW.txt 2023-03-08 20:57:10 +08:00
J-D-K
09f610b3c9 Attempt to fix GD instructions broken by ancient HTML 2023-02-23 17:10:41 -05:00
JK
d4f16ab540
Merge pull request #176 from SciresM/master
Fix font services type for 16.0.0
2023-02-23 17:00:16 -05:00
Michael Scire
dd3dfa08ae Fix font services type for 16.0.0 2023-02-22 18:37:32 -07:00
J-D-K
d693f8afbb Remove logging from debugging 2023-02-12 09:16:37 -05: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
JK
3fad76ecaa
Merge pull request #167 from bitest/master
Update zh-CN.txt
2022-11-20 20:14:17 -05:00
bitest
52976d613f
Update zh-CN.txt 2022-11-18 04:40:01 +08: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
JK
5049a52529
Merge pull request #166 from qazrfv1234/qazrfv1234-patch-3
Update zh-TW.txt
2022-11-17 13:23:41 -05:00
qazrfv1234
df100e8e32
Update zh-TW.txt 2022-11-17 20:26:10 +08:00
JK
e16e1db34b
Merge pull request #153 from yyoossk/master
jpn update
2022-11-16 18:56:01 -05:00
JK
c6ad8f3bb0
Merge pull request #154 from DDinghoya/patch-1
Update ko.txt
2022-11-16 18:47:19 -05:00