Chet Haase
d4c5453464
am 7aab1134: am c99d3c1f: Stop jank from window animations overlapping activity animations
...
* commit '7aab1134236a30aa2e595be55fcc7b5c90982413':
Stop jank from window animations overlapping activity animations
2013-04-02 11:03:16 -07:00
Chris Craik
92ce5e95b8
am bb3c5e18: am 94d6170b: Merge "Update view\'s alpha and layer docs" into jb-mr2-dev
...
* commit 'bb3c5e184a41ec3ad7d11c3a0a66439edda4f74d':
Update view's alpha and layer docs
2013-04-02 11:03:09 -07:00
Jeff Brown
76703d8fe5
am 21b41af7: am d42ae93c: Merge "Make MessageQueue and Looper final." into jb-mr2-dev
...
* commit '21b41af7ea418be8e0ec94800bb2d0cc12c4965e':
Make MessageQueue and Looper final.
2013-04-02 11:03:04 -07:00
Michael Wright
bc15cf55f5
am ef588f73: am 54531f81: Merge "Flush pending input events immediately upon channel dispose" into jb-mr2-dev
...
* commit 'ef588f73cf9bf01a693f468f597239e27834c730':
Flush pending input events immediately upon channel dispose
2013-04-02 08:26:04 -07:00
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
bb49e8573e
resolved conflicts for merge of 15935aad to master
...
Change-Id: I9664186a62cf7b11844c6a14967f5b8c2b67c289
2013-03-30 19:26:37 -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
8d01846130
am 5c98b904: am 9e8ba8f2: Merge "Improve RestrictionEntry API" into jb-mr2-dev
...
* commit '5c98b9046506cc69b261dd6ac2ae39b2de0afacb':
Improve RestrictionEntry API
2013-03-29 18:52:58 -07: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
cfa775447e
am 68951ee9: am 83390182: Merge "Optimize ViewGroup.MarginLayoutParams memory and fix ViewDebug" into jb-mr2-dev
...
* commit '68951ee958e72319facc267289ca363622758e0a':
Optimize ViewGroup.MarginLayoutParams memory and fix ViewDebug
2013-03-29 18:02:42 -07: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
Elliott Hughes
96a744cf54
am 1e61ea82: am 55e9d98d: Merge "Clarify the documentation of SparseArray.indexOfValue."
...
* commit '1e61ea82f423f4149fc19868fc0eca42fbb5d986':
Clarify the documentation of SparseArray.indexOfValue.
2013-03-29 17:58:44 -07: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
Geremy Condra
087f6ef973
Merge "Fix a comment to fix the build."
2013-03-29 23:40:58 +00:00
Geremy Condra
757ee52725
Fix a comment to fix the build.
...
Change-Id: I9acfef97572bbb0438afbc95df6a718ba506c2c4
2013-03-29 16:39:45 -07:00
Elliott Hughes
55e9d98d99
Merge "Clarify the documentation of SparseArray.indexOfValue."
2013-03-29 23:25:07 +00:00
kmccormick
e3855b5171
am 160c0059: am 257719ec: am cccf6e9b: am 9f0ed0ee: am 58db9597: am e4ca0650: am 31ed1722: Merge "Doc update: clarify dumpsys instructions" into jb-mr1.1-docs
...
* commit '160c0059f1499dbb7fdba7306f32227af7a15baa':
Doc update: clarify dumpsys instructions
2013-03-29 16:23:53 -07: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
Geremy Condra
6ef7b2ff6c
Merge "Add SELinux updater and Settings-based enforcement switch."
2013-03-29 23:18:20 +00:00
Geremy Condra
e9ea821475
Merge "Add ConfigUpdater settings values to the global table."
2013-03-29 23:17:03 +00: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
Michael Wright
6f7941484b
am b09b5d42: am ee5880c9: Merge "Finish any event in the current input queue" into jb-mr2-dev
...
* commit 'b09b5d42ec07a050f1b27d59684393af96cd8704':
Finish any event in the current input queue
2013-03-29 16:06:12 -07: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
Geremy Condra
4e7f7e839e
Add SELinux updater and Settings-based enforcement switch.
...
Bug: 8116902
Change-Id: Ifac495026a354dac7655c28ea2188499a2a319aa
2013-03-29 15:48:15 -07:00
Geremy Condra
a0735118c6
Add ConfigUpdater settings values to the global table.
...
This is a partial fix to a bug caused by not properly migrating
these values from secure: to global:
Change-Id: Iaed77b5ab671f9cd229c7883ae09a0b4a5f3c64e
2013-03-29 15:48:07 -07:00
kmccormick
8594fab800
am 306a5d0f: am da160ec3: am 6eebd6e6: am 6f50c846: am d2c1e947: am 39f864b1: am 5018688b: Merge "Doc update: incorrect method name" into jb-mr1.1-docs
...
* commit '306a5d0fe7654653dd97a630ef8eac1fff71d78b':
Doc update: incorrect method name
2013-03-29 15:02:40 -07: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