Skip to content

Commit

Permalink
move all native code to plugin
Browse files Browse the repository at this point in the history
Former-commit-id: c5f61e7
  • Loading branch information
dkanada committed Jan 26, 2019
1 parent ce0e636 commit c0de0ef
Show file tree
Hide file tree
Showing 148 changed files with 363 additions and 15,853 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.DS_Store
/dist
platforms/
plugins/
/www
node_modules
.sass-cache/
Expand Down
4 changes: 3 additions & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<content src="index.html" />
<access origin="*" />
<allow-intent href="*" />
<allow-navigation href="*" />
<preference name="AllowInlineMediaPlayback" value="true" />
<preference name="MediaPlaybackRequiresUserAction" value="false" />
<preference name="UIWebViewBounce" value="false" />
Expand All @@ -18,7 +19,7 @@
<preference name="KeyboardDisplayRequiresUserAction" value="false" />
<icon src="res/icon.png" />
<platform name="android">
<preference name="android-minSdkVersion" value="16" />
<preference name="android-minSdkVersion" value="19" />
<preference name="android-targetSdkVersion" value="23" />
<preference name="BackgroundColor" value="0x00000000" />
<icon density="ldpi" src="res/android/ldpi/icon.png" />
Expand All @@ -28,4 +29,5 @@
<icon density="xxhdpi" src="res/android/xxhdpi/icon.png" />
<icon density="xxxhdpi" src="res/android/xxxhdpi/icon.png" />
</platform>
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
</widget>
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@
"dependencies": {
"acorn": "^6.0.5",
"cordova": "^7.1.0",
"cordova-plugin-whitelist": "^1.3.3",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-dom": "^1.0.0",
"gulp-if": "^2.0.2",
"gulp-uglify": "^3.0.1"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
}
}
}
}
14 changes: 0 additions & 14 deletions platforms/android/.gitignore

This file was deleted.

71 changes: 0 additions & 71 deletions platforms/android/.project

This file was deleted.

26 changes: 0 additions & 26 deletions platforms/android/AndroidManifest.xml

This file was deleted.

1 change: 0 additions & 1 deletion platforms/android/CordovaLib/.project

This file was deleted.

23 changes: 0 additions & 23 deletions platforms/android/CordovaLib/AndroidManifest.xml

This file was deleted.

61 changes: 0 additions & 61 deletions platforms/android/CordovaLib/build.gradle

This file was deleted.

Loading

0 comments on commit c0de0ef

Please sign in to comment.