86921 Commits

Author SHA1 Message Date
Raph Levien
34614e63dc am 54801e12: Merge "Fix for bug 6936752 Tamil text gets truncated on right-hand side" into jb-mr1-dev
* commit '54801e120a2275037e37f065926b81d9f6e4b3d5':
  Fix for bug 6936752 Tamil text gets truncated on right-hand side
2012-09-28 11:17:22 -07:00
Raph Levien
54801e120a Merge "Fix for bug 6936752 Tamil text gets truncated on right-hand side" into jb-mr1-dev 2012-09-28 11:14:48 -07:00
Amith Yamasani
ed7989e49f am 01996793: Merge "Remove user switcher from long-press power menu" into jb-mr1-dev
* commit '01996793dd2a70acb0ae006960c23c31f0e39d5f':
  Remove user switcher from long-press power menu
2012-09-28 11:12:06 -07:00
Amith Yamasani
01996793dd Merge "Remove user switcher from long-press power menu" into jb-mr1-dev 2012-09-28 11:09:22 -07:00
Ben Gruver
e7b608d7a8 am 9dbbfcda: Merge "Pass the originating uid to the package verifier" into jb-mr1-dev
* commit '9dbbfcda81f251f23aded866f7f9d49d8a744c75':
  Pass the originating uid to the package verifier
2012-09-28 11:04:26 -07:00
Ben Gruver
9dbbfcda81 Merge "Pass the originating uid to the package verifier" into jb-mr1-dev 2012-09-28 10:58:19 -07:00
Daniel Sandler
08cf4cfd10 am f80ad90f: Merge "Add the SystemUI\'s dream-starter as a DESK_DOCK app." into jb-mr1-dev
* commit 'f80ad90f0b269e31d9450b9fa33f4dc3e4a507c7':
  Add the SystemUI's dream-starter as a DESK_DOCK app.
2012-09-28 10:52:07 -07:00
Daniel Sandler
31e424c30a am 6e061919: Merge "Prop the tablet notification panel open a bit." into jb-mr1-dev
* commit '6e061919f313f787c91047bebdfb95fdb756d6bb':
  Prop the tablet notification panel open a bit.
2012-09-28 10:50:28 -07:00
Daniel Sandler
f80ad90f0b Merge "Add the SystemUI's dream-starter as a DESK_DOCK app." into jb-mr1-dev 2012-09-28 10:49:19 -07:00
Daniel Sandler
6e061919f3 Merge "Prop the tablet notification panel open a bit." into jb-mr1-dev 2012-09-28 10:47:45 -07:00
Svetoslav Ganov
20db3ce08b am 95841ac3: Merge "Inconsistent events on transition from gesture detection to touch exploration." into jb-mr1-dev
* commit '95841ac3c2d45a839cc3cd0bd420fd9d91ccd583':
  Inconsistent events on transition from gesture detection to touch exploration.
2012-09-28 10:42:49 -07:00
Svetoslav Ganov
95841ac3c2 Merge "Inconsistent events on transition from gesture detection to touch exploration." into jb-mr1-dev 2012-09-28 10:39:38 -07:00
Svetoslav Ganov
4cd833341a am ca868820: Merge "Accessibility services that do not accept events are mismanaged." into jb-mr1-dev
* commit 'ca8688207b68612419213cc8f3afd7abeb03a181':
  Accessibility services that do not accept events are mismanaged.
2012-09-28 10:39:07 -07:00
Svetoslav Ganov
ca8688207b Merge "Accessibility services that do not accept events are mismanaged." into jb-mr1-dev 2012-09-28 10:36:53 -07:00
Craig Mautner
e521aad3a5 am af08ccb2: Merge "Add null checks before using mViewMediatorCallback." into jb-mr1-dev
* commit 'af08ccb20dbfc19c668c6566ca17f2464ad12696':
  Add null checks before using mViewMediatorCallback.
2012-09-28 10:34:55 -07:00
Craig Mautner
af08ccb20d Merge "Add null checks before using mViewMediatorCallback." into jb-mr1-dev 2012-09-28 10:33:07 -07:00
Craig Mautner
7def1db039 Add null checks before using mViewMediatorCallback.
Fixes bug 7250008.

