75744 Commits

Author SHA1 Message Date
Michael Jurka
f0fb68d8c9 Merge "Make APIs to get global search provider public" into jb-dev 2012-04-27 14:41:27 -07:00
Craig Mautner
51bb12b3e5 Call deferred windowFocusChange when draw complete
Move the test for deferred window change notification after the drawing
update. Previously there was never a second check after the drawing
completed so we never sent the notification to the departing window.

Fixes bug 6335849.

Change-Id: I8a7eafdb184567a47ae04f1e597bae4cccf6cf62
2012-04-27 14:39:53 -07:00
Michael Jurka
3f5cfcf2d9 Make APIs to get global search provider public 2012-04-27 14:23:48 -07:00
Jeff Sharkey
098d580cc2 Migrate ringtone playback to SystemUI.
Introduce IRingtonePlayer, which handles playback for both Ringtone
objects and Notifications. SystemUI now hosts this player, which it
registers with AudioService. It also keeps MediaPlayer instances
warm, and cleans them up after stop() or Binder death.

Move both Ringtone and NotificationManagerService to play back audio
through this new interface.

Bug: 6376128, 6350773
Change-Id: I1dcb86d16ee3c4f07cdb2248d33dcff4ead3609a
2012-04-27 14:15:05 -07:00
Sascha Prueter
df4fbef33a am e060fadb: Merge "The tiny-back-button bug found its way back in!" into jb-dev
* commit 'e060fadbef6b7d405785ec2db39ce7ca7a2d0be2':
  The tiny-back-button bug found its way back in!
2012-04-27 13:52:59 -07:00
Sascha Prueter
e060fadbef Merge "The tiny-back-button bug found its way back in!" into jb-dev 2012-04-27 13:50:39 -07:00
Daniel Sandler
e03bc95f06 The tiny-back-button bug found its way back in!
(Horizontal nav bars in landscape are not "vertical"; look
at the view bounds to determine verticality instead of
merely considering the device rotation.)

Bug: 5993561
Change-Id: I70a691f68db1c6417ea2af6f3bb018f99bcabda0
2012-04-27 16:46:28 -04:00
Irfan Sheriff
b678320cfa Recover immediately from driver hang
A firmware crash can now put the interface down without notifiying the framework.
We detect this and recover immediately.

Bug: 6263857
Change-Id: Ib2dc0412fcdf9ce7b90a7fc0fab778f7af9c0513
2012-04-27 13:35:07 -07:00
Irfan Sheriff
e2639d782e Switch to standard commands for pno & power save
Remove DRIVER commands and switch to cfg based commands

Bug: 6318223
Change-Id: I5e21c4bb554c2992a52fd3c1741629645b22ae43
2012-04-27 13:01:04 -07:00
Carlos Valdivia
70ad56f1fe am d0702938: Merge "Add Account button now follow UX guidlines." into jb-dev
* commit 'd070293895cad025ff14b5237c3b07b685396202':
  Add Account button now follow UX guidlines.
2012-04-27 12:59:19 -07:00
Craig Mautner
1efacf7fca Don't resize WindowStates without a Surface.
Check to make sure that a WindowState has a Surface before adding it to
mResizingWindows.

Fixes bug 6300793.

Change-Id: Ieb39422523360dcdd5f5bf8109f061ae1ced62b2
2012-04-27 12:58:21 -07:00
Carlos Valdivia
d070293895 Merge "Add Account button now follow UX guidlines." into jb-dev 2012-04-27 12:57:06 -07:00
Eric Fischer
f168504e12 am 3815860f: Merge "Import translations. DO NOT MERGE" into jb-dev
* commit '3815860f3eee8ac6331a481a03b2a5526ab6a72d':
  Import translations. DO NOT MERGE
2012-04-27 12:47:47 -07:00
Eric Fischer
3815860f3e Merge "Import translations. DO NOT MERGE" into jb-dev 2012-04-27 12:45:10 -07:00
Eric Fischer
023e0534c3 Import translations. DO NOT MERGE
Change-Id: I8196154b165235340eb698ceb86d694e2986bbe5
2012-04-27 12:41:40 -07:00
Eric Fischer
8a3a4d927b am e167c9fc: Merge "Import translations. DO NOT MERGE" into jb-dev
* commit 'e167c9fcb3c3dafd08d85746265a3f7d5bc4a6b3':
  Import translations. DO NOT MERGE
