-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Khen Solomon Lethil
committed
Sep 23, 2015
1 parent
baeb4ba
commit 03e6aec
Showing
188 changed files
with
619,840 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,3 +41,7 @@ $RECYCLE.BIN/ | |
Network Trash Folder | ||
Temporary Items | ||
.apdisk | ||
|
||
#CUSTOM | ||
/distribution | ||
/backup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>Lai Siangtho</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
</buildSpec> | ||
<natures> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no"> | ||
<title>Lai Siangtho</title> | ||
<link rel="api" href="http://api.laisiangtho.com/"/> | ||
<link rel="icon" href="img/icon.16.png" type="image/png"/> | ||
<script src="js/jquery.js"></script> | ||
<script src="js/jquery.ui.js"></script> | ||
<script src="js/jquery.mobile.custom.min.js"></script> | ||
<!--<script src="cordova.js"></script>--> | ||
<script src="js/jquery.laisiangtho.js"></script> | ||
<style type="text/css" charset="utf-8"> | ||
|
||
@font-face { | ||
font-family: 'Masterpiece Uni Sans'; | ||
src: url('../fonts/MasterpieceUniSans.ttf') format('truetype'); | ||
unicode-range: U+1000-109F, U+AA60-AA7B; | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
@font-face { | ||
font-family: 'Myanmar3'; | ||
src: url('../fonts/Myanmar3.ttf') format('truetype'); | ||
unicode-range: U+1000-109F, U+AA60-AA7B; | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
* { | ||
font-family:'Masterpiece Uni Sans','Myanmar3',Helvetica,sans-serif; | ||
} | ||
/* | ||
@font-face { | ||
font-family: "Masterpiece Uni Sans"; | ||
src: url("../fonts/masterpiece.ttf") format("truetype"); | ||
unicode-range: U+1000-109F, U+AA60-AA7B; | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
body { | ||
font-family: Arial, "Masterpiece Uni Sans", Helvetica, sans-serif; | ||
} | ||
*/ | ||
/* | ||
@font-face { | ||
font-family: "Masterpiece Uni Sans"; | ||
src: url("fonts/_masterpieceunisans.ttf") format("truetype"); | ||
unicode-range: U+1000-109F, U+AA60-AA7B; | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
body { | ||
font-family: Arial,"Masterpiece Uni Sans", Helvetica, sans-serif; | ||
} | ||
*/ | ||
</style> | ||
<script> | ||
$(function(){ | ||
$(document).laisiangtho({ | ||
E:['Load','Watch',{'Meta link':['api']},'rootFileSystem'],Device:'android',Platform:'app',Deploy:'mobile',App:'laisiangtho',Click:'vclick',On:'zO' | ||
}).Agent(); | ||
}); | ||
</script> | ||
<link rel="stylesheet" href="css/laisiangtho.splash.css"> | ||
</head> | ||
<body id="l189"> | ||
<div> | ||
<div> | ||
<h1>Lai Siangtho</h1> | ||
</div> | ||
<div> | ||
<p><!-- #BeginDate format:Am1m -->July 23, 2015 8:20<!-- #EndDate --></p> | ||
</div> | ||
<div> | ||
<ol> | ||
<li id="msg">Wait</li> | ||
</ol> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
application: mobile | ||
version: 1 | ||
runtime: php | ||
api_version: 1 | ||
threadsafe: yes | ||
|
||
handlers: | ||
- url: /favicon\.ico | ||
static_files: favicon.ico | ||
upload: favicon\.ico | ||
|
||
- url: /css/(.*) | ||
static_files: css/\1 | ||
upload: css/(.*) | ||
|
||
- url: /js/(.*) | ||
static_files: js/\1 | ||
upload: js/(.*) | ||
|
||
- url: /fonts/(.*) | ||
static_files: fonts/\1 | ||
upload: fonts/(.*) | ||
|
||
- url: /img/(.*) | ||
static_files: img/\1 | ||
upload: img/(.*) | ||
application_readable: true | ||
|
||
- url: /laisiangtho/(.*) | ||
static_files: laisiangtho/\1 | ||
upload: laisiangtho/(.*) | ||
application_readable: true | ||
|
||
- url: /lang/(.*) | ||
static_files: lang/\1 | ||
upload: lang/(.*) | ||
application_readable: true | ||
|
||
- url: /android | ||
script: android.html | ||
|
||
- url: /ios | ||
script: ios.html | ||
|
||
- url: /chrome | ||
script: chrome.html | ||
|
||
- url: /db | ||
script: db.html | ||
|
||
- url: /deploy | ||
script: deploy.html | ||
|
||
- url: /functionality | ||
script: functionality.html | ||
|
||
- url: /.* | ||
script: index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no"> | ||
<title>Lai Siangtho</title> | ||
<link rel="api" href="http://api.laisiangtho.com/"/> | ||
<link rel="icon" href="img/icon.16.png" type="image/png"/> | ||
<script src="js/jquery.js"></script> | ||
<script src="js/jquery.ui.js"></script> | ||
<script src="js/jquery.mobile.js"></script> | ||
<script src="js/jquery.laisiangtho.js"></script> | ||
<script> | ||
$(function(){ | ||
$(document).laisiangtho({ | ||
Q:['load init','iw','action',{'var link':['api']}],Device:'desktop',Platform:'chrome',Extend:'laisiangtho',Click:'vclick',On:'zO' | ||
}).agent(); | ||
}); | ||
</script> | ||
</head> | ||
<link rel="stylesheet" href="css/laisiangtho.splash.css"> | ||
</head> | ||
<body id="l189"> | ||
<div> | ||
<div> | ||
<h1>Lai Siangtho</h1> | ||
</div> | ||
<div> | ||
<p><!-- #BeginDate format:Am1m -->July 18, 2015 9:06<!-- #EndDate --></p> | ||
</div> | ||
<div> | ||
<ol> | ||
<li id="msg" title="...">Wait</li> | ||
</ol> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no"> | ||
<title>Lai Siangtho</title> | ||
<link rel="api" href="http://api.laisiangtho.com/"/> | ||
<link rel="icon" href="img/icon.16.png" type="image/png"/> | ||
<link rel="stylesheet" href="css/laisiangtho.splash.css"> | ||
</head> | ||
<body id="l189"> | ||
<div> | ||
<div> | ||
<h1>Lai Siangtho</h1> | ||
</div> | ||
<div> | ||
<p><!-- #BeginDate format:Am1m -->July 18, 2015 21:44<!-- #EndDate --></p> | ||
</div> | ||
<div> | ||
<ol> | ||
<li id="msg">Wait</li> | ||
</ol> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<widget | ||
id="zotune.willsol.zo.laisiangtho.u1" | ||
version="1.1.9" | ||
android-versionCode="1.9.67" | ||
ios-CFBundleVersion="1967" | ||
xmlns="http://www.w3.org/ns/widgets" | ||
xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<name>Lai Siangtho</name> | ||
<description> | ||
the Holy Bible in languages | ||
</description> | ||
<author email="[email protected]" href="http://www.laisiangtho.com"> | ||
ZOMI.TODAY | ||
</author> | ||
<content src="ios.html" /> | ||
<plugin name="cordova-plugin-whitelist" version="1" /> | ||
<plugin name="File" value="org.apache.cordova.FileUtils" /> | ||
<plugin name="FileTransfer" value="org.apache.cordova.FileTransfer" /> | ||
<preference name="DisallowOverscroll" value="true"/> | ||
<preference name="StatusBarOverlaysWebView" value="true" /> | ||
<preference name="StatusBarBackgroundColor" value="#000000" /> | ||
<preference name="StatusBarStyle" value="lightcontent" /> | ||
<preference name="Orientation" value="default, portrait, landscape" /> | ||
<access origin="*" /> | ||
<allow-intent href="http://*/*" /> | ||
<allow-intent href="https://*/*" /> | ||
<allow-intent href="tel:*" /> | ||
<allow-intent href="sms:*" /> | ||
<allow-intent href="mailto:*" /> | ||
<allow-intent href="geo:*" /> | ||
<feature name="Device"> | ||
<param name="android-package" value="org.apache.cordova.device.Device" /> | ||
<param name="ios-package" value="CDVDevice" /> | ||
</feature> | ||
<feature name="File"> | ||
<param name="ios-package" value="CDVFile" /> | ||
<param name="android-package" value="org.apache.cordova.FileUtils" /> | ||
</feature> | ||
<feature name="FileTransfer"> | ||
<param name="ios-package" value="CDVFileTransfer" /> | ||
<param name="android-package" value="org.apache.cordova.FileTransfer" /> | ||
</feature> | ||
<feature name="StatusBar"> | ||
<param name="ios-package" value="CDVStatusBar" onload="true" /> | ||
</feature> | ||
<platform name="android"> | ||
<allow-intent href="market:*" /> | ||
</platform> | ||
<platform name="tmp"> | ||
<!-- 29 --> | ||
<icon src="res/ios/icon/" width="29" height="29" /> | ||
<icon src="res/ios/icon/" width="58" height="58" /> | ||
<icon src="res/ios/icon/" width="87" height="87" /> | ||
<!-- 40 --> | ||
<icon src="res/ios/icon/" width="40" height="40" /> | ||
<icon src="res/ios/icon/" width="80" height="80" /> | ||
<icon src="res/ios/icon/" width="120" height="120" /> | ||
<!-- 60 --> | ||
<icon src="res/ios/icon/" width="60" height="60" /> | ||
<icon src="res/ios/icon/" width="180" height="180" /> | ||
<!-- 76 --> | ||
<icon src="res/ios/icon/" width="76" height="76" /> | ||
<icon src="res/ios/icon/" width="152" height="152" /> | ||
</platform> | ||
<platform name="ios"> | ||
<allow-intent href="itms:*" /> | ||
<allow-intent href="itms-apps:*" /> | ||
<!-- iOS 8.0+ --> | ||
<icon src="res/ios/icon/[email protected]" width="87" height="87" /> | ||
<!-- iPhone 6 Plus --> | ||
<icon src="res/ios/icon/[email protected]" width="180" height="180" /> | ||
<!-- iOS 7.0+ --> | ||
<!-- iPhone / iPod Touch --> | ||
<icon src="res/ios/icon/icon-60.png" width="60" height="60" /> | ||
<icon src="res/ios/icon/[email protected]" width="120" height="120" /> | ||
<!-- iPad --> | ||
<!-- Spotlight Icon --> | ||
<icon src="res/ios/icon/icon-40.png" width="40" height="40" /> | ||
<icon src="res/ios/icon/icon-76.png" width="76" height="76" /> | ||
<icon src="res/ios/icon/[email protected]" width="152" height="152" /> | ||
<!-- iOS 6.1 --> | ||
<icon src="res/ios/icon/[email protected]" width="80" height="80" /> | ||
<!-- iPhone / iPod Touch --> | ||
<icon src="res/ios/icon/icon-57.png" width="57" height="57" /> | ||
<icon src="res/ios/icon/[email protected]" width="114" height="114" /> | ||
<!-- iPad --> | ||
<icon src="res/ios/icon/icon-72.png" width="72" height="72" /> | ||
<icon src="res/ios/icon/[email protected]" width="144" height="144" /> | ||
<!-- iPhone Spotlight and Settings Icon --> | ||
<icon src="res/ios/icon/icon-small.png" width="29" height="29" /> | ||
<icon src="res/ios/icon/[email protected]" width="58" height="58" /> | ||
<!-- iPad Spotlight and Settings Icon --> | ||
<icon src="res/ios/icon/icon-50.png" width="50" height="50" /> | ||
<icon src="res/ios/icon/[email protected]" width="100" height="100" /> | ||
|
||
<!-- iPhone Portrait iOS 8--> | ||
<splash src="res/ios/splash/1242x2208.png" width="1242" height="2208"/> | ||
<splash src="res/ios/splash/750x1334.png" width="750" height="1334"/> | ||
<!-- iPhone Landscape iOS 8--> | ||
<splash src="res/ios/splash/2208x1242.png" width="2208" height="1242"/> | ||
<!-- iPhone Portrait iOS 7,8--> | ||
<splash src="res/ios/splash/640x960.png" width="640" height="960"/> | ||
<splash src="res/ios/splash/640x1136.png" width="640" height="1136"/> | ||
<!-- iPad Portrait iOS 7,8--> | ||
<splash src="res/ios/splash/768x1024.png" width="768" height="1024"/> | ||
<splash src="res/ios/splash/1536x2048.png" width="1536" height="2048"/> | ||
<!-- iPad Landscape iOS 7,8--> | ||
<splash src="res/ios/splash/1024x768.png" width="1024" height="768"/> | ||
<splash src="res/ios/splash/2048x1536.png" width="2048" height="1536"/> | ||
<!-- iPhone Portrait iOS 6--> | ||
<splash src="res/ios/splash/320x480.png" width="320" height="480"/> | ||
</platform> | ||
</widget> |
Oops, something went wrong.