Change-Id: I744241c46de5222a3e1767a04464e657ccd9f799
2012-09-28 10:27:56 -07:00
John Spurlock
9b9299f7ca am a174a776: Merge "Close the notification shade when starting dream." into jb-mr1-dev
* commit 'a174a776321e1620258b78424dfe38b382327679':
  Close the notification shade when starting dream.
2012-09-28 10:24:02 -07:00
Amith Yamasani
bc4ba82335 Remove user switcher from long-press power menu
Bug: 7252218

Also lock the screen before doing the user switch. This prevents the
janky behavior of showing the target user's homescreen after the switch
and then the lock screen. This is also a privacy issue.

Change-Id: I9f8db047335d06fc93505d7b5cca71e27ca3ac39
2012-09-28 10:21:32 -07:00
John Spurlock
a174a77632 Merge "Close the notification shade when starting dream." into jb-mr1-dev 2012-09-28 10:20:23 -07:00
Daniel Sandler
d22e6d0b50 am 0dc2b81c: Merge "Cleanup internal status bar APIs." into jb-mr1-dev
* commit '0dc2b81ce1400ae23faa5cc386caeef235856307':
  Cleanup internal status bar APIs.
2012-09-28 10:10:48 -07:00
Daniel Sandler
0dc2b81ce1 Merge "Cleanup internal status bar APIs." into jb-mr1-dev 2012-09-28 10:07:16 -07:00
Svetoslav Ganov
aed4b6f812 Inconsistent events on transition from gesture detection to touch exploration.
1. The problem is that we have a gesture detection timeout after which we transition
   to touch exploration state. This handles the case where the user is using too high
   velocity while trying to touch explore. The delayed command that transitions from
   gesture detection state to touch exploration state was not firing an event for the
   end of gesture detection and begin of touch exploration before doing its main work
   to transition to touch exploring state.

bug:7233819

Change-Id: I5c4855231aa3826dadbee324e74a3c9e52c96cd9
2012-09-28 10:06:24 -07:00
Svetoslav Ganov
1f22b6a25d Accessibility services that do not accept events are mismanaged.
1. If an accessibility service does not specify that it handles any
   event types it was never added to the list of services while
   the system is bound to it. Since the service is not in the list
   with enabled services we never unbind it, hence it consumes
   resources without doing nothing. This is also semantically
   incorrect because a sevice may not want to receive events while
   handling only gestures.

bug:5648345

Change-Id: Id478a4704cdeeb1729330f6ae4b8ff9e06320952
2012-09-28 09:45:15 -07:00
Daniel Sandler
e680f5483f Prop the tablet notification panel open a bit.
It will now occupy at least 40% of the screen, vertically.

Bug: 7069227
Change-Id: I540388f6988bee591aee5b7aee1e4d25d08fad96
2012-09-28 12:22:27 -04:00
John Spurlock
591a9e8d6e Close the notification shade when starting dream.
Bug:7205491
Change-Id: I17d2b75bc502ff8fb739a6cbb4d0219681fa4e8a
2012-09-28 12:15:08 -04:00
Daniel Sandler
3a12029a3b Add the SystemUI's dream-starter as a DESK_DOCK app.
The circle is complete: dock mode is back, and it will
launch Dreams by default.

Bug: 7163049
Change-Id: I3c681ac701d65b03f882d92d06389d4528e34747
2012-09-28 11:41:41 -04:00
Daniel Sandler
12736aff14 am 195b6e12: Merge "Fix panel handles on large screens." into jb-mr1-dev
* commit '195b6e1239efad691e93eeed881001656d07056f':
  Fix panel handles on large screens.
2012-09-28 06:53:26 -07:00
Daniel Sandler
195b6e1239 Merge "Fix panel handles on large screens." into jb-mr1-dev 2012-09-28 06:50:57 -07:00
Jeff Brown
1220aeb730 am 13701b50: Merge "Bundle correlated switch changes atomically." into jb-mr1-dev
* commit '13701b50f533775fd7a547fd0e479c1ec9035ce8':
  Bundle correlated switch changes atomically.
2012-09-28 00:38:28 -07:00
Jeff Brown
13701b50f5 Merge "Bundle correlated switch changes atomically." into jb-mr1-dev 2012-09-28 00:35:57 -07:00
Satoshi Kataoka
67e107a0f5 am 3cd96129: Merge "Fix ime swtich issue" into jb-mr1-dev
* commit '3cd961292e877cc5fac146290421e9e67aa553a2':
  Fix ime swtich issue
