initial commit
authorJorge Gorbe <slack@codemaniacs.com>
Wed, 30 May 2012 15:49:00 +0000 (17:49 +0200)
committerslack <slack@mint>
Wed, 30 May 2012 15:49:00 +0000 (17:49 +0200)
commit2d726a7faec0123e755f4bae5771719439324612
tree69113a634e463cc1abb4ff637b60ce0fd01f7ebe
initial commit
34 files changed:
Android.mk [new file with mode: 0644]
AndroidManifest.xml [new file with mode: 0644]
default.properties [new file with mode: 0644]
gen/com/slackito/testwallpaper/BuildConfig.java [new file with mode: 0644]
gen/com/slackito/testwallpaper/R.java [new file with mode: 0644]
gen/com/slackito/testwallpaper/ScriptC_testwallpaper.java [new file with mode: 0644]
gen/com/slackito/testwallpaper/ScriptField_SceneFpConsts.java [new file with mode: 0644]
gen/com/slackito/testwallpaper/ScriptField_SceneVpConsts.java [new file with mode: 0644]
gen/com/slackito/testwallpaper/ScriptField_Vertex_s.java [new file with mode: 0644]
gen/com/slackito/testwallpaper/testwallpaper.d [new file with mode: 0644]
proguard.cfg [new file with mode: 0644]
project.properties [new file with mode: 0644]
res/drawable-hdpi/icon.png [new file with mode: 0644]
res/drawable-mdpi/icon.png [new file with mode: 0644]
res/drawable-nodpi/beam.png [new file with mode: 0644]
res/drawable-nodpi/dot.png [new file with mode: 0644]
res/drawable-nodpi/wallpaper_thumb.png [new file with mode: 0644]
res/drawable-xhdpi/icon.png [new file with mode: 0644]
res/layout/main.xml [new file with mode: 0644]
res/raw/.~lock.bgmesh.csv# [new file with mode: 0644]
res/raw/post_fs.glsl [new file with mode: 0644]
res/raw/post_vs.glsl [new file with mode: 0644]
res/raw/scene_fs.glsl [new file with mode: 0644]
res/raw/scene_vs.glsl [new file with mode: 0644]
res/raw/testwallpaper.bc [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
res/xml/wallpaper.xml [new file with mode: 0644]
res/xml/wallpaper_settings.xml [new file with mode: 0644]
src/com/slackito/testwallpaper/TestWallpaperActivity.java [new file with mode: 0644]
src/com/slackito/testwallpaper/TestWallpaperRS.java [new file with mode: 0644]
src/com/slackito/testwallpaper/TestWallpaperService.java [new file with mode: 0644]
src/com/slackito/testwallpaper/TestWallpaperSettings.java [new file with mode: 0644]
src/com/slackito/testwallpaper/TestWallpaperView.java [new file with mode: 0644]
src/com/slackito/testwallpaper/testwallpaper.rs [new file with mode: 0644]