Chet Haase
7aab113423
am c99d3c1f: Stop jank from window animations overlapping activity animations
...
* commit 'c99d3c1fd618c1f64103b4f39dd95330309be5a3':
Stop jank from window animations overlapping activity animations
2013-04-02 08:24:48 -07:00
Chris Craik
bb3c5e184a
am 94d6170b: Merge "Update view\'s alpha and layer docs" into jb-mr2-dev
...
* commit '94d6170b67bcfb5dc5a0c988752d34e64a5f5272':
Update view's alpha and layer docs
2013-04-02 08:24:32 -07:00
Jeff Brown
21b41af7ea
am d42ae93c: Merge "Make MessageQueue and Looper final." into jb-mr2-dev
...
* commit 'd42ae93c44a28f63d8f266277644864bfd0f4a16':
Make MessageQueue and Looper final.
2013-04-02 08:24:15 -07:00
Michael Wright
ef588f73cf
am 54531f81: Merge "Flush pending input events immediately upon channel dispose" into jb-mr2-dev
...
* commit '54531f819567066fe4a5219eb445a453551be374':
Flush pending input events immediately upon channel dispose
2013-04-02 08:23:38 -07:00
Chet Haase
c99d3c1fd6
Stop jank from window animations overlapping activity animations
...
Relaunching a running activity will sometimes cause animations in that
activity to run, causing jank due to too much happening (window animations
on that same window running at the same time).
An earlier fix pauses application rendering while window animations are running,
but only the first time the activity comes up. If the window is animated
after that (such as is the case with re-launching it while it is running
in the background), rendering, and therefore animations, happen as usual,
causing the jank.
The fix is to simply broaden the scope of when application rendering is
paused to include anytime the window is animating.
Issue #8472972 Make app animations play nice with window animations
Change-Id: I1dd8da039fcb4d1faf6c0811bae97ef2847deb84
2013-04-02 07:30:52 -07:00
Chris Craik
94d6170b67
Merge "Update view's alpha and layer docs" into jb-mr2-dev
2013-04-02 01:04:30 +00:00
Chris Craik
16ecda5317
Update view's alpha and layer docs
...
bug:8501661
Makes the performance issues and interaction with layer type/paint
more clear.
Additionally, corrects change from 47ab7d6612
to still allow displayList alpha to override layer paint
Change-Id: Ic94d75865700820489370461cd8ac9f9077a8d90
2013-04-01 17:21:35 -07:00
Jeff Brown
d42ae93c44
Merge "Make MessageQueue and Looper final." into jb-mr2-dev
2013-04-01 23:39:11 +00:00
Jeff Brown
67fc67cf3e
Make MessageQueue and Looper final.
...
Applications already cannot subclass these classes because
their constructors are not visible.
Change-Id: Id979d86dd05f7bcc888fe4ea499ab9b95d3d5dde
2013-04-01 14:27:57 -07:00
Michael Wright
54531f8195
Merge "Flush pending input events immediately upon channel dispose" into jb-mr2-dev
2013-04-01 21:20:16 +00:00
Michael Wright
ef17e8710e
Flush pending input events immediately upon channel dispose
...
Change-Id: I949326423f733376aa8d3121bfed24fd76ca0784
2013-04-01 13:15:55 -07:00
Amith Yamasani
15935aad3d
am 42bc734b: Merge "Block access to accounts for limited users." into jb-mr2-dev
...
* commit '42bc734b302f1fe68c031e013513535bed4c24f1':
Block access to accounts for limited users.
2013-03-30 18:34:57 -07:00
Amith Yamasani
42bc734b30
Merge "Block access to accounts for limited users." into jb-mr2-dev
2013-03-31 01:32:39 +00:00
Amith Yamasani
27db46850b
Block access to accounts for limited users.
...
Make sure that apps that have access to restricted accounts can see them.
If they don't have access, they shouldn't be able to add a new account either.
Show an error message in the account picker if the user/app is not authorized.
Change-Id: I117c0b14d7d06c5ac4e66506df156b174567f5f3
2013-03-30 18:25:49 -07:00
Geremy Condra
1ad4ce693f
am cac0e0b1: Merge "Add SELinux updater and Settings-based enforcement switch." into jb-mr2-dev
...
* commit 'cac0e0b11ba3f9f73ddb0ab18e136d61f700c356':
Add SELinux updater and Settings-based enforcement switch.
2013-03-30 15:11:18 -07:00
Geremy Condra
cac0e0b11b
Merge "Add SELinux updater and Settings-based enforcement switch." into jb-mr2-dev
2013-03-30 22:08:20 +00:00
Amith Yamasani
5c98b90465
am 9e8ba8f2: Merge "Improve RestrictionEntry API" into jb-mr2-dev
...
* commit '9e8ba8f27316c793578e68fcc6632a6ea6240f4a':
Improve RestrictionEntry API
2013-03-29 18:51:14 -07:00
Amith Yamasani
9e8ba8f273
Merge "Improve RestrictionEntry API" into jb-mr2-dev
2013-03-30 01:47:33 +00:00
Fabrice Di Meglio
68951ee958
am 83390182: Merge "Optimize ViewGroup.MarginLayoutParams memory and fix ViewDebug" into jb-mr2-dev
...
* commit '83390182bfe50a3611d78b57ab2f3a8558ede2aa':
Optimize ViewGroup.MarginLayoutParams memory and fix ViewDebug
2013-03-29 18:01:07 -07:00
Fabrice Di Meglio
83390182bf
Merge "Optimize ViewGroup.MarginLayoutParams memory and fix ViewDebug" into jb-mr2-dev
2013-03-30 00:58:51 +00:00
Amith Yamasani
86118baa4f
Improve RestrictionEntry API
...
More getters and setters, better naming.
New extra defined for returning a custom intent that handles showing the
restrictions UI.
Change-Id: I2ee0cdb4edd99e71a9004ff5e929dbe243b45557
2013-03-29 17:28:47 -07:00
Elliott Hughes
1e61ea82f4
am 55e9d98d: Merge "Clarify the documentation of SparseArray.indexOfValue."
...
* commit '55e9d98d990f7a015d4c10f5e5a92ae131637073':
Clarify the documentation of SparseArray.indexOfValue.
2013-03-29 17:13:44 -07:00
Geremy Condra
77118fb55e
Add SELinux updater and Settings-based enforcement switch.
...
Bug: 8116902
Change-Id: Ifac495026a354dac7655c28ea2188499a2a319aa
2013-03-29 16:52:56 -07:00
Elliott Hughes
55e9d98d99
Merge "Clarify the documentation of SparseArray.indexOfValue."
2013-03-29 23:25:07 +00:00
kmccormick
257719ec2a
am cccf6e9b: am 9f0ed0ee: am 58db9597: am e4ca0650: am 31ed1722: Merge "Doc update: clarify dumpsys instructions" into jb-mr1.1-docs
...
* commit 'cccf6e9b85e7f9e5f404137dde5dbd9db937592b':
Doc update: clarify dumpsys instructions
2013-03-29 16:18:40 -07:00
kmccormick
cccf6e9b85
am 9f0ed0ee: am 58db9597: am e4ca0650: am 31ed1722: Merge "Doc update: clarify dumpsys instructions" into jb-mr1.1-docs
...
* commit '9f0ed0ee508b8f2233c8834f067e2fb8275d2cfa':
Doc update: clarify dumpsys instructions
2013-03-29 16:16:10 -07:00
kmccormick
9f0ed0ee50
am 58db9597: am e4ca0650: am 31ed1722: Merge "Doc update: clarify dumpsys instructions" into jb-mr1.1-docs
...
* commit '58db95970c9ba47dd83e06cc165d2dc5cc29ce8a':
Doc update: clarify dumpsys instructions
2013-03-29 16:13:12 -07:00
kmccormick
31ed1722b1
Merge "Doc update: clarify dumpsys instructions" into jb-mr1.1-docs
2013-03-29 23:06:58 +00:00
kmccormick
f6dc107809
Doc update: clarify dumpsys instructions
...
"Bug: 8474578"
Change-Id: Ic743de8f41a1b2d38a4d2495148dc07e2f45b8e5
2013-03-29 16:01:31 -07:00
Michael Wright
ee5880c95a
Merge "Finish any event in the current input queue" into jb-mr2-dev
2013-03-29 22:58:50 +00:00
kmccormick
da160ec313
am 6eebd6e6: am 6f50c846: am d2c1e947: am 39f864b1: am 5018688b: Merge "Doc update: incorrect method name" into jb-mr1.1-docs
...
* commit '6eebd6e6b44d7688489c430cad933e971530e43d':
Doc update: incorrect method name
2013-03-29 14:51:25 -07:00
kmccormick
6eebd6e6b4
am 6f50c846: am d2c1e947: am 39f864b1: am 5018688b: Merge "Doc update: incorrect method name" into jb-mr1.1-docs
...
* commit '6f50c846ad46dfeadf8eac389102031662ad892f':
Doc update: incorrect method name
2013-03-29 14:48:35 -07:00
kmccormick
6f50c846ad
am d2c1e947: am 39f864b1: am 5018688b: Merge "Doc update: incorrect method name" into jb-mr1.1-docs
...
* commit 'd2c1e947ea27ccea8060b0ef4509b3d6c90c4c51':
Doc update: incorrect method name
2013-03-29 14:46:53 -07:00
kmccormick
5018688b69
Merge "Doc update: incorrect method name" into jb-mr1.1-docs
2013-03-29 21:38:49 +00:00
kmccormick
f783ce5bcf
Doc update: incorrect method name
...
"Bug: 8177983"
Change-Id: Ib8f811a8e82dbff9b4e97cb670dec66342a0df00
2013-03-29 14:33:21 -07:00
Kenny Root
b381772246
Merge "KeyStore: add API to query storage type" into jb-mr2-dev
2013-03-29 21:24:35 +00:00
Kenny Root
5cb5cec6a4
KeyStore: add API to query storage type
...
Add an API to keystore daemon to query what kind of storage is currently
in use.
(cherry picked from commit a738e2a1ae )
Change-Id: I52c84449a27b1cefc49372a6406b7132c2bbddee
2013-03-29 14:21:10 -07:00
Michael Wright
bf02096088
Finish any event in the current input queue
...
When the pipelining optimization was added we never updated
handleImeFinishedEvent to look through the whole queue of items, so it was only
looking at the head.
Bug: 8498214
Change-Id: I79c62392a93b47e3e1eab3f4fe54a5c999dfb566
2013-03-29 14:06:43 -07:00
Jatin Lodhia
ce66fd7479
Merge "AccountManager changes for profile seeding." into jb-mr2-dev
2013-03-29 20:44:49 +00:00
Fabrice Di Meglio
b365f91688
Optimize ViewGroup.MarginLayoutParams memory and fix ViewDebug
...
- use private flag bit field for ViewGroup.MarginLayoutParams
- make ViewDebug support "byte" type for FlagMapping
Change-Id: Iff7c31544e3ce2d29919c9424425f2bf87042b8b
2013-03-29 13:12:07 -07:00
Kenny Root
a738e2a1ae
KeyStore: add API to query storage type
...
Add an API to keystore daemon to query what kind of storage is currently
in use.
Change-Id: I5a83ae92250ca63b691dcf1beb8b3e1703797745
2013-03-29 11:16:43 -07:00
Raph Levien
8fed6bc894
Merge "Make zero width space a line breaker" into jb-mr2-dev
2013-03-29 16:58:33 +00:00
Raph Levien
8d087c349f
Make zero width space a line breaker
...
This patch makes ZWSP (U+200B, zero width space) a potential line break
in text layouts. This is a fix for bug 8501809.
Change-Id: I18c1f8464e6c821ff75f819141bacc714a878700
2013-03-29 09:25:48 -07:00
kmccormick
326e8bf826
am 84bba952: am 297409fe: am 3abd5a00: am ef47a8c4: am 6d9ff503: Merge "Doc update: clarify rules for rate param" into jb-mr1.1-docs
...
* commit '84bba9528c5d3baf22656746255b74e72b4555ff':
Doc update: clarify rules for rate param
2013-03-28 18:10:08 -07:00
kmccormick
84bba9528c
am 297409fe: am 3abd5a00: am ef47a8c4: am 6d9ff503: Merge "Doc update: clarify rules for rate param" into jb-mr1.1-docs
...
* commit '297409fefcfb2704162536562db9395903476b44':
Doc update: clarify rules for rate param
2013-03-28 18:07:59 -07:00
kmccormick
297409fefc
am 3abd5a00: am ef47a8c4: am 6d9ff503: Merge "Doc update: clarify rules for rate param" into jb-mr1.1-docs
...
* commit '3abd5a00ab24299de00b6dfa9c73ff59e3f3360c':
Doc update: clarify rules for rate param
2013-03-28 18:05:44 -07:00
kmccormick
6d9ff5033e
Merge "Doc update: clarify rules for rate param" into jb-mr1.1-docs
2013-03-29 01:00:11 +00:00
kmccormick
a230b3cb96
Doc update: clarify rules for rate param
...
"Bug: 5581113"
Change-Id: Ic87f1c331fba2b08de295b2d77832739bf823500
2013-03-28 17:58:57 -07:00
kmccormick
eff1151d6c
am 0de7af1e: am c9c63003: am fd245a2e: am 593c0dbf: am 378d4367: Merge "Doc update: misc fixes" into jb-mr1.1-docs
...
* commit '0de7af1e18a72a979baa9711e4e980b21cf80255':
Doc update: misc fixes
2013-03-28 16:47:25 -07:00
kmccormick
0de7af1e18
am c9c63003: am fd245a2e: am 593c0dbf: am 378d4367: Merge "Doc update: misc fixes" into jb-mr1.1-docs
...
* commit 'c9c63003b2e30c068a1bc9eba7683b75ca272180':
Doc update: misc fixes
2013-03-28 16:45:16 -07:00