Dianne Hackborn
e8c88e6f76
Fix issue #5163456 : logspam/tight loop in BatteryStatsImpl
...
No longer use the old history code.
Change-Id: I878ffe16e0014453c46db6a4f7228a81468d8cb9
2011-08-17 19:09:23 -07:00
Dianne Hackborn
9f550e91f4
Merge "Fix issue #5128639 : SystemUI grows by 10MB after taking a screenshot"
2011-08-17 17:46:48 -07:00
Dianne Hackborn
fc8fa63861
Fix issue #5128639 : SystemUI grows by 10MB after taking a screenshot
...
We now do the screenshot in a separate process.
Also change the recents panel to not use hardware acceleration
on lower-end devices. And improve how it gets shown to not
load all data up-front which results in a long delay when you have
lots of recents.
Change-Id: Ia309a90f9939e5405758621b3f7114597bd0c02a
2011-08-17 17:45:05 -07:00
Adam Powell
2efd89f755
Merge "Fix bug 5179524 - ActionBar custom view inflation doesn't catch layout_gravity"
2011-08-17 17:38:24 -07:00
Adam Powell
aad47fd78a
Fix bug 5179524 - ActionBar custom view inflation doesn't catch layout_gravity
...
Change-Id: Ice5fd9da268cff64fc14acca384b249c252db5c9
2011-08-17 17:33:48 -07:00
Fabrice Di Meglio
3de510313a
Merge "Fix bug #5175022 Easy mode in MeasuredText.setPara() is no more used"
2011-08-17 17:30:46 -07:00
Amith Yamasani
cb87968865
Merge "Don't force measurement when SearchView is in iconified mode."
2011-08-17 17:28:58 -07:00
Jason Sams
24b3522428
Merge "Fix "return 0" behavior in rs 0 was not properly blocking for the next message."
2011-08-17 17:23:16 -07:00
Jason Sams
85deb78165
Fix "return 0" behavior in rs
...
0 was not properly blocking for the next message.
Change-Id: I0d9f0a8f799ba457197920c6a699f80f496eaa8e
2011-08-17 17:15:23 -07:00
Fabrice Di Meglio
4b60c30838
Fix bug #5175022 Easy mode in MeasuredText.setPara() is no more used
...
- use the real TextDirectionHeuristics constants
- make more formal that LayoutDirection should be resolved BEFORE TextDirection
- reset TextDirection if LayoutDirection is recomputed
- remove non used TextDirectionHeuristic.isRtl(CharSequence...)
Change-Id: I1d53a7e3ee324cfd27785bb4d715d93de8d9ff4d
2011-08-17 17:15:12 -07:00
Jean-Michel Trivi
8c60d89b37
Merge "Bug 5045498 RemoteControlClient interface"
2011-08-17 16:54:37 -07:00
Adam Powell
926808dc9b
Merge "Fix bug 533274 - Menu key opens wrong menu in action mode"
2011-08-17 16:53:03 -07:00
Mathias Agopian
c395530de8
Merge "don't return the current buffer from dequeueBuffer"
2011-08-17 16:45:35 -07:00
Mathias Agopian
656f9b6a1c
Merge "fix a small race condition when returning the default width/height of a SurfaceTexture"
2011-08-17 16:45:23 -07:00
Amith Yamasani
a95e488bdc
Don't force measurement when SearchView is in iconified mode.
...
Bug: 5178204
Update the focused state drawables when focus changes. Blue
underlines were not showing up consistently.
Bug: 5174426
Also use the correct style for the search icon so that it matches
other actionbar actions.
Change-Id: I8beed4cf435b074280a5dd79f7a4da4a39152b71
2011-08-17 16:43:55 -07:00
Adam Powell
012da5a27f
Fix bug 533274 - Menu key opens wrong menu in action mode
...
Don't open the options menu in response to the menu key when an action
mode is active.
Change-Id: I89cd251dd14276fc381e20f82725d42ac9264181
2011-08-17 16:38:10 -07:00
Daniel Sandler
9a5505f025
Merge "Fix drawing artifacts on glowing navigation buttons."
2011-08-17 16:22:01 -07:00
Daniel Sandler
351eb33d84
Merge "Allow views to setSystemUiVisibility() with the same value and have it work."
2011-08-17 16:21:38 -07:00
Jason Sams
3e236950ee
Merge "Add structure to pack params for forEach. This allows the driver to not pass all the sub-params."
2011-08-17 16:13:54 -07:00
Romain Guy
4a8d9ad8ac
Merge "Add RenderScript fragment shader test"
2011-08-17 15:53:01 -07:00
Romain Guy
185268942b
Add RenderScript fragment shader test
...
Change-Id: I03328a610c8eae6bb6d63ecbc4104d55997664cc
2011-08-17 15:52:15 -07:00
Adam Powell
9fe61d9979
Merge "Fix bug 5167786 - make sure custom option panels still work."
2011-08-17 15:49:38 -07:00
Mathias Agopian
8618ebcc5d
don't return the current buffer from dequeueBuffer
...
we were not reseting mCurrentTexture in some situations
which in turn caused dequeueBuffers() return a
"FREE" buffer that was also current.
Very often it was harmless, but it created a race with
updateTexImage() which could cause the following
queueBuffers() to fail.
Bug: 5156325
Change-Id: If15a31dc869117543d220d6e5562c57116cbabdb
2011-08-17 15:49:13 -07:00
Adam Powell
4fd8d5330e
Fix bug 5167786 - make sure custom option panels still work.
...
Change-Id: Ife3ca80f593c141f680fcc5178687112a538474d
2011-08-17 15:44:00 -07:00
Eric Laurent
8f6684144a
Merge "Fix issue 5126270: Holding volume down vibrates"
2011-08-17 14:59:58 -07:00
Adam Powell
453091b2fd
Merge "Fix bug 5168889 - action bar not respecting return codes of onCreate/Prepare menu"
2011-08-17 14:44:51 -07:00
Xavier Ducrohet
32f6846516
am ddf155b8: am 5dcda1fd: am 88512f59: am a8313e71: Merge "Fix String16 operator+ to actually work"
...
* commit 'ddf155b8338eb894a97612e4cb21257c11d8434a':
Fix String16 operator+ to actually work
2011-08-17 14:40:57 -07:00
Xavier Ducrohet
ddf155b833
am 5dcda1fd: am 88512f59: am a8313e71: Merge "Fix String16 operator+ to actually work"
...
* commit '5dcda1fda53bdc6dfe80cf37e62cacdc216224b1':
Fix String16 operator+ to actually work
2011-08-17 14:38:15 -07:00
Xavier Ducrohet
5dcda1fda5
am 88512f59: am a8313e71: Merge "Fix String16 operator+ to actually work"
...
* commit '88512f59bc051a42f4dd70acc8af5622f7e99db6':
Fix String16 operator+ to actually work
2011-08-17 14:35:20 -07:00
Xavier Ducrohet
88512f59bc
am a8313e71: Merge "Fix String16 operator+ to actually work"
...
* commit 'a8313e71fe8b483448d14e22610101c5f3672744':
Fix String16 operator+ to actually work
2011-08-17 14:31:08 -07:00
Xavier Ducrohet
a8313e71fe
Merge "Fix String16 operator+ to actually work"
2011-08-17 14:18:04 -07:00
Jason Sams
c1b4c1ff9b
Add structure to pack params for forEach.
...
This allows the driver to not pass all the sub-params.
Change-Id: I9728a7bb39893f49193a55155994ede0400cb7a6
2011-08-17 14:13:50 -07:00
Gilles Debunne
45add1abe3
Merge "Fix bit comparison for checking the variant of the input type."
2011-08-17 14:03:56 -07:00
Adam Powell
f35d049b99
Fix bug 5168889 - action bar not respecting return codes of onCreate/Prepare menu
...
Change-Id: If28630cb21e74bde7a2474ce060078ea30170b9d
2011-08-17 13:57:52 -07:00
Eric Fischer
841b941202
Merge "Remove translations that contain mangled format strings."
2011-08-17 13:47:39 -07:00
Eric Fischer
a283026b45
Remove translations that contain mangled format strings.
...
Bug 5147271
Change-Id: I8aad101f1fca5e469ffd933cf77ac07a82f4daaa
2011-08-17 13:43:28 -07:00
Alex Sakhartchouk
4270295ae8
Merge "Fixing asynchronous performance issues."
2011-08-17 13:29:24 -07:00
Andreas Huber
5a9ffaa4cb
Merge "Make sure we have all the sample table metadata before declaring a track valid."
2011-08-17 13:21:40 -07:00
Andreas Huber
987cb2ed4a
Make sure we have all the sample table metadata before declaring a track valid.
...
Change-Id: I2dfbc3e6017b5cd264e4cccfa47d19047b2e7f31
related-to-bug: 5178976
2011-08-17 13:03:51 -07:00
Claudia de Veaux
50d34a7595
Merge "Edits to remove "fail" references, plus edits to "stopped by mistake" dialog. Bugs: 5174094 and 5165745"
2011-08-17 12:52:04 -07:00
Mathias Agopian
1a227437be
fix a small race condition when returning the default width/height of a SurfaceTexture
...
Change-Id: I581bf609505dfb5d4ec5957b2ef2c77df6cfb15f
2011-08-17 12:45:40 -07:00
Eric Laurent
cc11b1b8bb
Fix issue 5126270: Holding volume down vibrates
...
Clear AudioManager.FLAG_VIBRATE in adjustStreamVolume() if
already in silent mode.
Change-Id: I8035a8cc713e1880799d9aaf053d8e4d12acad75
2011-08-17 12:42:07 -07:00
Adam Cohen
842d9de74f
Merge "Getting rid of the (hidden) oldName parameter for widgets"
2011-08-17 11:39:32 -07:00
Adam Cohen
bac26a1205
Getting rid of the (hidden) oldName parameter for widgets
...
Change-Id: I191cf64ed045fd7cb53e106f337cbeab5a914336
2011-08-17 11:37:58 -07:00
Daniel Sandler
fad9555217
Allow views to setSystemUiVisibility() with the same value and have it work.
...
This will save apps the trouble of having to first remove
the lights-out or hide-navigation flags before reapplying
them (in situations where the system UI has decided to
override those flags).
Bug: 5052456
Change-Id: I31f6ca9105379ae5f0216ebe3c39fc8d5d935f92
2011-08-17 14:29:10 -04:00
Justin Ho
e117d0bda1
Merge "Updated day_picker Bug: 5076695"
2011-08-17 11:17:32 -07:00
James Dong
24ac9e1ec2
Merge "Don't time out prematurely for video encoding waiting for output buffers"
2011-08-17 11:14:49 -07:00
Luca Zanolin
15b8016434
Fix bit comparison for checking the variant of the input type.
...
Change-Id: I0c74af09e29e39fbd092c10b107ea7aa3273a680
2011-08-17 18:47:27 +01:00
Daniel Sandler
96f4818ef4
Fix drawing artifacts on glowing navigation buttons.
...
Bug: 5162661
Change-Id: I49d78124cc179221492af2f7bee6adf7bfe34426
2011-08-17 13:45:01 -04:00
Alon Albert
14ee9a117e
Merge "Check for periodic sync that is in the future Bug: 5164762 Change-Id: If578737bcfc4f83756f75c516657afdfc601caf1"
2011-08-17 10:34:35 -07:00