Commit Graph

18279 Commits

Author SHA1 Message Date
Dianne Hackborn
3d7cbbafa1 am c2644096: Merge "Fix issue #5050039: Launcher is sometimes rendering underneath the system/status bar"
* commit 'c2644096b7ddbd9dfbffe329c2b72bf83b3ea231':
  Fix issue #5050039: Launcher is sometimes rendering underneath the system/status bar
2011-08-25 13:15:29 -07:00
Romain Guy
aacf1d7310 am c39e8e89: Merge "Add OpenGL backend to ImageWallpaper Bug #5204874"
* commit 'c39e8e89eb370ed66f552da3be258e57f1aabeb9':
  Add OpenGL backend to ImageWallpaper Bug #5204874
2011-08-25 13:14:23 -07:00
Dianne Hackborn
e67afddf4a am 19bc995e: Merge "Fix animation scale to also scale start offset."
* commit '19bc995e9ae4ec9ea48c183758759e2b68ec964b':
  Fix animation scale to also scale start offset.
2011-08-25 13:14:11 -07:00
Dianne Hackborn
42a6f9e002 am 2da59ffb: Merge "Fix issue #5192141: systemui asplodes after enough tapping on the windowlist button"
* commit '2da59ffbda80594e6312f400341810f91e1d333a':
  Fix issue #5192141: systemui asplodes after enough tapping on the windowlist button
2011-08-25 13:06:03 -07:00
Flavio Lerda
d9c1aa608c am 192df696: Merge "Add a few columns for caching to the call log."
* commit '192df696d3499258d6d3ae383a5ab05a5021d875':
  Add a few columns for caching to the call log.
2011-08-25 13:05:47 -07:00
Irfan Sheriff
5d1965357d am a407aef8: Merge "Added support for multiple DNS servers."
* commit 'a407aef8985f8a7503438ca33f271edceb2e11dd':
  Added support for multiple DNS servers.
2011-08-25 13:04:38 -07:00
Chet Haase
c48053c03f am 4694b7f1: Merge "Fix docs for fill behavior in Animation class."
* commit '4694b7f1866ae423c548eeb429c3b2a76c26f0be':
  Fix docs for fill behavior in Animation class.
2011-08-25 13:03:53 -07:00
satok
7435c945fd am cfc0f2c2: Merge "Add functions to set / get SpellCheckerSubtype"
* commit 'cfc0f2c206af24350245f83b36e0032a7d4de49a':
  Add functions to set / get SpellCheckerSubtype
2011-08-25 11:33:20 -07:00
Adam Powell
a955464f36 am bc714a35: Merge "Fix bug 5205275 - SwitchPreference doesn\'t allow Switch to slide back and forth."
* commit 'bc714a357d79c2315cc665eb706b465334cb9716':
  Fix bug 5205275 - SwitchPreference doesn't allow Switch to slide back and forth.
2011-08-25 11:32:13 -07:00
Jeff Sharkey
178e3a3945 am 006efb24: Merge "Proactively disable data when over policy limit."
* commit '006efb24706378293a2faa137c7c7ca34a2e15cd':
  Proactively disable data when over policy limit.
2011-08-25 11:31:30 -07:00
Jason Simmons
df6bb0a7ee resolved conflicts for merge of 33264596 to ics-aah
Change-Id: I1b0b2c3a63d97d49940666ceec71293bdbab4e2e
2011-08-25 09:57:48 -07:00
Dianne Hackborn
c2644096b7 Merge "Fix issue #5050039: Launcher is sometimes rendering underneath the system/status bar" 2011-08-24 17:39:07 -07:00
Romain Guy
c39e8e89eb Merge "Add OpenGL backend to ImageWallpaper Bug #5204874" 2011-08-24 17:09:30 -07:00
Romain Guy
407ec78b82 Add OpenGL backend to ImageWallpaper
Bug #5204874

Currently disabled.

Change-Id: I5e7b35dce2981b0691f107e39c6394b260466543
2011-08-24 17:06:58 -07:00
Dianne Hackborn
fa6b35be12 Fix issue #5050039: Launcher is sometimes rendering underneath the system/status bar
It looks like this is caused by the change in HC to stop activities when
the screen is off.  ViewRootImpl (a.k.a. ViewRoot) has special code to
avoid doing work when it is stopped, and it is now stopped when the screen
is off.  The problem here is if the window's activity is stopped when the
window is first displayed, then it would never do the initial fitSystemWindows()
with the status bar offsets given by the window manager, and never do this
again until the status bar changes.

