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

Filesystem #19

Merged
merged 89 commits into from
Dec 4, 2020
Merged
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
988c25f
plugin generate
jcesarmobile Aug 21, 2020
6dfe317
add implementation
jcesarmobile Sep 4, 2020
87fd2e0
remove files entry from package.json
jcesarmobile Sep 4, 2020
582a5b5
add verify scripts
jcesarmobile Sep 4, 2020
2e9cc6d
update @ionic/swiftlint-config
jcesarmobile Sep 4, 2020
73b47d4
better ignore rules
jcesarmobile Sep 4, 2020
c81f352
target es2017
jcesarmobile Sep 4, 2020
a351cb7
Merge branch 'main' into filesystem
jcesarmobile Sep 4, 2020
90eb578
add plugin to lerna
jcesarmobile Sep 4, 2020
5bf44c5
add plugin name in rollup
jcesarmobile Sep 4, 2020
34f4bca
improve types
jcesarmobile Sep 4, 2020
2a19cda
remove duplicated filesystem on manifest package
jcesarmobile Sep 4, 2020
024a01a
remove echo test
jcesarmobile Sep 8, 2020
c5630be
Merge branch 'main' into filesystem
jcesarmobile Sep 14, 2020
e2bdfa2
Add license
jcesarmobile Sep 14, 2020
d0d0764
fmt
jcesarmobile Sep 14, 2020
73a40d1
Add README
jcesarmobile Sep 14, 2020
a0a621c
add publishConfig
jcesarmobile Sep 14, 2020
1b62250
update to latest alpha
imhoffd Sep 15, 2020
491f923
Merge branch 'main' into filesystem
imhoffd Sep 15, 2020
bdad13b
const enums
imhoffd Sep 18, 2020
50bb62e
eslint
imhoffd Sep 18, 2020
e7ea1be
Merge branch 'main' into filesystem
jcesarmobile Sep 22, 2020
a124440
Update filesystem/.gitignore
jcesarmobile Sep 29, 2020
faa246b
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
91cb92b
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
1c37f5d
Update filesystem/rollup.config.js
jcesarmobile Sep 29, 2020
432de7f
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
ae66f2b
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
eb424de
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
a358819
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
ccf7d93
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
02c8566
Merge branch 'main' into filesystem
jcesarmobile Sep 29, 2020
ab90e07
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
197485c
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
ebd2ccd
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
d35bda2
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
672981d
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
1ba8895
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
bafa4f4
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
9b6c776
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
6ca1301
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
18dac04
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
a6444d0
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
5537a8f
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
282c403
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
ee8c088
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
28364d6
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
64dee7f
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
9a6636b
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
7597a3a
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
41da77c
Update filesystem/ios/Plugin/FilesystemPlugin.swift
jcesarmobile Sep 29, 2020
239588d
fix append
jcesarmobile Sep 29, 2020
fda8f4d
Merge branch 'main' into filesystem
jcesarmobile Sep 30, 2020
143628f
Merge branch 'main' into filesystem
jcesarmobile Oct 9, 2020
3341eb6
Update capacitor deps
jcesarmobile Oct 9, 2020
14de549
don't use const on enum
jcesarmobile Oct 9, 2020
f458ce3
Merge branch 'main' into filesystem
jcesarmobile Oct 29, 2020
2306d04
update deps and docs
jcesarmobile Oct 29, 2020
74a88cc
fmt
jcesarmobile Oct 29, 2020
60ebf7f
Merge branch 'main' into filesystem
jcesarmobile Oct 30, 2020
51d8af5
CapacitorPlugin
jcesarmobile Oct 30, 2020
e4ba104
fmt
jcesarmobile Oct 30, 2020
e0b82c4
Merge branch 'main' into filesystem
jcesarmobile Nov 4, 2020
f6f8970
update cap
jcesarmobile Nov 4, 2020
bf7d862
don't expose to objective-c if throws and return value
jcesarmobile Nov 4, 2020
b171b77
suggestions
jcesarmobile Nov 4, 2020
a31fa2d
unavailabe
jcesarmobile Nov 4, 2020
c7f2b69
permissions
jcesarmobile Nov 5, 2020
0a58156
Update filesystem/android/src/main/AndroidManifest.xml
jcesarmobile Nov 9, 2020
f739a21
new method
jcesarmobile Nov 11, 2020
e2623a4
fmt
jcesarmobile Nov 11, 2020
dfb2951
Merge branch 'filesystem' of https://github.com/ionic-team/capacitor-…
jcesarmobile Nov 12, 2020
2bff3b2
Merge branch 'main' into filesystem
imhoffd Nov 18, 2020
e9becc2
minimize npm
imhoffd Nov 18, 2020
39f488c
remove unused layout
imhoffd Nov 18, 2020
b7fe09e
Merge branch 'main' into filesystem
jcesarmobile Dec 2, 2020
2a40161
Merge branch 'filesystem' of https://github.com/ionic-team/capacitor-…
jcesarmobile Dec 2, 2020
1e02495
alpha 9 changes
jcesarmobile Dec 2, 2020
c91204c
more template updates
jcesarmobile Dec 2, 2020
f8ab9ad
fix main
jcesarmobile Dec 2, 2020
5e70485
return granted on iOS
jcesarmobile Dec 2, 2020
337c32f
return granted on web
jcesarmobile Dec 2, 2020
c9544dc
fmt
jcesarmobile Dec 2, 2020
1e9ac51
android changes for alpha 7
jcesarmobile Dec 2, 2020
361a9e8
update gradle wrapper to 6.5 and plugin to 4.1.1
jcesarmobile Dec 2, 2020
a0d0680
Merge branch 'main' into filesystem
jcesarmobile Dec 3, 2020
265bdda
Merge branch 'main' into filesystem
jcesarmobile Dec 3, 2020
b7d7ab3
Merge branch 'main' into filesystem
imhoffd Dec 3, 2020
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 filesystem/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build
dist
60 changes: 60 additions & 0 deletions filesystem/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# node files
dist
node_modules

# iOS files
Pods
Build
xcuserdata

# macOS files
.DS_Store



# Based on Android gitignore template: https://github.com/github/gitignore/blob/HEAD/Android.gitignore

# Built application files
*.apk
*.ap_

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin
gen
out

# Gradle files
.gradle
build

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation

# Android Studio captures folder
captures

# IntelliJ
*.iml
.idea

# Keystore files
# Uncomment the following line if you do not want to check your keystore files in.
#*.jks

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
2 changes: 2 additions & 0 deletions filesystem/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build
dist
17 changes: 17 additions & 0 deletions filesystem/CapacitorFilesystem.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
require 'json'

package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

Pod::Spec.new do |s|
s.name = 'CapacitorFilesystem'
s.version = package['version']
s.summary = package['description']
s.license = package['license']
s.homepage = package['repository']['url']
s.author = package['author']
s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '11.0'
s.dependency 'Capacitor'
s.swift_version = '5.1'
end
23 changes: 23 additions & 0 deletions filesystem/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Copyright 2020-present Ionic
https://ionic.io

MIT License

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading