3771 Commits

Author SHA1 Message Date
John Spurlock
356340db55 am 9b7223a2: am 26f44a1d: am 3c008f26: Merge "Disable quick settings panel in setup wizard (user 0)." into jb-mr1-dev
* commit '9b7223a2d4fd8ad8d9009d863e96044dce43681a':
  Disable quick settings panel in setup wizard (user 0).
2012-10-04 13:19:15 -07:00
John Spurlock
3c008f26ca Merge "Disable quick settings panel in setup wizard (user 0)." into jb-mr1-dev 2012-10-04 13:13:01 -07:00
Daniel Sandler
1a93f5b3da am 5f784230: am 501ddf14: am c30b6da8: Merge "Bring back the notification panel handle peek animation." into jb-mr1-dev
* commit '5f7842309ed09220d77296c055c9a62a17ad2368':
  Bring back the notification panel handle peek animation.
2012-10-04 12:48:07 -07:00
Daniel Sandler
c30b6da804 Merge "Bring back the notification panel handle peek animation." into jb-mr1-dev 2012-10-04 12:41:41 -07:00
Daniel Sandler
0c1b75c17b Bring back the notification panel handle peek animation.
Bug: 7286201
Change-Id: Id93d6a00689ffb7f97e89af935460b1debec3850
2012-10-04 15:37:13 -04:00
Daniel Sandler
f15baefc96 am b94f8160: am 8b4b24b2: am 0a890b3c: Merge "Remove Start Dreaming^W^W Sleep Now 1x1 widget." into jb-mr1-dev
* commit 'b94f8160cb9b35856b95bdbe15ac69915737ba04':
  Remove Start Dreaming^W^W Sleep Now 1x1 widget.
2012-10-04 12:29:04 -07:00
Daniel Sandler
0a890b3ce2 Merge "Remove Start Dreaming^W^W Sleep Now 1x1 widget." into jb-mr1-dev 2012-10-04 12:14:15 -07:00
Daniel Sandler
7aa88f7aad Remove Start Dreaming^W^W Sleep Now 1x1 widget.
If you need its functionality for testing:

  $ adb shell am start -n com.android.systemui/.Somnambulator

Bug: 7267723
Change-Id: I9e0dd9d020e251d1ced4377329436ea46c3a8af5
2012-10-04 15:03:22 -04:00
Baligh Uddin
c5a4a02997 Merge "Import translations. DO NOT MERGE" 2012-10-04 11:02:16 -07:00
Baligh Uddin
4ecd2f83f5 Merge "Import translations. DO NOT MERGE" 2012-10-04 11:00:42 -07:00
Baligh Uddin
b3f55fdef6 Merge "Import translations. DO NOT MERGE" into jb-mr1-dev 2012-10-04 10:55:33 -07:00
John Spurlock
e4e8c5619c Disable quick settings panel in setup wizard (user 0).
Already fixed for additional users, but not the main user.

Bug:7285805
Change-Id: I1ab29470e23b0d06cd21919c72be72c092c86b2c
2012-10-04 09:55:01 -04:00
Chris Wren
09b1d04913 am 7ee2f9d9: am 02065846: am 6295ef32: Merge "hide the redundant clock when the notification shade is open." into jb-mr1-dev
* commit '7ee2f9d90e4e3b0926c4f4866652867920f057ef':
  hide the redundant clock when the notification shade is open.
2012-10-04 06:43:33 -07:00
Chris Wren
6295ef3251 Merge "hide the redundant clock when the notification shade is open." into jb-mr1-dev 2012-10-04 06:37:11 -07:00
Baligh Uddin
55b16ebb44 Import translations. DO NOT MERGE
Change-Id: Ied34352ea4e79b01a9b8549596a381fe08ee7e06
Auto-generated-cl: translation import
2012-10-03 19:38:55 -07:00
Christopher Tate
dbf1d1be0f am e827b364: am e8e2f229: am 35dd7522: Merge "Rewrite raw insert()s and some raw query()s of moved-to-global keys" into jb-mr1-dev
* commit 'e827b3642f2dc9dd983b5513cd76e77c2da36db7':
  Rewrite raw insert()s and some raw query()s of moved-to-global keys
