Skip to content

Commit 2c384e6

Browse files
committed
Data update (v1.3.0)
- Add .gitignore - Add 175 and update 146 historical marker data (total: 975)
1 parent e2f7ddd commit 2c384e6

File tree

5 files changed

+23
-16
lines changed

5 files changed

+23
-16
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*.apk
2+
/*.json
3+
/.npmignore
4+
hooks/
5+
node_modules/
6+
platforms/
7+
plugins/

config.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="com.sector4f.pananda" version="1.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="com.sector4f.pananda" version="1.3.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Panandâ</name>
44
<description>
55
App to explore the National Historical Commission of the Philippines historical markers.
@@ -17,15 +17,15 @@
1717
<allow-intent href="mailto:*" />
1818
<allow-intent href="geo:*" />
1919
<allow-intent href="cdvfile://*" />
20-
<plugin name="cordova-plugin-whitelist" spec="1" />
21-
<plugin name="cordova-plugin-statusbar" spec="^2.4.1" />
22-
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
23-
<plugin name="cordova-plugin-file" spec="^6.0.1" />
20+
<plugin name="cordova-plugin-android-gpsdetect" spec="0.0.3" />
2421
<plugin name="cordova-plugin-device" spec="^2.0.2" />
22+
<plugin name="cordova-plugin-file" spec="^6.0.1" />
2523
<plugin name="cordova-plugin-file-transfer" spec="^1.7.1" />
2624
<plugin name="cordova-plugin-geolocation" spec="^4.0.1" />
2725
<plugin name="cordova-plugin-headercolor" spec="^1.0.0" />
28-
<plugin name="cordova-plugin-android-gpsdetect" spec="0.0.3" />
26+
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
27+
<plugin name="cordova-plugin-statusbar" spec="^2.4.1" />
28+
<plugin name="cordova-plugin-whitelist" spec="1" />
2929
<preference name="Orientation" value="portrait" />
3030
<preference name="StatusBarBackgroundColor" value="#112233" />
3131
<preference name="SplashScreen" value="screen" />
@@ -57,5 +57,5 @@
5757
<feature name="FileTransfer">
5858
<param name="android-package" value="org.apache.cordova.filetransfer.FileTransfer" />
5959
</feature>
60-
<engine name="android" spec="~7.0.0" />
60+
<engine name="android" spec="7.1.4" />
6161
</widget>

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.sector4f.pananda",
33
"displayName": "Panandâ",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"description": "Explore the NHCP historical markers of the Philippines",
66
"main": "index.js",
77
"scripts": {
@@ -11,22 +11,22 @@
1111
"license": "MIT",
1212
"cordova": {
1313
"plugins": {
14-
"cordova-plugin-whitelist": {},
15-
"cordova-plugin-statusbar": {},
16-
"cordova-plugin-splashscreen": {},
17-
"cordova-plugin-file": {},
14+
"cordova-plugin-android-gpsdetect": {},
1815
"cordova-plugin-device": {},
16+
"cordova-plugin-file": {},
1917
"cordova-plugin-file-transfer": {},
2018
"cordova-plugin-geolocation": {},
2119
"cordova-plugin-headercolor": {},
22-
"cordova-plugin-android-gpsdetect": {}
20+
"cordova-plugin-splashscreen": {},
21+
"cordova-plugin-statusbar": {},
22+
"cordova-plugin-whitelist": {}
2323
},
2424
"platforms": [
2525
"android"
2626
]
2727
},
2828
"dependencies": {
29-
"cordova-android": "~7.0.0",
29+
"cordova-android": "7.1.4",
3030
"cordova-plugin-android-gpsdetect": "0.0.3",
3131
"cordova-plugin-device": "^2.0.2",
3232
"cordova-plugin-file": "^6.0.1",

www/data.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ <h2>SD card access</h1>
229229
<dt>Published by</dt>
230230
<dd>Sector4F</dd>
231231
</dl>
232-
<footer>v1.2.0</footer>
232+
<footer>v1.3.0</footer>
233233
<script>ons.getScriptPage().onInit = initAbout</script>
234234
</ons-page>
235235
</template>

0 commit comments

Comments
 (0)