100035 Commits

Author SHA1 Message Date
Dirk Dougherty
02b3ac4f0f am 9a79ecca: am ef1d1793: am c0614c44: am b6efefb4: am 337d3e32: am 7d849491: Doc change: fix typos.
# Via Android Git Automerger (5) and Dirk Dougherty (1)
* commit '9a79eccab5a78a2981ae083da6568b36e326cd45':
  Doc change: fix typos.
2013-02-11 17:37:18 -08:00
Dirk Dougherty
9a79eccab5 am ef1d1793: am c0614c44: am b6efefb4: am 337d3e32: am 7d849491: Doc change: fix typos.
# Via Android Git Automerger (4) and Dirk Dougherty (1)
* commit 'ef1d17938e9ae3cd02c4b72b331d3892f369138a':
  Doc change: fix typos.
2013-02-11 17:34:23 -08:00
Dianne Hackborn
3b0d9efd6b am 1f7d3077: Fix build.
# Via Dianne Hackborn
* commit '1f7d30770abf0c243e7f577df785ad256b8bfcb0':
  Fix build.
2013-02-11 17:06:07 -08:00
Dianne Hackborn
1f7d30770a Fix build.
Change-Id: Iaace063eaa65af842effa3e0b481a0629db58e42
2013-02-11 17:03:32 -08:00
Dianne Hackborn
865bb86690 am 681533e0: Merge "Fix issue #8176917: Stabillity : Native Crash :"
# Via Android (Google) Code Review (1) and Dianne Hackborn (1)
* commit '681533e0005200a3e55782f7ffe8ef516c7099c3':
  Fix issue #8176917: Stabillity : Native Crash :
2013-02-11 16:49:11 -08:00
Dianne Hackborn
906cf04287 am 1d3079cb: Merge "App ops: cleanup, handle root and shell, perms."
# Via Android (Google) Code Review (1) and Dianne Hackborn (1)
* commit '1d3079cb8d477b50d5873e571695d938a6cb4712':
  App ops: cleanup, handle root and shell, perms.
2013-02-11 16:44:40 -08:00
Dianne Hackborn
681533e000 Merge "Fix issue #8176917: Stabillity : Native Crash :" 2013-02-12 00:44:26 +00:00
Dianne Hackborn
1d3079cb8d Merge "App ops: cleanup, handle root and shell, perms." 2013-02-12 00:41:07 +00:00
Dianne Hackborn
e5b50a65ad Fix issue #8176917: Stabillity : Native Crash :
/system/lib/libandroidfw.so

Change-Id: I235470fac7ad0f5a5d3432006f4dfa69620e30d8
2013-02-11 16:18:42 -08:00
Robert Greenwalt
3cef633f5b am 72baa8fb: Merge "Reintroduce the net.dns system properties <TEMP>"
# Via Android (Google) Code Review (1) and Robert Greenwalt (1)
* commit '72baa8fbb2d117e885022e736e91ec231e809264':
  Reintroduce the net.dns system properties <TEMP>
2013-02-11 16:05:31 -08:00
Robert Greenwalt
72baa8fbb2 Merge "Reintroduce the net.dns system properties <TEMP>" 2013-02-11 23:57:47 +00:00
Amith Yamasani
e5784533a2 am 20949a76: Fix UserManager test
# Via Amith Yamasani
* commit '20949a76fee62e89d7dc22858a74469efa14f61d':
  Fix UserManager test
2013-02-11 15:55:08 -08:00
Amith Yamasani
20949a76fe Fix UserManager test
Change-Id: I927ffdda3dd5f69dc136e65c8069f2e480badfe9
2013-02-11 15:47:30 -08:00
Dianne Hackborn
514074fae8 App ops: cleanup, handle root and shell, perms.
Rework how the shell user is defined so that it is
associated with an actual apk, instead of being a free
roaming uid with special permissions assigned to it.
This allows us to correctly account for its operations
in app ops.

Implement a special case for the root user in app ops --
it is always allowed, always with the package name "root".

