88312 Commits

Author SHA1 Message Date
Kenny Root
9157d3f3b7 Clear data deletes too much
Bug: 7389445
Change-Id: Ic12d7a8e37747dc1a9b71ec5f881b5e440e0a75e
2012-10-22 15:20:52 -07:00
Jeff Sharkey
8c16579994 Update docs for multi-user storage behavior.
Define external storage as being isolated for each user, with the
caveat for shared OBB files. Also mention external storage
permissions.

Bug: 7384941
Change-Id: Ib156b5874c5587749d7bc066791e9e88d931b174
2012-10-22 15:04:35 -07:00
Raph Levien
42ef515d18 Fix for bug: Gmail (and other places): cursor placed on top of letter
This patch fixes bug 7346656. In this particular case, the text line in
the EditText was split into multiple spans, with the boundary between
the "r" and "," in "r,". These were being drawn as two separate runs,
but measured as a single run, leading to inconsistent measurements
because this is a kern pair in Roboto.

The fix is to eliminate the special-case code for measuring. This will
actually improve efficiency, as the value computed in one pass is now
more likely to be reused in another.

Change-Id: I04142a0ec98f280fc1027c7cbdbf903e3096f8e4
2012-10-22 15:01:17 -07:00
Colin Cross
08306ca060 am 034b386c: Merge "Add ro.revision property to checkin headers" into jb-mr1-dev
* commit '034b386ccfc42bc9b44e728bb39959c81b1d2e8c':
  Add ro.revision property to checkin headers
2012-10-22 14:23:46 -07:00
Colin Cross
034b386ccf Merge "Add ro.revision property to checkin headers" into jb-mr1-dev 2012-10-22 14:20:06 -07:00
John Spurlock
1bbd49d72e Fix nav bar glitch when quickly turning screen off then on.
Keyguard now disables all navbar buttons when turning screen off
instead of only recents.

Navbar is told about screen off/on and disables the layout transition
animation on screen off - if the user quickly turns the screen back
on they do not see the end of the fade out animation.

Bug:7377776
Change-Id: I96a050d58c6c9ce8537f50408655006fadbfcd4f
2012-10-22 17:10:25 -04:00
Colin Cross
8b2c916a8d Add ro.revision property to checkin headers
Early hardware revisions often have known issues.  Add the ro.revision
property to the header for the checkin reports so known issues can
be easily filtered.

Change-Id: I337b09ddfa41ebbe7f8f56223392b0bd491f897b
2012-10-22 14:01:36 -07:00
Jamie Gennis
9fee7bd73d am 23d62241: Merge "Set the secureness when creating displays" into jb-mr1-dev
* commit '23d622418b5c67dc43faabd930d1c59c5ce34f6a':
  Set the secureness when creating displays
2012-10-22 13:52:12 -07:00
Jamie Gennis
23d622418b Merge "Set the secureness when creating displays" into jb-mr1-dev 2012-10-22 13:49:35 -07:00
Svetoslav Ganov
a96040a7d4 am d07f8d0b: Merge "Re-fixing content descritpion on quick settings toggle. Bug: 7362316" into jb-mr1-dev
* commit 'd07f8d0b373fa4581c6b11738931c8f9fbd79ac7':
  Re-fixing content descritpion on quick settings toggle. Bug: 7362316
2012-10-22 13:48:16 -07:00
Svetoslav Ganov
d07f8d0b37 Merge "Re-fixing content descritpion on quick settings toggle. Bug: 7362316" into jb-mr1-dev 2012-10-22 13:45:13 -07:00
Victoria Lease
43a883759f am 92d99223: Merge "LocationManager javadoc permission fixes" into jb-mr1-dev
* commit '92d9922370ffe50932361602f46b275d085e61b8':
  LocationManager javadoc permission fixes
2012-10-22 13:41:15 -07:00
Victoria Lease
92d9922370 Merge "LocationManager javadoc permission fixes" into jb-mr1-dev 2012-10-22 13:38:09 -07:00
Amith Yamasani
6eb9844c8e am 22788981: Merge "System server should always send broadcasts to a specific or all users" into jb-mr1-dev
* commit '2278898126c1cea4bd345bb96313d381b4ad3993':
  System server should always send broadcasts to a specific or all users
