Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Try another build, PROD
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie0 committed Nov 2, 2017
1 parent f2e4fc0 commit 501a371
Show file tree
Hide file tree
Showing 563 changed files with 35,894 additions and 4,769 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
classic
www/classic
.DS_Store
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

set -e
webpack --config webpack.prod.config.js --env production -p
cordova build
10 changes: 7 additions & 3 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.insanityradio.logs" version="1.0.0" xmlns="http://www.w3.org/ns/widgets">
<name>com.insanityradio.logs</name>
<name>Insanity Radio</name>
<description />
<author />
<author email="computing@insanityradio.com" />
<access origin="*" />
<content src="index.html" />
<preference name="loglevel" value="DEBUG" />
Expand All @@ -21,7 +21,7 @@
<feature name="App">
<param name="android-package" value="org.apache.cordova.App" />
</feature>
<preference name="AllowInlineMediaPlayback" value="false" />
<preference name="AllowInlineMediaPlayback" value="true" />
<preference name="AutoHideSplashScreen" value="true" />
<preference name="BackupWebStorage" value="cloud" />
<preference name="EnableViewportScale" value="false" />
Expand All @@ -36,6 +36,7 @@
<preference name="PageLength" value="0" />
<preference name="PaginationBreakingMode" value="page" />
<preference name="PaginationMode" value="unpaginated" />
<preference name="StatusBarStyle" value="lightcontent" />
<feature name="LocalStorage">
<param name="ios-package" value="CDVLocalStorage" />
</feature>
Expand Down Expand Up @@ -101,4 +102,7 @@
<engine name="ios" spec="~4.3.1" />
<engine name="android" spec="~6.1.2" />
<engine name="browser" spec="~4.1.0" />
<plugin name="cordova-plugin-media" spec="~2.4.1" />
<plugin name="cordova-plugin-file" spec="~4.3.1" />
<plugin name="cordova-plugin-statusbar" spec="~2.2.2" />
</widget>
Binary file added icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Sat Apr 29 17:58:45 BST 2017
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package org.apache.cordova;

public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "org.apache.cordova";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.apache.cordova"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk android:minSdkVersion="14" />

</manifest>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
incremental task execution
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="/Users/jamie/Documents/Insanity/Code/com.insanityradio.player/platforms/android/CordovaLib/assets"/><source path="/Users/jamie/Documents/Insanity/Code/com.insanityradio.player/platforms/android/CordovaLib/build/generated/assets/shaders/debug"/></dataSet><dataSet config="debug"><source path="/Users/jamie/Documents/Insanity/Code/com.insanityradio.player/platforms/android/CordovaLib/src/debug/assets"/></dataSet></merger>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="/Users/jamie/Documents/Insanity/Code/com.insanityradio.player/platforms/android/CordovaLib/src/main/jniLibs"/></dataSet><dataSet config="debug"><source path="/Users/jamie/Documents/Insanity/Code/com.insanityradio.player/platforms/android/CordovaLib/src/debug/jniLibs"/></dataSet></merger>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main"><source path="/Users/jamie/Documents/Insanity/Code/com.insanityradio.player/platforms/android/CordovaLib/src/main/shaders"/></dataSet><dataSet config="debug"><source path="/Users/jamie/Documents/Insanity/Code/com.insanityradio.player/platforms/android/CordovaLib/src/debug/shaders"/></dataSet></merger>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Thu Nov 02 21:00:29 GMT 2017
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<merger version="3"><dataSet config="main$Generated" generated="true"><source path="/Users/jamie/Documents/Insanity/Code/com.insanityradio.player/platforms/android/CordovaLib/res"/><source path="/Users/jamie/Documents/Insanity/Code/com.insanityradio.player/platforms/android/CordovaLib/build/generated/res/rs/debug"/><source path="/Users/jamie/Documents/Insanity/Code/com.insanityradio.player/platforms/android/CordovaLib/build/generated/res/resValues/debug"/></dataSet><dataSet config="debug$Generated" generated="true"><source path="/Users/jamie/Documents/Insanity/Code/com.insanityradio.player/platforms/android/CordovaLib/src/debug/res"/></dataSet><dataSet config="main" generated-set="main$Generated"><source path="/Users/jamie/Documents/Insanity/Code/com.insanityradio.player/platforms/android/CordovaLib/res"/><source path="/Users/jamie/Documents/Insanity/Code/com.insanityradio.player/platforms/android/CordovaLib/build/generated/res/rs/debug"/><source path="/Users/jamie/Documents/Insanity/Code/com.insanityradio.player/platforms/android/CordovaLib/build/generated/res/resValues/debug"/></dataSet><dataSet config="debug" generated-set="debug$Generated"><source path="/Users/jamie/Documents/Insanity/Code/com.insanityradio.player/platforms/android/CordovaLib/src/debug/res"/></dataSet><mergedItems/></merger>
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.apache.cordova"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk android:minSdkVersion="14" />

