Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to install the fixUmlautePaths branch with yarn add? #1116

Open
wants to merge 89 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
89 commits
Select commit Hold shift + click to select a range
1be2241
Implement unit tests and methods
avmoroz Jul 8, 2020
abb1930
Update .gitignore
avmoroz Jul 8, 2020
96e3690
Implement Unit Tests
avmoroz Jul 9, 2020
60302d1
Implements additional unit tests
avmoroz Jul 13, 2020
1e8c3a8
Implement additional unit tests
avmoroz Jul 14, 2020
82fd113
Implement stat
avmoroz Jul 21, 2020
f2aa4f4
Implement hash method
avmoroz Jul 23, 2020
e8b0542
Add Initial Download
avmoroz Aug 1, 2020
9f2d471
Add Demo App functionality
avmoroz Aug 4, 2020
6055684
Repair expected functionality
avmoroz Aug 6, 2020
ed30f0c
Fix Stat functionality
avmoroz Aug 6, 2020
e4fe048
Added fixes and functionality for Demo App
avmoroz Aug 11, 2020
0e50237
Implement syntax fixes and tests
avmoroz Aug 12, 2020
8aea2e2
Implemented downloadFile
avmoroz Aug 19, 2020
f1ce0fc
Started (not finished) UploadFiles
avmoroz Sep 2, 2020
716e141
Updated downloadFile in demo app
avmoroz Sep 2, 2020
06f05fb
Implement bare-bones working uploadFiles
avmoroz Sep 3, 2020
cf55697
Added disposition information
avmoroz Sep 3, 2020
3c79655
Implement file transfer via multipart HTTP request
avmoroz Sep 9, 2020
33991fb
implement parsing of fields and select headers
avmoroz Sep 10, 2020
52071ec
Rename variables for clarity
avmoroz Sep 11, 2020
fa432b4
Implement progress tracking for uploadFiles
avmoroz Sep 12, 2020
af50f60
Updated tests and variable names
avmoroz Sep 14, 2020
00a8057
Move windows C# code to windows_legacy
avmoroz Sep 15, 2020
8301d83
Added progressInterval value
avmoroz Sep 16, 2020
9ea16ca
Implement hotfix for progressIncrement in downloadFile
avmoroz Sep 16, 2020
1a39cd3
Modify copyFile and moveFile to work as intended
avmoroz Sep 18, 2020
3b088dd
Modified error messages
avmoroz Sep 22, 2020
143d332
Remove temp files
avmoroz Sep 22, 2020
582b0af
Updated rejects with ReactErrors
avmoroz Sep 22, 2020
c9a8ef1
Implement additional directories constants
avmoroz Sep 24, 2020
227fb3c
Modified error messages
avmoroz Sep 24, 2020
3479e18
Removed duplicate files
avmoroz Sep 24, 2020
58e4c7d
Added additional error catching
avmoroz Sep 28, 2020
a9f78a5
Updated unlink to delete directories
avmoroz Sep 29, 2020
d0f8f86
Patched stack overflow issue in UploadFiles
avmoroz Oct 1, 2020
bb208ee
Removed alerts for simultaneous uploads and downloads
avmoroz Oct 1, 2020
0511a09
All RNFSModuleTests pass
avmoroz Oct 4, 2020
880ce13
Implement additional possible headers in downloadFile and uploadFiles
avmoroz Oct 8, 2020
988f756
Initial Package setup
avmoroz Nov 3, 2020
e75da47
Implemented fixes for read, touch, and stat
avmoroz Nov 4, 2020
6474dd0
Touch can optionally set mtime only
avmoroz Nov 5, 2020
9e884fa
Updated README.md with Windows differences
avmoroz Nov 5, 2020
e04c497
v2.16.7
avmoroz Nov 13, 2020
7731ac5
Updated touch method
avmoroz Nov 14, 2020
0c41eb8
Updated Package Variables
avmoroz Nov 14, 2020
6c609f8
v2.16.8
avmoroz Nov 14, 2020
a54e9f0
Removed outdated tests
avmoroz Nov 14, 2020
924a575
Update FS.common.js
avmoroz Nov 18, 2020
529a8ce
Update FS.common.js
avmoroz Nov 18, 2020
0f86ebe
Update FS.common.js
avmoroz Nov 18, 2020
a3ad1c5
Updated structs in RNFSManager.h
avmoroz Nov 19, 2020
3771b27
Merge branch 'dev' of https://github.com/avmoroz/react-native-fs into…
avmoroz Nov 19, 2020
fc07818
Removed button in App.tsx
avmoroz Nov 19, 2020
99b1784
Merge pull request #1 from egealpay/overwrite-fix-android-10
creambyemute Nov 27, 2020
9b357be
Merge pull request #2 from avmoroz/dev
creambyemute Nov 27, 2020
1adeca6
Modified exists() to account for trailing slashes
avmoroz Dec 1, 2020
a0a3aee
Merge pull request #3 from avmoroz/dev
creambyemute Dec 2, 2020
b08bfb0
Modified mkdir
avmoroz Dec 3, 2020
9ca95b3
Merge pull request #4 from avmoroz/dev
creambyemute Dec 3, 2020
4b714e6
Update README.md
creambyemute Dec 3, 2020
5dd0d1c
Modified appendFile()
avmoroz Dec 15, 2020
66ab743
Update exists()
avmoroz Feb 9, 2021
a4e70af
Update mkdir()
avmoroz Feb 11, 2021
06b7a05
Update unlink()
avmoroz Feb 11, 2021
eb160b8
Update stat()
avmoroz Feb 11, 2021
ea202d8
Update stat()
avmoroz Feb 11, 2021
a612e71
Replaced 0x80070002 with HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)
avmoroz Feb 11, 2021
0388db0
Replace 0x80070005 with HRESULT_FROM_WIN32(E_ACCESSDENIED)
avmoroz Feb 11, 2021
638881a
Update touch()
avmoroz Feb 11, 2021
1571211
Fix indentation
avmoroz Feb 11, 2021
9e1d2fc
Merge pull request #5 from avmoroz/dev
creambyemute Feb 16, 2021
8ca8b26
Update mkdir()
avmoroz Feb 19, 2021
f7b05de
Merge pull request #6 from avmoroz/dev
creambyemute Mar 2, 2021
8361c2a
Update availableHashes
avmoroz Apr 23, 2021
c30d00c
Update package.json
avmoroz Apr 23, 2021
902151a
Update pch.h
avmoroz Apr 23, 2021
a378a71
Update Examples/RNFS.Windows/package.json
avmoroz Apr 23, 2021
e8e092c
Merge branch 'master' into dev
avmoroz May 9, 2021
812033f
Merge branch 'dev' of https://github.com/avmoroz/react-native-fs into…
Dec 6, 2021
d268f2f
Merge pull request #8 from wwimmo/avmoroz-dev
creambyemute Dec 6, 2021
6305c65
Use std::wstring instead of std::string
Jan 17, 2022
0f35af0
Fix forgotten header file std::string --> std::wstring
Jan 17, 2022
fbf2c26
And another one
Jan 17, 2022
ea313c8
Fix error messages/wrong types
Jan 17, 2022
97bf29b
Fix error messages/wrong types
Jan 17, 2022
913b5e2
Fix typo
Jan 17, 2022
d78ee00
Fix downloadFile
Jan 17, 2022
3d196ea
Merge pull request #9 from wwimmo/fixUmlautePaths
creambyemute Jun 20, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Examples/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Make sure we don't publish examples
RNFS.Windows/
6 changes: 6 additions & 0 deletions Examples/RNFS.Windows/.buckconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

[android]
target = Google Inc.:Google APIs:23

[maven_repositories]
central = https://repo1.maven.org/maven2
6 changes: 6 additions & 0 deletions Examples/RNFS.Windows/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
root: true,
extends: '@react-native-community',
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
};
1 change: 1 addition & 0 deletions Examples/RNFS.Windows/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pbxproj -text
65 changes: 65 additions & 0 deletions Examples/RNFS.Windows/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
yarn.lock

# OSX
#
.DS_Store

# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate

# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml

# Visual Studio Code
#
.vscode/

# node.js
#
node_modules/
npm-debug.log
yarn-error.log

# BUCK
buck-out/
\.buckd/
*.keystore
!debug.keystore

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/

*/fastlane/report.xml
*/fastlane/Preview.html
*/fastlane/screenshots

# Bundle artifact
*.jsbundle

# CocoaPods
/ios/Pods/
6 changes: 6 additions & 0 deletions Examples/RNFS.Windows/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
};
1 change: 1 addition & 0 deletions Examples/RNFS.Windows/.watchmanconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Loading