2012-09-28 00:29:24 -07:00
Satoshi Kataoka
3cd961292e Merge "Fix ime swtich issue" into jb-mr1-dev 2012-09-28 00:26:55 -07:00
Satoshi Kataoka
d08a9238db Fix ime swtich issue
Bug: 7250097
Change-Id: Ibe85aaf7d60e7c3a27363eece528d19a0c8ddca2
2012-09-28 16:19:59 +09:00
Romain Guy
8399392d70 am 08874db8: Merge "Fix HierarchyViewer so it can load Contacts" into jb-mr1-dev
* commit '08874db8ed9f81f1d0f205bbffe87f913e50bc57':
  Fix HierarchyViewer so it can load Contacts
2012-09-27 23:43:06 -07:00
Romain Guy
08874db8ed Merge "Fix HierarchyViewer so it can load Contacts" into jb-mr1-dev 2012-09-27 23:40:56 -07:00
Romain Guy
97723b2eb4 Fix HierarchyViewer so it can load Contacts
Change-Id: I5d5f400a9283f9c2431d91a10f85be42b02fe6a0
2012-09-27 23:36:34 -07:00
Romain Guy
3d2c043e90 am 97298cdc: Merge "Fix recents animation in landscape Bug #7250041" into jb-mr1-dev
* commit '97298cdcc0e699912288191c28bebe895759e75e':
  Fix recents animation in landscape Bug #7250041
2012-09-27 23:14:47 -07:00
Romain Guy
97298cdcc0 Merge "Fix recents animation in landscape Bug #7250041" into jb-mr1-dev 2012-09-27 23:11:05 -07:00
Romain Guy
4b416885ac Fix recents animation in landscape
Bug #7250041

Change-Id: I0d7d85aa6a9444ac5dc2451be816f8387036e068
2012-09-27 23:07:38 -07:00
Baligh Uddin
348a00bb68 am 7d82989e: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
* commit '7d82989e0024fe10ed60219761648a19795a9634':
  Import translations. DO NOT MERGE
2012-09-27 23:05:54 -07:00
Baligh Uddin
e7a06e4d8a am 2d75435b: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
* commit '2d75435be0ccb02c2cdf94d60eafde06f3957679':
  Import translations. DO NOT MERGE
2012-09-27 23:03:08 -07:00
Baligh Uddin
7d82989e00 Merge "Import translations. DO NOT MERGE" into jb-mr1-dev 2012-09-27 23:03:04 -07:00
Baligh Uddin
2d75435be0 Merge "Import translations. DO NOT MERGE" into jb-mr1-dev 2012-09-27 23:00:22 -07:00
Hiroshi Lockheimer
b3497430a3 am a7a257d6: Merge "Plug memory leak that happens when reusing display lists Bug #7195815" into jb-mr1-dev
* commit 'a7a257d6578cf37723d92b4b90c6ef9caea18528':
  Plug memory leak that happens when reusing display lists Bug #7195815
2012-09-27 22:25:56 -07:00
Hiroshi Lockheimer
a7a257d657 Merge "Plug memory leak that happens when reusing display lists Bug #7195815" into jb-mr1-dev 2012-09-27 22:23:28 -07:00
Baligh Uddin
1f04fddabf Import translations. DO NOT MERGE
Change-Id: Ibdc8249324fd79240a6fec9cba9b2c22435f549c
Auto-generated-cl: translation import
2012-09-27 22:21:23 -07:00
Baligh Uddin
0e7d76c510 Import translations. DO NOT MERGE
Change-Id: I39264c4fca327e739195aa552fb902378fa869fe
Auto-generated-cl: translation import
2012-09-27 22:07:15 -07:00
Hiroshi Lockheimer
f981d8f6c2 am 448f6e1e: Merge "temporarily disable blacklisting" into jb-mr1-dev
* commit '448f6e1e1471db2caf218ca8918c2d82306b450a':
  temporarily disable blacklisting
2012-09-27 22:00:22 -07:00
Hiroshi Lockheimer
448f6e1e14 Merge "temporarily disable blacklisting" into jb-mr1-dev 2012-09-27 21:58:21 -07:00