</manifest>
Binary file not shown.
50 changes: 49 additions & 1 deletion platforms/android/android.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
{
"xml": "<feature name=\"Media\"><param name=\"android-package\" value=\"org.apache.cordova.media.AudioHandler\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"StatusBar\"><param name=\"android-package\" value=\"org.apache.cordova.statusbar.StatusBar\" /><param name=\"onload\" value=\"true\" /></feature>",
"count": 1
}
]
}
Expand Down Expand Up @@ -56,6 +60,21 @@
},
"cordova-plugin-media": {
"PACKAGE_NAME": "com.example.helloworld"
},
"cordova-plugin-statusbar": {
"PACKAGE_NAME": "com.insanityradio.logs"
},
"nl.kingsquare.cordova.background-audio": {
"PACKAGE_NAME": "com.insanityradio.logs"
},
"cordova-plugin-remotecommand": {
"PACKAGE_NAME": "com.insanityradio.logs"
},
"cordova-plugin-nowplaying": {
"PACKAGE_NAME": "com.insanityradio.logs"
},
"cordova-plugin-console": {
"PACKAGE_NAME": "com.insanityradio.logs"
}
},
"dependent_plugins": {},
Expand Down Expand Up @@ -248,11 +267,40 @@
"clobbers": [
"window.Media"
]
},
{
"id": "cordova-plugin-statusbar.statusbar",
"file": "plugins/cordova-plugin-statusbar/www/statusbar.js",
"pluginId": "cordova-plugin-statusbar",
"clobbers": [
"window.StatusBar"
]
},
{
"id": "cordova-plugin-remotecommand.RemoteCommand",
"file": "plugins/cordova-plugin-remotecommand/www/RemoteCommand.js",
"pluginId": "cordova-plugin-remotecommand",
"clobbers": [
"window.RemoteCommand"
]
},
{
"id": "cordova-plugin-nowplaying.NowPlaying",
"file": "plugins/cordova-plugin-nowplaying/www/NowPlaying.js",
"pluginId": "cordova-plugin-nowplaying",
"clobbers": [
"window.NowPlaying"
]
}
],
"plugin_metadata": {
"cordova-plugin-compat": "1.1.0",
"cordova-plugin-file": "4.3.1",
"cordova-plugin-media": "2.4.1"
"cordova-plugin-media": "2.4.1",
"cordova-plugin-statusbar": "2.2.2",
"nl.kingsquare.cordova.background-audio": "1.0.1",
"cordova-plugin-remotecommand": "1.0.0",
"cordova-plugin-nowplaying": "1.0.0",
"cordova-plugin-console": "1.0.6"
}
}
Binary file modified platforms/android/assets/www/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions platforms/android/assets/www/app.bundle.js

Large diffs are not rendered by default.

639 changes: 2 additions & 637 deletions platforms/android/assets/www/app.css

Large diffs are not rendered by default.

0 comments on commit 501a371

Please sign in to comment.