Dianne Hackborn
ee4d45f305
am 0be53567: am 19a06fe9: Merge "Fix issue #5755172 : Soft menu key disappears when menu is open" into ics-mr1
...
* commit '0be53567c1c2299c548d3204d2b9240108fbd53a':
Fix issue #5755172 : Soft menu key disappears when menu is open
2011-12-13 13:44:14 -08:00
Gilles Debunne
78efa026c7
am 0d3a5e4c: am 67d54ac0: Merge "NPE in GMail / TextLine" into ics-mr1
...
* commit '0d3a5e4cbddc9a6a0a551698b5152c815842952a':
NPE in GMail / TextLine
2011-12-13 13:42:07 -08:00
Dianne Hackborn
0be53567c1
am 19a06fe9: Merge "Fix issue #5755172 : Soft menu key disappears when menu is open" into ics-mr1
...
* commit '19a06fe93cccb4b1dd224b8456969821a19b07ef':
Fix issue #5755172 : Soft menu key disappears when menu is open
2011-12-13 13:42:07 -08:00
Gilles Debunne
0d3a5e4cbd
am 67d54ac0: Merge "NPE in GMail / TextLine" into ics-mr1
...
* commit '67d54ac017494229eed27a184159461d63201a9f':
NPE in GMail / TextLine
2011-12-13 13:40:00 -08:00
Dianne Hackborn
19a06fe93c
Merge "Fix issue #5755172 : Soft menu key disappears when menu is open" into ics-mr1
2011-12-13 13:38:56 -08:00
Gilles Debunne
67d54ac017
Merge "NPE in GMail / TextLine" into ics-mr1
2011-12-13 13:37:29 -08:00
Scott Main
09bd797895
am 9a8e7afc: am c9295b20: am fc279e51: Merge "Created Android University lesson for Multiple APKs." into ics-mr0
...
* commit '9a8e7afc53e39e22664c77b3ca6f1a59aac36ee3':
Created Android University lesson for Multiple APKs.
2011-12-13 13:15:27 -08:00
Scott Main
71786dd191
am 04c6e62c: am 37191e1d: am 801fda54: AndroidU lesson on designing for multiple screens.
...
* commit '04c6e62ce4750beb617eb6e4e9cadfd631bfe824':
AndroidU lesson on designing for multiple screens.
2011-12-13 13:15:25 -08:00
Romain Guy
6f2de0a5d6
Merge "Reduce the number of GL commands generated by the UI"
2011-12-13 13:13:31 -08:00
Scott Main
9a8e7afc53
am c9295b20: am fc279e51: Merge "Created Android University lesson for Multiple APKs." into ics-mr0
...
* commit 'c9295b2069af6530fba37a16c88757acaaff63e8':
Created Android University lesson for Multiple APKs.
2011-12-13 13:13:15 -08:00
Scott Main
04c6e62ce4
am 37191e1d: am 801fda54: AndroidU lesson on designing for multiple screens.
...
* commit '37191e1dc783a5558eb8ee4f096bd8350c34415d':
AndroidU lesson on designing for multiple screens.
2011-12-13 13:13:07 -08:00
Romain Guy
15bc6437f8
Reduce the number of GL commands generated by the UI
...
This optimization along with the previous one lets us render an
application like Gmail using only 30% of the number of GL commands
previously required
Change-Id: Ifee63edaf495e04490b5abd5433bb9a07bc327a8
2011-12-13 13:11:32 -08:00
Scott Main
c9295b2069
am fc279e51: Merge "Created Android University lesson for Multiple APKs." into ics-mr0
...
* commit 'fc279e51c0bca8086b87bd49e95367c400cb61b4':
Created Android University lesson for Multiple APKs.
2011-12-13 13:10:45 -08:00
Scott Main
37191e1dc7
am 801fda54: AndroidU lesson on designing for multiple screens.
...
* commit '801fda548c719a8618e7f4cd64cad8404b0970b9':
AndroidU lesson on designing for multiple screens.
2011-12-13 13:10:42 -08:00
Gilles Debunne
fc997b4f78
NPE in GMail / TextLine
...
Bug 5753061
https://android-git.corp.google.com/g/#/c/154756/1 revealed an
other bug in SpanSet. The fitered (non empty) spans were added
in their original position instead of being indexed by count.
The nullation on recycle hence left null holes in the array.
Change-Id: If5c1435cee9a2cb88a608aa8e5f4f2f23382154c
2011-12-13 12:37:02 -08:00
Scott Main
fc279e51c0
Merge "Created Android University lesson for Multiple APKs." into ics-mr0
2011-12-13 12:25:38 -08:00
Andreas Huber
17453336f4
am 22e50edd: (-s ours) am 3ab63008: Merge "DO NOT MERGE: Support for parsing of "folded" RTSP header values" into ics-mr1
...
* commit '22e50edddc2a13fa9cc00f7cc5a5f6471cbece24':
DO NOT MERGE: Support for parsing of "folded" RTSP header values
2011-12-13 12:04:35 -08:00
Andreas Huber
22e50edddc
am 3ab63008: Merge "DO NOT MERGE: Support for parsing of "folded" RTSP header values" into ics-mr1
...
* commit '3ab630084071eb5dc7f92b4a8a617f8cef10c514':
DO NOT MERGE: Support for parsing of "folded" RTSP header values
2011-12-13 12:01:46 -08:00
Andreas Huber
3ab6300840
Merge "DO NOT MERGE: Support for parsing of "folded" RTSP header values" into ics-mr1
2011-12-13 11:59:50 -08:00
Dianne Hackborn
73ab6a49db
Fix issue #5755172 : Soft menu key disappears when menu is open
...
We need to work more like before in determining whether the menu
key is needed -- in some cases look back in the window list to
determine this if we don't know the value from the current window.
This requires adding a new private flag indicating whether the
compat menu state is known for a window, which is set by
PhoneWindow as part of its existing process of computing the flag
for its own windows.
Now we can have a new API on WindowState to determine the value
of this flag for a window, which if needed walks back in the window list
to find a window the value is known for (or stops at what the policy
has determined is the top full-screen window, so we stop like we used
to at things like the lock screen or the bottom of an application).
Change-Id: I829de6d629b5af8bcb422cb85249ee4041c7205e
2011-12-13 11:32:11 -08:00
Amith Yamasani
9413c200eb
Merge "Manual merge: Update VIBRATE_ON to a supported value when upgrading from GB."
2011-12-13 10:43:47 -08:00
Amith Yamasani
398c83cc07
Manual merge: Update VIBRATE_ON to a supported value when upgrading from GB.
...
Bug: 5738552
If value has ringer set to VIBRATE_OFF, we need to update it to the
now default, as VIBRATE_OFF is inconsistent with the new UI controls.
Make sure notification vibrate setting follows ringer vibrate setting.
Change-Id: I0f15a3d1ea8502d542e3178f732cc2503104458f
2011-12-13 10:38:47 -08:00
Gilles Debunne
a2ea425f25
Merge "Re-synced MR1 and master for SpellChecker"
2011-12-13 10:31:38 -08:00
Selim Gurun
4f433d53c9
Merge "Move ssl callbacks to webcore thread."
2011-12-13 10:25:18 -08:00
Andreas Huber
9a023f1f8e
DO NOT MERGE: Support for parsing of "folded" RTSP header values
...
and some tweaks to the AMR assembler contributed by Samsung (untested).
Change-Id: I6c3df31fa3a35433bfddfdda82747bb4c6ee86a1
related-to-bug: 5669027
2011-12-13 10:09:48 -08:00
Selim Gurun
38f3610a29
Move ssl callbacks to webcore thread.
...
Bug: 4586251
Original CL was for ics-mr1. We decided it should be in master
instead. Original CL
https://android-git.corp.google.com/g/154083
Current ssl cert logic makes callbacks to webkit from the
UI thread. This is not right. Move the callbacks to proper thread.
Change-Id: Ie3de7dbaed7780dbb6cf537ca1d29686d867b784
2011-12-13 10:08:27 -08:00
Chris Craik
574a12968a
Merge "Update tilebenchmark to work with current drawing infrastructure"
2011-12-13 08:53:06 -08:00
Brian Colonna
666e6d73c1
Merge "Changed how Face Unlock coordinates are specified"
2011-12-13 06:38:13 -08:00
The Android Open Source Project
94fac16acc
am da296533: Reconcile with ics-mr1-release
...
* commit 'da29653305f299d6390492333a6360cfa78665d9':
2011-12-13 05:40:57 -08:00
The Android Open Source Project
da29653305
Reconcile with ics-mr1-release
...
Change-Id: I96fd9c00680c7ff0e5c9fba04f8c08a31cf1cfa8
2011-12-13 05:11:43 -08:00
Ashish Sharma
31c5158c5a
Merge "Add a command option to display installerPackageName"
2011-12-13 00:31:53 -08:00
The Android Automerger
6c9b675886
merge in ics-mr1-release history after reset to ics-mr1
2011-12-12 22:08:59 -08:00
Romain Guy
5009f65c9a
Merge "Optimize state changes"
2011-12-12 20:36:22 -08:00
Romain Guy
f3a910b423
Optimize state changes
...
Change-Id: Iae59bc8dfd6427d0967472462cc1994987092827
2011-12-12 20:35:21 -08:00
Jeff Sharkey
4dbfa44a21
am f0213bf1: am f0bbc494: Merge "Avoid NPE when missing network stats." into ics-mr1
...
* commit 'f0213bf1833e49744b29be97e44c3e9eaad9449d':
Avoid NPE when missing network stats.
2011-12-12 20:23:47 -08:00
Jeff Sharkey
f0213bf183
am f0bbc494: Merge "Avoid NPE when missing network stats." into ics-mr1
...
* commit 'f0bbc494d638f4c77e688bf9410027f453301559':
Avoid NPE when missing network stats.
2011-12-12 20:21:34 -08:00
Jeff Sharkey
f0bbc494d6
Merge "Avoid NPE when missing network stats." into ics-mr1
2011-12-12 20:19:27 -08:00
Gilles Debunne
249d1e827a
Re-synced MR1 and master for SpellChecker
...
Some auto-merges got lost, re-syncing master with the latest
and greatest from MR1.
Change-Id: Ifc0b5d1fd2e11e68d219c3f491f37d4c047579a0
2011-12-12 20:06:31 -08:00
Mike Cleron
12d4b3cb96
am 3f69fad9: (-s ours) am 840201d6: Merge "Update VIBRATE_ON to a supported value when upgrading from GB." into ics-mr1
...
* commit '3f69fad9e958f867ceaab9c370b97959e3337c50':
Update VIBRATE_ON to a supported value when upgrading from GB.
2011-12-12 19:27:36 -08:00
Romain Guy
da7642b31b
Merge "Minimize the amount of data uploaded to draw text"
2011-12-12 19:04:40 -08:00
Romain Guy
51fbb00966
Merge "Various OpenGL optimizations"
2011-12-12 19:04:32 -08:00
Romain Guy
d71dd367af
Minimize the amount of data uploaded to draw text
...
Change-Id: I6313ac039291c9cd93aadafe3566ad9d60cab42d
2011-12-12 19:03:35 -08:00
Jeff Sharkey
d04ff11d6f
Avoid NPE when missing network stats.
...
Bug: 5750339
Change-Id: I4b739dbd076b270a5a2b2e2a1e0f6e445d8c124e
2011-12-12 18:51:26 -08:00
Mike Cleron
3f69fad9e9
am 840201d6: Merge "Update VIBRATE_ON to a supported value when upgrading from GB." into ics-mr1
...
* commit '840201d6e2d7d53e42a31ffeb2ef454982882d12':
Update VIBRATE_ON to a supported value when upgrading from GB.
2011-12-12 18:17:46 -08:00
Mike Cleron
840201d6e2
Merge "Update VIBRATE_ON to a supported value when upgrading from GB." into ics-mr1
2011-12-12 18:15:59 -08:00
Romain Guy
39d252a663
Various OpenGL optimizations
...
Change-Id: Ib0742c96f10f5f50e7e5148b742c31b6c232d127
2011-12-12 18:14:06 -08:00
Katherine Kuan
9751190b85
Merge "Add logging to country detector logic"
2011-12-12 18:12:37 -08:00
Chris Craik
09a71e073a
Update tilebenchmark to work with current drawing infrastructure
...
bug:5062896
depends on external/webkit change: https://android-git.corp.google.com/g/#/c/154840/
- directly discard textures, instead of sending an invalidate through webkit
- better ui on smaller screens
- pass native pointer through jni calls
Change-Id: Icadbf8944edc5a2b1f8dc27bab53ac665c975462
2011-12-12 18:10:53 -08:00
Katherine Kuan
da123492de
Add logging to country detector logic
...
This is for debugging purposes to verify the effects of
change Id45abeba1b1e843053ac2c946861b439ca568de4.
Bug: 5670680
Change-Id: Ia065dec6ba651e7e77205f812b7606b15eebdc17
2011-12-12 18:07:58 -08:00
Dianne Hackborn
acd5f963b9
am 0ae6e171: am 359bb3b4: Final API 15.
...
* commit '0ae6e1719b1fc0aee6e5cf690a7005e975d96df9':
Final API 15.
2011-12-12 18:01:26 -08:00