[Mediacontent]update Mediacontent(tizen_2.1) tizen_2.1 2.1b_release
authorgs86.lee <gs86.lee@samsung.com>
Tue, 23 Apr 2013 08:48:06 +0000 (17:48 +0900)
committergs86.lee <gs86.lee@samsung.com>
Tue, 23 Apr 2013 09:51:41 +0000 (18:51 +0900)
Change-Id: I27b8c06e1435e490151405b72ccceef8310bc624

LICENSE.Flora [changed mode: 0755->0644]
NOTICE.Flora [deleted file]
icon.png
index.html
js/config.js [deleted file]
js/main.js [changed mode: 0644->0755]

old mode 100755 (executable)
new mode 100644 (file)
index a21e4da..fd90a36
@@ -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.
 
@@ -196,7 +196,7 @@ identification within third-party archives.
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
 
-       http://www.tizenopensource.org/license
+       http://floralicense.org/license/
 
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/NOTICE.Flora b/NOTICE.Flora
deleted file mode 100644 (file)
index fdb699a..0000000
+++ /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.
-
index 983c883..647c3f9 100755 (executable)
Binary files a/icon.png and b/icon.png differ
index 6b9cfd3..9ea1cda 100755 (executable)
                </div>
 
                <div data-role="footer" data-position="fixed">
-                       <div data-role="tabbar" data-style="toolbar">
-                               <ul>
-                                       <li><a id="all-items">ALL ITEMS</a></li>
-                               </ul>
-                       </div>
                </div>
        </div>
 
                </div>
 
                <div data-role="footer" data-position="fixed">
-                       <div data-role=
-"tabbar" data-style="toolbar">
-                               <ul>
-                                       <li><a id="batch-update">INCREASE LAST 3 ITEMS RATING</a></li>
-                               </ul>
-                       </div>
                </div>
        </div>
 
@@ -93,9 +82,6 @@
                </div>
 
                <div data-role="footer" data-position="fixed">
-                       <div data-role=
-"tabbar" data-style="toolbar">
-                       </div>
                </div>
        </div>
 </body>
diff --git a/js/config.js b/js/config.js
deleted file mode 100644 (file)
index 441e1a6..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- *      Copyright 2012  Samsung Electronics Co., Ltd
- *
- *      Licensed under the Flora License, Version 1.0 (the "License");
- *      you may not use this file except in compliance with the License.
- *      You may obtain a copy of the License at
- *
- *              http://www.tizenopensource.org/license
- *
- *      Unless required by applicable law or agreed to in writing, software
- *      distributed under the License is distributed on an "AS IS" BASIS,
- *      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *      See the License for the specific language governing permissions and
- *      limitations under the License.
- */
-
-//tizen-web-ui-fw configuration
-$(document).bind("mobileinit", function() {
-       $.mobile.loadingMessageTextVisible = false;
-       $.mobile.defaultPageTransition = "none";
-       // Disable context menu
-       $(document).bind("contextmenu", function(e) {
-               return false;
-       });
-       // Disable text selection
-       $(document).delegate("[data-role='page']", "pageinit", function(e) {
-               $.mobile.tizen.disableSelection($(e.target));
-       });
-});
old mode 100644 (file)
new mode 100755 (executable)
index 6313671..cc77db1
@@ -5,7 +5,7 @@
  *      you may not use this file except in compliance with the License.
  *      You may obtain a copy of the License at
  *
- *              http://www.tizenopensource.org/license
+ *              http://floralicense.org/license
  *
  *      Unless required by applicable law or agreed to in writing, software
  *      distributed under the License is distributed on an "AS IS" BASIS,
@@ -45,11 +45,6 @@ $(document).delegate("#main", "pageinit", function() {
                $("#folder-type-internal").css('color','black');
                $("#folder-type-external").css('color','red');
        });
-
-       $("#all-items").bind("vclick", function() {
-               getFolderItems(null, gMediaType);
-               return false;
-       });
 });