Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoclpf committed Jun 30, 2019
1 parent 77ad9d1 commit 6c9ce1d
Show file tree
Hide file tree
Showing 27 changed files with 1,236 additions and 1,348 deletions.
18 changes: 10 additions & 8 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.form.parking.violation" version="2.0.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.form.parking.violation" version="2.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Denúncia Estacionamento</name>
<description>
Formulário para queixa de estacionamento ilegal
Expand All @@ -8,12 +8,12 @@
Caminhante
</author>
<content src="index.html" />
<icon src="res/icon/universal/icon4_512x512_playstore.png" width="512" height="512" />
<icon src="res/icon/universal/icon4_XHDPI_196x196_320dpi.png" width="196" height="196" density="xhdpi" />
<icon src="res/icon/universal/icon4_XXXHDPI_192x192_640dpi.png" width="192" height="192" density="xxxhdpi" />
<icon src="res/icon/universal/icon4_XXHDPI_144x144_480dpi.png" width="144" height="144" density="xxhdpi" />
<icon src="res/icon/universal/icon4_HDPI_72x72_240dpi.png" width="72" height="72" density="hdpi" />
<icon src="res/icon/universal/icon4_MDPI_48x48_160dpi.png" width="48" height="48" density="mdpi" />
<icon height="512" src="res/icon/universal/icon4_512x512_playstore.png" width="512" />
<icon density="xhdpi" height="196" src="res/icon/universal/icon4_XHDPI_196x196_320dpi.png" width="196" />
<icon density="xxxhdpi" height="192" src="res/icon/universal/icon4_XXXHDPI_192x192_640dpi.png" width="192" />
<icon density="xxhdpi" height="144" src="res/icon/universal/icon4_XXHDPI_144x144_480dpi.png" width="144" />
<icon density="hdpi" height="72" src="res/icon/universal/icon4_HDPI_72x72_240dpi.png" width="72" />
<icon density="mdpi" height="48" src="res/icon/universal/icon4_MDPI_48x48_160dpi.png" width="48" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
Expand All @@ -32,7 +32,6 @@
<allow-intent href="itms-apps:*" />
</platform>
<engine name="android" spec="^6.2.0" />
<plugin name="cordova-plugin-file" spec="^4.3.3" />
<plugin name="cordova-plugin-network-information" spec="^2.0.1" />
<plugin name="cordova-plugin-geolocation" spec="^2.4.3" />
<plugin name="cordova-plugin-email-composer" spec="^0.8.15" />
Expand All @@ -44,4 +43,7 @@
<plugin name="cordova-pdf-generator" spec="^2.0.3" />
<plugin name="cordova-plugin-statusbar" spec="^2.2.3" />
<plugin name="cordova-plugin-camera" spec="~4.0.3" />
<plugin name="info.protonet.imageresizer" spec="~0.1.1" />
<plugin name="cordova-plugin-file-transfer" spec="~1.7.1" />
<plugin name="cordova-plugin-file" spec="~6.0.1" />
</widget>
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"cordova-android": "6.4.0",
"cordova-pdf-generator": "2.0.8",
"cordova-plugin-camera": "4.0.3",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-email-composer": "^0.8.15",
"cordova-plugin-file": "^4.3.3",
"cordova-plugin-file": "6.0.1",
"cordova-plugin-file-transfer": "1.7.1",
"cordova-plugin-geolocation": "^2.4.3",
"cordova-plugin-image-resizer": "git+https://github.com/protonet/cordova-plugin-image-resizer.git",
"cordova-plugin-inappbrowser": "^3.0.0",
Expand All @@ -32,7 +32,6 @@
},
"cordova": {
"plugins": {
"cordova-plugin-file": {},
"cordova-plugin-network-information": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-email-composer": {},
Expand All @@ -46,7 +45,9 @@
"cordova-plugin-screen-orientation": {},
"cordova-pdf-generator": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-camera": {}
"cordova-plugin-camera": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-file": {}
},
"platforms": [
"android"
Expand Down
9 changes: 6 additions & 3 deletions plugins/android.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"files": {}
},
"installed_plugins": {
"cordova-plugin-file": {
"PACKAGE_NAME": "com.form.parking.violation"
},
"cordova-plugin-network-information": {
"PACKAGE_NAME": "com.form.parking.violation"
},
Expand Down Expand Up @@ -43,6 +40,12 @@
},
"cordova-plugin-camera": {
"PACKAGE_NAME": "com.form.parking.violation"
},
"cordova-plugin-file-transfer": {
"PACKAGE_NAME": "com.form.parking.violation"
},
"cordova-plugin-file": {
"PACKAGE_NAME": "com.form.parking.violation"
}
},
"dependent_plugins": {
Expand Down
15 changes: 0 additions & 15 deletions plugins/cordova-plugin-compat/.editorconfig

This file was deleted.

30 changes: 0 additions & 30 deletions plugins/cordova-plugin-compat/.jshintrc

This file was deleted.

2 changes: 0 additions & 2 deletions plugins/cordova-plugin-compat/.npmignore

This file was deleted.

67 changes: 0 additions & 67 deletions plugins/cordova-plugin-compat/package.json

This file was deleted.

37 changes: 0 additions & 37 deletions plugins/cordova-plugin-compat/plugin.xml

This file was deleted.

28 changes: 28 additions & 0 deletions plugins/cordova-plugin-file-transfer/.appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml

max_jobs: 1

shallow_clone: true

init:
- git config --global core.autocrlf true

image:
- Visual Studio 2017

environment:
nodejs_version: "4"
matrix:
- PLATFORM: windows-10-store

install:
- npm cache clean -f
- node --version
- npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git
- npm install -g cordova

build: off

test_script:
- cordova-paramedic --config pr\%PLATFORM% --plugin . --justBuild
23 changes: 23 additions & 0 deletions plugins/cordova-plugin-file-transfer/.jscsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"disallowMixedSpacesAndTabs": true,
"disallowTrailingWhitespace": true,
"validateIndentation": 4,
"requireLineFeedAtFileEnd": true,

"disallowSpaceAfterPrefixUnaryOperators": true,
"disallowSpaceBeforePostfixUnaryOperators": true,
"requireSpaceAfterLineComment": true,
"requireCapitalizedConstructors": true,

"disallowSpacesInNamedFunctionExpression": {
"beforeOpeningRoundBrace": true
},

"requireSpaceAfterKeywords": [
"if",
"else",
"for",
"while",
"do"
]
}
19 changes: 19 additions & 0 deletions plugins/cordova-plugin-file-transfer/.jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"browser": true
, "devel": true
, "bitwise": true
, "undef": true
, "trailing": true
, "quotmark": false
, "indent": 4
, "unused": "vars"
, "latedef": "nofunc"
, "globals": {
"module": false,
"exports": false,
"require": false,
"FileTransferError": true,
"FileUploadResult": true,
"resolveLocalFileSystemURI": false
}
}
15 changes: 15 additions & 0 deletions plugins/cordova-plugin-file-transfer/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#If ignorance is bliss, then somebody knock the smile off my face

*.csproj.user
*.suo
*.cache
Thumbs.db
*.DS_Store

*.bak
*.cache
*.log
*.swp
*.user

node_modules
Loading

0 comments on commit 6c9ce1d

Please sign in to comment.