Skip to content

Commit

Permalink
Merge pull request #36 from paulnagle/temp_closed
Browse files Browse the repository at this point in the history
Label TC meetings as Temporarily Closed
  • Loading branch information
paulnagle authored Sep 8, 2020
2 parents b5bb8df + 6b7e00c commit ae52e01
Show file tree
Hide file tree
Showing 11 changed files with 820 additions and 375 deletions.
8 changes: 3 additions & 5 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="ie.nasouth.android.naireland" version="77775.0.68" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="ie.nasouth.apple" version="5.0.75" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>NA Ireland</name>
<description>NA Ireland</description>
<author email="[email protected]" href="https://www.na-ireland.org/">NA Ireland</author>
Expand All @@ -12,7 +12,7 @@
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<preference name="ScrollEnabled" value="false" />
<preference name="android-minSdkVersion" value="19" />
<preference name="android-minSdkVersion" value="22" />
<preference name="BackupWebStorage" value="none" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="FadeSplashScreenDuration" value="300" />
Expand All @@ -21,6 +21,7 @@
<preference name="SplashScreenDelay" value="3000" />
<preference name="GOOGLE_MAPS_ANDROID_API_KEY" value="AIzaSyDwPqrrBYFrtCIJ0IUL81tiIVwYJqUMKCw" />
<preference name="GOOGLE_MAPS_IOS_API_KEY" value="AIzaSyA7ddO5YUH8xukCrGiabEjZdPmm3HmPG-0" />
<preference name="WKWebViewOnly" value="true" />
<platform name="android">
<allow-intent href="market:*" />
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
Expand Down Expand Up @@ -81,8 +82,5 @@
</platform>
<plugin name="cordova-plugin-device" spec="2.0.2" />
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<plugin name="cordova-plugin-ionic-webview" spec="^4.1.1">
<variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" />
</plugin>
<allow-navigation href="http://localhost:8100" sessionid="6f43d532" />
</widget>
Loading

0 comments on commit ae52e01

Please sign in to comment.