Consistent naming, new icon, building for more testers
This commit is contained in:
parent
16c8c3461b
commit
c324910a1d
|
@ -1,5 +1,5 @@
|
||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<widget id="com.sixteenmillimeter.intval3" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
<widget id="com.sixteenmillimeter.intval3" version="1.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||||
<name>INTVAL3</name>
|
<name>INTVAL3</name>
|
||||||
<description>
|
<description>
|
||||||
Mobile control app for the INTVAL intervalometer for Bolex 16mm cameras
|
Mobile control app for the INTVAL intervalometer for Bolex 16mm cameras
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "com.sixteenmillimeter.intval3",
|
"name": "com.sixteenmillimeter.intval3",
|
||||||
"displayName": "INTVAL3",
|
"displayName": "INTVAL3",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "Mobile control app for the INTVAL intervalometer for Bolex 16mm cameras",
|
"description": "Mobile control app for the INTVAL intervalometer for Bolex 16mm cameras",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>INTVAL</title>
|
<title>INTVAL3</title>
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="format-detection" content="telephone=no">
|
<meta name="format-detection" content="telephone=no">
|
||||||
<meta name="viewport" content="width = 320, initial-scale = 1.0, user-scalable = no, minimal-ui, viewport-fit=cover">
|
<meta name="viewport" content="width = 320, initial-scale = 1.0, user-scalable = no, minimal-ui, viewport-fit=cover">
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
<div id="spinner"></div>
|
<div id="spinner"></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="app" class="page selected">
|
<div id="app" class="page selected">
|
||||||
<h2>INTVAL</h2>
|
<h2>INTVAL3</h2>
|
||||||
<div>
|
<div>
|
||||||
<div class="label">Counter</div>
|
<div class="label">Counter</div>
|
||||||
<input type="number" id="counter" onclick="setCounter();" value="0" step="1" readonly />
|
<input type="number" id="counter" onclick="setCounter();" value="0" step="1" readonly />
|
||||||
|
|
Loading…
Reference in New Issue