Add various code to take care of cleaning up package state
from app ops -- when packages are uninstalled, and during
boot if any packages currently being stored no longer exist.

Also fix a bug in the activity manager to correctly grant
permissions in all cases when onNewIntent() is being called.

Change-Id: Iae9f6d793ee48b93518c984ad957e46ae4582581
2013-02-11 15:33:48 -08:00
Robert Greenwalt
0dd19a8394 Reintroduce the net.dns system properties <TEMP>
Removing these properties broke video playback as they used
a custom dns resolver.  We'll work together to resolve our
resolver issues in the future, but this was the easy fix to
get things working again.

bug:8173236
Change-Id: I687dae59eda4fc449efc34eed11c3dc88a110ad0
2013-02-11 15:25:10 -08:00
Amith Yamasani
a2f3ddc9ce am 636c61ed: Merge "Starting point for User Restrictions API"
# Via Amith Yamasani (1) and Android (Google) Code Review (1)
* commit '636c61ed41f08b4a8de11ab9146903a8125a4aa0':
  Starting point for User Restrictions API
2013-02-11 15:19:45 -08:00
Amith Yamasani
636c61ed41 Merge "Starting point for User Restrictions API" 2013-02-11 23:17:07 +00:00
Winson Chung
ea8d24b040 am e63fb8f1: Merge "Manually recycling bitmap memory when rotating ss, resetting canvas bitmap, adding logging. (Bug 7974275)"
# Via Android (Google) Code Review (1) and Winson Chung (1)
* commit 'e63fb8f1f92bcae3be2bcb6d521b351dda0f0ae2':
  Manually recycling bitmap memory when rotating ss, resetting canvas bitmap, adding logging. (Bug 7974275)
2013-02-11 15:04:55 -08:00
Winson Chung
e63fb8f1f9 Merge "Manually recycling bitmap memory when rotating ss, resetting canvas bitmap, adding logging. (Bug 7974275)" 2013-02-11 23:01:06 +00:00
Winson Chung
5cc9a31534 Manually recycling bitmap memory when rotating ss, resetting canvas bitmap, adding logging. (Bug 7974275)
Change-Id: I1b0590a297610ee5fee4e68222144780ab6e55ec
2013-02-11 15:00:00 -08:00
Fabrice Di Meglio
f7ad0a1e78 am a66956aa: Merge "Fix bug #7381967 Add RTL APIs to ViewParent"
# Via Android (Google) Code Review (1) and Fabrice Di Meglio (1)
* commit 'a66956aa7a8c78fd95a0676674d42ee83b493f1e':
  Fix bug #7381967 Add RTL APIs to ViewParent
2013-02-11 14:48:00 -08:00
Fabrice Di Meglio
a66956aa7a Merge "Fix bug #7381967 Add RTL APIs to ViewParent" 2013-02-11 22:42:56 +00:00
Fabrice Di Meglio
9dd4c5c686 Fix bug #7381967 Add RTL APIs to ViewParent
- add RTL apis to ViewParent
- remove awful and performance bottleneck casts in View during LayoutDirection,
TextDirection and TextAlignment resolutions.

Change-Id: I92a56b16382e13c28c1dad35f6f205620eb01bfe
2013-02-11 14:41:04 -08:00
Craig Mautner
8879cda8e6 am e2237ce8: Merge "Make ActivityStack.mHistory private."
# Via Android (Google) Code Review (1) and Craig Mautner (1)
* commit 'e2237ce8ad228bdba8d3026beab3b04d794203e9':
  Make ActivityStack.mHistory private.
2013-02-11 14:20:58 -08:00
Craig Mautner
e2237ce8ad Merge "Make ActivityStack.mHistory private." 2013-02-11 22:13:48 +00:00
Svetoslav
480beb5a17 am 981e60ed: Merge "Refactoring of the Accessibility."
# Via Android (Google) Code Review (1) and Svetoslav (1)
* commit '981e60edc3ed91ea8b5e1dae98669b88b175e19b':
  Refactoring of the Accessibility.
