73873 Commits

Author SHA1 Message Date
Amith Yamasani
191310b7d3 Merge "Fix a regression in activity manager regarding killing stopped processes." 2012-04-02 16:46:26 -07:00
Amith Yamasani
34db3d65d6 Fix a regression in activity manager regarding killing stopped processes.
Bug: 6275175
Change-Id: Ib1fa80cba9d21799f36fec999899e54a0fe8da51
2012-04-02 16:35:19 -07:00
Chet Haase
8d56b0e1d2 Enabling DisplayList properties
An earlier commit fixed problems with enabling DisplayList properties.
This CL actually enables the properties.

Change-Id: I5c41d0c64e9241822af53eb367de0fed7d9608e0
2012-04-02 16:34:48 -07:00
Adam Cohen
78e2c336de Merge "Only preload items if they are within the valid range (issue 6265338, 6194161)" 2012-04-02 15:50:52 -07:00
Chet Haase
296a5b4018 Merge "Re-enable DisplayList properties." 2012-04-02 15:42:27 -07:00
Adam Cohen
4c99498620 Only preload items if they are within the valid range (issue 6265338, 6194161)
Change-Id: Ic2713b41ad545a004df1e06e4be9946d7336c4b3
2012-04-02 15:38:18 -07:00
Chet Haase
9420abd56a Re-enable DisplayList properties.
Re-enabling DisplayList properties last week caused some app
errors due to the way that some transforms were being handled (specifically,
those coming from the old Animations and ViewGroup's childStaticTransformation
field). This change pushes *all* transform/alpha data from View.draw() into
the view's DisplayList, making DisplayLists more encapsulated (and correct).

Change-Id: Ia702c6aae050784bb3ed505aa87553113f8a1938
2012-04-02 15:31:24 -07:00
Jason Sams
895eb28fc7 Merge "Rename ioReceive and ioSend" 2012-04-02 15:26:20 -07:00
Gilles Debunne
646a404df1 Merge "Refactoring SpannableStringBuilder" 2012-04-02 15:15:56 -07:00
Tom Taylor
5a7a1db494 Merge "Fix deadlock in PDU code" 2012-04-02 15:14:13 -07:00
Craig Mautner
1d60133578 Merge "Refactor to convert four state booleans to int." 2012-04-02 13:57:42 -07:00
Craig Mautner
749a7bb28b Refactor to convert four state booleans to int.
Replace four booleans (mDrawPending, mCommitDrawPending, mReadyToShow
and mHasDrawn) with a single int that can take on the four states.

Move mLastHidden from WindowState to WindowStateAnimator.

Change-Id: Ieff319dfa19123bf5a6cdc98e9ab28fd432b8153
2012-04-02 13:49:53 -07:00
Craig Mautner
ea7ff4d2fe Merge "Defer a couple of Surface actions for WSAnimator." 2012-04-02 13:24:55 -07:00
Craig Mautner
48ba1e7f53 Defer a couple of Surface actions for WSAnimator.
Perform the set-transparent-region-hint operation outside of the
WindowManagerService loop. This is to isolate the Surface operation
from the WindowManagerService inner loop.

Similarly, defer the setWallpaperOffset call so it's animation is not
coupled to the WindowManagerService inner loop.

Note that both operations are still being done on the
WindowManagerService thread.

Change-Id: I97f030b2a9b7cffe91c77342a299bfac6e59e9f8
2012-04-02 13:18:16 -07:00
Craig Mautner
5d724f50d4 Merge "Further isolate the Surface from WindowState." 2012-04-02 12:58:23 -07:00
Scott Main
0cf7507c6f am ae78338d: am ae66d073: am dfa3b8fa: docs: dashboard update for 4/2
* commit 'ae78338d348baad4ce54078267aab26d76e42afa':
2012-04-02 12:57:12 -07:00
Android Git Automerger
aa7caee5fd am 66e069e6: Merge branch \'ics-scoop-plus-aosp\' of ssh://android-git:29418/platform/frameworks/base into ics-scoop-plus-aosp
* commit '66e069e64ff9f81d3e2ad5f4347855aeb29f1efe':
2012-04-02 12:57:10 -07:00
Scott Main
57637f3a42 am 51635e1b: am 431d75bd: am 6a273f0d: Merge "docs: de-new a bunch of docs" into ics-mr1
* commit '51635e1bd2fc38a0c3a3b8e6e26d7866e3063c18':
2012-04-02 12:57:08 -07:00
Scott Main
9b0dcd34f6 am f121d840: am fe3ab03f: am dfa3b8fa: docs: dashboard update for 4/2
* commit 'f121d840408a335fbbbeee7536a5b5546b2ad12b':
  docs: dashboard update for 4/2