2012-10-22 13:35:21 -07:00
Amith Yamasani
2278898126 Merge "System server should always send broadcasts to a specific or all users" into jb-mr1-dev 2012-10-22 13:32:24 -07:00
Victoria Lease
2291ca47c7 LocationManager javadoc permission fixes
The javadoc mistakenly claimed that GPS and PASSIVE location
providers could be used with ACCESS_COARSE_LOCATION permissions.
That was incorrect, and the javadoc has been amended.

Bug: 7389249
Change-Id: I6f6489bb539679a962c67ae7263857700df33c82
2012-10-22 12:53:32 -07:00
Amith Yamasani
cd75706117 System server should always send broadcasts to a specific or all users
Bug: 7368245

Log a warning if the system process calls unqualified sendBroadcast()
and other calls.

As a result of the logging above, found a few more method calls such as
bindService() that would benefit from being more explicit to avoid
future confusion and reduce the log warnings.

Change-Id: I17f15c8be9adf7becd456d6abbab606f19befdbf
2012-10-22 12:38:53 -07:00
Adam Powell
cad6dce596 am cd92db84: Merge "Remove View\'s long press callbacks when ACTION_CANCEL is received" into jb-mr1-dev
* commit 'cd92db84c6d9e0c9992abfbbda45d504c7f5e062':
  Remove View's long press callbacks when ACTION_CANCEL is received
2012-10-22 12:31:35 -07:00
Adam Powell
cd92db84c6 Merge "Remove View's long press callbacks when ACTION_CANCEL is received" into jb-mr1-dev 2012-10-22 12:29:02 -07:00
Daniel Sandler
45fc052d64 am a4be1b2b: Merge "Fix empty notification panel." into jb-mr1-dev
* commit 'a4be1b2bcdc768708f594b69923986617a367820':
  Fix empty notification panel.
2012-10-22 12:17:26 -07:00
Adam Powell
5311c4476e Remove View's long press callbacks when ACTION_CANCEL is received
Bug 7391646

Change-Id: Icd100d3eff63a54c892367fb70dec517257a01f8
2012-10-22 12:15:49 -07:00
Daniel Sandler
03b86a9b23 am 564c03da: Merge "Really hide the settings button on tablets." into jb-mr1-dev
* commit '564c03dac59ecd2255bba658b254fd1f5672ec22':
  Really hide the settings button on tablets.
2012-10-22 12:15:35 -07:00
Daniel Sandler
a4be1b2bcd Merge "Fix empty notification panel." into jb-mr1-dev 2012-10-22 12:14:13 -07:00
Daniel Sandler
564c03dac5 Merge "Really hide the settings button on tablets." into jb-mr1-dev 2012-10-22 12:12:48 -07:00
Baligh Uddin
23a78f3105 Import translations. DO NOT MERGE
Change-Id: Iecf97b4e7ed628d9617fae86007efa7236c3fe15
Auto-generated-cl: translation import
2012-10-22 12:00:30 -07:00
Baligh Uddin
363d08ca61 Import translations. DO NOT MERGE
Change-Id: I9d70c86dd322b296e52be5d18ec38be48cdbcc7a
Auto-generated-cl: translation import
2012-10-22 11:59:56 -07:00
Daniel Sandler
50bc4f5a7c Fix empty notification panel.
If the panel closed before the flip animation completed, you
would have had a bad time.

Bug: 7391510
Change-Id: I45c29de45b718bc63e7be1a5544c1f73ac6f46e0
2012-10-22 14:47:55 -04:00
Daniel Sandler
7382a025a7 Really hide the settings button on tablets.
Bug: 7382185
Change-Id: Id452e2499ba2089b8cfb0071b6aedf6d1d917b35
2012-10-22 14:37:20 -04:00
Michael Jurka
662cfc2a11 am 39c65262: Merge "Add NPE check to fix crash in Recents" into jb-mr1-dev
* commit '39c6526249a27b9dd9252910adecf8353b0792f0':
  Add NPE check to fix crash in Recents
2012-10-22 11:16:21 -07:00
Michael Jurka
39c6526249 Merge "Add NPE check to fix crash in Recents" into jb-mr1-dev 2012-10-22 11:12:01 -07:00
Michael Jurka
2a430cccc2 Add NPE check to fix crash in Recents
Bug: 7383315
2012-10-22 10:56:18 -07:00
Jeff Brown
8d48e401b8 am d6e3ad54: Merge "Reduce screen on/off latency." into jb-mr1-dev
* commit 'd6e3ad54907ec085aa41e5c77296e9f385c22e67':
  Reduce screen on/off latency.
