83360 Commits

Author SHA1 Message Date
Dianne Hackborn
fe1d3d4c52 am f02b60aa: Rename UserId to UserHandle.
* commit 'f02b60aa4f367516f40cf3d60fffae0c6fe3e1b8':
  Rename UserId to UserHandle.
2012-08-16 12:51:44 -07:00
Dianne Hackborn
f02b60aa4f Rename UserId to UserHandle.
This is the start of turning this into a formal public API.

Change-Id: I5786d2c320f1de41a06ed5d0f65adb68967287a0
2012-08-16 12:46:38 -07:00
Svetoslav Ganov
2691ab25e5 am ca34bcf6: resolved conflicts for merge of 80c904df to jb-mr1-dev
* commit 'ca34bcf6746454c561b0c07ca5c6e42bd4a73e9e':
  Allow enabled accessibility service to toggle tocuh exploration after an upgrade to JellyBean.
2012-08-16 12:26:32 -07:00
Svetoslav Ganov
ca34bcf674 resolved conflicts for merge of 80c904df to jb-mr1-dev
Change-Id: Ic2f8d64cd716d04a533ca0685d1fb0d5e2a21933
2012-08-16 12:22:23 -07:00
Jason Sams
39a4bf2a54 am 14250ccf: Merge "Testing java compat lib for RS." into jb-mr1-dev
* commit '14250ccf22f88ce0a44b4fa1ec992da9344ffe18':
  Testing java compat lib for RS.
2012-08-16 11:26:11 -07:00
Jason Sams
14250ccf22 Merge "Testing java compat lib for RS." into jb-mr1-dev 2012-08-16 11:23:41 -07:00
Daniel Sandler
be8e86a188 am 504135b5: Merge "Fix status bar disabling." into jb-mr1-dev
* commit '504135b5cef98bba79bfa38959a9d8c695175255':
  Fix status bar disabling.
2012-08-16 10:58:16 -07:00
Daniel Sandler
504135b5ce Merge "Fix status bar disabling." into jb-mr1-dev 2012-08-16 10:55:18 -07:00
Svetoslav Ganov
80c904df15 am 8631701b: Allow enabled accessibility service to toggle tocuh exploration after an upgrade to JellyBean.
* commit '8631701bb770f3a4e3b2a139dc282f2244fe86e6':
  Allow enabled accessibility service to toggle tocuh exploration after an upgrade to JellyBean.
2012-08-16 10:36:55 -07:00
Daniel Sandler
1e8feef1fa Fix status bar disabling.
Bug: 6998403
Change-Id: I8a47e694f2f3914ef5cf0d180b0309783148c627
2012-08-16 11:37:41 -04:00
Steve Block
d6be8eae5f am 7bf70dd1: Merge "Fix alpha value for device orientation" into jb-mr1-dev
* commit '7bf70dd1ac9f1e6968a34d44f7e546a92b08cb58':
  Fix alpha value for device orientation
2012-08-16 04:59:14 -07:00
Steve Block
7bf70dd1ac Merge "Fix alpha value for device orientation" into jb-mr1-dev 2012-08-16 04:38:03 -07:00
Steve Block
d5be055f79 Fix alpha value for device orientation
This seems to have been incorrect since this code was first written for HC. I
can only think that the error was made due to confusion between portrait and
landscape mode as development switched from phones to tablets.

Tested on stingray and prime.

A similar fix will be required for Chrome.

Change-Id: I5da13c489fdb9de340b9e6ea8868c9f1adc15bb2
2012-08-16 11:04:51 +01:00
Jeff Brown
778a616feb am 7c964e78: Merge changes I39804ee6,I6a5a7ea2 into jb-mr1-dev
* commit '7c964e78993ab1bc93c079e4f75b22ce1ebdec98':
  Use spline interpolation for auto-brightness.
  Add FloatMath.hypot.
2012-08-16 02:08:55 -07:00
Jeff Brown
39b9346728 am e6639750: Merge "Improve auto-brightness debounce." into jb-mr1-dev
* commit 'e663975055eb1dc0a0da5efffc3c92312b15498e':
  Improve auto-brightness debounce.
2012-08-16 02:08:52 -07:00
Jeff Brown
7c964e7899 Merge changes I39804ee6,I6a5a7ea2 into jb-mr1-dev
* changes:
  Use spline interpolation for auto-brightness.
  Add FloatMath.hypot.
2012-08-16 02:07:27 -07:00
Jeff Brown
e663975055 Merge "Improve auto-brightness debounce." into jb-mr1-dev 2012-08-16 02:06:18 -07:00
Jeff Brown
1a30b55036 Use spline interpolation for auto-brightness.
Strictly speaking, this is a change in behavior for all products.
Instead of using discrete zones, they will all now use spline
interpolation.  We could make this behavior configurable
but there seems to be little point to it.  The range of brightness
values used will be more or less the same as before, it's just
that what used to be the brightness value for all levels within
a particular zone now becomes the brightness value for the
highest level in that zone and lower values are used for lower
levels within the zone.