2012-04-02 12:57:06 -07:00
Craig Mautner
c8bc97e530 Further isolate the Surface from WindowState.
Replace references to mWinAnimator.mSurface with new member
mHasSurface.

Clean up odd looping structures.

Simplify logging.

Change-Id: I9cc52a657044220d7b92528928b11bb18a724aef
2012-04-02 12:54:54 -07:00
George Mount
a7a1d5f8da Merge "Don't show keyboard on focus change." 2012-04-02 12:51:13 -07:00
George Mount
20c19f47a1 Merge "Remove unused FORM_DID_BLUR hooks." 2012-04-02 12:50:44 -07:00
Tom Taylor
733e697776 Fix deadlock in PDU code
Bug 6257442

If PduPersister.load bails out early and throws an exception,
it will leave the uri it's working on in an updated-locked
state. With this change, the uri is removed from the updated
list in a finally clause. The other PDU function in
this file already does the correct thing.

Change-Id: I596bd46724282b245ddba109670f3cebd61ed57c
2012-04-02 11:58:41 -07:00
Brian Carlstrom
ac21af330d Merge "Add support for native library paths with instrumentation" 2012-04-02 11:52:22 -07:00
Wink Saville
e1bff46863 Merge "Add DebugService." 2012-04-02 11:49:53 -07:00
Scott Main
ae78338d34 am ae66d073: am dfa3b8fa: docs: dashboard update for 4/2
* commit 'ae66d073bcdbe11e6107ff3f174519b09d1e32a6':
2012-04-02 11:46:52 -07:00
Android Git Automerger
66e069e64f Merge branch 'ics-scoop-plus-aosp' of ssh://android-git:29418/platform/frameworks/base into ics-scoop-plus-aosp 2012-04-02 11:46:50 -07:00
Scott Main
f121d84040 am fe3ab03f: am dfa3b8fa: docs: dashboard update for 4/2
* commit 'fe3ab03f48865b80da81bc99a1bf8c3aa13cc5ad':
  docs: dashboard update for 4/2
2012-04-02 11:45:48 -07:00
Scott Main
ae66d073bc am dfa3b8fa: docs: dashboard update for 4/2
* commit 'dfa3b8fa4a3cb48877be364749a37acc9f08721b':
  docs: dashboard update for 4/2
2012-04-02 11:42:04 -07:00
Scott Main
fe3ab03f48 am dfa3b8fa: docs: dashboard update for 4/2
* commit 'dfa3b8fa4a3cb48877be364749a37acc9f08721b':
  docs: dashboard update for 4/2
2012-04-02 11:42:01 -07:00
Gilles Debunne
b51036f72a Refactoring SpannableStringBuilder
Made TextWatcher notification process clearer by moving it to
a single place, with methods renamed.

Also reverts CL 177544: we cannot broadcast span chages just yet,
the layout has not been reflown. A future CL will change this
behavior to make sure span changes are correctly broadcasted.

Change-Id: I9ef88dce91dff5f5f45e2845d5b3f18f1c853de3
2012-04-02 11:33:22 -07:00
Fabrice Di Meglio
e0435a6c6a Merge "Fix layout params resolution" 2012-04-02 11:26:22 -07:00
Scott Main
dfa3b8fa4a docs: dashboard update for 4/2
Change-Id: Id5fd6c7eaa80bba1ebea58fb7df762ea2635130d
2012-04-02 11:14:23 -07:00
George Mount
c3cbeddcb5 Remove unused FORM_DID_BLUR hooks.
Bug 6111763
 Webkit Change: I015e1a57e81e897c124af5d96ba76b4d07a381fc

