diff options
author | gs86.lee <gs86.lee@samsung.com> | 2013-04-23 17:47:46 +0900 |
---|---|---|
committer | gs86.lee <gs86.lee@samsung.com> | 2013-04-23 19:09:15 +0900 |
commit | 6b5edead066f1f2356fa33d53eb1a50abeaa7808 (patch) | |
tree | b43602dd94e773c86238b42e76ffd21a0cfb330f | |
parent | ad61dd27b7fa5d8c0d0e2e50db8f57d3d8fd7724 (diff) | |
download | ExercisePlanner-tizen_2.1.tar.gz ExercisePlanner-tizen_2.1.tar.bz2 ExercisePlanner-tizen_2.1.zip |
[ExercisePlanner]update ExercisePlanner(tizen_2.1)2.1b_releasetizen_2.1
Change-Id: I2e1fa65cedc91e72b9edca583ae9aa0dee98dc65
-rw-r--r-- | LICENSE.Flora | 6 | ||||
-rw-r--r-- | NOTICE.Flora | 4 | ||||
-rw-r--r-- | config.xml | 23 | ||||
-rw-r--r--[-rwxr-xr-x] | icon.png | bin | 17581 -> 13996 bytes | |||
-rw-r--r-- | images/background.png | bin | 201 -> 209 bytes | |||
-rw-r--r-- | index.html | 2 |
6 files changed, 18 insertions, 17 deletions
diff --git a/LICENSE.Flora b/LICENSE.Flora index 9c95663..fd90a36 100644 --- a/LICENSE.Flora +++ b/LICENSE.Flora @@ -1,6 +1,6 @@ Flora License -Version 1.0, May, 2012 +Version 1.0, April, 2013 http://floralicense.org/license/ @@ -67,8 +67,8 @@ on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. "Tizen Certified Platform" shall mean a software platform that complies -with the standards set forth in the Compatibility Definition Document -and passes the Compatibility Test Suite as defined from time to time +with the standards set forth in the Tizen Compliance Specification +and passes the Tizen Compliance Tests as defined from time to time by the Tizen Technical Steering Group and certified by the Tizen Association or its designated agent. diff --git a/NOTICE.Flora b/NOTICE.Flora deleted file mode 100644 index fdb699a..0000000 --- a/NOTICE.Flora +++ /dev/null @@ -1,4 +0,0 @@ -Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved. -Except as noted, this software is licensed under Flora License, Version 1. -Please, see the LICENSE file for Flora License terms and conditions. - @@ -1,12 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> -<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://sample-web-application.tizen.org/ExercisePlanner" version="2.1.0" viewmodes="maximized"> - <tizen:application id="zED1oRD3Hv.ExercisePlanner" package="zED1oRD3Hv" required_version="2.1"/> - <content src="index.html"/> - <icon src="icon.png"/> +<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" + id="http://sample-web-application.tizen.org/ExercisePlanner" version="2.1.0" + viewmodes="maximized"> + <tizen:application id="zED1oRD3Hv.ExercisePlanner" + package="zED1oRD3Hv" required_version="2.1" /> + <content src="index.html" /> + <icon src="icon.png" /> <name>ExercisePlanner</name> - <tizen:privilege name="http://tizen.org/privilege/alarm"/> - <tizen:privilege name="http://tizen.org/privilege/application.launch"/> - <tizen:privilege name="http://tizen.org/privilege/application.read"/> - <tizen:privilege name="http://tizen.org/privilege/time"/> - <tizen:setting screen-orientation="portrait" context-menu="disable" background-support="enable" encryption="disable" install-location="auto"/> + <tizen:privilege name="http://tizen.org/privilege/alarm" /> + <tizen:privilege name="http://tizen.org/privilege/application.launch" /> + <tizen:privilege name="http://tizen.org/privilege/application.read" /> + <tizen:privilege name="http://tizen.org/privilege/time" /> + <tizen:setting screen-orientation="portrait" + context-menu="disable" background-support="enable" encryption="disable" + install-location="auto" /> </widget> Binary files differdiff --git a/images/background.png b/images/background.png Binary files differindex 532ca02..da3e944 100644 --- a/images/background.png +++ b/images/background.png @@ -33,7 +33,7 @@ <div data-role="page" id="one" data-add-back-btn="footer" data-footer-exist="true"> <div data-role="content" data-scroll="none"> <div class="screen"> - <div id="logo">EXCERSISE PLANNER</div> + <div id="logo">EXERCISE PLANNER</div> <div id="status"></div> <div class="schedule"></div> <div id="communicate"></div> |