Change-Id: I39804ee630ba55f018e1e53c0576b28e7bd27931
2012-08-16 01:45:10 -07:00
Jeff Brown
270e3381e7 Add FloatMath.hypot.
Change-Id: I6a5a7ea2254300614dbbf540f40e39dbec2d2900
2012-08-16 01:30:22 -07:00
Svetoslav Ganov
8631701bb7 Allow enabled accessibility service to toggle tocuh exploration after an upgrade to JellyBean.
1. Before JellyBean touch exploration was a global setting controlled by the user via
   the UI. However, if the enabled accessibility services do not handle touch exploration
   mode, enabling it makes no sense. Therefore, in JellyBean the services request touch
   exploration mode and the user is presented with a dialog to allow that and if she
   does we store that in the database.

   As a result of the above change a user that has enabled  accessibility, touch
   exploration, and some accessibility services running a pre-JellyBean system
   version may lose touch exploration state, thus rendering the device useless unless
   sighted help is provided, since the enabled service(s) are not in the list of
   services to which the user granted a permission to put the device in touch explore
   mode.

   The fix is during a database upgrade to allow allow all enabled accessibility
   services to toggle touch exploration provided accessibility and touch exploration
   are enabled and no services can toggle touch exploration. Note that the user has
   already manually enabled the services and touch exploration which means the she
   has given consent to have these services work in touch exploration mode

bug:6996354

Change-Id: I0af2dc578cc4fbcc90043341035163b876978ab2
2012-08-15 22:13:03 -07:00
Jeff Brown
06565b64de Improve auto-brightness debounce.
Change-Id: I045e2a14cb31ff987a22872733c442fc92ebadbf
2012-08-15 21:10:32 -07:00
Daniel Sandler
b409323fd5 am 22891671: Merge "Multiuser support for notifications, take 1." into jb-mr1-dev
* commit '228916713db16dd536a8f3d7256b5726a2eaeb2b':
  Multiuser support for notifications, take 1.
2012-08-15 21:05:49 -07:00
Daniel Sandler
228916713d Merge "Multiuser support for notifications, take 1." into jb-mr1-dev 2012-08-15 21:03:26 -07:00
Daniel Sandler
ecfbf4556a am 2b197db7: Merge "Confine the quick settings trigger to the right third of the status bar." into jb-mr1-dev
* commit '2b197db7868ef756eef455184ea7eed1a2145264':
  Confine the quick settings trigger to the right third of the status bar.
2012-08-15 20:06:14 -07:00
Daniel Sandler
2b197db786 Merge "Confine the quick settings trigger to the right third of the status bar." into jb-mr1-dev 2012-08-15 20:01:30 -07:00
Daniel Sandler
b9301c3a68 Multiuser support for notifications, take 1.
Notifications for background users are hidden from the
panel and status bar.