2012-10-03 19:38:06 -07:00
Baligh Uddin
12cce681ef Import translations. DO NOT MERGE
Change-Id: If91f4a3f2755a7f76cab09c6f3fafe09575c8e23
Auto-generated-cl: translation import
2012-10-03 19:37:34 -07:00
Baligh Uddin
5120adbee7 Import translations. DO NOT MERGE
Change-Id: I3948ca1d5441099dae59c6e0b95e3f53acc47437
Auto-generated-cl: translation import
2012-10-03 19:36:28 -07:00
Christopher Tate
35dd752238 Merge "Rewrite raw insert()s and some raw query()s of moved-to-global keys" into jb-mr1-dev 2012-10-03 19:31:40 -07:00
Christopher Tate
c221d2be7d Rewrite raw insert()s and some raw query()s of moved-to-global keys
The Settings put*() APIs fix up references via the old namespaces,
but the raw insert() interface didn't.  Now it does.  Also, when
possible we fix up direct query() operations on the old namespace
to point to the correct one.  At present that is only done for
query() operations with Uris of the form

    content://secure/adb_enabled

There is no rewriting done on queries of the form

    content://secure WHERE name='adb_enabled'

since the app-supplied WHERE clause can be arbitrarily complex.

Bug 7267568

Change-Id: I5c8cecbea7f5b1da6247a53b1428d3effb0bbca5
2012-10-03 19:20:51 -07:00
Christopher Tate
2c7c1dfd56 am 5acd58a7: am d2426a91: am 1a2fac3e: Merge "Use myUserId() only in registerContentObserver()" into jb-mr1-dev
* commit '5acd58a758ad9bb93d59d9d6f1dbe9f516096e3a':
  Use myUserId() only in registerContentObserver()
2012-10-03 19:01:37 -07:00
Christopher Tate
1a2fac3eed Merge "Use myUserId() only in registerContentObserver()" into jb-mr1-dev 2012-10-03 18:54:49 -07:00
Christopher Tate
afccaa84c8 Use myUserId() only in registerContentObserver()
The reason for this is a bit subtle: we want to guarantee that
when a content observer is registered using the public API, it
is *always* bound to the host user's view of the data behind the
observed Uri, never the calling user's.  Now, the reason it was
the calling user in the first place is that the Settings provider
(and potentially any singleton provider) needs the observers
underlying Cursors returned from query() to be tied to the caller's
user, not the provider's host user.

In order to accomplish that now that the public-facing behavior is
always tied to the host user, the concrete class that implements
the Cursor type handled by the Settings provider has been extended
with a new hidden API for setting a notification observer tied to
an arbitrary user; and then the provider explicitly downcasts the
query result's Cursor to that class in order to register the
notification observer.  We can do this safely because this is platform
code; if we change the way that these underlying cursors are constructed,
we can just fix this point of call to follow along.  If they get out
of sync in the future, the Settings provider will scream bloody
murder in the log and throw a crashing exception.

Bug 7231549

Change-Id: I0aaceebb8b4108c56f8b9964ca7f9e698ddd91c8
2012-10-03 17:41:51 -07:00
Daniel Sandler
bd2000d35f am 0923060d: am d564f0c5: am 88c3a511: Merge "Fix a bug in double-swiping panels..." into jb-mr1-dev
* commit '0923060dc33fc78221823b26d28189e5839c48d0':
  Fix a bug in double-swiping panels...
2012-10-03 17:06:27 -07:00
Daniel Sandler
88c3a51123 Merge "Fix a bug in double-swiping panels..." into jb-mr1-dev 2012-10-03 16:58:01 -07:00
Eric Laurent
81418951b7 am 98845ef5: am 04afeea1: am 4eaa2516: Merge "fix settings data base upgrade for ringer mode" into jb-mr1-dev
* commit '98845ef5ec995dd03f9039954eaf1bc1e747e086':
  fix settings data base upgrade for ringer mode