2012-10-22 10:40:14 -07:00
Jeff Brown
d6e3ad5490 Merge "Reduce screen on/off latency." into jb-mr1-dev 2012-10-22 10:36:59 -07:00
Dianne Hackborn
fbe092462c am f584f111: Merge "Fix issue #7353900: Brief flash of home screen while dream starts on lock screen." into jb-mr1-dev
* commit 'f584f1112772fdffce13cba38995b9e28adca191':
  Fix issue #7353900: Brief flash of home screen while dream starts on lock screen.
2012-10-22 10:32:06 -07:00
Baligh Uddin
d48aae5f2e am e53f5265: Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
* commit 'e53f5265d17a14cdb36859779e16ddb1c1a76338':
  Import translations. DO NOT MERGE
2012-10-22 10:32:01 -07:00
Dianne Hackborn
f584f11127 Merge "Fix issue #7353900: Brief flash of home screen while dream starts on lock screen." into jb-mr1-dev 2012-10-22 10:29:10 -07:00
Baligh Uddin
e53f5265d1 Merge "Import translations. DO NOT MERGE" into jb-mr1-dev 2012-10-22 10:28:21 -07:00
Baligh Uddin
154eaa22c3 Merge "Import translations. DO NOT MERGE" into jb-mr1-aah-dev 2012-10-22 10:24:45 -07:00
Baligh Uddin
93c6094b67 Import translations. DO NOT MERGE
Change-Id: I02aa0e6fa545b325429029f58d19247b9d3f3373
Auto-generated-cl: translation import
2012-10-22 09:44:44 -07:00
Baligh Uddin
02e551c200 Import translations. DO NOT MERGE
Change-Id: Ib5d95dba6f34050b0863776a786cd75b9def4af0
Auto-generated-cl: translation import
2012-10-22 09:43:15 -07:00
Daniel Sandler
694722da56 am cc0106cd: Merge "Properly show emoji in the notification ticker." into jb-mr1-dev
* commit 'cc0106cd99831ce7d3715e3c85e5b3e6c5c6ca78':
  Properly show emoji in the notification ticker.
2012-10-22 08:19:45 -07:00
Daniel Sandler
f1503ad1a6 am 3c84c9bc: Merge "Show brightness dialog for all users." into jb-mr1-dev
* commit '3c84c9bc7a3ecded5d268f6ec75d8578fd78617a':
  Show brightness dialog for all users.
2012-10-22 08:19:42 -07:00
Daniel Sandler
cc0106cd99 Merge "Properly show emoji in the notification ticker." into jb-mr1-dev 2012-10-22 08:17:59 -07:00
Daniel Sandler
3c84c9bc7a Merge "Show brightness dialog for all users." into jb-mr1-dev 2012-10-22 08:16:14 -07:00
Daniel Sandler
466b77e995 am 2dd0c3a5: Merge "New lockscreen: allow search gesture from nav bar." into jb-mr1-dev
* commit '2dd0c3a576925be4b5f0438a57af626e6e162e0e':
  New lockscreen: allow search gesture from nav bar.
2012-10-22 08:02:32 -07:00
Daniel Sandler
2dd0c3a576 Merge "New lockscreen: allow search gesture from nav bar." into jb-mr1-dev 2012-10-22 07:59:18 -07:00
Amith Yamasani
f624d72cb0 am 8074e98b: Merge "Fix crashes when quickly adding and removing users" into jb-mr1-dev
* commit '8074e98b20ac04fdc032a1ed00dd6763b7e04147':
  Fix crashes when quickly adding and removing users
2012-10-21 07:48:02 -07:00
Amith Yamasani
8074e98b20 Merge "Fix crashes when quickly adding and removing users" into jb-mr1-dev 2012-10-21 07:44:46 -07:00
Dirk Dougherty
746b6d462f am 7707b050: am 454248f0: am e25c241b: am 6faae9ad: Doc change: remove a few third-party refs. Fix broken image ref.
* commit '7707b050f7f0f01819aaa6ccdafe0721c267fdeb':
  Doc change: remove a few third-party refs. Fix broken image ref.
2012-10-20 17:57:58 -07:00
Dirk Dougherty
7707b050f7 am 454248f0: am e25c241b: am 6faae9ad: Doc change: remove a few third-party refs. Fix broken image ref.
* commit '454248f0d25cfb7e4131acca07a4c38acb74934d':
  Doc change: remove a few third-party refs. Fix broken image ref.
2012-10-20 17:55:38 -07:00