1. 03 Nov, 2011 1 commit
    • Daniel Sandler's avatar
      Disable DeskClock's dock behavior. · 48df859a
      Daniel Sandler authored
      This is now handled by Android Dreams (screensavers) via
      SystemUI, which now responds to DESK_DOCK intents.
      
      Bug: 3155234
      Change-Id: Ie94941367ae7f473363e1c84be44248b7efc4044
      48df859a
  2. 02 Nov, 2011 1 commit
    • Daniel Sandler's avatar
      DeskClock is no longer a "dock home". · 1fd37911
      Daniel Sandler authored
      It will launch when you dock your ICS device, but it will no
      longer take over the home key.
      
      The "dock home" feature still makes sense for, e.g., car
      docks where it's appropriate to cripple the device in this
      way, but for desktop docks it's just annoying.
      
      In this case it's worse, though, because DeskClock has shed
      all of its dock home features (including, notably, a button
      to take you to the real Launcher). Without this change, a
      docked device is trapped in DeskClock (unless you use
      recents or a notification to escape to some other app).
      
      Bug: 5551030
      Change-Id: Ib143a33b69b3cb3d092779a8f322e3ed8ae16a84
      1fd37911
  3. 29 Sep, 2011 1 commit
    • Erik's avatar
      Switch to holo theme · aa4a3195
      Erik authored
      Change-Id: I16b1de8ac5adb6c030188bd7803d1cb0ff932233
      aa4a3195
  4. 30 Aug, 2011 1 commit
  5. 24 Aug, 2011 1 commit
    • Daniel Sandler's avatar
      Fix the design of the alarm popup that wakes the device. · 70650663
      Daniel Sandler authored
      The only way to turn on the screen is to have a fullscreen
      theme; doing so disallows us access to the platform styles
      for the alert/dialog themes, so this change pulls in a copy
      of the correct background bitmap. (We are able, at least,
      to use the Holo version of the fullscreen transparent theme,
      which causes the buttons to have the correct appearance.)
      
      There's now also a separate layout file for the fullscreen
      case so we don't apply this new decoration when a proper
      dialog is available to us (read: the screen was already
      unlocked).
      
      Finally, tweak AndroidClockTextView so Eclipse doesn't choke
      on the layout files.
      
      Bug: 5108144
      Change-Id: Ifc153bd9d7a3b9e3d0e18e94ec1b9545976f3759
      70650663
  6. 08 Jul, 2011 1 commit
  7. 30 Jun, 2011 1 commit
  8. 20 May, 2011 1 commit
    • Daniel Sandler's avatar
      DeskClock dream (screensaver module). · c57490df
      Daniel Sandler authored
      Essentially a duplicate of the moving-clock screensaver
      introduced with Nexus One, but in a convenient Dream
      activity.
      
      (depends on I4559a95 for android.dreams in support lib)
      
      Change-Id: I01b3d431b6b80665b8a9a477e7d6ac6cd579d0f2
      c57490df
  9. 15 Feb, 2011 1 commit
  10. 19 Jan, 2011 1 commit
  11. 16 Jan, 2011 1 commit
  12. 15 Dec, 2010 1 commit
    • Patrick Scott's avatar
      Implement EXTRA_SKIP_UI. · 77f14bd0
      Patrick Scott authored
      Change SetAlarm to take an alarm object instead of just the id.  Have
      HandleSetAlarm pass the new Alarm object to the activity if EXTRA_SKIP_UI is
      false.
      
      Update TestAddAlarm to toggle the UI.
      
      Bumped version number.
      
      Bug: 3284120
      Change-Id: Ie84ac8e3d7a63bfd64e40c626e577ce8b1f371b9
      77f14bd0
  13. 23 Nov, 2010 1 commit
  14. 28 Sep, 2010 2 commits
    • Patrick Scott's avatar
      Upgrade the version to 2.0.2 · 2142694a
      Patrick Scott authored
      Change-Id: I82051620dc48b5cecdee954f377977c29fb5bc5e
      2142694a
    • Patrick Scott's avatar
      Manually merge the following commit: · 4d42d3de
      Patrick Scott authored
      Handle the new set alarm intent.
      
      Enable a few options by default and check for duplicates.
      
      Also remove the previous public provider for setting alarms since we went with a
      different approach.
      
      Change-Id: I6c99e9729caad0c6f99f1a18d4a7599ad9bb2c9b
      4d42d3de
  15. 24 Sep, 2010 1 commit
  16. 04 Aug, 2010 1 commit
  17. 07 Jul, 2010 1 commit
  18. 14 Jun, 2010 1 commit
  19. 14 Apr, 2010 1 commit
  20. 12 Mar, 2010 1 commit
  21. 04 Mar, 2010 2 commits
  22. 12 Feb, 2010 1 commit
  23. 11 Feb, 2010 1 commit
  24. 12 Jan, 2010 1 commit
  25. 11 Dec, 2009 2 commits
  26. 23 Nov, 2009 1 commit
  27. 12 Nov, 2009 1 commit
    • Daniel Sandler's avatar
      Fix http://b/2249983 . · 8423a177
      Daniel Sandler authored
      Place the other activities in Clock in their own task
      affinity and hide them from the recent apps list.
      
      Additionally, launch other apps with the new task flag
      (since we're behaving like a launcher).
      8423a177
  28. 02 Nov, 2009 1 commit
    • Daniel Sandler's avatar
      AlarmClock tweaks. · e6cf24db
      Daniel Sandler authored
      - No more layout jumps when switching between dim/undim
        modes
      - Now registers itself as the "dock home"---that is, it
        hijacks the home softkey away from Launcher while the
        device is docked
      - Shows "on top" of the keyguard; all exits, however, will
        return to the keyguard before completing
      - Now uses the WindowManager to hold a wakelock when
        necessary
      - Tweaked weather display (bringing the weather icon size
        under control)
      e6cf24db
  29. 29 Oct, 2009 1 commit
    • Daniel Sandler's avatar
      Show weather forecast in DeskClock. · 2763ab4c
      Daniel Sandler authored
      Currently querying the GenieWidget; if it's not present, no
      weather is shown or even hinted at in the UI. If GenieWidget
      is available but fails to respond to the query, we show
      "Weather unavailable." (needs i18n)
      
      Note that Genie's WeatherProvider is currently broken, so
      for now you'll always see "Weather unavailable."
      
      Other changes:
      
      - Fix dimming/flashing on rotation.
      - Fix other layout problems & inefficiencies.
      2763ab4c
  30. 27 Oct, 2009 1 commit
    • Daniel Sandler's avatar
      Landscape layout for DeskClock. · d1373322
      Daniel Sandler authored
      Created several new sub-layouts that are shared between the
      two orientations.
      
      Known issue: the activity currently re-starts (forgetting
      the dim state) between orientations.
      d1373322
  31. 22 Oct, 2009 1 commit
  32. 19 Oct, 2009 1 commit
    • Patrick Scott's avatar
      Remove the clock face from the alarm list. · aafb2fd2
      Patrick Scott authored
      Remove all the clock layouts except the digital. Remove the clock picker and any
      settings related to change the clock face.
      
      Next step: Move the settings and add alarm menu items to buttons.
      aafb2fd2
  33. 16 Oct, 2009 1 commit
  34. 02 Oct, 2009 1 commit
  35. 22 Sep, 2009 1 commit
  36. 15 Sep, 2009 2 commits
    • Patrick Scott's avatar
      Prevent leaking windows by listening for config changes. · cf730740
      Patrick Scott authored
      Remove the old database sanity check as it will not happen. Remove the strings
      associated with the db error as well. Update the layout of the AlarmClock
      activity during configuration changes so that the activity is no longer
      destroyed and leaking the delete alert.
      cf730740
    • Patrick Scott's avatar
      Revert the AlarmAlert to a rotatable activity. · 6b74f6f5
      Patrick Scott authored
      Remove the orientation from the manifest. Edit the alarm_alert.xml layout to be
      more accommodating to landscape. Add circle#_drawable.xml files that are
      BitmapDrawables for the circle animation. This prevents the background animation
      from being stretched to the view size.
      6b74f6f5