Michael Jurka
668a4e1369
am c10124ed: am 141efcb5: Merge "Fix jump cut when dismissing items in Recents" into jb-mr1-dev
...
* commit 'c10124ed4cbe713befa7c72285c2458f710e18ce':
Fix jump cut when dismissing items in Recents
2012-10-02 12:25:45 -07:00
Michael Jurka
c10124ed4c
am 141efcb5: Merge "Fix jump cut when dismissing items in Recents" into jb-mr1-dev
...
* commit '141efcb5b633f76056260f6763652270931853f3':
Fix jump cut when dismissing items in Recents
2012-10-02 12:24:16 -07:00
Michael Jurka
141efcb5b6
Merge "Fix jump cut when dismissing items in Recents" into jb-mr1-dev
2012-10-02 12:22:13 -07:00
Michael Jurka
9bdaada95c
Fix bug 7138446: Icon blips in during Recents animation
...
Add animation where icon and description of the
primary activity fades and translates in
Change-Id: Ie21b5302ac9e58ee6af219b7cde98d12a8e82697
2012-10-02 21:18:26 +02:00
Svetoslav Ganov
913883d302
am 87779f63: am 87d7d946: Merge "Accessibility focus should not scroll automatically." into jb-mr1-dev
...
* commit '87779f63c718a494f97cbf22b6b1dedad7e4ce8b':
Accessibility focus should not scroll automatically.
2012-10-02 12:10:09 -07:00
Svetoslav Ganov
87779f63c7
am 87d7d946: Merge "Accessibility focus should not scroll automatically." into jb-mr1-dev
...
* commit '87d7d94673512c9572fa62c2842ce20bc87bf8b9':
Accessibility focus should not scroll automatically.
2012-10-02 12:08:45 -07:00
Kenny Root
07b4339b2a
Merge "Change androidfw tests to native test target"
2012-10-02 12:06:08 -07:00
Kenny Root
2293f9247b
am bad71217: am 77728b01: Merge "Change installd tests to native test target"
...
* commit 'bad71217b75df49245092bc0f32e4ddaeb2b3732':
Change installd tests to native test target
2012-10-02 12:06:05 -07:00
Svetoslav Ganov
87d7d94673
Merge "Accessibility focus should not scroll automatically." into jb-mr1-dev
2012-10-02 12:05:49 -07:00
Kenny Root
bad71217b7
am 77728b01: Merge "Change installd tests to native test target"
...
* commit '77728b010e34069a904c9e8a40e03b8829cfb8ae':
Change installd tests to native test target
2012-10-02 12:03:34 -07:00
Svetoslav Ganov
45af84a483
Touch explorer and magnifier do not work well together.
...
1. If tocuh exploration and screen magnification are enabled and the screen
is currently magnified, gesture detection does not work well. The reason
is because we are transforming the events if the screen is magnified before
passing them to the touch explorer to compensate for the magnification so
the user can poke what he thinks he pokes. However, when doing gesture
detection/velocity computing this compensating shrinks the gestured shape/
decreases velocity leading to poor gesture reco/incorrect velocity.
This change adds a onRawMotionEvent method in the event transformation chain
which will process the raw touch events. In this method of the touch explorer
we are passing events to the gesture recognized and the velocity tracker.
2. Velocity tracker was not cleared on transitions out of touch exploring state
which is the only one that uses velocity.
bug:7266617
Change-Id: I7887fe5f3c3bb6cfa203b7866a145c7341098a02
2012-10-02 12:02:05 -07:00
Kenny Root
f3f286df4d
Change androidfw tests to native test target
...
Change the androidfw tests to the BUILD_NATIVE_TEST target so they end
up in the correct directory. Also remove the module tags and C include
paths. The include paths are automatically added when the library is
used.
Change-Id: Ia47f6c25130c5068b89d6dc067e5d9c714a6d08a
2012-10-02 11:54:01 -07:00
Chris Wren
9c022dff03
re-use status bar DateView in QuickSettings.
...
Bug: 7221083
Change-Id: Ic1cb7118d8e5f83a8e5e1101a609791a1e0fbab1
2012-10-02 14:48:42 -04:00
Adam Cohen
0114639dea
am c546c40d: am bebefaac: Merge "Fixing up keyguard widget pager layouts" into jb-mr1-dev
...
* commit 'c546c40da84a7576e3f5b2cc1441edf02b6d0df2':
Fixing up keyguard widget pager layouts
2012-10-02 11:33:50 -07:00
Adam Cohen
c546c40da8
am bebefaac: Merge "Fixing up keyguard widget pager layouts" into jb-mr1-dev
...
* commit 'bebefaac17801a375244fca0ae856f4c2f56f702':
Fixing up keyguard widget pager layouts
2012-10-02 11:31:24 -07:00
Svetoslav Ganov
a85236e510
Accessibility focus should not scroll automatically.
...
1. We use auto scroll when a view gets accessibility focus.
Pros: Having magnification and TalkBack enabled together (not a common use case)
will have the accessibility focused view on the screen (it is auto panned).
Cons: A blind user can get stuck in a very lock scroll view - not good.
2. We do not auto scroll when a view gets accessibility focus.
Pros: A blind user cannot get stuck in a long scroll view as he has to explicitly
scroll.
Cons: The magnified area will not pan to ensure the accessibility focused view
is visible.
Option one is the better trade off and this change removes the auto scrolling.
bug:7265773
Change-Id: I209b54ed18acad36c1f35b4c09b980e45ec9bbff
2012-10-02 11:31:18 -07:00
Adam Cohen
bebefaac17
Merge "Fixing up keyguard widget pager layouts" into jb-mr1-dev
2012-10-02 11:29:14 -07:00
Kenny Root
77728b010e
Merge "Change installd tests to native test target"
2012-10-02 11:22:22 -07:00
Daniel Sandler
416e348765
am ba860e64: am b531c81c: Merge "Introduce ACTION_QUICK_CLOCK for the QS time tile." into jb-mr1-dev
...
* commit 'ba860e6419fb6119ca6a66f7da2d444ff6a19926':
Introduce ACTION_QUICK_CLOCK for the QS time tile.
2012-10-02 10:59:27 -07:00
Daniel Sandler
ba860e6419
am b531c81c: Merge "Introduce ACTION_QUICK_CLOCK for the QS time tile." into jb-mr1-dev
...
* commit 'b531c81cdb262bfb75d1637c12ef22f06fbd4968':
Introduce ACTION_QUICK_CLOCK for the QS time tile.
2012-10-02 10:58:08 -07:00
Daniel Sandler
029c0488bc
am 5411ed19: am 6aa06b96: Merge "Fix notifications dismiss button." into jb-mr1-dev
...
* commit '5411ed197cd7de56afaeee62d2a09eccc5552c90':
Fix notifications dismiss button.
2012-10-02 10:56:28 -07:00
Daniel Sandler
b531c81cdb
Merge "Introduce ACTION_QUICK_CLOCK for the QS time tile." into jb-mr1-dev
2012-10-02 10:53:12 -07:00
Daniel Sandler
5411ed197c
am 6aa06b96: Merge "Fix notifications dismiss button." into jb-mr1-dev
...
* commit '6aa06b969f92a93c1c4c7ce883d6746824a198fc':
Fix notifications dismiss button.
2012-10-02 10:53:06 -07:00
Kenny Root
fbc3044190
Change installd tests to native test target
...
Change-Id: Ifb2ba004e74d55ffbf01557b59ceef3232762d28
2012-10-02 10:51:07 -07:00
Daniel Sandler
6aa06b969f
Merge "Fix notifications dismiss button." into jb-mr1-dev
2012-10-02 10:49:36 -07:00
Eric Laurent
3de070d5bd
am aade5d14: am 57e62034: Merge "enable safe media volume according to country" into jb-mr1-dev
...
* commit 'aade5d14da459a25f08f78b0cb1d15aa2ce7d566':
enable safe media volume according to country
2012-10-02 10:02:31 -07:00
Eric Laurent
aade5d14da
am 57e62034: Merge "enable safe media volume according to country" into jb-mr1-dev
...
* commit '57e6203457cedbc6f4bf8a45635862a3eb717e9f':
enable safe media volume according to country
2012-10-02 10:00:45 -07:00
Eric Laurent
57e6203457
Merge "enable safe media volume according to country" into jb-mr1-dev
2012-10-02 09:58:03 -07:00
Dianne Hackborn
02a3db9c62
am 79819093: am 11d8481f: Merge "Fix framework side of #7132432 com.android.vending:..." into jb-mr1-dev
...
* commit '7981909339d0ccd711efaf2ed531be8b57aeb270':
Fix framework side of #7132432 com.android.vending:...
2012-10-02 09:29:12 -07:00
Dianne Hackborn
7981909339
am 11d8481f: Merge "Fix framework side of #7132432 com.android.vending:..." into jb-mr1-dev
...
* commit '11d8481f10a12caef0cfd9be7fe86e61d953d58f':
Fix framework side of #7132432 com.android.vending:...
2012-10-02 09:26:34 -07:00
Dianne Hackborn
11d8481f10
Merge "Fix framework side of #7132432 com.android.vending:..." into jb-mr1-dev
2012-10-02 09:22:12 -07:00
The Android Open Source Project
2c3c304061
Reconcile with jb-mr1-release - do not merge
...
Change-Id: Ic7d71f0ada5470023de4dafc45024145d4d21a5b
2012-10-02 09:18:17 -07:00
Eric Laurent
d640bd325c
enable safe media volume according to country
...
Enable safe headphone volume feature for all countries that
do not opt otherwise in their mmc configuration.
Opt out for US.
Bug 7231029.
Change-Id: I2619d627508eb2cd1f73db9242e0cb5efa839a2a
2012-10-02 08:46:26 -07:00
Chris Wren
c914012d4f
am c03d65bb: am 0f9deb3c: Merge "renaming Sleep Mode feature." into jb-mr1-dev
...
* commit 'c03d65bba72b8069dbe206243f1d9ed66a4b7091':
renaming Sleep Mode feature.
2012-10-02 08:44:43 -07:00
Chris Wren
c03d65bba7
am 0f9deb3c: Merge "renaming Sleep Mode feature." into jb-mr1-dev
...
* commit '0f9deb3c1ab2c09ea59e5c53bfbb4fab9d9fa7e4':
renaming Sleep Mode feature.
2012-10-02 08:42:12 -07:00
Chris Wren
0f9deb3c1a
Merge "renaming Sleep Mode feature." into jb-mr1-dev
2012-10-02 08:40:03 -07:00
John Spurlock
7e3fcda77f
am 81f89278: am bd27ea2e: Merge "Update javadocs for DreamService." into jb-mr1-dev
...
* commit '81f8927884610ea7bf9a7af59738eb3e3d0a4798':
Update javadocs for DreamService.
2012-10-02 07:59:55 -07:00
John Spurlock
81f8927884
am bd27ea2e: Merge "Update javadocs for DreamService." into jb-mr1-dev
...
* commit 'bd27ea2e125efd57676d34b4d6f24445f139c2e7':
Update javadocs for DreamService.
2012-10-02 07:58:32 -07:00
Irfan Sheriff
a2eb8156e3
am 06182b61: am 56925d65: Always update peer list in display controller
...
* commit '06182b6158548ea234016ce0c0984e9e2e45f99f':
Always update peer list in display controller
2012-10-02 07:58:13 -07:00
John Spurlock
bd27ea2e12
Merge "Update javadocs for DreamService." into jb-mr1-dev
2012-10-02 07:56:06 -07:00
Irfan Sheriff
06182b6158
am 56925d65: Always update peer list in display controller
...
* commit '56925d65fde7f1ac8676ada6f91d0e604645c0a5':
Always update peer list in display controller
2012-10-02 07:55:53 -07:00
Chris Wren
a64544748d
renaming Sleep Mode feature.
...
Bug: 7267485
Change-Id: If54495436f0df1c0bf90f9bb77b043e40884bbd7
2012-10-02 10:40:57 -04:00
Daniel Sandler
60a835101f
Fix notifications dismiss button.
...
The handle (which is now being drawn by the window and not by itself)
was floating over it.
Bug: 7267529
Change-Id: Ia8902f64ac81616c640bc42400272933063852f4
2012-10-02 10:39:09 -04:00
The Android Automerger
6d8f6487f2
merge in jb-mr1-release history after reset to jb-mr1-dev
2012-10-02 06:59:36 -07:00
Michael Jurka
9a0890c109
Fix jump cut when dismissing items in Recents
...
Bug: 7070897
2012-10-02 14:42:53 +02:00
Svetoslav Ganov
1a17084c4d
am ef89d33f: am 30ed33b1: Merge "Owner should not be announces as a user switch." into jb-mr1-dev
...
* commit 'ef89d33f5bc90e3a0527ac91e00385f47937612c':
Owner should not be announces as a user switch.
2012-10-01 23:38:30 -07:00
Svetoslav Ganov
814615212f
am a6404170: am 0a551d6b: Merge "Upading the strings for the global accessibility enabling gesture." into jb-mr1-dev
...
* commit 'a6404170784609bd1ed0771e612a7d30fec62624':
Upading the strings for the global accessibility enabling gesture.
2012-10-01 23:38:26 -07:00
Svetoslav Ganov
8182277dec
am 52f3c3eb: am 5b7b999a: Merge "Hiding appropriate nodes for accessibility in recents. Bug: 6855305 Change-Id: I2c9fac2cfc777f912ff78283bbe6b3a9666f17c6" into jb-mr1-dev
...
* commit '52f3c3eb89f86c21b43162a62643876f173f9842':
Hiding appropriate nodes for accessibility in recents. Bug: 6855305 Change-Id: I2c9fac2cfc777f912ff78283bbe6b3a9666f17c6
2012-10-01 23:38:23 -07:00
Adam Cohen
11ce16c641
am 8d668b5a: am 0207c099: Fixing a coupld lockscreen bugs
...
* commit '8d668b5a301bd8883e839b314841d18d96fce199':
Fixing a coupld lockscreen bugs
2012-10-01 23:38:19 -07:00
Svetoslav Ganov
ef89d33f5b
am 30ed33b1: Merge "Owner should not be announces as a user switch." into jb-mr1-dev
...
* commit '30ed33b141dd1add916466c193b6735cd0bf8315':
Owner should not be announces as a user switch.
2012-10-01 23:33:27 -07:00