Change-Id: I56a862a6c0f0d7799f4e935bb7f5103bb2edbb9b
2012-04-02 11:10:57 -07:00
Brian Carlstrom
d893a890c9 Add support for native library paths with instrumentation
(cherry picked from commit 8e658fd0415b3d6f44223c39a7e59a00cb0954aa)

Change-Id: Idb1e031d5deeea9305af8aacc17ae2d0d064dfc6
2012-04-02 11:04:59 -07:00
Jeff Brown
3e09cc98f4 Merge "Info logs should be loggable by default." 2012-04-02 11:03:36 -07:00
Wink Saville
30ccade7f9 Add DebugService.
This will dump the state of the telephony stack using:

  adb shell dumpsys activity service android.phone.TelephonyDebugService

The service is located in packages/app/Phone and TelephonyDebugService
instantiates DebugService and calls its dump method when asked
via the dumpsys command above.

Change-Id: I4d34c741544cafdadce2532de8b9c117a4d435a5
2012-04-02 10:54:34 -07:00
Jeff Brown
d56feb91b4 Info logs should be loggable by default.
Bug: 6265031
Change-Id: I6f10818c1d28fa71f434d4b372c764d04967d213
2012-04-02 10:53:17 -07:00
Romain Guy
6db53c34a7 Fix builds without USE_OPENGL_RENDERER
Change-Id: I84b8dfb57dcc7de700d481774efded88e51d361a
2012-04-02 10:52:52 -07:00
George Mount
55cd3b85f3 Don't show keyboard on focus change.
Bug 6270400
 Webkit change: I1f06b7220e22665f5932928855c81eca6534bf2f

Change-Id: I2aa65b405b3a394b55821a4d688afeb22244c2c7
2012-04-02 10:29:12 -07:00
Michael Jurka
e6c966caa3 Merge "Add frame counter to dumpGfxInfo" 2012-04-02 09:45:36 -07:00
Scott Main
78b0d9fadd am 92d54a52: am ad85e055: am 6a273f0d: Merge "docs: de-new a bunch of docs" into ics-mr1
* commit '92d54a52313fe9b28bcd53f361d2e7ebbd8ab18a':
  docs: de-new a bunch of docs
2012-04-02 09:29:49 -07:00
Scott Main
51635e1bd2 am 431d75bd: am 6a273f0d: Merge "docs: de-new a bunch of docs" into ics-mr1
* commit '431d75bdac031fd1cd9885de55462168d8d65b9b':
  docs: de-new a bunch of docs
2012-04-02 09:27:13 -07:00
Scott Main
92d54a5231 am ad85e055: am 6a273f0d: Merge "docs: de-new a bunch of docs" into ics-mr1
* commit 'ad85e05563b379bc889de9c7f3ab8f738340b10c':
  docs: de-new a bunch of docs
2012-04-02 09:26:58 -07:00
Scott Main
ad85e05563 am 6a273f0d: Merge "docs: de-new a bunch of docs" into ics-mr1
* commit '6a273f0d045951552263b1b66c34d29929c5a282':
  docs: de-new a bunch of docs
2012-04-02 09:23:45 -07:00
Scott Main
431d75bdac am 6a273f0d: Merge "docs: de-new a bunch of docs" into ics-mr1
* commit '6a273f0d045951552263b1b66c34d29929c5a282':
  docs: de-new a bunch of docs
2012-04-02 09:23:40 -07:00
Scott Main
6a273f0d04 Merge "docs: de-new a bunch of docs" into ics-mr1 2012-04-02 09:21:45 -07:00
Daniel Sandler
0424716328 Merge "Show action buttons in expanded notifications." 2012-04-02 05:27:03 -07:00
satok
2c93efc9eb Hide ongoing notification icon when the screen is locked.
Bug: 5858903
Change-Id: Ibee9123f4a520e77f4baf8bdd3d75364ab451100
2012-04-02 19:54:28 +09:00
Dianne Hackborn
fbdff47add Merge "Fix issue #6268190" 2012-03-31 19:57:08 -07:00