Jeff Brown
c976aec618
am 4c253119: Merge "Prevent unintended rotations. Bug: 4981385"
...
* commit '4c253119db0ce753e46ec3809b54b9e357d363db':
Prevent unintended rotations. Bug: 4981385
2011-09-23 18:29:49 -07:00
Jeff Brown
4c253119db
Merge "Prevent unintended rotations. Bug: 4981385"
2011-09-23 18:28:01 -07:00
Adam Powell
18e4c53a61
am 87c9ce06: Merge "Fix bug 5355889 - Search action showing up in the menu dropdown in spite of search actionview being expanded"
...
* commit '87c9ce06259976186187b02b356a1d2fefbc44e3':
Fix bug 5355889 - Search action showing up in the menu dropdown in spite of search actionview being expanded
2011-09-23 18:18:03 -07:00
Adam Powell
275702c2f4
Fix bug 5355889 - Search action showing up in the menu dropdown in
...
spite of search actionview being expanded
Make sure that menu items with an expanded action view don't show up
in list menus presenting the rest of the menu.
Change-Id: I8c7b4e184a9d3ea2457543d0b8b36bc8e7068052
2011-09-23 17:36:15 -07:00
Jeff Brown
c0347aa19f
Prevent unintended rotations.
...
Bug: 4981385
Changed the orientation listener to notify the policy whenever
its proposed orientation changes, and changes the window manager
to notify the orientation listener when the actual orientation
changes. This allows us to better handle the case where the
policy has rejected a given proposal at one time (because the
current application forced orientation) but might choose
to accept the same proposal at another time.
It's important that the proposal always be up to date. A proposal
becomes irrelevant as soon as the phone posture changes such
that we can no longer determine the orientation with confidence
(such as when a device is placed flat on a table).
Simplified the orientation filtering. Now we just wait 200ms
for the device to be still before issuing a proposal. The idea
is that if the device is moving around a lot, we assume that
the device is being picked up or put down or otherwise in
the process of being moved. We don't want to change the rotation
until that's all settled down. However, we do want to tolerate
a certain amount of environmental noise.
(The previous confidence algorithm was also designed along
these lines but it was less direct about waiting for things
to settle. Instead it simply made orientation changes take
longer than usual while unsettled, but the extra delay was often
too much or too little. This one should be easier to tune.)
Change-Id: I09e6befea1f0994b6b15d424f3182859c0d9a530
2011-09-23 17:26:09 -07:00
Irfan Sheriff
9858a1bc85
am 15bbaeb0: am c21994bc: Merge "Fix watchdog to stop ping after wifi disconnects" into ics-factoryrom
...
* commit '15bbaeb0753f5336a5e8ee07e6f796657ecefb73':
Fix watchdog to stop ping after wifi disconnects
2011-09-23 15:22:54 -07:00
Irfan Sheriff
15bbaeb075
am c21994bc: Merge "Fix watchdog to stop ping after wifi disconnects" into ics-factoryrom
...
* commit 'c21994bc26df959d1a7161e38b4402b7255ea321':
Fix watchdog to stop ping after wifi disconnects
2011-09-23 15:20:56 -07:00
Fabrice Di Meglio
4e1842c339
am ba7bc591: Merge "Fix bug #5349461 TextView: text that ends with an ImageSpan causes line height to shrink to ImageSpan height"
...
* commit 'ba7bc591018c7a8a7f5c123f71161b69652f9bde':
Fix bug #5349461 TextView: text that ends with an ImageSpan causes line height to shrink to ImageSpan height
2011-09-23 15:20:45 -07:00
Fabrice Di Meglio
ba7bc59101
Merge "Fix bug #5349461 TextView: text that ends with an ImageSpan causes line height to shrink to ImageSpan height"
2011-09-23 15:18:37 -07:00
Irfan Sheriff
c21994bc26
Merge "Fix watchdog to stop ping after wifi disconnects" into ics-factoryrom
2011-09-23 15:18:37 -07:00
Adam Powell
e245c11dfb
am 6ed1bfb1: Merge "Fix bug 5341139 - bottom bar stays if app wants to handle orientation change"
...
* commit '6ed1bfb1b68071d64a8ab145cc249d37377f9758':
Fix bug 5341139 - bottom bar stays if app wants to handle orientation change
2011-09-23 15:07:53 -07:00
Adam Powell
6ed1bfb1b6
Merge "Fix bug 5341139 - bottom bar stays if app wants to handle orientation change"
2011-09-23 15:06:30 -07:00
Dianne Hackborn
0ba3f30655
am a982ad19: Merge "Fix issue #5173952 : Opening a Notification From Lock Screen..."
...
* commit 'a982ad19d2aee54f714fa3ad9ee4ddbac08dc0fe':
Fix issue #5173952 : Opening a Notification From Lock Screen...
2011-09-23 14:56:48 -07:00
Dianne Hackborn
a982ad19d2
Merge "Fix issue #5173952 : Opening a Notification From Lock Screen..."
2011-09-23 14:54:26 -07:00
John Reck
76d4fda68c
am 6c984bcb: Merge "Add detail to restorePicture deprecation"
...
* commit '6c984bcb179c74c2fa3c814596792629d1005355':
Add detail to restorePicture deprecation
2011-09-23 14:50:39 -07:00
John Reck
6c984bcb17
Merge "Add detail to restorePicture deprecation"
2011-09-23 14:48:52 -07:00
Irfan Sheriff
32f04e9009
Fix watchdog to stop ping after wifi disconnects
...
- The pings are delayed async messages that were getting handled
after a disconnect as well
- Increase poll time to 200 ms, so we block on a receive for 1ms every 200ms for a
sent packet
Bug: 5361564
Change-Id: I1931a1c4146e78a87407d541d8c3934ff8232604
2011-09-23 14:48:26 -07:00
Adam Powell
a05aba9c50
Fix bug 5341139 - bottom bar stays if app wants to handle orientation
...
change
Let action bars move between split/unsplit mode on configuration
changes if set to split when narrow.
Change-Id: I13f5115a65247cb1878ee823493ca8e2b6ba4cf6
2011-09-23 14:23:30 -07:00
Svetoslav Ganov
88226bf0da
am 83a559e7: Merge "Scroll accessibility events should not populate text."
...
* commit '83a559e78f57703645066c822a1ec7257c06ba56':
Scroll accessibility events should not populate text.
2011-09-23 14:07:22 -07:00
Amith Yamasani
7583ac63d7
am e7d70563: Merge "Launch nested preferences with the same theme as parent activity."
...
* commit 'e7d70563839bbf0ce8d548fe7223229ec2ecd635':
Launch nested preferences with the same theme as parent activity.
2011-09-23 14:07:19 -07:00
Scott Main
2d31058424
am c86bc42c: Merge "docs: a few additions and revisions to action bar docs"
...
* commit 'c86bc42cb1b910c1150c8f5aa74c1c160c1359e3':
docs: a few additions and revisions to action bar docs
2011-09-23 14:07:14 -07:00
Fabrice Di Meglio
8a5137a5ae
Fix bug #5349461 TextView: text that ends with an ImageSpan causes line height to shrink to ImageSpan height
...
- save current metrics values before updating them
Change-Id: I2d88dd7d30e8e01d0c5e2328973f256b689672b2
2011-09-23 13:40:58 -07:00
Dianne Hackborn
90c52de286
Fix issue #5173952 : Opening a Notification From Lock Screen...
...
...Should Skip Unsecure Lockscreen (ICS)
Also while I am in there, clean up logging of intent objects to include
even less sensitive information, while showing the true Intent in dump
output (since apps can't get to that).
Change-Id: I35fed714645b21e4304ba38a11ebb9c4c963538e
2011-09-23 13:39:33 -07:00
Svetoslav Ganov
83a559e78f
Merge "Scroll accessibility events should not populate text."
2011-09-23 13:26:18 -07:00
Amith Yamasani
e7d7056383
Merge "Launch nested preferences with the same theme as parent activity."
2011-09-23 13:24:38 -07:00
Scott Main
c86bc42cb1
Merge "docs: a few additions and revisions to action bar docs"
2011-09-23 13:13:13 -07:00
Scott Main
e797ed6a74
docs: a few additions and revisions to action bar docs
...
Change-Id: I12c24e5d4ed49d8f9822050d330f617bd614b7b9
2011-09-23 12:56:20 -07:00
Adam Powell
0cdb24da5b
am 90d33ccd: Merge "Remove unnecessary parameter"
...
* commit '90d33ccd16cf909ac4920a593772204d7bcf45db':
Remove unnecessary parameter
2011-09-23 12:47:03 -07:00
Adam Powell
90d33ccd16
Merge "Remove unnecessary parameter"
2011-09-23 12:45:13 -07:00
Adam Powell
4f4b7fbf3c
am 5c267ece: Merge "Fix leaky view tags"
...
* commit '5c267ecec6529a384e76a8b4a261b73aadaf1130':
Fix leaky view tags
2011-09-23 11:36:31 -07:00
Adam Powell
2b2f6d6c54
Remove unnecessary parameter
...
Change-Id: I32810a31140263a996d4f600fa53db5f29e60f42
2011-09-23 11:15:39 -07:00
Adam Powell
5c267ecec6
Merge "Fix leaky view tags"
2011-09-23 11:05:25 -07:00
Amith Yamasani
72e6bece43
Launch nested preferences with the same theme as parent activity.
...
Bug: 5351628
Change-Id: Id67b81558bc6e010d6f024cdb8117424aa6b62f0
2011-09-23 10:43:40 -07:00
Wei Huang
68d7e0d2ab
am e448f557: am 3d9a9e55: Merge "Update camera javadoc about AE and AWB lock." into ics-factoryrom
...
* commit 'e448f557f620ae30dcead7a4423059dfb7d70add':
Update camera javadoc about AE and AWB lock.
2011-09-23 10:07:33 -07:00
Wei Huang
e448f557f6
am 3d9a9e55: Merge "Update camera javadoc about AE and AWB lock." into ics-factoryrom
...
* commit '3d9a9e55df85c720573e69ec3062efc331ea69bb':
Update camera javadoc about AE and AWB lock.
2011-09-23 10:05:22 -07:00
Wei Huang
3d9a9e55df
Merge "Update camera javadoc about AE and AWB lock." into ics-factoryrom
2011-09-23 10:04:02 -07:00
John Reck
2df8f425f6
Add detail to restorePicture deprecation
...
Bug: 5361506
Change-Id: I4bf6583170df50b218051f4700700ff1b8874d17
2011-09-23 09:27:01 -07:00
Mike Lockwood
78b19b4307
Merge "Add SerialPort.sendBreak()" into ics-aah
2011-09-23 09:02:20 -07:00
Mike Lockwood
6010dafe06
Add SerialPort.sendBreak()
...
Change-Id: If25ba7724cf69489f2b04fc995baa9c164b5ea58
Signed-off-by: Mike Lockwood <lockwood@android.com >
2011-09-23 11:43:42 -04:00
Wei Huang
0205a57284
am 4cd34752: am 5d87227b: Merge "Clear callbacks in camera stopPreview." into ics-factoryrom
...
* commit '4cd34752cb229f3e1716e1e92f54f58dd847745c':
Clear callbacks in camera stopPreview.
2011-09-23 08:37:20 -07:00
Wei Huang
4cd34752cb
am 5d87227b: Merge "Clear callbacks in camera stopPreview." into ics-factoryrom
...
* commit '5d87227bad8126d701145cd07c3ac2a365e8480e':
Clear callbacks in camera stopPreview.
2011-09-23 08:33:46 -07:00
Brandon Keely
de58b30891
am c56c9201: Merge "Make LockScreen ping() on a miss."
...
* commit 'c56c92013c0acfa4517ed5d36d8aa78bc21452ae':
Make LockScreen ping() on a miss.
2011-09-23 07:47:57 -07:00
Brandon Keely
c56c92013c
Merge "Make LockScreen ping() on a miss."
2011-09-23 07:46:30 -07:00
Chih-yu Huang
664d72e663
Clear callbacks in camera stopPreview.
...
Clear those callbacks to remove the references
so the memory can be recycled.
bug:5358774
Change-Id: I3b6034a1891126b3437a6744013f38a64f5bb03b
2011-09-23 20:28:28 +08:00
Peter Ng
579506261b
am b48ca1f1: am dd33bf0e: Merge "Fix 5355659: Minor tweak to wave ping radius in MultiWaveView." into ics-factoryrom
...
* commit 'b48ca1f1ab8cf77db337d6f2bc8586cc172ab6f8':
Fix 5355659: Minor tweak to wave ping radius in MultiWaveView.
2011-09-22 23:44:51 -07:00
Adam Cohen
e8feb4a59c
am a0c7a576: am 08ee7fa4: Merge "Fixing emergency dialer flicker on lock screen (issue 5314293)" into ics-factoryrom
...
* commit 'a0c7a5765dbbd255f9a122ba8829ca44032acde0':
Fixing emergency dialer flicker on lock screen (issue 5314293)
2011-09-22 23:44:41 -07:00
Justin Ho
0ba03bc350
am 83227a2d: am 31b638d4: Merge "Fix 5355659: Change chevron visuals, timing, and animated positioning" into ics-factoryrom
...
* commit '83227a2d067abd4b276289f62dc126dc3174ee10':
Fix 5355659: Change chevron visuals, timing, and animated positioning
2011-09-22 23:44:39 -07:00
Peter Ng
b48ca1f1ab
am dd33bf0e: Merge "Fix 5355659: Minor tweak to wave ping radius in MultiWaveView." into ics-factoryrom
...
* commit 'dd33bf0ebbde9aa702d039b6b9d5f06ac0a69dfb':
Fix 5355659: Minor tweak to wave ping radius in MultiWaveView.
2011-09-22 23:40:06 -07:00
Adam Cohen
a0c7a5765d
am 08ee7fa4: Merge "Fixing emergency dialer flicker on lock screen (issue 5314293)" into ics-factoryrom
...
* commit '08ee7fa463aee5e83f77789e9a99f17a34ab68b4':
Fixing emergency dialer flicker on lock screen (issue 5314293)
2011-09-22 23:39:33 -07:00
Justin Ho
83227a2d06
am 31b638d4: Merge "Fix 5355659: Change chevron visuals, timing, and animated positioning" into ics-factoryrom
...
* commit '31b638d40342fc9e3198f9e7f8dffaf55049c9e1':
Fix 5355659: Change chevron visuals, timing, and animated positioning
2011-09-22 23:39:31 -07:00