Mathias Agopian
0ee55fd4e5
Merge "SensorManager reconnects to sensor service when the later dies" into ics-mr0
2011-10-17 15:50:36 -07:00
Jeff Sharkey
24a0b87227
Merge "Validate commands and arguments." into ics-mr0
2011-10-17 15:29:25 -07:00
Dianne Hackborn
5ac9271214
Merge "Fix stupid bug breaking touch on devices without a nav bar." into ics-mr0
2011-10-17 15:26:18 -07:00
Jamie Gennis
56e96c8c88
Merge "MediaPlayer: properly handle released surfaces" into ics-mr0
2011-10-17 12:38:36 -07:00
Peter Ng
9495156871
Merge "Layout changes to recents" into ics-mr0
2011-10-17 11:57:38 -07:00
Scott Main
690676d72e
Merge "docs: revisions to api overview" into ics-mr0
2011-10-17 11:26:59 -07:00
Jamie Gennis
8e42e48f4e
Merge "SurfaceTexture: report binder transaction failures" into ics-mr0
2011-10-17 11:25:46 -07:00
Dianne Hackborn
15e298bb05
Merge "Fix issue #5445666 : bunch of com.android.server.TextServicesManagerService crashes" into ics-mr0
2011-10-17 11:16:57 -07:00
Daniel Sandler
cc55fd4fee
Merge "Turn off chatty logging." into ics-mr0
2011-10-17 10:50:18 -07:00
Chet Haase
b871b0855c
Merge "Issue 5432115: Speed up notification scrolling" into ics-mr0
2011-10-17 10:50:16 -07:00
Winson Chung
fa0b9fab79
Merge "Showing notifications after taking a screenshot (Bug: 5333706)" into ics-mr0
2011-10-17 10:20:46 -07:00
Amith Yamasani
c8845c16a5
Merge "Add alarm volume to the list of volumes in the volume overlay." into ics-mr0
2011-10-17 09:42:52 -07:00
Mathias Agopian
e9800c8311
Revert "Add a LayerScreenshot"
...
This reverts commit d6809f40cf61203573ec5dbc437f695cd132cc18.
2011-10-16 23:54:25 -07:00
Mathias Agopian
1a2b83a17d
SensorManager reconnects to sensor service when the later dies
...
if system process ever restarted, processes using a SensorManager
would loose the ability to use it, resulting to a crash.
we now listen for sensor service death and reconnected if necessary.
Bug: 5445240
Change-Id: Ia47f8b26cdcecb729fa22bf11d55e10fcaef8cfc
2011-10-16 22:15:23 -07:00
Mathias Agopian
1d011ec8dd
Merge "we need to guarantee that h/w comp set() is called when a buffer has been retired" into ics-mr0
2011-10-16 21:08:00 -07:00
Mathias Agopian
286afc96ec
Merge "add logging and defensive code when initializing sensors" into ics-mr0
2011-10-16 21:07:42 -07:00
Mathias Agopian
a44b041639
we need to guarantee that h/w comp set() is called when a buffer has been retired
...
removed a test that could violate this guarantee. note that we
have no proof tha this ever happened, but consequences could be
hard lock-ups.
the code here was intended to track the region to update for displays
that can do partial update. the logic discarded the update entirely
if that region was empty. instead we just redraw the whole thing
(note that we should never be there with an empty region and retired
buffers though).
Bug: 5466259
Change-Id: I91ccab3b1a599e729e438eb833939e2236da6854
2011-10-16 18:59:38 -07:00
Dianne Hackborn
1c00a8bdf1
Merge "Fix issue #5398675 : It's (too) easy to keep the navigation bar..." into ics-mr0
2011-10-16 14:15:21 -07:00
Mathias Agopian
be58de0d62
add logging and defensive code when initializing sensors
...
Bug: 5445240
Change-Id: I9dc7d27d3e8b4f15989488859831526d8c7ded3b
2011-10-16 00:38:30 -07:00
Uriel Rodriguez
00f99e88c8
Merge "going directly to backup after face unlock fails 15 times" into ics-mr0
2011-10-15 08:44:21 -07:00
Scott Main
94ef50a109
Merge "docs: a couple notes for a11y methods in View and cleanup to the A11y service HTML to be semantically correct and thus improve its accessibility :)" into ics-mr0
2011-10-14 17:19:17 -07:00
Bart Sears
2b9a328905
Merge "Check MediaPlayer state, do not teardown() from UI thread." into ics-mr0
2011-10-14 16:09:46 -07:00
Mathias Agopian
f02e72a5b2
Merge "Add a LayerScreenshot" into ics-mr0
2011-10-14 15:35:54 -07:00
Jamie Gennis
8a29ff2a35
SurfaceTexture: report binder transaction failures
...
This change fixes the ISurfaceTexture error reporting for the case where
the binder transaction fails.
Bug: 5082219
Change-Id: I6517532992e3a76dc9eb5e4a36af43a562391aaa
2011-10-14 15:17:07 -07:00
Justin Ho
d94485b930
Merge "Moving text cursor to nodpi" into ics-mr0
2011-10-14 15:12:13 -07:00
Jim Miller
3a720efd9d
Merge "Fix 5458658: Fix memory leak in lock screen" into ics-mr0
2011-10-14 14:51:56 -07:00
Justin Ho
c9fe086501
Merge "Updating numberpicker assets" into ics-mr0
2011-10-14 14:41:45 -07:00
Justin Ho
c88a8c394e
Merge "Updated codelock assets" into ics-mr0
2011-10-14 14:41:37 -07:00
Justin Ho
ca76a06900
Merge "Update presence away asset" into ics-mr0
2011-10-14 14:41:28 -07:00
Justin Ho
f073a21caa
Merge "Update list selector background (disabled state)" into ics-mr0
2011-10-14 14:36:03 -07:00
Justin Ho
a95f153897
Merge "Update share pack assets" into ics-mr0
2011-10-14 14:35:54 -07:00
Mathias Agopian
f171ab6da9
Add a LayerScreenshot
...
A LayerScreenshot is a special type of layer that contains a screenshot of
the screen acquired when its created. It works just like LayerDim.
Bug: 5446982
Change-Id: I7814aff2380e7e146937f2b641907be2a30c76cc
2011-10-14 14:32:48 -07:00
Scott Main
289b744a6e
Merge "fix android beam demo path" into ics-mr0
2011-10-14 14:31:09 -07:00
Justin Ho
cced708af6
Merge "Update rating star buttons" into ics-mr0
2011-10-14 14:26:58 -07:00
Justin Ho
8c4cbf0792
Merge "Update unlock halo asset" into ics-mr0
2011-10-14 14:23:41 -07:00
Justin Ho
dd6668582f
Merge "Update lockscreen assets" into ics-mr0
2011-10-14 14:17:26 -07:00
Justin Ho
ff2618d6a9
Merge "Update bullet permission asset" into ics-mr0
2011-10-14 14:12:02 -07:00
Justin Ho
e46d0c73ca
Merge "Update indicator_code lock assets" into ics-mr0
2011-10-14 13:58:52 -07:00
Justin Ho
72dba186c1
Merge "Update text select handles" into ics-mr0
2011-10-14 13:55:08 -07:00
Justin Ho
fe5f2d13e0
Merge "Update spinners" into ics-mr0
2011-10-14 13:54:58 -07:00
Justin Ho
6799646d84
Merge "Updated scrubber_control assets" into ics-mr0
2011-10-14 13:53:08 -07:00
Justin Ho
4b64034f38
Merge "Update fastscroll" into ics-mr0
2011-10-14 13:52:57 -07:00
Justin Ho
a61a919ddc
Merge "Update checkboxes" into ics-mr0
2011-10-14 13:52:45 -07:00
Justin Ho
cf86fde872
Merge "Updating rating stars" into ics-mr0
2011-10-14 13:51:25 -07:00
Martijn Coenen
d2d96c5016
Merge "Remove NfcFragment from activity when no longer sharing." into ics-mr0
2011-10-14 12:57:34 -07:00
Eric Laurent
2de68676e0
Merge "Indicate screen off condition to audio framework." into ics-mr0
2011-10-14 12:56:52 -07:00
Jamie Gennis
44f14437c0
Merge "Surface: fix a protected buffer test" into ics-mr0
2011-10-14 12:56:28 -07:00
Daniel Sandler
ea2ac4b9ba
Merge "Adjust text sizes for better behavior under user scaling." into ics-mr0
2011-10-14 12:22:07 -07:00
Scott Main
695e1f8f9e
Merge "docs: misc changes to overview and add known issues link to sdk tools notes" into ics-mr0
2011-10-14 12:12:53 -07:00
satok
7b9052140f
Merge "Invalidate SuggestionSpan with FLAG_AUTO_CORRECTION when it's removed." into ics-mr0
2011-10-14 11:15:05 -07:00