2013-02-11 13:06:18 -08:00
Svetoslav
981e60edc3 Merge "Refactoring of the Accessibility." 2013-02-11 21:03:37 +00:00
Svetoslav
57bf88508e Refactoring of the Accessibility.
1. The accessibility manager service updates its internal state
   based on which settings are enabled, what accessibility services
   are installed and what features are requested by the enabled
   services. It was trying to do the minimal amount of work to
   react to contextual changes like these which resulted in missed
   cases and complex code. Now there is a single method that reads
   the contextual information and single method that reacts to
   contextual changes. This makes the code much easier to maintain.

2. The accessibility manager service was not updating its internal
   state when requested features from accessibility services change.
   It was relying on changing system settings and reacting to the
   settings change. This is problematic since the internal state is
   not updated atomically which leads to race condition bugs. For
   example, if touch exploration is enabled and a service requests
   it is disabled, the internal state will not be updated but a
   request for a settings change will be made. Now while the settings
   change is propagating another request form the same service
   comes to enable touch exploration but the system incorrectly
   thinks touch exploration is enabled. At the end the feature is
   disabled even though it was requested.

3. Fixed a potential NPE if the accessibility input filter's event
   handler was nullified between processing two event batches.

4. Fixed a bug where, if magnification is enabled, it does not work
   on the settings screen since the magnified bounds are not pushed
   from the window manager to the accessibility manager.

Change-Id: Idf629a06480e12f0d88372762df6c024fe0d7856
2013-02-11 13:02:42 -08:00
Jean-Michel Trivi
e3ddab3630 am d21267a2: Merge "Add support for querying whether the music stream is active remotely"
# Via Android (Google) Code Review (1) and Jean-Michel Trivi (1)
* commit 'd21267a26845c36842990e0705a470b92caa7628':
  Add support for querying whether the music stream is active remotely
2013-02-11 11:32:40 -08:00
Dirk Dougherty
ef1d17938e am c0614c44: am b6efefb4: am 337d3e32: am 7d849491: Doc change: fix typos.
# Via Android Git Automerger (3) and Dirk Dougherty (1)
* commit 'c0614c4471363e983610e885bf63f101be4ae21c':
  Doc change: fix typos.
2013-02-11 11:32:06 -08:00
Dirk Dougherty
c0614c4471 am b6efefb4: am 337d3e32: am 7d849491: Doc change: fix typos.
# Via Android Git Automerger (2) and Dirk Dougherty (1)
* commit 'b6efefb4bdb05afa4a0c45e78df981706040d99e':
  Doc change: fix typos.
2013-02-11 11:29:16 -08:00
Jean-Michel Trivi
d21267a268 Merge "Add support for querying whether the music stream is active remotely" 2013-02-11 19:28:50 +00:00
Dirk Dougherty
b6efefb4bd am 337d3e32: am 7d849491: Doc change: fix typos.
# Via Android Git Automerger (1) and Dirk Dougherty (1)
* commit '337d3e3240e52ca5321029fdd23d2f2a3e1201d8':
  Doc change: fix typos.
2013-02-11 11:26:19 -08:00
Fabrice Di Meglio
e8ac515e1f am de1fadfb: Merge "Fix bug #8115437 Need to remove ArabicShaping from Framework"
# Via Android (Google) Code Review (1) and Fabrice Di Meglio (1)
* commit 'de1fadfb7f70d464382e518c7f3390faf82f81f2':
  Fix bug #8115437 Need to remove ArabicShaping from Framework
2013-02-11 11:26:04 -08:00
Craig Mautner
17b5e22391 am 005f6f60: Merge "Reset SensorEventListener when listener reenabled."
# Via Android (Google) Code Review (1) and Craig Mautner (1)
* commit '005f6f6077f34e0157598882fdc7ddb794cad84e':
  Reset SensorEventListener when listener reenabled.
