OSDN Git Service

Initial Contribution
authorThe Android Open Source Project <initial-contribution@android.com>
Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)
commit291e1a50b41a6ae47eddb1713dc99d22f96d0c9f
tree8a46fee65988e8383a79cbf68eb46c7f0c4e156d
Initial Contribution
59 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/app_alarm_clock.png [new file with mode: 0644]
res/drawable/background_gradient.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/ic_launcher_alarmclock.png [new file with mode: 0755]
res/drawable/ic_menu_clock_face.png [new file with mode: 0644]
res/drawable/stat_notify_alarm.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_clock.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-rDE/strings.xml [new file with mode: 0644]
res/values-en-rGB/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]
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/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/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]