Jeff Brown
d9dd44d867
Add support for secure system overlays. (DO NOT MERGE)
...
This change adds a new window type for secure system overlays
created by the system itself from non-secure system overlays that
might be created by applications that have the system alert permission.
Secure views ignore the presence of secure system overlays.
Bug: 3098519
Change-Id: I8f8398f4fdeb0469e5d71124c21bedf121bd8c07
2010-10-15 16:03:35 -07:00
Shimeng (Simon) Wang
fbccbe1d16
Merge "DO NOT MERGE" into gingerbread
2010-10-15 15:17:22 -07:00
Andreas Huber
a28340d545
Merge "Include the framework copy of the OpenMAX headers instead of referencing external/opencore." into gingerbread
2010-10-15 14:58:54 -07:00
Andreas Huber
4b9f330f25
Merge "Check-in of a copy of the Khronos OpenMAX headers formerly included from external/opencore." into gingerbread
2010-10-15 14:58:05 -07:00
Dianne Hackborn
3f2bb59fd3
Merge "Work on issue #3101415 : Crespo apps seem to have their UID changed over time." into gingerbread
2010-10-15 14:55:06 -07:00
Irfan Sheriff
306bb9fe6a
Merge "fix build DO NOT MERGE" into gingerbread
2010-10-15 14:30:36 -07:00
Justin Ho
bdcc5ce05a
Merge "DO NOT MERGE - Updated media transport controls (hdpi and mdpi)" into gingerbread
2010-10-15 14:26:08 -07:00
Shimeng (Simon) Wang
c255165d89
Merge "DO NOT MERGE" into gingerbread
2010-10-15 14:07:29 -07:00
Leon Scroggins
151b9d0a0b
Merge "Line up textfield with WebTextView more often." into gingerbread
2010-10-15 13:58:38 -07:00
Irfan Sheriff
53d30c41e3
Merge "fetch macaddr right after supplicant connection" into gingerbread
2010-10-15 13:42:38 -07:00
Scott Main
aad5711b5a
am fda5b19c: Merge "docs: fix typo; surface dev guide link in package description" into froyo
...
Merge commit 'fda5b19c757645e957c2a224f269aefe39fb1e1c' into gingerbread
* commit 'fda5b19c757645e957c2a224f269aefe39fb1e1c':
docs: fix typo; surface dev guide link in package description
2010-10-15 12:35:04 -07:00
Scott Main
8d7a285c3a
am 09da9609: docs: fix code snippet errors
...
Merge commit '09da96099917141f2b90d53f61baa822bdd434d7' into gingerbread
* commit '09da96099917141f2b90d53f61baa822bdd434d7':
docs: fix code snippet errors
2010-10-15 12:34:50 -07:00
Justin Ho
d4305a0001
Merge "DO NOT MERGE - Updated ADB icon" into gingerbread
2010-10-15 11:53:49 -07:00
Nick Pelly
0f5fe63019
Merge "NFC: Move NFC service implementation out of system_server." into gingerbread
2010-10-15 10:55:11 -07:00
Scott Main
23e026b474
Merge "docs: fix typo; surface dev guide link in package description" into froyo
2010-10-15 10:46:33 -07:00
Nick Kralevich
8f424f999e
Merge "Update the documentation for content provider security." into gingerbread
2010-10-15 09:17:12 -07:00
Andreas Huber
b515501d04
Merge "Make sure we cache the sampleTable again if using the caching datasource." into gingerbread
2010-10-15 08:49:31 -07:00
Brad Fitzpatrick
2474365946
Merge "Don't crash on null Vibrator during reboot." into gingerbread
2010-10-15 08:36:50 -07:00
Jeff Brown
d055ca828a
Merge "Improve input device calibration format." into gingerbread
2010-10-15 01:15:08 -07:00
Jeff Brown
1ec7a1d547
Merge "Revert to using epoll_wait()." into gingerbread
2010-10-14 22:18:43 -07:00
Jeff Brown
6b337e74f0
Improve input device calibration format.
...
Added support for calibrating touch size for devices that report
size as an area measurement rather than as a width.
Fixed some bugs.
Bug: 3096045
Change-Id: I30a12e73752883516ed054f8af407204bca45814
2010-10-14 21:44:16 -07:00
Hung-ying Tyan
f8490fe476
Merge "SipService: add wake lock for incoming INVITE packets." into gingerbread
2010-10-14 20:49:34 -07:00
Justin Ho
79da3b5b9d
Merge "Updated GPS icons and new status bar background" into gingerbread
2010-10-14 18:32:30 -07:00
Daniel Lehmann
b3756cdd95
Merge "DO NOT MERGE: Private API to pass the selected tab through QuickContacts" into gingerbread
2010-10-14 18:31:16 -07:00
Eric Laurent
4b152c9d77
Merge "Fix issue 3098850" into gingerbread
2010-10-14 18:00:22 -07:00
Joe Onorato
efe61b394a
Merge "Screen on/off animation tweaks" into gingerbread
2010-10-14 17:54:43 -07:00
Mathias Agopian
17b47c4fe6
Merge "[3095807] screen takes a long time to turn on" into gingerbread
2010-10-14 16:49:05 -07:00
Jesse Wilson
1c6c04a1a6
Merge "Test that we don't leak sensitive information when logging cookies." into gingerbread
2010-10-14 15:57:59 -07:00
Mathias Agopian
a6546e5af4
[3095807] screen takes a long time to turn on
...
turn on animation is now ~200 ms (12 frames).
Change-Id: I49ca9e8d0afa566349d360b3b6c88f0d55aa6e75
2010-10-14 15:39:21 -07:00
Mathias Agopian
abd671a08a
addresses parts of 3096779 and 3097475
...
3097475: Animation setting should control the screen on animation
3096779: CRT power-on animation can briefly show the top app instead of lockscreen
There is now a parameter that controls wether the ON and/or OFF animation are
performed. we also always clear the screen to black on power off, to make
sure it won't briefly appear on power on.
HOWEVER, 3096779 is not 100% fixed in the case where we're doing the animation
because there is a race, where SF doesn't wait (b/c it doesn't know) for the
framework to have redrawn the lockscreen.
Change-Id: Ie0f02c9225fcdf24b1e8907e268eb7da2c5b0a03
2010-10-14 14:57:34 -07:00
Mathias Agopian
63be8ccc94
Merge "fix [3095607] Gingerbread screen turn-on animation does not show the last frame" into gingerbread
2010-10-14 14:53:55 -07:00
Kenny Root
542c8ead1d
Merge "Import revised translations" into gingerbread
2010-10-14 14:17:57 -07:00
Raphael Moll
6f3c5bd194
Merge "MinGW/Cygwin requires open() in O_BINARY mode." into gingerbread
2010-10-14 13:01:17 -07:00
Mathias Agopian
a7f0373533
fix [3095607] Gingerbread screen turn-on animation does not show the last frame
...
always redraw the screen entirely after the power-on animation, because:
- the animation may not run (ie: on the emu)
- the animation may not contain the video planes
- the interpolation may not be perfect and not land exactly on the last frame
Change-Id: I9ba40f537b1e94464f8a3ed6f81e7c2f552df51d
2010-10-14 12:46:24 -07:00
Mathias Agopian
295c7002f6
Merge "may fix 3097381 and 3097482. don't abort on/off if the animation fails" into gingerbread
2010-10-14 12:38:51 -07:00
Jaikumar Ganesh
8e1e9df48f
Merge "Check for state before disconnecting." into gingerbread
2010-10-14 12:36:00 -07:00
Mathias Agopian
015fb3fb41
may fix 3097381 and 3097482. don't abort on/off if the animation fails
...
now that sf handles more of the screen on/off state, we don't want to abort
because/if the animation fails for some reason (which will be the case on the
emulator).
Change-Id: I239e0a39cf8aff3074647e82db92de4a0bf0e494
2010-10-14 12:24:54 -07:00
Joe Malin
43233b1a43
Merge "DOC CHANGE: Fix bug in Testing doc" into gingerbread
2010-10-14 12:05:33 -07:00
Jeff Brown
c04563d340
Merge "Make sure EventHub reports added/removed devices immediately." into gingerbread
2010-10-14 11:52:58 -07:00
Roy West
7b379f690b
Merge "Change storage names to match 10-13 decision" into gingerbread
2010-10-14 11:15:50 -07:00
Joe Onorato
1013d9e5df
Merge "Do not build pbkdf2gen on non-Linux hosts" into gingerbread
2010-10-14 10:59:37 -07:00
Gilles Debunne
8aa3f28b6f
Merge "Really leave text selection mode when using the trackball." into gingerbread
2010-10-14 10:58:59 -07:00
Jeff Brown
7e40f36237
Make sure EventHub reports added/removed devices immediately.
...
Fixed a bug where EventHub would not report changes in devices
until the next event.
Bug: 3096147
Change-Id: Ie4c3e1d14d0ad806cfaa212611ce06034d1b94d4
2010-10-14 02:23:43 -07:00
Raphael Moll
2cf43c6988
MinGW/Cygwin requires open() in O_BINARY mode.
...
Alsso printf %zd is not supported on MinGW/Cygwin.
Change-Id: I03811dabb46e2b05dd1d8abcc0ff97b125c77d54
2010-10-13 21:55:15 -07:00
Hung-ying Tyan
9f2c66df5d
Merge "Make SipService listen to WIFI state change events." into gingerbread
2010-10-13 18:36:31 -07:00
Kenny Root
7f7c9a24b6
Merge "OBB: use PBKDF2 for key generation." into gingerbread
2010-10-13 18:29:43 -07:00
Kenny Root
95a6889312
OBB: use PBKDF2 for key generation.
...
Switch to using PBKDF2 for the key generation for OBBs. Any previously
generated OBBs will stop being read correctly. A small pbkdf2gen program
is available to allow generation of appropriate keys with the salts.
Bug: 3059950
Change-Id: If4305c989fd692fd1150eb270dbf751e09c37295
2010-10-13 18:25:33 -07:00
David Brown
5ebbba59e7
Merge "Reduce CallerInfoAsyncQuery logging in user builds (STOPSHIP cleanup)" into gingerbread
2010-10-13 17:48:05 -07:00
Justin Ho
a81d5212c2
Merge "Updated media transport controls" into gingerbread
2010-10-13 17:42:03 -07:00
Justin Ho
6ea889064d
Merge "Updating popup center asset (v5)" into gingerbread
2010-10-13 17:15:00 -07:00