2012-10-03 16:39:06 -07:00
Eric Laurent
4eaa25164b Merge "fix settings data base upgrade for ringer mode" into jb-mr1-dev 2012-10-03 16:31:28 -07:00
Eric Laurent
55b02226c0 fix settings data base upgrade for ringer mode
Ringer mode setting was moved from System to Global group
but a db upgrade cleanup step was missing.

Bug 7128886.

Change-Id: Id20994fe74575afa2b68154a620aa3c8807e8304
2012-10-03 16:13:04 -07:00
Adam Powell
add9d8332d am 9f6cf431: am 402bc176: am b8bb7a0e: Merge "Port unmerged notification changes from jb-dev to jb-mr1-dev" into jb-mr1-dev
* commit '9f6cf431169b49e5f49e727843d2972a9bad69f0':
  Port unmerged notification changes from jb-dev to jb-mr1-dev
2012-10-03 16:07:12 -07:00
Daniel Sandler
4377d1494c Port unmerged notification changes from jb-dev to jb-mr1-dev
Bug 7150006

Single finger notification expansion.

If you liked these changes...

  Change Ie4e79aa5
  Change I8a6f8606
  Change I824937e9
  Change I957b6d50

You'll love this one!

Conflicts:
	packages/SystemUI/res/values/config.xml
	packages/SystemUI/res/values/dimens.xml

Fix notification gestures.

Broken by recent changes to ScaleGestureDetector, which we
were using incorrectly.

Conflicts:
	packages/SystemUI/res/values/config.xml
	packages/SystemUI/res/values/dimens.xml

Change-Id: Ie534c5b2d320296531a36a9b1c22f9dd6901e0b8
2012-10-03 15:27:04 -07:00
Daniel Sandler
8c17a04451 am 55ae7beb: am 4fc8b781: am 76366938: Merge "Increase the anti-jitter threshold for status bar flings." into jb-mr1-dev
* commit '55ae7beb228198d14d679f7082bbe2fda471be46':
  Increase the anti-jitter threshold for status bar flings.
2012-10-03 14:05:11 -07:00
Chris Wren
08970499ae am 91490e93: am 04a3e809: am 4b576e39: Merge "change string for wifi not connected state." into jb-mr1-dev
* commit '91490e933629b32d43c8bb512ab404e361f61bba':
  change string for wifi not connected state.
2012-10-03 14:05:07 -07:00
Christopher Tate
b66b23d0b0 am 11ebeae0: am f4c51434: am 1795325a: Merge "Make settings backup/restore work in the new multi-user world" into jb-mr1-dev
* commit '11ebeae0b555942389b576d7275964618a40d992':
  Make settings backup/restore work in the new multi-user world
2012-10-03 14:04:51 -07:00
Chris Wren
85db803e7c hide the redundant clock when the notification shade is open.
Bug: 7204705
Change-Id: I88ef58938c5e96c4828dbda5d93f9874535b212f
2012-10-03 17:03:15 -04:00
Daniel Sandler
750bb9bff9 Fix a bug in double-swiping panels...
...that could cause them both to be shown at once.

Bug: 7179458
Change-Id: I32e51bd6d4f5773d0f4f5d3e99a84d299cd4b766
2012-10-03 16:24:50 -04:00
Daniel Sandler
7636693824 Merge "Increase the anti-jitter threshold for status bar flings." into jb-mr1-dev 2012-10-03 12:29:01 -07:00
Daniel Sandler
db9a376278 Increase the anti-jitter threshold for status bar flings.
You must move the panel at least 20dp overall, or at a speed
of 150dp/sec or more (actually quite easy; most normal
flings are 500dp/s or more) for it to be considered a fling.

