use cordova, not phonegap
BIN
fritteliuhr/platforms/android/res/drawable-hdpi/icon.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
fritteliuhr/platforms/android/res/drawable-land-hdpi/screen.png
Normal file
After Width: | Height: | Size: 213 KiB |
BIN
fritteliuhr/platforms/android/res/drawable-land-ldpi/screen.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
fritteliuhr/platforms/android/res/drawable-land-mdpi/screen.png
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
fritteliuhr/platforms/android/res/drawable-land-xhdpi/screen.png
Normal file
After Width: | Height: | Size: 478 KiB |
BIN
fritteliuhr/platforms/android/res/drawable-ldpi/icon.png
Normal file
After Width: | Height: | Size: 3 KiB |
BIN
fritteliuhr/platforms/android/res/drawable-mdpi/icon.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
fritteliuhr/platforms/android/res/drawable-port-hdpi/screen.png
Normal file
After Width: | Height: | Size: 217 KiB |
BIN
fritteliuhr/platforms/android/res/drawable-port-ldpi/screen.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
fritteliuhr/platforms/android/res/drawable-port-mdpi/screen.png
Normal file
After Width: | Height: | Size: 88 KiB |
BIN
fritteliuhr/platforms/android/res/drawable-port-xhdpi/screen.png
Normal file
After Width: | Height: | Size: 493 KiB |
BIN
fritteliuhr/platforms/android/res/drawable-xhdpi/icon.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
fritteliuhr/platforms/android/res/drawable/icon.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
6
fritteliuhr/platforms/android/res/values/strings.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="app_name">FritteliUhr</string>
|
||||
<string name="launcher_name">@string/app_name</string>
|
||||
<string name="activity_name">@string/launcher_name</string>
|
||||
</resources>
|
13
fritteliuhr/platforms/android/res/xml/config.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<widget id="ch.fritteli.uhr" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<preference name="loglevel" value="DEBUG" />
|
||||
<name>FritteliUhr</name>
|
||||
<description>
|
||||
A sample Apache Cordova application that responds to the deviceready event.
|
||||
</description>
|
||||
<author email="dev@cordova.apache.org" href="http://cordova.io">
|
||||
Apache Cordova Team
|
||||
</author>
|
||||
<content src="index.html" />
|
||||
<access origin="*" />
|
||||
</widget>
|