58489 Commits

Author SHA1 Message Date
Ben Komalo
85a61c4d6f Merge "Only run "core" apps when encrypting device." into ics-factoryrom 2011-09-19 16:52:37 -07:00
Mathias Agopian
8bba5efcee Make sure Region handles invalid rectangles
the boolean operation code assumes rects are valid and
could go into an infinite loop if not. make sure we
abort before that happens.

Bug: 5331198, 5334829
Change-Id: Iee4e3b838ecf504ef21f7447fd2e34a56e7dc3f8
2011-09-19 16:50:17 -07:00
Mathias Agopian
83b186a246 fix the float Rect in OpenGLRenderer to handle NANs
- we want functions like isEmpty() to return true if NANs are
involved in the Rect

- also clean-up the intersect familly of calls

- minor cleanup in the int32_t Rect as well

These played a role in http://b/5331198.

Bug: 5331198

Change-Id: I5369725ab482e4b83da9f1bd4cee5256e5de75b2
2011-09-19 16:50:07 -07:00
Wink Saville
a48b9fa5aa Add PROPERTY_IMS_REG_REQUIRED.
Bug: 5337311
Change-Id: Ic5f310f485b49b29385bc1427a1f156484896569
2011-09-19 16:38:52 -07:00
Irfan Sheriff
cf54e4aafc Add supplication shut down recovery
When framework fails to get a notice of supplicant shut down,
timeout and proceed with a forced terminate

Also, avoid killing supplicant immediate upon stop and use the
timeout for recovery

Bug: 5337272
Change-Id: Id8971c673dc3082a5f15a6d5cef907bebe1e0fa0
2011-09-19 16:30:51 -07:00
Fred Quintana
a77253a417 An extra is being written as one type and read as the wrong type.
Bug: 5342556
Change-Id: I664bd84546cb8da2936c5afe65381336a97ef5cd
2011-09-19 16:26:37 -07:00
Jeff Brown
4b5441a720 Merge "TextLayoutCacheKey needs to store start and count." 2011-09-19 16:25:51 -07:00
Jeff Brown
7aac297960 TextLayoutCacheKey needs to store start and count.
Bad merge.

Change-Id: Id6507b3a7e35808a6d34501a45d79fcb7470657d
2011-09-19 16:19:13 -07:00
Jean-Michel Trivi
dede70744a am 6c038506: Merge "Fix bug 5300223 Lockscreen should recycle bitmaps" into ics-factoryrom
* commit '6c03850616a6e87de3e1943e47605cc5ebb20e2b':
  Fix bug 5300223 Lockscreen should recycle bitmaps
2011-09-19 15:39:31 -07:00
Jean-Michel Trivi
6c03850616 Merge "Fix bug 5300223 Lockscreen should recycle bitmaps" into ics-factoryrom 2011-09-19 15:37:23 -07:00
John Reck
50f95b42cc Merge "Disable extract mode in find on page" 2011-09-19 15:27:07 -07:00
Ben Komalo
553acf0409 Only run "core" apps when encrypting device.
This forces the package manager to only read packages that have
coreApp="true" in their manifest when encrypting the device, since no
non-essential processes or applications should run in that time.

Bug: 5031399
Change-Id: I87e8b27703e42553940167858db9473705d5d843
2011-09-19 15:21:33 -07:00
Michael Jurka
df9d4e88db Merge "Speeding up Recent Apps" 2011-09-19 15:11:23 -07:00
Wink Saville
a71483c7be am c6939697: Merge "Remove isAnyActiveDataConnection and promote isDisconnected." into ics-factoryrom
* commit 'c69396973b8a496e298a7076842b0e34d193651e':
  Remove isAnyActiveDataConnection and promote isDisconnected.
2011-09-19 15:09:42 -07:00
Wink Saville
c69396973b Merge "Remove isAnyActiveDataConnection and promote isDisconnected." into ics-factoryrom 2011-09-19 15:07:42 -07:00
Fabrice Di Meglio
6c2d9a14bf Merge "TextLayoutCache code refactoring" 2011-09-19 15:06:34 -07:00
Wink Saville
3df8b23fd0 am f946c282: Merge "Add PROPERTY_IMS_REG_REQUIRED." into ics-factoryrom
* commit 'f946c282c2fbe851d6157ed34bbacabdff8f76ba':
  Add PROPERTY_IMS_REG_REQUIRED.
