OSDN Git Service

android-2.1_r1 snapshot
authorThe Android Open Source Project <initial-contribution@android.com>
Tue, 12 Jan 2010 23:19:25 +0000 (15:19 -0800)
committerThe Android Open Source Project <initial-contribution@android.com>
Tue, 12 Jan 2010 23:19:25 +0000 (15:19 -0800)
commit74e84e6cbea39c5946d86d93460f753e03a90607
tree30e3e55a3913ffe7cdf4c1d4cafc976cf40c7999
parentb964b7c43de690a3503f0011989112709c885048
android-2.1_r1 snapshot
82 files changed:
Android.mk [new file with mode: 0644]
AndroidManifest.xml [new file with mode: 0644]
MODULE_LICENSE_APACHE2 [new file with mode: 0644]
NOTICE [new file with mode: 0644]
res/drawable-hdpi/flares.png [new file with mode: 0644]
res/drawable-hdpi/galaxy_thumb.jpg [new file with mode: 0644]
res/drawable-hdpi/glow.png [new file with mode: 0644]
res/drawable-hdpi/grass_thumb.jpg [new file with mode: 0644]
res/drawable-hdpi/ic_launcher_wallpaper.png [new file with mode: 0644]
res/drawable-hdpi/leaves.png [new file with mode: 0644]
res/drawable-hdpi/led_blue.png [new file with mode: 0644]
res/drawable-hdpi/led_green.png [new file with mode: 0644]
res/drawable-hdpi/led_red.png [new file with mode: 0644]
res/drawable-hdpi/led_yellow.png [new file with mode: 0644]
res/drawable-hdpi/light1.jpg [new file with mode: 0644]
res/drawable-hdpi/nexus_thumb.jpg [new file with mode: 0644]
res/drawable-hdpi/night.jpg [new file with mode: 0644]
res/drawable-hdpi/polarclock_thumb.jpg [new file with mode: 0644]
res/drawable-hdpi/pond.jpg [new file with mode: 0644]
res/drawable-hdpi/pulse.png [new file with mode: 0644]
res/drawable-hdpi/pyramid_background.png [new file with mode: 0644]
res/drawable-hdpi/seethru_thumb.png [new file with mode: 0644]
res/drawable-hdpi/sky.jpg [new file with mode: 0644]
res/drawable-hdpi/space.jpg [new file with mode: 0644]
res/drawable-hdpi/sunrise.jpg [new file with mode: 0644]
res/drawable-hdpi/sunset.jpg [new file with mode: 0644]
res/drawable-hdpi/water_thumb.jpg [new file with mode: 0644]
res/raw/distort.rs [new file with mode: 0644]
res/raw/fall.rs [new file with mode: 0644]
res/raw/galaxy.rs [new file with mode: 0644]
res/raw/grass.rs [new file with mode: 0644]
res/raw/nexus.rs [new file with mode: 0644]
res/values-cs/strings.xml [new file with mode: 0644]
res/values-da/strings.xml [new file with mode: 0644]
res/values-de/strings.xml [new file with mode: 0644]
res/values-el/strings.xml [new file with mode: 0644]
res/values-es-rUS/strings.xml [new file with mode: 0644]
res/values-es/strings.xml [new file with mode: 0644]
res/values-fr/strings.xml [new file with mode: 0644]
res/values-it/strings.xml [new file with mode: 0644]
res/values-ja/strings.xml [new file with mode: 0644]
res/values-ko/strings.xml [new file with mode: 0644]
res/values-nb/strings.xml [new file with mode: 0644]
res/values-nl/strings.xml [new file with mode: 0644]
res/values-pl/strings.xml [new file with mode: 0644]
res/values-pt-rPT/strings.xml [new file with mode: 0644]
res/values-pt/strings.xml [new file with mode: 0644]
res/values-ru/strings.xml [new file with mode: 0644]
res/values-sv/strings.xml [new file with mode: 0644]
res/values-tr/strings.xml [new file with mode: 0644]
res/values-zh-rCN/strings.xml [new file with mode: 0644]
res/values-zh-rTW/strings.xml [new file with mode: 0644]
res/values/arrays.xml [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
res/xml/fall.xml [new file with mode: 0644]
res/xml/galaxy.xml [new file with mode: 0644]
res/xml/grass.xml [new file with mode: 0644]
res/xml/nexus.xml [new file with mode: 0644]
res/xml/polar_clock.xml [new file with mode: 0644]
res/xml/polar_clock_palettes.xml [new file with mode: 0644]
res/xml/polar_clock_prefs.xml [new file with mode: 0644]
res/xml/walkaround.xml [new file with mode: 0644]
src/com/android/wallpaper/RenderScriptScene.java [new file with mode: 0644]
src/com/android/wallpaper/RenderScriptWallpaper.java [new file with mode: 0644]
src/com/android/wallpaper/fall/Fall.java [new file with mode: 0644]
src/com/android/wallpaper/fall/FallRS.java [new file with mode: 0644]
src/com/android/wallpaper/fall/FallView.java [new file with mode: 0644]
src/com/android/wallpaper/fall/FallWallpaper.java [new file with mode: 0644]
src/com/android/wallpaper/galaxy/Galaxy.java [new file with mode: 0644]
src/com/android/wallpaper/galaxy/GalaxyRS.java [new file with mode: 0644]
src/com/android/wallpaper/galaxy/GalaxyView.java [new file with mode: 0644]
src/com/android/wallpaper/galaxy/GalaxyWallpaper.java [new file with mode: 0644]
src/com/android/wallpaper/grass/Grass.java [new file with mode: 0644]
src/com/android/wallpaper/grass/GrassRS.java [new file with mode: 0644]
src/com/android/wallpaper/grass/GrassView.java [new file with mode: 0644]
src/com/android/wallpaper/grass/GrassWallpaper.java [new file with mode: 0644]
src/com/android/wallpaper/grass/SunCalculator.java [new file with mode: 0644]
src/com/android/wallpaper/nexus/NexusRS.java [new file with mode: 0644]
src/com/android/wallpaper/nexus/NexusWallpaper.java [new file with mode: 0644]
src/com/android/wallpaper/polarclock/PolarClockSettings.java [new file with mode: 0644]
src/com/android/wallpaper/polarclock/PolarClockWallpaper.java [new file with mode: 0644]
src/com/android/wallpaper/walkaround/WalkAroundWallpaper.java [new file with mode: 0644]