2012-04-27 12:34:08 -07:00
Eric Fischer
e167c9fcb3 Merge "Import translations. DO NOT MERGE" into jb-dev 2012-04-27 12:32:40 -07:00
Eric Fischer
83f2a1e903 Import translations. DO NOT MERGE
Change-Id: Idd0d5aa4657025a03423e155237f820da534ce87
2012-04-27 12:24:55 -07:00
Carlos Valdivia
adb85a4e48 Add Account button now follow UX guidlines.
Bug: 6387717
Change-Id: I4846c346fdbbe1ca34502a96e0277e9b305342b6
2012-04-27 12:01:27 -07:00
Robert Greenwalt
27dc331a27 am aa1346c5: Merge "Add Usb control to svc." into jb-dev
* commit 'aa1346c5cbdfd694fcee13acf99059a1aafa97fe':
  Add Usb control to svc.
2012-04-27 11:57:26 -07:00
Robert Greenwalt
aa1346c5cb Merge "Add Usb control to svc." into jb-dev 2012-04-27 11:55:16 -07:00
Romain Guy
fdd6fc1beb Work-around for a Skia rasterization bug
Bug #6411457

Skia does not generates the bottom right pixel of a rect when
drawing a rect as an SkPath into an alpha8 bitmap.

Change-Id: Ifb5286ae67745c9e44ee387b6d6ad607a9a2e6ce
2012-04-27 11:47:13 -07:00
Yoshihiko Ikenaga
0f8f1e544e am bfb27bbe: Allow override of p2p dialogs
* commit 'bfb27bbefb013220af699881d486cc04be5ec1f5':
  Allow override of p2p dialogs
2012-04-27 11:36:38 -07:00
Yoshihiko Ikenaga
bfb27bbefb Allow override of p2p dialogs
By default, we show dialogs for connection requests and for
user interaction for pin input from the framework.

For applications, that want to make the experience more seamless
we should allow automatic discovery and connection as long
as one app can control it. We allow this for a foreground
app alone right now.

This will be a hidden API for now.

Bug: 6411069
Change-Id: Id342e933073d30eb58bf5a03a47ca26a64df8ddb
Signed-off-by: isheriff@google.com
Signed-off-by: Yoshihiko Ikenaga <yoshihiko.ikenaga@jp.sony.com>
2012-04-27 11:18:14 -07:00
Omari Stephens
4b286aad96 am ca7086f5: Merge "Create a catch-all testcase to handle asynchronous crashes and ANRs" into jb-dev
* commit 'ca7086f5bdbc404b01863770b6023d069f4ab720':
  Create a catch-all testcase to handle asynchronous crashes and ANRs
2012-04-27 11:11:46 -07:00
Steve Block
254db4a45e am 886f138d: Merge "Fix build warning due to WebSettings now being abstract" into jb-dev
* commit '886f138dfe38c222fc955f64d0bff5e21ce54057':
  Fix build warning due to WebSettings now being abstract
2012-04-27 11:11:44 -07:00
Omari Stephens
ca7086f5bd Merge "Create a catch-all testcase to handle asynchronous crashes and ANRs" into jb-dev 2012-04-27 11:10:02 -07:00
Steve Block
886f138dfe Merge "Fix build warning due to WebSettings now being abstract" into jb-dev 2012-04-27 11:09:41 -07:00
Adam Powell
75e8637f44 am f2d75bc0: Merge "Use finishAffinity for automatic up navigation" into jb-dev
* commit 'f2d75bc09af45167915959b9b94c6958c3671e27':
  Use finishAffinity for automatic up navigation
2012-04-27 11:04:45 -07:00
Adam Powell
f2d75bc09a Merge "Use finishAffinity for automatic up navigation" into jb-dev 2012-04-27 11:02:31 -07:00
Daniel Sandler
ba7dc388de am 11dea294: Merge "Propagate change Id1393cef to tablet UI." into jb-dev
* commit '11dea2945124b166f167d4b5a23a059f33c04fa1':
  Propagate change Id1393cef to tablet UI.
2012-04-27 10:26:42 -07:00
Daniel Sandler
c7fffcf399 am f8d0494b: Merge "Allow nav bar height to vary between portrait and landscape." into jb-dev
* commit 'f8d0494bf660fa07e858d09c67dc0aac302a042a':
  Allow nav bar height to vary between portrait and landscape.