Also included here is some re-arranging of the code dealing with the offsets
changing, because it was dealt with in two places and only one had a bunch of
code dealing with HW accelerated drawing and performing the fade transition
between states.  Now all of that is unified into one place.

Change-Id: I9828f02664cc622dbf186effb1f685a8aa4456a1
2011-08-24 17:03:54 -07:00
Dianne Hackborn
a4bacb8b74 Fix animation scale to also scale start offset.
Also more better info in meminfo dump.

Change-Id: I45ab41821cd8dd81b61605de6a0cf7074e76c71a
2011-08-24 15:12:38 -07:00
Dianne Hackborn
2da59ffbda Merge "Fix issue #5192141: systemui asplodes after enough tapping on the windowlist button" 2011-08-24 12:07:10 -07:00
Flavio Lerda
192df696d3 Merge "Add a few columns for caching to the call log." 2011-08-24 12:07:03 -07:00
Dianne Hackborn
cfb9f2bca3 Fix issue #5192141: systemui asplodes after enough tapping on the windowlist button
Change-Id: I5afb2d54b531d9eac9435660616579324f239812
2011-08-24 12:06:15 -07:00
Irfan Sheriff
a407aef898 Merge "Added support for multiple DNS servers." 2011-08-24 11:46:12 -07:00
Chet Haase
4694b7f186 Merge "Fix docs for fill behavior in Animation class." 2011-08-24 11:38:23 -07:00
Chet Haase
d8991c4ab0 Fix docs for fill behavior in Animation class.
Change-Id: I9230e9b9841dbecead51a6716195749b0c5a0e39
2011-08-24 07:20:53 -07:00
Flavio Lerda
2d538d44e2 Add a few columns for caching to the call log.
These columns store additional information about the contact associated
with a call log entry and are needed by the new functionality present in
the call log.

The information is used only internally by the call log, so these column
do not need to be part of the public API.

Bug: 5101753
Change-Id: Ie2160a157497f10ba5fc95c5fcf3b4095a99753a
2011-08-24 13:02:34 +01:00
satok
cfc0f2c206 Merge "Add functions to set / get SpellCheckerSubtype" 2011-08-24 00:26:01 -07:00
satok
ada8c4e6a3 Add functions to set / get SpellCheckerSubtype
Change-Id: I977326879fe201c4dee4a87da361217175eb6041
2011-08-24 16:00:55 +09:00
Adam Powell
bc714a357d Merge "Fix bug 5205275 - SwitchPreference doesn't allow Switch to slide back and forth." 2011-08-23 21:56:16 -07:00
Jeff Sharkey
006efb2470 Merge "Proactively disable data when over policy limit." 2011-08-23 21:26:51 -07:00
Adam Powell
94f67e2af6 Fix bug 5205275 - SwitchPreference doesn't allow Switch to slide back
and forth.

Also have the SwitchPreference's Switch widget's onClick listener
toggle the switch rather than invoke the preference's own onClick
method. This will allow subclasses to assign different behavior to
clicking the preference itself if desired.

Change-Id: I97e3b7a786e9f0e8bdc03c0ed6001caa7dcd991b
2011-08-23 21:17:07 -07:00
Jeff Sharkey
8e28b7d782 Proactively disable data when over policy limit.
Add policy controls to NetworkStateTracker which are combined with
other user preference and internal flags to decide if data connection
should be established.  Better locking around enabled flags.

When data network would be over limit, proactively disable data on
that network.  Enable when policy is snoozed or when cycle resets.

Track and dismiss notifications from now-stale policies.

Bug: 4587023, 5178147
Change-Id: Ibfcc9f73cda7c369209af701b46eddd3d1943f2d
2011-08-23 18:45:44 -07:00
Dianne Hackborn
332645960c Merge "Fix issue #4279860: previous UI flashes before showing lock screen..." 2011-08-23 18:13:51 -07:00
Dianne Hackborn
29aae6f36e Fix issue #4279860: previous UI flashes before showing lock screen...
...(when turning display on after recently turning it off)

Also clean up when we decide to turn the screen on to improve that
transition.  There are still problems here with turning it on
before the wallpaper gets dispayed.

Change-Id: I2bc56c12e5ad75a1ce5a0546f43a845bf0823e66
2011-08-23 17:44:52 -07:00
Adam Powell
d44b0df105 am 0e1e5223: Merge "Fix bug 5149918 - Can\'t call ProgressDialog.setProgressNumberFormat() before dialog is shown"
* commit '0e1e5223f96250e84323ae95d8cc9bd474b93502':
  Fix bug 5149918 - Can't call ProgressDialog.setProgressNumberFormat() before dialog is shown
