Android port using PhoneGap
This commit is contained in:
13
Mobile/index.html
Executable file → Normal file
13
Mobile/index.html
Executable file → Normal file
@ -238,6 +238,19 @@
|
||||
<button class='close'>x</button>
|
||||
</div>
|
||||
|
||||
<div class='vote overlay hidden'>
|
||||
<p>King of Firefox OS Apps</p>
|
||||
<span>Hey! FirefoxOSGuide.com has started a competition, judging the best Firefox OS application by users' vote.</span><br /><span>Would you consider taking a few minutes to vote for us, please?</span><br /><br />
|
||||
<span>We're working to add new features to Sketchy like sharing and maybe some 'hosted' addons.</span><br /><br />
|
||||
<span>If you would like to see something in Sketchy's new version, please get in touch with us.</span>
|
||||
<br /><br />
|
||||
<a href='http://bit.ly/1irTueS'>What's your Favorite Firefox OS application?</a>
|
||||
<br />
|
||||
<a href='http://bit.ly/1hosWbM'>Original post on Firefox OS Guide</a>
|
||||
<button class='button'>OK!</button>
|
||||
<button class='close'>x</button>
|
||||
</div>
|
||||
|
||||
<!-- PRELOADER -->
|
||||
<div class='hidden'>
|
||||
<img src='css/value_selector/images/ui/pattern.png'>
|
||||
|
@ -111,9 +111,9 @@ $(document).ready(function() {
|
||||
}
|
||||
}
|
||||
|
||||
if( localStorage.getItem('sawTips') != settings.version ) {
|
||||
$('.tour').removeClass('hidden');
|
||||
localStorage.setItem('sawTips', settings.version);
|
||||
if( !localStorage.getItem('sawVote') ) {
|
||||
$('.vote').removeClass('hidden');
|
||||
localStorage.setItem('sawVote', true);
|
||||
}
|
||||
|
||||
})
|
||||
|
6
Mobile/manifest.webapp
Executable file → Normal file
6
Mobile/manifest.webapp
Executable file → Normal file
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Sketchy",
|
||||
"description": "Free Sketch/Paint app",
|
||||
"version": "1.2",
|
||||
"description": "Free full-featured Sketch app",
|
||||
"version": "1.2.1",
|
||||
"fullscreen": "true",
|
||||
"type": "privileged",
|
||||
"launch_path": "/index.html",
|
||||
@ -18,7 +18,7 @@
|
||||
},
|
||||
"developer": {
|
||||
"name": "Mahdi Dibaiee",
|
||||
"url": "https://twitter.com/mdibaiee"
|
||||
"url": "http://dibaiee.ir/"
|
||||
},
|
||||
"locales": {
|
||||
"en": {
|
||||
|
Reference in New Issue
Block a user