OSDN Git Service

auto import from //depot/cupcake/@135843
authorThe Android Open Source Project <initial-contribution@android.com>
Wed, 4 Mar 2009 03:32:15 +0000 (19:32 -0800)
committerThe Android Open Source Project <initial-contribution@android.com>
Wed, 4 Mar 2009 03:32:15 +0000 (19:32 -0800)
commit5fedae0fb8cc29db88719329d52bdd62aad14277
tree6c718e8d25c1c732b275cabe9e3d281e27994cfc
parent8d7704fad6d9e52865b1789948e20e2f8b200823
auto import from //depot/cupcake/@135843
72 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/animate_circle.xml [new file with mode: 0644]
res/drawable/circle0.png [new file with mode: 0644]
res/drawable/circle1.png [new file with mode: 0644]
res/drawable/circle2.png [new file with mode: 0644]
res/drawable/circle3.png [new file with mode: 0644]
res/drawable/clock_dial.png [new file with mode: 0644]
res/drawable/clock_hour.png [new file with mode: 0644]
res/drawable/clock_minute.png [new file with mode: 0644]
res/drawable/clockdroid2_dial.png [new file with mode: 0644]
res/drawable/clockdroid2_hour.png [new file with mode: 0644]
res/drawable/clockdroid2_minute.png [new file with mode: 0644]
res/drawable/clockdroids_dial.png [new file with mode: 0644]
res/drawable/clockdroids_hour.png [new file with mode: 0644]
res/drawable/clockdroids_minute.png [new file with mode: 0644]
res/drawable/clockgoog_dial.png [new file with mode: 0644]
res/drawable/clockgoog_hour.png [new file with mode: 0644]
res/drawable/clockgoog_minute.png [new file with mode: 0644]
res/drawable/gadget_clock_dial.png [new file with mode: 0644]
res/drawable/gadget_clock_hour.png [new file with mode: 0644]
res/drawable/gadget_clock_minute.png [new file with mode: 0644]
res/drawable/ic_launcher_alarmclock.png [new file with mode: 0755]
res/drawable/ic_menu_clock_face.png [new file with mode: 0644]
res/layout-land/alarm_alert.xml [new file with mode: 0644]
res/layout-land/alarm_clock.xml [new file with mode: 0644]
res/layout/alarm_alert.xml [new file with mode: 0644]
res/layout/alarm_clock.xml [new file with mode: 0644]
res/layout/alarm_time.xml [new file with mode: 0644]
res/layout/analog_gadget.xml [new file with mode: 0644]
res/layout/clock_basic_bw.xml [new file with mode: 0644]
res/layout/clock_droid2.xml [new file with mode: 0644]
res/layout/clock_droids.xml [new file with mode: 0644]
res/layout/clock_googly.xml [new file with mode: 0644]
res/layout/clockpicker.xml [new file with mode: 0644]
res/layout/digital_clock.xml [new file with mode: 0644]
res/values-cs/strings.xml [new file with mode: 0644]
res/values-de/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-ru/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/colors.xml [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
res/values/styles.xml [new file with mode: 0644]
res/xml/alarm_prefs.xml [new file with mode: 0644]
res/xml/analog_gadget.xml [new file with mode: 0644]
src/com/android/alarmclock/AlarmAlert.java [new file with mode: 0644]
src/com/android/alarmclock/AlarmAlertWakeLock.java [new file with mode: 0644]
src/com/android/alarmclock/AlarmClock.java [new file with mode: 0644]
src/com/android/alarmclock/AlarmInitReceiver.java [new file with mode: 0644]
src/com/android/alarmclock/AlarmKlaxon.java [new file with mode: 0644]
src/com/android/alarmclock/AlarmPreference.java [new file with mode: 0644]
src/com/android/alarmclock/AlarmProvider.java [new file with mode: 0644]
src/com/android/alarmclock/AlarmReceiver.java [new file with mode: 0644]
src/com/android/alarmclock/Alarms.java [new file with mode: 0644]
src/com/android/alarmclock/AnalogGadgetProvider.java [new file with mode: 0644]
src/com/android/alarmclock/ClockPicker.java [new file with mode: 0644]
src/com/android/alarmclock/DigitalClock.java [new file with mode: 0644]
src/com/android/alarmclock/Log.java [new file with mode: 0644]
src/com/android/alarmclock/RepeatPreference.java [new file with mode: 0644]
src/com/android/alarmclock/SetAlarm.java [new file with mode: 0644]
src/com/android/alarmclock/ToastMaster.java [new file with mode: 0644]