2011-08-23 17:13:50 -07:00
Adam Powell
5d4faa91f7 Fix bug 5149918 - Can't call ProgressDialog.setProgressNumberFormat()
before dialog is shown

Change-Id: I287637e022fb653f02b45b34075eccb68e4a9221
2011-08-23 16:52:35 -07:00
Chet Haase
6aa0ae71a1 am 09d569a5: Merge "Fix invalidation roundoff error with old animations"
* commit '09d569a57e7c8f3d8d6a5f2204643988ae36e07c':
  Fix invalidation roundoff error with old animations
2011-08-23 15:55:41 -07:00
Chet Haase
09d569a57e Merge "Fix invalidation roundoff error with old animations" 2011-08-23 15:11:48 -07:00
Chet Haase
530b22ab4e Fix invalidation roundoff error with old animations
We need to add .5 to the width/height of invalidation areas to
avoid truncation errors.

Change-Id: Iaa2407a91a6a7f6d729af21d45e77e436197df11
2011-08-23 14:36:55 -07:00
Isaac Levy
79e43f679d Added support for multiple DNS servers.
Also increased delay on repeat checks for WWSM.

Change-Id: Ic11b1f37a910c483f48e04dadb539b39fe50e622
2011-08-23 14:04:40 -07:00
Jaikumar Ganesh
0963ed73d3 am 234144b5: Merge "Make profile connection state API public."
* commit '234144b56a5c101b0c095ec387c3412d10069991':
  Make profile connection state API public.
2011-08-23 13:48:28 -07:00
Jaikumar Ganesh
234144b56a Merge "Make profile connection state API public." 2011-08-23 13:45:59 -07:00
Amith Yamasani
9ee5c7a3e2 am 7b71e458: Merge "Update searchables when packages are modified, in case they are enabled/disabled."
* commit '7b71e4586babedd52d7f5d4251b9233cdc20d4fb':
  Update searchables when packages are modified, in case they are enabled/disabled.
2011-08-23 13:37:39 -07:00
Jeff Brown
e916e338ef am ade537a3: Merge "Fix race in removeDeadProvider. Bug: 5202824"
* commit 'ade537a33109cf86a9fd9bd658d9f7fdf6a08002':
  Fix race in removeDeadProvider. Bug: 5202824
2011-08-23 13:35:39 -07:00
Amith Yamasani
7b71e4586b Merge "Update searchables when packages are modified, in case they are enabled/disabled." 2011-08-23 13:34:48 -07:00
Jeff Brown
ade537a331 Merge "Fix race in removeDeadProvider. Bug: 5202824" 2011-08-23 13:33:49 -07:00
Jaikumar Ganesh
9354790fa1 Make profile connection state API public.
Change-Id: I1f2810d4e820142435f7bbda051c98ec3e3cf3eb
2011-08-23 12:21:55 -07:00
Amith Yamasani
75a265490a am defa12e9: Merge "Adjust slider range to be one more than max for base 1 volumes."
* commit 'defa12e95b8d25db5f3e9a044e83d6fe680b67a3':
  Adjust slider range to be one more than max for base 1 volumes.
2011-08-23 12:16:42 -07:00
Amith Yamasani
defa12e95b Merge "Adjust slider range to be one more than max for base 1 volumes." 2011-08-23 12:13:07 -07:00
Amith Yamasani
13bc602b21 Update searchables when packages are modified, in case they are enabled/disabled.
Bug: 5198361 : SearchManagerService doesn't respond to package updates.
Change-Id: I2ac794c5da4769eadd6b860ab0f9123060d2a5e5
2011-08-23 12:11:35 -07:00
Jeff Brown
2a4c5acc27 Fix race in removeDeadProvider.
Bug: 5202824

It's possible for removeDeadProvider to be called after the provider
has already been removed from the provider map due to a race between
binderDied and removing the provider.

Deleted removeDeadProviderLocked; it was dead code.

Change-Id: Iecdc68703225e7ac171746e63f1b3141c6f2ce4c
2011-08-23 11:58:26 -07:00
Amith Yamasani
d47a3aee7a Adjust slider range to be one more than max for base 1 volumes.
Bug: 5191642
Change-Id: Id479ce584753fbb56feed22a8506579f2d9e35fd
2011-08-23 11:11:35 -07:00
Matthew Xie
2097c062b7 am f9838d0b: Merge "Set bluetooth discoverable off at power on time if the timeout is no forever"
* commit 'f9838d0bb961d5464a92819107747237ea1d923c':
  Set bluetooth discoverable off at power on time if the timeout is no forever
2011-08-23 10:55:46 -07:00