You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pp...@apache.org on 2013/08/26 17:34:26 UTC

[52/52] [abbrv] git commit: [cordova-tizen] tizen SDK 2.2 support

[cordova-tizen] tizen SDK 2.2 support

updated VERSION file to be 2.9.0

updated www folder files to support TIZEN SDK 2.2


Project: http://git-wip-us.apache.org/repos/asf/cordova-tizen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-tizen/commit/705f5283
Tree: http://git-wip-us.apache.org/repos/asf/cordova-tizen/tree/705f5283
Diff: http://git-wip-us.apache.org/repos/asf/cordova-tizen/diff/705f5283

Branch: refs/heads/master
Commit: 705f5283a1914cbe942410666d1f3f802b79c07e
Parents: e21e078
Author: Paul Plaquette <pa...@intel.com>
Authored: Mon Aug 26 17:21:30 2013 +0200
Committer: Paul Plaquette <pa...@intel.com>
Committed: Mon Aug 26 17:21:30 2013 +0200

----------------------------------------------------------------------
 VERSION               |    2 +-
 www/config.xml        |   64 +-
 www/cordova-2.9.0.js  | 9451 ++++++++++++++++++++++++++++++++++++++++++++
 www/cordova-tizen.css |   83 +
 www/cordova_117.png   |  Bin 0 -> 10758 bytes
 www/icon.png          |  Bin 0 -> 10758 bytes
 www/index.html        |   37 +
 7 files changed, 9598 insertions(+), 39 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-tizen/blob/705f5283/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index f47de85..c8e38b6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.6.0rc1
+2.9.0

http://git-wip-us.apache.org/repos/asf/cordova-tizen/blob/705f5283/www/config.xml
----------------------------------------------------------------------
diff --git a/www/config.xml b/www/config.xml
index 45aa3ad..971e42a 100644
--- a/www/config.xml
+++ b/www/config.xml
@@ -1,40 +1,28 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
-
- 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.
-
--->
-
-
-<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" version="2.0 Beta" viewmodes="fullscreen" id="http://YourDomain.com/cordova-basic-template">  
-	<icon src="icon.png"/>  
-	<content src="index.html"/>  
-	<feature name="http://tizen.org/api/application" required="true"/>  
-	<feature name="http://tizen.org/api/application.kill" required="true"/>  
-	<feature name="http://tizen.org/api/application.launch" required="true"/>  
-	<feature name="http://tizen.org/api/application.read" required="true"/>  
-	<feature name="http://tizen.org/api/contact" required="true"/>  
-	<feature name="http://tizen.org/api/contact.read" required="true"/>  
-	<feature name="http://tizen.org/api/contact.write" required="true"/>  
-	<feature name="http://tizen.org/api/systeminfo" required="true"/>  
-	<feature name="http://tizen.org/api/time" required="true"/>  
-	<feature name="http://tizen.org/api/time.read" required="true"/>  
-	<feature name="http://tizen.org/api/time.write" required="true"/>  
-	<feature name="http://tizen.org/api/tizen" required="true"/>  
-	<name>cordova-basic-template</name>
+<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://yourdomain/TizenCordovaMobileSpec" version="0.2.1" viewmodes="fullscreen">
+    <access origin="audio.ibeat.org" subdomains="false"></access>
+    <access origin="cordova-filetransfer.jitsu.com" subdomains="false"></access>
+    <access origin="whatheaders.com" subdomains="false"></access>
+    <access origin="apache.org " subdomains="true"></access>
+    <access origin="www.google.com" subdomains="false"></access>
+    <access origin="httpssss://example.com" subdomains="false"></access>
+    <tizen:application id="G4rvZJzDIa.TizenCordovaMobileSpec" package="G4rvZJzDIa" required_version="2.2"/>
+    <content src="index.html"/>
+    <icon src="cordova_117.png"/>
+    <name>TizenCordovaMobileSpec</name>
+    <tizen:privilege name="http://tizen.org/privilege/application.launch"/>
+    <tizen:privilege name="http://tizen.org/privilege/contact.read"/>
+    <tizen:privilege name="http://tizen.org/privilege/contact.write"/>
+    <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/unlimitedstorage"/>
+    <tizen:privilege name="http://tizen.org/privilege/setting"/>
+    <tizen:privilege name="http://tizen.org/privilege/package.info"/>
+    <tizen:privilege name="http://tizen.org/privilege/notification"/>
+    <tizen:privilege name="http://tizen.org/privilege/system"/>
+    <tizen:privilege name="http://tizen.org/privilege/content"/>
+    <tizen:privilege name="http://tizen.org/privilege/content.read"/>
+    <tizen:privilege name="http://tizen.org/privilege/content.write"/>
+    <tizen:privilege name="http://tizen.org/privilege/mediacapture"/>
+    <tizen:setting screen-orientation="auto-rotation" context-menu="enable" background-support="disable" encryption="disable" install-location="auto" hwkey-event="enable"/>
 </widget>