2012-04-27 10:26:40 -07:00
Daniel Sandler
11dea29451 Merge "Propagate change Id1393cef to tablet UI." into jb-dev 2012-04-27 10:24:34 -07:00
Daniel Sandler
f8d0494bf6 Merge "Allow nav bar height to vary between portrait and landscape." into jb-dev 2012-04-27 10:24:14 -07:00
Jeff Sharkey
497a73da6d am f5d70fd2: Merge "Protect system services with DUMP permission." into jb-dev
* commit 'f5d70fd2add31cdb2e4ca1e931b47db95fa4b3e0':
  Protect system services with DUMP permission.
2012-04-27 10:18:34 -07:00
Jeff Sharkey
f5d70fd2ad Merge "Protect system services with DUMP permission." into jb-dev 2012-04-27 10:16:40 -07:00
Robert Greenwalt
59d3d86811 Add Usb control to svc.
We used to have control over usb via ndc but recent changes removed that.
The reverse_tether.sh script needs control (on rooted devices) to run
so added this.

bug:4208971
Change-Id: I722fc0e14540890be0d79a0b7d22f23b2d57f20c
2012-04-27 10:06:16 -07:00
Irfan Sheriff
f0b9fb63fd am d52e0c79: Merge "Add support for changing p2p device name" into jb-dev
* commit 'd52e0c791f83d16cb5de32b6a9a1d785aa56b454':
  Add support for changing p2p device name
2012-04-27 09:57:44 -07:00
Irfan Sheriff
d52e0c791f Merge "Add support for changing p2p device name" into jb-dev 2012-04-27 09:55:37 -07:00
Irfan Sheriff
2bdefcab74 Add support for changing p2p device name
Change-Id: Ie13fe2adedd0bac6aa07b3369c4d6a05ef33cd24
Signed-off-by: isheriff@google.com
Signed-off-by: Yoshihiko Ikenaga <yoshihiko.ikenaga@jp.sony.com>
2012-04-27 08:53:34 -07:00
Eric Laurent
e9a76b5281 am c098198e: Merge "system and UI sounds volume policy" into jb-dev
* commit 'c098198eb37974ef117d3d5f0d07fb19ead036dc':
  system and UI sounds volume policy
2012-04-27 08:51:33 -07:00
Eric Laurent
c098198eb3 Merge "system and UI sounds volume policy" into jb-dev 2012-04-27 08:48:51 -07:00
Daniel Sandler
635fb490c5 Propagate change Id1393cef to tablet UI.
Bug: 5854958
Change-Id: I5c9976307ab13398ad2533a57f45d647040c3d4a
2012-04-27 10:46:17 -04:00
Daniel Sandler
9f65c4c34a Allow nav bar height to vary between portrait and landscape.
Change-Id: I1d69e0f4a1772bff6534c5c591e1def26d163708
2012-04-27 10:24:01 -04:00
Daniel Sandler
db11a4ed77 am 2c9ae753: Finally, fix the teensy back button in landscape.
* commit '2c9ae7538819b77c8814217b93a6ef0bf417854a':
  Finally, fix the teensy back button in landscape.
2012-04-27 07:18:38 -07:00
Daniel Sandler
2c9ae75388 Finally, fix the teensy back button in landscape.
Bug: 5993561 (and friends)
Change-Id: I0ccde54ea145e945f1a02d0480585c32cd129911
2012-04-27 10:15:16 -04:00
Daniel Sandler
cd2e6281cb am c2ee231b: Merge "Lights out improvements." into jb-dev
* commit 'c2ee231b5e55f2a6914de2fe7fa3324c9d0aa4ed':
  Lights out improvements.
2012-04-27 04:58:18 -07:00
Daniel Sandler
c2ee231b5e Merge "Lights out improvements." into jb-dev 2012-04-27 04:56:08 -07:00
Steve Block
d26286684b Fix build warning due to WebSettings now being abstract
WebSettings was made abstract in
https://android-git.corp.google.com/g/#/c/177360

current.txt was updated, but this causes a build warning because 16.txt was not
updated to match.

Change-Id: I4e00297361048509fab236f292c07d8a0df28f28
2012-04-27 12:08:43 +01:00
Steve Block
a4dcc77422 am 7e279bc9: Merge "Tweak JavaDoc for WebSettings.setAllowUniversalAccessFromFileURLs() and setAllowFileAccessFromFileURLs()" into jb-dev
* commit '7e279bc91ae1d9a59f00724a2c28ab840bd73423':
  Tweak JavaDoc for WebSettings.setAllowUniversalAccessFromFileURLs() and setAllowFileAccessFromFileURLs()
2012-04-27 03:26:06 -07:00