Skip to content

Commit 2f87d55

Browse files
committed
* Update Android app: newest phonegap version (2.0.0)
* Update Android app: newst jQuery Mobile Version (1.1.1) * Prepare Release 1.3
1 parent 997eb91 commit 2f87d55

21 files changed

+5945
-14101
lines changed

app/index.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

8-
<link rel="stylesheet" href="javascript/jquery-mobile/jquery.mobile-1.0.min.css" />
8+
<link rel="stylesheet" href="javascript/jquery-mobile/jquery.mobile-1.1.1.min.css" />
99
<link rel="stylesheet" href="stylesheets/style.css" />
1010
</head>
1111
<body>
@@ -49,9 +49,9 @@ <h1>selfoss login <img src="stylesheets/icon.png" alt="selfoss icon" /> </h1>
4949
<div data-role="header" data-theme="c">
5050
<div class="ui-content" id="header-search">
5151
<input type="search" name="search" id="search" value="" />
52-
<div style="position:absolute;top:8px;left:100%;margin-left:-70px;">
52+
<!--<div style="position:absolute;top:15px;left:100%;margin-left:-75px;">
5353
<a href="" id="search-submit" data-role="button">search</a>
54-
</div>
54+
</div>-->
5555
</div>
5656
</div>
5757
<div data-role="content" id="stream-content">
@@ -78,11 +78,10 @@ <h3>Frohe Weihnachten</h3>
7878
<a href="" data-icon="star" id="content-starred">starr</a>
7979
<h1 class="content-title"></h1>
8080
</div>
81-
82-
<div data-role="header" data-position="fixed" id="content-showimages-header">
81+
<div id="content-showimages-header">
8382
<div href="" id="content-showimages">touch here for loading the images</div>
84-
</div>
85-
83+
</div>
84+
8685
<div data-role="content">
8786
<h3 class="content-title"></h3>
8887
<div id="content-content">
@@ -105,7 +104,7 @@ <h1>about selfoss</h1>
105104
</p>
106105
<h3>selfoss</h3>
107106
<p>
108-
Version: 0.9<br />
107+
Version: 1.3<br />
109108
<a href="http://selfoss.aditu.de">http://selfoss.aditu.de</a><br />
110109
</p>
111110
<p>
@@ -124,9 +123,9 @@ <h3>selfoss</h3>
124123

125124

126125
<!-- javascripts -->
127-
<script type="text/javascript" src="javascript/phonegap-1.3.0.js"></script>
128-
<script type="text/javascript" src="javascript/jquery-mobile/jquery-1.7.1.js"></script>
129-
<script type="text/javascript" src="javascript/jquery-mobile/jquery.mobile-1.0.min.js"></script>
126+
<script type="text/javascript" src="javascript/cordova-2.0.0.js"></script>
127+
<script type="text/javascript" src="javascript/jquery-mobile/jquery-1.8.1.min.js"></script>
128+
<script type="text/javascript" src="javascript/jquery-mobile/jquery.mobile-1.1.1.min.js"></script>
130129
<script type="text/javascript" src="javascript/base.js"></script>
131130
<script type="text/javascript" src="javascript/helpers.js"></script>
132131
<script type="text/javascript" src="javascript/service.js"></script>

0 commit comments

Comments
 (0)