Still need to add a concept of "any user" notifications (for
things coming from the system) and notification visibility
controls (for access to icons + possibly masked text of
a background user's notifications).

Change-Id: Iba121f35a6c25c2e1c44db029d776a5a59a6a008
2012-08-15 23:00:56 -04:00
Daniel Sandler
cf591db049 Confine the quick settings trigger to the right third of the status bar.
Pulling down anywhere on the status bar when a panel is
already showing will switch to the other panel.

Also adjust gesture recorder output to track the settings
panel and annotate it separately.

Change-Id: I0ca3b395b5f2c6c8767237126bce26d0e8c9b8c0
2012-08-15 22:52:03 -04:00
Michael Jurka
35b88a86b8 am 524c878e: Revert "Merge "Reload page when A11y is on and the JavaScript state changes." into jb-mr1-dev"
* commit '524c878e7ee8aba1a4e1be0d2cc76ef42e8fcda1':
  Revert "Merge "Reload page when A11y is on and the JavaScript state changes." into jb-mr1-dev"
2012-08-15 19:51:08 -07:00
Michael Jurka
524c878e7e Revert "Merge "Reload page when A11y is on and the JavaScript state changes." into jb-mr1-dev"
This reverts commit 6d00c724330702c6bfd2bba2b7b2501fa3ab62ff, reversing
changes made to 41bfb75f7c76588239ed5d2d4e38aeb1762ff348.
2012-08-15 19:39:55 -07:00
Dianne Hackborn
5de3184651 am a1a1a1d6: Merge "Fix issue #6955586: No navigation bar in landscape on tablets" into jb-mr1-dev
* commit 'a1a1a1d6caddc25c4e249e5b5030d6a3ed861dd9':
  Fix issue #6955586: No navigation bar in landscape on tablets
2012-08-15 18:56:10 -07:00
Dianne Hackborn
a1a1a1d6ca Merge "Fix issue #6955586: No navigation bar in landscape on tablets" into jb-mr1-dev 2012-08-15 18:53:34 -07:00
Dianne Hackborn
5a052a4d19 Fix issue #6955586: No navigation bar in landscape on tablets
The window manager was telling the activity manager to evaluate
the new configuration when first initializing the display, before
actually setting mDisplay, so it failed creating that first config.

Change-Id: I6e94fcf55b0587ccf15a5fd7ecbe2c9a0c201b96
2012-08-15 18:49:23 -07:00
Svetoslav Ganov
eaea38b236 am 6d00c724: Merge "Reload page when A11y is on and the JavaScript state changes." into jb-mr1-dev
* commit '6d00c724330702c6bfd2bba2b7b2501fa3ab62ff':
  Reload page when A11y is on and the JavaScript state changes.
2012-08-15 18:32:40 -07:00
Svetoslav Ganov
e4c2e2f877 am 41bfb75f: Merge "Only inject accessibility when speaking service enabled." into jb-mr1-dev
* commit '41bfb75f7c76588239ed5d2d4e38aeb1762ff348':
  Only inject accessibility when speaking service enabled.
2012-08-15 18:32:37 -07:00
Svetoslav Ganov
6d00c72433 Merge "Reload page when A11y is on and the JavaScript state changes." into jb-mr1-dev 2012-08-15 18:30:57 -07:00
Svetoslav Ganov
41bfb75f7c Merge "Only inject accessibility when speaking service enabled." into jb-mr1-dev 2012-08-15 18:29:26 -07:00
Jason Sams
ebefb2c3d8 Testing java compat lib for RS.
Change-Id: I77a19dea9f6b9513b79ae6b686dfe1803bb4cd98
2012-08-15 17:26:39 -07:00
Irfan Sheriff
602afdc082 am dea6cb78: Merge "CTS test for WiFi watchdog - framework support." into jb-mr1-dev
* commit 'dea6cb78216e5394129a322bac9bd77459233107':
  CTS test for WiFi watchdog - framework support.
2012-08-15 16:31:09 -07:00
Irfan Sheriff
dea6cb7821 Merge "CTS test for WiFi watchdog - framework support." into jb-mr1-dev 2012-08-15 16:28:58 -07:00
Baligh Uddin
febb9ff371 am 32e7bd9f: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
* commit '32e7bd9fe1343e365dc40c8d215b0d98df99a2de':
  Import translations. DO NOT MERGE
2012-08-15 15:43:29 -07:00
Scott Main
43cb508aba am ccd7f59c: am 91d08fe5: am 2d9063bc: docs: Add a few links and small edits to a couple layout guides
* commit 'ccd7f59c0de87ff1b35f0422a0d5e3d4779cb687':
  docs: Add a few links and small edits to a couple layout guides
2012-08-15 15:41:40 -07:00
Baligh Uddin
32e7bd9fe1 Merge "Import translations. DO NOT MERGE" into jb-mr1-dev 2012-08-15 15:40:57 -07:00
Scott Main
ccd7f59c0d am 91d08fe5: am 2d9063bc: docs: Add a few links and small edits to a couple layout guides
* commit '91d08fe51ab43980aed3ba6c89c0611e5319c51d':
  docs: Add a few links and small edits to a couple layout guides
2012-08-15 15:39:07 -07:00
Scott Main
91d08fe51a am 2d9063bc: docs: Add a few links and small edits to a couple layout guides
* commit '2d9063bc705aae7ef4cc90206ece03d4caeefba7':
  docs: Add a few links and small edits to a couple layout guides
2012-08-15 15:37:39 -07:00
Yuhao Zheng
f6307820c8 CTS test for WiFi watchdog - framework support.
The new WiFi watchdog requires kernel/driver to export some packet loss
counters. This CTS tests whether those counters are correctly exported.

Change-Id: I41999676f8488e86f35f1f8214ce668f1a2b5638
2012-08-15 15:22:37 -07:00
Scott Main
2d9063bc70 docs: Add a few links and small edits to a couple layout guides
Change-Id: I4c0c043782524a29f7fb8fcb54cc26d7399c39fc
2012-08-15 15:11:19 -07:00
Baligh Uddin
a2ad798794 Import translations. DO NOT MERGE
Change-Id: Ia23016ed0e45aa2e904dbcb0e2cd54ae5cc92477
Auto-generated-cl: translation import
2012-08-15 15:10:39 -07:00
Scott Main
cc83735aab am 7ef6c20d: am f5d4970a: am 9047e466: Merge "docs: fix markup bug; remove extra </div>" into jb-dev
* commit '7ef6c20dbcdfaa9b74278546a45fb25950ff22a3':
  docs: fix markup bug; remove extra </div>
2012-08-15 14:54:53 -07:00
Scott Main
7ef6c20dbc am f5d4970a: am 9047e466: Merge "docs: fix markup bug; remove extra </div>" into jb-dev
* commit 'f5d4970a1f71f1368499b79fb027f5e31fd1a389':
  docs: fix markup bug; remove extra </div>
2012-08-15 14:52:03 -07:00
Scott Main
f5d4970a1f am 9047e466: Merge "docs: fix markup bug; remove extra </div>" into jb-dev
* commit '9047e46657ad21e73bae5465ef00e29a84ad53a4':
  docs: fix markup bug; remove extra </div>
2012-08-15 14:49:33 -07:00