2013-02-11 11:26:02 -08:00
Baligh Uddin
34774d312a am ea2f8029: (-s ours) Import translations. DO NOT MERGE
# Via Baligh Uddin
* commit 'ea2f802928297c199c7b94dbbba867a8544e14ac':
  Import translations. DO NOT MERGE
2013-02-11 11:25:58 -08:00
Dirk Dougherty
337d3e3240 am 7d849491: Doc change: fix typos.
# Via Dirk Dougherty
* commit '7d8494913292dcdbe25d046cbef6e349d904b41c':
  Doc change: fix typos.
2013-02-11 11:23:28 -08:00
Dirk Dougherty
7d84949132 Doc change: fix typos.
Change-Id: I58c8841c9bf23bc75e1b25d63af917ff56087fdc
2013-02-11 11:18:59 -08:00
Fabrice Di Meglio
de1fadfb7f Merge "Fix bug #8115437 Need to remove ArabicShaping from Framework" 2013-02-11 18:51:03 +00:00
Jean-Michel Trivi
679d5046f2 Add support for querying whether the music stream is active remotely
Bug 7485803

Change-Id: I554b44bd35b017fa4030a0d89779066c96594f2b
2013-02-11 10:15:47 -08:00
Craig Mautner
005f6f6077 Merge "Reset SensorEventListener when listener reenabled." 2013-02-11 17:47:14 +00:00
Craig Mautner
eee29c445c Reset SensorEventListener when listener reenabled.
- Following disable and reenable of the WindowOrientationListener
the state was the same as before. State should be reset to default.

- Provide a Handler to the sensor task to deliver events on the
same Thread that WindowManagerPolicy operates on.

- Expand lock protection to all of WindowOrientationListener.

- Move WindowOrientationListener to policy package.

- Make SensorEventListenerImpl non-static.

Fixes bug 7964531.

Change-Id: I17cecf3d0b6d125cb3e4d7350c3adb3f62b684bd
2013-02-11 09:46:08 -08:00
Baligh Uddin
13b60bb364 Import translations. DO NOT MERGE
Change-Id: I06ad3a3528b8378d6f0aa0b596a2dee9551c06f9
Auto-generated-cl: translation import
2013-02-11 08:14:12 -08:00
Baligh Uddin
ea2f802928 Import translations. DO NOT MERGE
Change-Id: I5d6b97a7078b930416335dcf016bc820e1f09845
Auto-generated-cl: translation import
2013-02-11 08:12:48 -08:00
Adam Powell
5995f9ed75 am 9d1d88ac: Merge "Fix setting action bar backgrounds after layout"
# Via Adam Powell (1) and Android (Google) Code Review (1)
* commit '9d1d88acaaaf525bb6be49e6b7e2f3dc7992f76c':
  Fix setting action bar backgrounds after layout
2013-02-08 18:49:44 -08:00
Adam Powell
9d1d88acaa Merge "Fix setting action bar backgrounds after layout" 2013-02-09 02:38:01 +00:00
Adam Powell
e8c8ae401b Fix setting action bar backgrounds after layout
Fix a bug that would prevent the drawable bounds from being set
correctly for action bar containers.

Change-Id: I396aa40e3d8f6e3b47bcd438e1f26bbfc7b20a7f
2013-02-08 18:07:19 -08:00
Dianne Hackborn
9f04721d28 am e2dce85c: Merge "Fix issue #8133857: Tracking ANR in Gallery"
# Via Android (Google) Code Review (1) and Dianne Hackborn (1)
* commit 'e2dce85c63436513079f7df9f9be5e515e4956fb':
  Fix issue #8133857: Tracking ANR in Gallery
2013-02-08 17:23:41 -08:00
Jeff Brown
5acea91116 am 39938752: Fix build break due to merge.
# Via Jeff Brown
* commit '39938752b368ae282b821a43efbc568c925ecc34':
  Fix build break due to merge.
2013-02-08 17:20:13 -08:00
Dianne Hackborn
e2dce85c63 Merge "Fix issue #8133857: Tracking ANR in Gallery" 2013-02-09 01:18:37 +00:00