Updated jQuery libs, adjusted sources accordingly, and bumped version.

Tue, 30 Jul 2013 20:23:00 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 30 Jul 2013 20:23:00 +0200
changeset 13
deac632e477c
parent 12
6aebc1e5f596
child 14
d1b294812560

Updated jQuery libs, adjusted sources accordingly, and bumped version.

src/firefoxos/Makefile file | annotate | diff | comparison | revisions
src/firefoxos/about.html file | annotate | diff | comparison | revisions
src/firefoxos/help/help.html file | annotate | diff | comparison | revisions
src/firefoxos/help/hfaq.html file | annotate | diff | comparison | revisions
src/firefoxos/help/hman.html file | annotate | diff | comparison | revisions
src/firefoxos/help/hqst.html file | annotate | diff | comparison | revisions
src/firefoxos/help/hsec.html file | annotate | diff | comparison | revisions
src/firefoxos/help/hsta.html file | annotate | diff | comparison | revisions
src/firefoxos/main.html file | annotate | diff | comparison | revisions
src/firefoxos/manifest.webapp file | annotate | diff | comparison | revisions
src/firefoxos/otpwcalc.appcache file | annotate | diff | comparison | revisions
     1.1 --- a/src/firefoxos/Makefile	Sat Jul 13 16:43:01 2013 +0200
     1.2 +++ b/src/firefoxos/Makefile	Tue Jul 30 20:23:00 2013 +0200
     1.3 @@ -28,7 +28,7 @@
     1.4  ZIPBALL   = otpwcalc-foxos-$(VERSION).zip
     1.5  
     1.6  # Vars
     1.7 -VERSION   = 0.7.4
     1.8 +VERSION   = 0.7.5
     1.9  
    1.10  # Progs
    1.11  PROGZIP   = zip
     2.1 --- a/src/firefoxos/about.html	Sat Jul 13 16:43:01 2013 +0200
     2.2 +++ b/src/firefoxos/about.html	Tue Jul 30 20:23:00 2013 +0200
     2.3 @@ -27,8 +27,8 @@
     2.4      <meta charset="utf-8">
     2.5      <meta name="viewport" content="width=device-width, initial-scale=1">
     2.6      <title>OTPWCalc</title>
     2.7 -    <link rel="stylesheet" href="jquery.mobile/jquery.mobile-1.3.1.min.css" />
     2.8 -    <script src="jquery.core/jquery-1.10.2.min.js"></script>
     2.9 +    <link rel="stylesheet" href="jquery.mobile/jquery.mobile-1.3.2.min.css" />
    2.10 +    <script src="jquery.core/jquery-2.0.0.min.js"></script>
    2.11      <script type="text/javascript">
    2.12          $(document).on("pageinit", "#unknown", function() {
    2.13              // If this device supports the vibrate API...
    2.14 @@ -39,7 +39,7 @@
    2.15              alert("Pageinit is bound!");
    2.16          });
    2.17      </script>
    2.18 -    <script src="jquery.mobile/jquery.mobile-1.3.1.min.js"></script>
    2.19 +    <script src="jquery.mobile/jquery.mobile-1.3.2.min.js"></script>
    2.20  </head>
    2.21  <body>
    2.22      <!-- Data attributes reserved by JQuery Mobile:
    2.23 @@ -54,7 +54,7 @@
    2.24          <div data-role="content">
    2.25              <h1 style="float: left; margin: 0 0 0.25em;">OTPWCalc</h1>
    2.26              <img src="img/tastatur.png" alt="Computer keyboard" height="38" width="90" style="float: right;" />
    2.27 -            <h2 style="clear: both; margin-left: 1em; line-height: 1em;">One Time Password Calculator 0.7.4</h2>
    2.28 +            <h2 style="clear: both; margin-left: 1em; line-height: 1em;">One Time Password Calculator 0.7.5</h2>
    2.29              <img src="img/datahost.png" alt="Datacenter host computer" height="68" width="245" style="display: block; margin: 0.75em auto;" />
    2.30              <p>Visit the <a target="_blank" href="//otpwcalc.europalab.com/">OTPWCalc Homepage</a></p>
    2.31              <p>Copyright &copy; 2012 &#8211; 2013<br /><a target="_blank" href="//michael.schloh.com/">Michael Schloh von Bennewitz</a></p>
     3.1 --- a/src/firefoxos/help/help.html	Sat Jul 13 16:43:01 2013 +0200
     3.2 +++ b/src/firefoxos/help/help.html	Tue Jul 30 20:23:00 2013 +0200
     3.3 @@ -27,11 +27,11 @@
     3.4      <meta charset="utf-8">
     3.5      <meta name="viewport" content="width=device-width, initial-scale=1">
     3.6      <title>OTPWCalc</title>
     3.7 -    <link rel="stylesheet" href="../jquery.mobile/jquery.mobile-1.3.1.min.css" />
     3.8 +    <link rel="stylesheet" href="../jquery.mobile/jquery.mobile-1.3.2.min.css" />
     3.9      <link rel="stylesheet" href="../main.css" />
    3.10 -    <script src="../jquery.core/jquery-1.10.2.min.js"></script>
    3.11 +    <script src="../jquery.core/jquery-2.0.0.min.js"></script>
    3.12      <script src="help.js"></script>
    3.13 -    <script src="../jquery.mobile/jquery.mobile-1.3.1.min.js"></script>
    3.14 +    <script src="../jquery.mobile/jquery.mobile-1.3.2.min.js"></script>
    3.15  </head>
    3.16  <body>
    3.17      <!-- Data attributes reserved by JQuery Mobile:
     4.1 --- a/src/firefoxos/help/hfaq.html	Sat Jul 13 16:43:01 2013 +0200
     4.2 +++ b/src/firefoxos/help/hfaq.html	Tue Jul 30 20:23:00 2013 +0200
     4.3 @@ -27,11 +27,11 @@
     4.4      <meta charset="utf-8">
     4.5      <meta name="viewport" content="width=device-width, initial-scale=1">
     4.6      <title>OTPWCalc</title>
     4.7 -    <link rel="stylesheet" href="../jquery.mobile/jquery.mobile-1.3.1.min.css" />
     4.8 +    <link rel="stylesheet" href="../jquery.mobile/jquery.mobile-1.3.2.min.css" />
     4.9      <link rel="stylesheet" href="../main.css" />
    4.10 -    <script src="../jquery.core/jquery-1.10.2.min.js"></script>
    4.11 +    <script src="../jquery.core/jquery-2.0.0.min.js"></script>
    4.12      <script src="help.js"></script>
    4.13 -    <script src="../jquery.mobile/jquery.mobile-1.3.1.min.js"></script>
    4.14 +    <script src="../jquery.mobile/jquery.mobile-1.3.2.min.js"></script>
    4.15      </head>
    4.16      <body>
    4.17      <!-- Data attributes reserved by JQuery Mobile:
     5.1 --- a/src/firefoxos/help/hman.html	Sat Jul 13 16:43:01 2013 +0200
     5.2 +++ b/src/firefoxos/help/hman.html	Tue Jul 30 20:23:00 2013 +0200
     5.3 @@ -27,11 +27,11 @@
     5.4      <meta charset="utf-8">
     5.5      <meta name="viewport" content="width=device-width, initial-scale=1">
     5.6      <title>OTPWCalc</title>
     5.7 -    <link rel="stylesheet" href="../jquery.mobile/jquery.mobile-1.3.1.min.css" />
     5.8 +    <link rel="stylesheet" href="../jquery.mobile/jquery.mobile-1.3.2.min.css" />
     5.9      <link rel="stylesheet" href="../main.css" />
    5.10 -    <script src="../jquery.core/jquery-1.10.2.min.js"></script>
    5.11 +    <script src="../jquery.core/jquery-2.0.0.min.js"></script>
    5.12      <script src="help.js"></script>
    5.13 -    <script src="../jquery.mobile/jquery.mobile-1.3.1.min.js"></script>
    5.14 +    <script src="../jquery.mobile/jquery.mobile-1.3.2.min.js"></script>
    5.15      </head>
    5.16      <body>
    5.17      <!-- Data attributes reserved by JQuery Mobile:
     6.1 --- a/src/firefoxos/help/hqst.html	Sat Jul 13 16:43:01 2013 +0200
     6.2 +++ b/src/firefoxos/help/hqst.html	Tue Jul 30 20:23:00 2013 +0200
     6.3 @@ -27,11 +27,11 @@
     6.4      <meta charset="utf-8">
     6.5      <meta name="viewport" content="width=device-width, initial-scale=1">
     6.6      <title>OTPWCalc</title>
     6.7 -    <link rel="stylesheet" href="../jquery.mobile/jquery.mobile-1.3.1.min.css" />
     6.8 +    <link rel="stylesheet" href="../jquery.mobile/jquery.mobile-1.3.2.min.css" />
     6.9      <link rel="stylesheet" href="../main.css" />
    6.10 -    <script src="../jquery.core/jquery-1.10.2.min.js"></script>
    6.11 +    <script src="../jquery.core/jquery-2.0.0.min.js"></script>
    6.12      <script src="help.js"></script>
    6.13 -    <script src="../jquery.mobile/jquery.mobile-1.3.1.min.js"></script>
    6.14 +    <script src="../jquery.mobile/jquery.mobile-1.3.2.min.js"></script>
    6.15      </head>
    6.16      <body>
    6.17      <!-- Data attributes reserved by JQuery Mobile:
     7.1 --- a/src/firefoxos/help/hsec.html	Sat Jul 13 16:43:01 2013 +0200
     7.2 +++ b/src/firefoxos/help/hsec.html	Tue Jul 30 20:23:00 2013 +0200
     7.3 @@ -27,11 +27,11 @@
     7.4      <meta charset="utf-8">
     7.5      <meta name="viewport" content="width=device-width, initial-scale=1">
     7.6      <title>OTPWCalc</title>
     7.7 -    <link rel="stylesheet" href="../jquery.mobile/jquery.mobile-1.3.1.min.css" />
     7.8 +    <link rel="stylesheet" href="../jquery.mobile/jquery.mobile-1.3.2.min.css" />
     7.9      <link rel="stylesheet" href="../main.css" />
    7.10 -    <script src="../jquery.core/jquery-1.10.2.min.js"></script>
    7.11 +    <script src="../jquery.core/jquery-2.0.0.min.js"></script>
    7.12      <script src="help.js"></script>
    7.13 -    <script src="../jquery.mobile/jquery.mobile-1.3.1.min.js"></script>
    7.14 +    <script src="../jquery.mobile/jquery.mobile-1.3.2.min.js"></script>
    7.15      </head>
    7.16      <body>
    7.17      <!-- Data attributes reserved by JQuery Mobile:
     8.1 --- a/src/firefoxos/help/hsta.html	Sat Jul 13 16:43:01 2013 +0200
     8.2 +++ b/src/firefoxos/help/hsta.html	Tue Jul 30 20:23:00 2013 +0200
     8.3 @@ -27,11 +27,11 @@
     8.4      <meta charset="utf-8">
     8.5      <meta name="viewport" content="width=device-width, initial-scale=1">
     8.6      <title>OTPWCalc</title>
     8.7 -    <link rel="stylesheet" href="../jquery.mobile/jquery.mobile-1.3.1.min.css" />
     8.8 +    <link rel="stylesheet" href="../jquery.mobile/jquery.mobile-1.3.2.min.css" />
     8.9      <link rel="stylesheet" href="../main.css" />
    8.10 -    <script src="../jquery.core/jquery-1.10.2.min.js"></script>
    8.11 +    <script src="../jquery.core/jquery-2.0.0.min.js"></script>
    8.12      <script src="help.js"></script>
    8.13 -    <script src="../jquery.mobile/jquery.mobile-1.3.1.min.js"></script>
    8.14 +    <script src="../jquery.mobile/jquery.mobile-1.3.2.min.js"></script>
    8.15      </head>
    8.16  <body>
    8.17      <!-- Data attributes reserved by JQuery Mobile:
     9.1 --- a/src/firefoxos/main.html	Sat Jul 13 16:43:01 2013 +0200
     9.2 +++ b/src/firefoxos/main.html	Tue Jul 30 20:23:00 2013 +0200
     9.3 @@ -28,7 +28,7 @@
     9.4      <!--<meta http-equiv="Content-Type" content="text/html;charset=utf-8">-->
     9.5      <meta name="viewport" content="width=device-width, initial-scale=1">
     9.6      <title>OTPWCalc</title>
     9.7 -    <link rel="stylesheet" type="text/css" href="jquery.mobile/jquery.mobile-1.3.1.min.css" />
     9.8 +    <link rel="stylesheet" type="text/css" href="jquery.mobile/jquery.mobile-1.3.2.min.css" />
     9.9      <link rel="stylesheet" type="text/css" href="main.css" />
    9.10      <!--<script src="sjcl-0.0/sjcl.js"></script>-->
    9.11      <script src="hashes/md5.js"></script>
    9.12 @@ -36,9 +36,9 @@
    9.13      <script src="hashes/rmd160.js"></script>
    9.14      <script src="otpalg/dict.js"></script>
    9.15      <script src="otpalg/otpalg.js"></script>
    9.16 -    <script src="jquery.core/jquery-1.10.2.min.js"></script>
    9.17 +    <script src="jquery.core/jquery-2.0.0.min.js"></script>
    9.18      <script src="main.js"></script>
    9.19 -    <script src="jquery.mobile/jquery.mobile-1.3.1.min.js"></script>
    9.20 +    <script src="jquery.mobile/jquery.mobile-1.3.2.min.js"></script>
    9.21  </head>
    9.22  <body>
    9.23      <!-- Data attributes reserved by JQuery Mobile:
    10.1 --- a/src/firefoxos/manifest.webapp	Sat Jul 13 16:43:01 2013 +0200
    10.2 +++ b/src/firefoxos/manifest.webapp	Tue Jul 30 20:23:00 2013 +0200
    10.3 @@ -1,5 +1,5 @@
    10.4  {
    10.5 -    "version": "0.7.4",
    10.6 +    "version": "0.7.5",
    10.7      "name": "OTPWCalc",
    10.8      "description": "One time password (OTP) challenge response calculator client",
    10.9      "type": "web",
    11.1 --- a/src/firefoxos/otpwcalc.appcache	Sat Jul 13 16:43:01 2013 +0200
    11.2 +++ b/src/firefoxos/otpwcalc.appcache	Tue Jul 30 20:23:00 2013 +0200
    11.3 @@ -43,9 +43,9 @@
    11.4  img/seeye-hd.png
    11.5  img/seeye-sd.png
    11.6  img/tastatur.png
    11.7 -jquery.core/jquery-1.10.2.min.js
    11.8 -jquery.mobile/jquery.mobile-1.3.1.min.css
    11.9 -jquery.mobile/jquery.mobile-1.3.1.min.js
   11.10 +jquery.core/jquery-2.0.0.min.js
   11.11 +jquery.mobile/jquery.mobile-1.3.2.min.css
   11.12 +jquery.mobile/jquery.mobile-1.3.2.min.js
   11.13  jquery.mobile/images/icons-18-white.png
   11.14  jquery.mobile/images/icons-18-black.png
   11.15  jquery.mobile/images/ajax-loader.gif

mercurial