Bug: 7179458
Change-Id: Ic1f4edc641cd2aa1cde89b2ee02eefdf5a0cc044
2012-10-03 15:27:40 -04:00
Chris Wren
4b576e39f0 Merge "change string for wifi not connected state." into jb-mr1-dev 2012-10-03 12:19:32 -07:00
Chris Wren
daab6af91d change string for wifi not connected state.
Bug: 7217026
Change-Id: I8b593b85fe32f37880ee1a0b3ef869b36e80ba5b
2012-10-03 15:13:10 -04:00
Daniel Sandler
f7f96aecd5 am dacd3ebe: am b8a2eb97: am cbfcf5a3: Merge "Panel physics changes." into jb-mr1-dev
* commit 'dacd3ebe8d504d92735ceb85e0940cb1eb60cc99':
  Panel physics changes.
2012-10-03 12:02:21 -07:00
Christopher Tate
1795325af7 Merge "Make settings backup/restore work in the new multi-user world" into jb-mr1-dev 2012-10-03 11:54:01 -07:00
Daniel Sandler
cbfcf5a329 Merge "Panel physics changes." into jb-mr1-dev 2012-10-03 11:43:13 -07:00
Daniel Sandler
67eab79051 Panel physics changes.
- You can start pulling down another panel before the first
  one has fully expanded. (Protip: tap many times on the
  statusbar to invoke Schwarzenegger Mode.)
- When starting to pull down a panel, other panels are
  immediately sent running (rather than placing them on a
  literal seesaw).
- Rubberbanding is a little less aggressive: if it looks
  like you're moving your finger upward, we'll just close
  the panel outright rather than sticking to the bottom of
  the visible content. (tablets only)
- This has some implications for the background fade; you'll
  see a brief increase in brightness as you swap panels
  because the fade fraction is based on the sum of all the
  panels' fractional visibility. At times there will not be
  enough "panel" visible, in the aggregate, to justify
  holding the fade steady.

Bug: 7260868 // can't pull down panel, possibly fixed
Bug: 7204435 // double-swipe for QS
Bug: 7179458 // fling & rubberbanding heuristics
Bug: 7172453 // collapse other panels when dragging a new one
Bug: 7221970 // grabbing a flying panel causes twitching
Change-Id: Iad7c1f92c4edab9102cdda45605ef0ead4cc16c5
2012-10-03 14:24:02 -04:00
Baligh Uddin
dfef9b09c9 Merge "Revert "Import translations. DO NOT MERGE"" into jb-mr1-dev 2012-10-03 09:30:00 -07:00
Baligh Uddin
f97262bf3e Revert "Import translations. DO NOT MERGE"
This reverts commit 4736039f3347675796a4d7e589584da3d1af275e

Change-Id: Ie271f9a3872578cea458389a5ba7ccaf93beff29
2012-10-03 09:28:27 -07:00
Chris Wren
3aaec3ee39 am 310430c7: am ed2f0fb8: am 3edcf5ee: Merge "make bluetooth iconography consistent with other quicksettings icons." into jb-mr1-dev
* commit '310430c73df90931c7c3c00698003db3ce21c064':
  make bluetooth iconography consistent with other quicksettings icons.
2012-10-03 09:26:44 -07:00
Chris Wren
3edcf5ee90 Merge "make bluetooth iconography consistent with other quicksettings icons." into jb-mr1-dev 2012-10-03 09:19:11 -07:00
Chris Wren
b2a7d27bbe make bluetooth iconography consistent with other quicksettings icons.
Bug: 7217026
Change-Id: I880ee26e1d92ffa49885cf53b8dbab6b13887423
2012-10-03 12:11:49 -04:00
Daniel Sandler
a064fe6d43 am e004899b: am 26d4083a: am d14508f8: Merge "Disable statusbar pulldown gesture tracking." into jb-mr1-dev
* commit 'e004899bf80839e29bb2c9112701dd3565a40af2':
  Disable statusbar pulldown gesture tracking.
2012-10-03 09:07:46 -07:00
Baligh Uddin
6303084a50 Merge "Import translations. DO NOT MERGE" into jb-mr1-dev 2012-10-03 09:01:55 -07:00