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
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
Joe Fernandez
d0f13aba75
Merge "docs: add developer guide cross-references, Project ACRE, Round 2" into ics-mr0
2011-10-14 10:52:33 -07:00
Christopher Tate
ce0b8661b7
Merge "DO NOT MERGE - Require device encryption password for adb backup/restore" into ics-mr0
2011-10-14 10:33:13 -07:00
Amith Yamasani
f76d41aef1
Merge "Use ringer assets for notification volume since the two volumes are tied." into ics-mr0
2011-10-14 10:30:43 -07:00
Scott Main
42b971076f
Merge "change android beam sample name" into ics-mr0
2011-10-14 10:29:53 -07:00
Jim Miller
902c9faff5
Merge "Fix 5358124: Better transport control visibility management in lock screen" into ics-mr0
2011-10-14 10:19:13 -07:00
Daniel Sandler
367732c007
Merge "Shrink the ticker's icon to match the status bar." into ics-mr0
2011-10-14 10:16:14 -07:00
Peter Ng
e73d4eca7b
Merge "Stat icons for phone are now the right size" into ics-mr0
2011-10-14 10:15:08 -07:00
John Reck
34b6062a7d
Merge "Fixup JNI" into ics-mr0
2011-10-14 10:10:07 -07:00
Jean-Michel Trivi
8168da8612
Merge "Fix 5380695 Lockscreen transport control must reflect error state" into ics-mr0
2011-10-14 09:01:08 -07:00
Jean-Michel Trivi
fa10ca926a
Merge "Fix 5367082 correct assets for "next" and "previous" in lockscreen" into ics-mr0
2011-10-14 08:44:50 -07:00
Jean-Michel Trivi
01a3a22f13
Merge "Fix 5153611 remove remote control client/display log from AudioService" into ics-mr0
2011-10-14 08:44:15 -07:00
Scott Main
494c27679b
Merge "docs: add new screenshots for hc gallery sample" into ics-mr0
2011-10-14 04:19:36 -07:00
Scott Main
07a2eef3ce
Merge "docs: preliminary homepage announcement (offline version)" into ics-mr0
2011-10-14 04:00:03 -07:00
Steven Ross
5f79dbff1f
Merge "Making FaceUnlock not pop up for overlays Fixes 5451837 Fixes 5446341" into ics-mr0
2011-10-13 21:02:15 -07:00