2011-09-19 15:02:05 -07:00
Wink Saville
f946c282c2 Merge "Add PROPERTY_IMS_REG_REQUIRED." into ics-factoryrom 2011-09-19 14:59:26 -07:00
Michael Jurka
57e4d44f09 Speeding up Recent Apps
- removing unused calls on startup
- no longer compositing bitmaps against a background bitmap

Change-Id: If26812ef475d5d972d98dd1cb9f7f741eeb99dae
2011-09-19 14:49:59 -07:00
Mathias Agopian
0e87259233 Merge "fix EGL debugger" 2011-09-19 14:46:40 -07:00
Fabrice Di Meglio
4dd99e5912 TextLayoutCache code refactoring
- use vector (instead of array) for advances and glyphs
- reverse glyphs directly in computeRunValuesWithHarfbuzz() (instead of reversing them after)

Change-Id: I716a8f914fd043818d7cb80cca76ee5fb0effb96
2011-09-19 14:46:37 -07:00
Mathias Agopian
575e01c6c7 fix EGL debugger
always use GL_RGBA, GL_UNSIGNED_BYTE for screen capture
and make sure to handle GL_BGRA_EXT used on some gpu.

Change-Id: If9c973677fec8a5c4e72be22e7ef7d4bf5f008f4
2011-09-19 14:44:37 -07:00
Dianne Hackborn
f382e65ab4 am 2c2ab586: Fix issue #5260129: Suggestion strip in Talk app not showing all the time
* commit '2c2ab5864f6037cebac5a4c73ec039f266d0dcfd':
  Fix issue #5260129: Suggestion strip in Talk app not showing all the time
2011-09-19 14:39:11 -07:00
Wink Saville
d986c60907 Remove isAnyActiveDataConnection and promote isDisconnected.
As Yoonsung Nam pointed out in the bug using isDisconnected
is more precise here and this was the only place
isAnyActiveDataConnection was used. So I've removed it
and promoted isDisconnected to DataConnectionTracker.

It should also be noted that although the Framework should
be as graceful as possible, it is still a requirement that
the radio must be turned off/on anytime the Framework
issues the appropriate command.

Bug: 5306201
Change-Id: I95130451e11c51e43406b57eb538d01f8dde61be
2011-09-19 14:35:30 -07:00
Wink Saville
d34ed1660a Add PROPERTY_IMS_REG_REQUIRED.
Bug: 5337311
Change-Id: Ic5f310f485b49b29385bc1427a1f156484896569
2011-09-19 14:27:09 -07:00
John Reck
9a2183f7a9 Disable extract mode in find on page
Bug: 2641348

Change-Id: Ib3ad0d5f47b5269cebff855a269eac8b3b11756a
2011-09-19 14:26:11 -07:00
Dianne Hackborn
2c2ab5864f Fix issue #5260129: Suggestion strip in Talk app not showing all the time 2011-09-19 13:59:39 -07:00
Fred Quintana
d30d2aae10 am d88324d8: Fixed the javadoc for AccountManager.newChooseAccountIntent()
* commit 'd88324d8ab8b98bbc2c21551be3a8981ee431181':
  Fixed the javadoc for AccountManager.newChooseAccountIntent()
2011-09-19 13:59:21 -07:00
Justin Ho
63b153b060 Updated Status bar icons
Bug: 5297795

