Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ config.log
*.bak
*.apk
*.class
/node_modules

# Windows specific generated files
*.exp
Expand Down
10 changes: 7 additions & 3 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="http://pyrrha-platform.org/PyrrhaWatchApp" version="1.0.0" viewmodes="maximized">
<tizen:application id="0Z4pEP3FTf.PyrrhaWatchApp" package="0Z4pEP3FTf" required_version="3.0"/>
<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="http://pyrrha-platform.org/PyrrhaWatchApp" version="2.0.0" viewmodes="maximized">
<tizen:application id="0Z4pEP3FTf.PyrrhaWatchApp" package="0Z4pEP3FTf" required_version="5.5"/>
<author href="https://pyrrha-platform.org/" email="[email protected]">Daniel Krook</author>
<content src="index.html"/>
<description>The watch app that accompanies the Pyrrha device and smartphone.</description>
<feature name="http://tizen.org/feature/screen.size.normal"/>
<feature name="http://tizen.org/feature/screen.shape.circle"/>
<feature name="http://tizen.org/feature/input.rotating_bezel"/>
<icon src="pyrrha-watch-icon.png"/>
<license href="https://github.com/Pyrrha-Platform/Pyrrha-Watch-App/blob/master/LICENSE">Apache 2</license>
<tizen:metadata key="AccessoryServicesLocation" value="/res/xml/accessoryservices.xml"/>
Expand All @@ -15,6 +17,8 @@
<tizen:privilege name="http://tizen.org/privilege/bluetooth"/>
<tizen:privilege name="http://tizen.org/privilege/notification"/>
<tizen:privilege name="http://tizen.org/privilege/power"/>
<tizen:privilege name="http://tizen.org/privilege/alarm"/>
<tizen:privilege name="http://tizen.org/privilege/healthinfo"/>
<tizen:profile name="wearable"/>
<tizen:setting background-support="disable" encryption="disable" hwkey-event="enable"/>
<tizen:setting background-support="enable" encryption="disable" hwkey-event="enable" screen-orientation="portrait" context-menu="enable"/>
</widget>
Loading
Loading