Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

packages-apps-DeskClock: Listed des commits

packages/apps/DeskClock


RSS
Révision l'heure Auteur
c1a90e6 eclair-x86 2010-04-18 00:13:01 Wallace Wang

set alarm volume adjustable and disable vibrate for platform

5553de6 2010-02-06 01:09:39 The Android Open Source Project

reconcile main tree with open-source eclair

a0ec6a0 2010-01-30 07:09:22 The Android Open Source Project

reconcile android-2.1_r1 snapshot

6ecdecc 2010-01-21 08:41:14 Eric Fischer

Add translations for Dock Settings menu item.

9fa4cc9 2010-01-21 00:14:56 Daniel Sandler

Add Dock Settings menu item to DeskClock.

Bug: 2367275

6e37178 2010-01-16 13:48:05 Daniel Sandler

Re-schedule screen saver mode when returning to normal.

Fixes http://b/2317620

3866899 2010-01-15 04:39:36 Daniel Sandler

Fix http://b/2326879 (drawing glitches)

9719d9e 2010-01-13 08:19:11 The Android Open Source Project

android-2.1_r1 snapshot

edf8fcf 2010-01-12 07:32:57 The Android Open Source Project

empty initial commit

e7c9540 2010-01-09 04:37:41 Daniel Sandler

Refresh date display at midnight.

Fixes http://b/2341789

3d4de66 2009-12-11 16:07:36 Daniel Sandler

Dismiss the desk clock if it was launched by docking.

In other words: if the clock is behaving like a dock app
(launched by a dock event), it should finish() when the
device is removed from the dock. If, on the other hand,
it's behaving like a regular app (launched from the
Launcher), it should ignore an un-dock event.

This change also removes support for entering the desk dock
via a dialer code (an unnecessary feature since the app can
always be invoked from the Launcher).

Fixes http://b/2302215, approved by hiroshi.

cda260f 2009-12-10 10:25:36 Eric Fischer

Import revised translations. DO NOT MERGE

7e827ac 2009-12-09 00:05:44 Daniel Sandler

Show a long dash instead of 0° if no temperature is available. (DO NOT MERGE)

Fixes http://b/2301604

c1d449d 2009-12-05 04:47:03 Daniel Sandler

Fix http://b/2305223 (DO NOT MERGE)

When placed into night mode (dim mode), the DeskClock must
restore full brightness any time the user returns to it from
another activity. There are two reasons for this:

1. The other activity won't be dim, so it's sort of jarring
to return to an almost-black screen.

2. As indicated in bug 2305223, visiting another activity is
a useful way to restore the display if it's so dark that
you can't see it to find the nightmode toggle button
(e.g., ambient lighting is very bright).

630cb4a 2009-12-03 08:02:42 Android (Google) Code Review

Merge change Iabe6771c into eclair

* changes:
Import revised translations. DO NOT MERGE

abe6771 2009-12-03 07:56:13 Eric Fischer

Import revised translations. DO NOT MERGE

1196a72 2009-12-03 05:49:26 Android (Google) Code Review

Merge change I63863614 into eclair

* changes:
Continued UI fit-and-finish for DeskClock.

a405d7d 2009-12-03 05:00:46 Android (Google) Code Review

Merge change I0a8adab9 into eclair

* changes:
Reduce screen saver delay to 5 min.

9bc32c6 2009-12-02 22:28:32 Patrick Scott

Reverting this change to fix 2252466.

Specifying multiple ringtone types makes the volume stream change to ringer
instead of alarm. This prevents the user from changing the alarm volume inside
the picker.

0a8adab 2009-12-02 07:23:59 Daniel Sandler

Reduce screen saver delay to 5 min.

Discussion in http://b/2282444 and http://b/2227579

90c4833 2009-12-01 05:56:10 Patrick Scott

UI changes based on feedback from Jeff and Amar.

Bug: 2278206

77f3d89 2009-12-01 04:55:43 Android (Google) Code Review

Merge change I1afe6674 into eclair

* changes:
Import revised translations. DO NOT MERGE

1afe667 2009-12-01 04:35:47 Eric Fischer

Import revised translations. DO NOT MERGE

9837959 2009-11-27 22:10:54 Eric Laurent

Fix issue 2192673: Music Pausing Even when notifications are set to silent.

Do not play alarms if alarm stream volume is 0.

6386361 2009-11-24 06:00:02 Daniel Sandler

Continued UI fit-and-finish for DeskClock.

Bug: http://b/2278197

ddacabc 2009-11-24 01:37:05 Daniel Sandler

Add "add alarm" menu to the DeskClock activity.

Rather than copying code from AlarmClock, there is now a
version of addNewAlarm() that can be invoked from any
activity. (AlarmClock now uses it, along with DeskClock.)

Part of bug http://b/2278197 .

aa37871 2009-11-20 06:06:27 Patrick Scott

Asynchronously handle TIME_TICK to not block the broadcast.

BUG: 2268458

80124aa 2009-11-20 02:03:36 Patrick Scott

Make the alert layout a little better.

Align the time and am/pm text. Pad the alarm message a little more as well as
the time. Use standard colors and appearances for some of the text.

bb4dbac 2009-11-19 23:13:48 Patrick Scott

Allow picking ringtones as alarm alerts.

The original request was for just a few of the ringtones but that really isn't
possible with the current framework. Media files are classified by what folder
they are transferred to during the build. It would be nice to have a way to
specify what media files should be allowed in the list of ringtones but for now,
I think it is ok to allow selecting any of the built-in ringtones.

b95b7a6 2009-11-19 05:18:43 Daniel Sandler

Myriad fixes & cleanups in DeskClock.

- Force the weather widget to actually fetch new data at
the moment the device is docked, or when the screensaver
disappears (if the device is plugged in).
- Use Intent.FLAG_ACTIVITY_CLEAR_TOP to launch weather,
music, and gallery to avoid jumping into the middle of
their task stacks (http://b/2267831)
- Fix layout issues with weather, particularly when the
Genie widget is unavailable. (relates to
http://b/2254472)
- Internationalize the error message shown when Genie
malfunctions.
- Clean up weather & time displays to match UX specs more
closely (fonts, shadow crop issues).
- Remove some tabs in XML.
- Internal cleanup: use "query" in the name of functions &
variables related to getting updated weather from Genie;
use "fetch" to refer to downloading new weather data from
the network

Afficher sur ancien navigateur de dépôt.