Change-Id: Ie99288166e4680fff0e3369201aec72d498d8992
2011-09-19 13:35:10 -07:00
Dianne Hackborn
735e85769f Merge "Maybe fix issue #5340190: java.lang.RuntimeException: Unable to start..." 2011-09-19 13:34:15 -07:00
Andreas Huber
e2bb99600e Merge "Remove an O(n^2) algorithm in MPEG4Extractor.cpp to speed up seeks in long streams" 2011-09-19 13:28:47 -07:00
Dianne Hackborn
2ee1ffb144 Maybe fix issue #5340190: java.lang.RuntimeException: Unable to start...
...activity ComponentInfo{com.google.android.apps.genie.geniewidget

Caused by: android.content.res.Resources$NotFoundException: Resource is not a ColorStateList (color or path): TypedValue{t=0x2/d=0x1010351 a=1}
       at android.content.res.Resources.loadColorStateList(Resources.java:2042)
       at android.content.res.TypedArray.getColorStateList(TypedArray.java:342)
       at android.widget.TextView.<init>(TextView.java:763)
       at android.widget.EditText.<init>(EditText.java:58)
       at android.widget.EditText.<init>(EditText.java:54)
       at android.preference.EditTextPreference.<init>(EditTextPreference.java:56)
       at android.preference.EditTextPreference.<init>(EditTextPreference.java:71)

Change-Id: I55470759c8d08521630c7afaf4b303836c8011e0
2011-09-19 13:18:42 -07:00
David Brown
bb132eba71 Merge "Update code to use location aware isEmergencyNumber." 2011-09-19 12:26:14 -07:00
Andreas Huber
abc63e7f46 Remove an O(n^2) algorithm in MPEG4Extractor.cpp to speed up seeks in long streams
containing B-frames.

Change-Id: Ie4dc734d2c2d5a5ce84674bb883f4b27e2278642
related-to-bug: 5336497
2011-09-19 12:21:33 -07:00
David Hu
97567340a4 Merge "Return the bundle object" 2011-09-19 12:11:11 -07:00
Fred Quintana
d88324d8ab Fixed the javadoc for AccountManager.newChooseAccountIntent()
Change-Id: Ieb358fa3be46d793de1e04452819477cec786b5b
2011-09-19 11:46:33 -07:00
Fabrice Di Meglio
e0d558ac92 Merge "Fix potential leak in TextLayouCache" 2011-09-19 11:41:01 -07:00
Fabrice Di Meglio
42b04f6fa8 Merge "Make TextLayoutCache no more dependent on ICU" 2011-09-19 11:40:51 -07:00
David Hu
cbc584d7eb Return the bundle object
Added the ability for the test runner to return the bundle object
so the tests can get access to input arguments

Change-Id: I73a704bb2279238bd91a376aacecbe5f607af649
2011-09-19 11:33:45 -07:00
Michael Jurka
7e9c49c8eb Fix crash in recent apps
Bug #5332922

Change-Id: I223cdd306c6872cc47c53456da195c0d83c8f8bd
2011-09-19 11:18:19 -07:00
Jean-Michel Trivi
01d96bd2af Fix bug 5300223 Lockscreen should recycle bitmaps
When receiving a new bitmap to display, the lockscreen should
 recycle the old bitmap (if any).

Change-Id: Ic4f65a797dfe7e3cae7a0559f6333cc99e2ae1e7
2011-09-19 11:17:02 -07:00
Daniel Sandler
da1b819595 Stop clobbering the systemUiVisibility on navbar touch.
Bug: 5328284
Change-Id: Ib49af35a7919dbf1cdb99f357798101d2534e853
2011-09-19 14:16:25 -04:00
John Reck
2210fff475 Merge "Bringing back the 'cache" 2011-09-19 11:07:28 -07:00
Gilles Debunne
c630eb6a9a Merge "Bug 5290461: change voice IME underline span color" 2011-09-19 10:50:16 -07:00
Fred Quintana
45ae3e50ec am 79a33ad4: Merge "Continuation of the unified account chooser flow." into ics-factoryrom
* commit '79a33ad49e8dd54f36ea7ea5f1a275bf38daf5e8':
  Continuation of the unified account chooser flow.
2011-09-19 10:46:03 -07:00
Fred Quintana
79a33ad49e Merge "Continuation of the unified account chooser flow." into ics-factoryrom 2011-09-19 10:43:59 -07:00
Dianne Hackborn
ada259ebee Merge "Fix issue #5260129: Suggestion strip in Talk app not showing all the time" 2011-09-19 10:42:52 -07:00
Dianne Hackborn
bc82385706 Fix issue #5260129: Suggestion strip in Talk app not showing all the time
Change-Id: Ibac6138f3b3b0c3850a30d2c432495aa57b7f3f1
2011-09-19 10:41:43 -07:00
Michael Jurka
43fc2d3cb4 am b0a1f197: Merge "Added "No recent apps" message on phones" into ics-factoryrom
* commit 'b0a1f197303d520d788ba11fcb0ac56f3a3c8604':
  Added "No recent apps" message on phones
2011-09-19 10:34:39 -07:00
Michael Jurka
b0a1f19730 Merge "Added "No recent apps" message on phones" into ics-factoryrom 2011-09-19 10:33:08 -07:00