7 Commits

6 changed files with 818 additions and 680 deletions

Binary file not shown.

View File

@@ -14,5 +14,7 @@
<tizen:privilege name="http://tizen.org/privilege/filesystem.read"/> <tizen:privilege name="http://tizen.org/privilege/filesystem.read"/>
<tizen:privilege name="http://tizen.org/privilege/filesystem.write"/> <tizen:privilege name="http://tizen.org/privilege/filesystem.write"/>
<tizen:privilege name="http://tizen.org/privilege/mediastorage"/> <tizen:privilege name="http://tizen.org/privilege/mediastorage"/>
<tizen:privilege name="http://tizen.org/privilege/location"/>
<tizen:profile name="wearable"/> <tizen:profile name="wearable"/>
</widget> </widget>

View File

@@ -76,6 +76,7 @@ hour&minutes
font-style: bold; font-style: bold;
float: left; float: left;
color: white; color: white;
visibility: hidden;
} }
#str-minutes { #str-minutes {

View File

@@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="Canvas Watch - Canvas API & Time API" /> <meta name="description" content="Canvas Watch - Canvas API & Time API" />
<title>Canvas Watch</title> <title>Canvas Watch</title>
<link rel="stylesheet" type="text/css" href="css/style.css" /> <link rel="stylesheet" type="text/css" href="css/style.css" />
</head> </head>
@@ -25,7 +26,6 @@
</div> </div>
<script src="js/app.js"></script> <script src="js/app.js"></script>
</body> </body>

1491
js/app.js

File diff suppressed because it is too large Load Diff

2
js/jquery-3.5.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long