[SampleApp] Skeleton of a sample application demonstrating cordova API usage.
authorPawel Andruszkiewicz <p.andruszkie@samsung.com>
Wed, 2 Dec 2015 09:06:39 +0000 (10:06 +0100)
committerPawel Andruszkiewicz <p.andruszkie@samsung.com>
Wed, 2 Dec 2015 09:08:23 +0000 (10:08 +0100)
commitafeba2609c765b8e241951769eee8815d23022e1
treeef29149901e71afa2523e679cadd9533a018876a
parentd87a14e1517b702750d06edf5262007bf70e826b
[SampleApp] Skeleton of a sample application demonstrating cordova API usage.

Change-Id: I17125b35f2a25b915726b6211a5f7cae9c8bb97d
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
27 files changed:
.gitignore
sample/.project [new file with mode: 0644]
sample/.tproject [new file with mode: 0644]
sample/config.xml [new file with mode: 0644]
sample/css/colors.css [new file with mode: 0644]
sample/css/colors_night.css [new file with mode: 0644]
sample/css/debug.css [new file with mode: 0644]
sample/css/style.css [new file with mode: 0644]
sample/icon.png [new file with mode: 0644]
sample/images/button_active.png [new file with mode: 0644]
sample/images/button_active_alt.png [new file with mode: 0644]
sample/images/button_normal.png [new file with mode: 0644]
sample/images/button_normal_night.png [new file with mode: 0644]
sample/images/button_source.xcf [new file with mode: 0644]
sample/images/button_specialA.png [new file with mode: 0644]
sample/images/button_specialB.png [new file with mode: 0644]
sample/images/button_specialC.png [new file with mode: 0644]
sample/images/button_specialD.png [new file with mode: 0644]
sample/index.html [new file with mode: 0644]
sample/js/SimpleLogger.js [new file with mode: 0644]
sample/js/main.js [new file with mode: 0644]
sample/js/remotemenu.js [new file with mode: 0644]
sample/js/stylechooser.js [new file with mode: 0644]
sample/lib [new symlink]
sample/plugins/media/media.css [new file with mode: 0644]
sample/plugins/media/media.html [new file with mode: 0644]
sample/plugins/media/media.js [new file with mode: 0644]