Skip to content
Open
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
49 changes: 49 additions & 0 deletions www/config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://cworklog.com.com/ns/1.0"
id = "com.cworklog.cworklog-client"
version = "2.2.0">
<name>Contractor's Work Log</name>

<description>
cworklog.com client for offline/online time-tracking.
Register for an account at www.cworklog.com and you are good to go!
</description>

<author href="http://cworklog.com" email="support@cworklog.com">
CWorkLog Team
</author>

<feature name="http://api.phonegap.com/1.0/device" />

<preference name="phonegap-version" value="2.2.0" />
<preference name="orientation" value="default" />
<preference name="target-device" value="universal" />
<preference name="fullscreen" value="false" />

<icon src="res/icon/cwlguy578x578.png" />
<icon src="res/icon/cwlguy36x36.png" gap:platform="android" gap:density="ldpi" />
<icon src="res/icon/cwlguy48x48.png" gap:platform="android" gap:density="mdpi" />
<icon src="res/icon/cwlguy72x72.png" gap:platform="android" gap:density="hdpi" />
<icon src="res/icon/cwlguy96x96.png" gap:platform="android" gap:density="xhdpi" />
<icon src="res/icon/cwlguy80x80.png" gap:platform="blackberry" />
<icon src="res/icon/cwlguy80x80.png" gap:platform="blackberry" gap:state="hover"/>
<icon src="res/icon/cwlguy57x57.png" gap:platform="ios" width="57" height="57" />
<icon src="res/icon/cwlguy72x72.png" gap:platform="ios" width="72" height="72" />
<icon src="res/icon/cwlguy114x114.png" gap:platform="ios" width="114" height="114" />
<icon src="res/icon/cwlguy144x144.png" gap:platform="ios" width="144" height="144" />
<icon src="res/icon/cwlguy64x64.png" gap:platform="webos" />
<icon src="res/icon/cwlguy48x48.png" gap:platform="winphone" />
<icon src="res/icon/cwlguy173x173.png" gap:platform="winphone" gap:role="background" />

<gap:splash src="res/screen/screen.jpg" gap:platform="android" gap:density="ldpi" />
<gap:splash src="res/screen/screen.jpg" gap:platform="android" gap:density="mdpi" />
<gap:splash src="res/screen/screen.jpg" gap:platform="android" gap:density="hdpi" />
<gap:splash src="res/screen/screen.jpg" gap:platform="android" gap:density="xhdpi" />
<gap:splash src="res/screen/screen.jpg" gap:platform="blackberry" />
<gap:splash src="res/screen/screen.jpg" gap:platform="ios" width="320" height="480" />
<gap:splash src="res/screen/screen.jpg" gap:platform="ios" width="640" height="960" />
<gap:splash src="res/screen/screen.jpg" gap:platform="ios" width="768" height="1024" />
<gap:splash src="res/screen/screen.jpg" gap:platform="ios" width="1024" height="768" />
<gap:splash src="res/screen/screen.jpg" gap:platform="winphone" />
</widget>
33 changes: 33 additions & 0 deletions www/css/font-awesome.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

295 changes: 295 additions & 0 deletions www/css/images/sliderbutton-handle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading