OSDN Git Service

android-x86/frameworks-base.git
11 years agomerge in klp-release history after reset to master
The Android Automerger [Tue, 16 Jul 2013 13:01:24 +0000 (06:01 -0700)]
merge in klp-release history after reset to master

11 years agoMerge "Minor Formating Fix"
Alon Albert [Tue, 16 Jul 2013 07:57:31 +0000 (07:57 +0000)]
Merge "Minor Formating Fix"

11 years agoMerge "Increase swappiness of processes when memcgroups are enabled"
Rom Lemarchand [Tue, 16 Jul 2013 02:32:13 +0000 (02:32 +0000)]
Merge "Increase swappiness of processes when memcgroups are enabled"

11 years agoMerge "Import translations. DO NOT MERGE"
Baligh Uddin [Tue, 16 Jul 2013 02:24:34 +0000 (02:24 +0000)]
Merge "Import translations. DO NOT MERGE"

11 years agoMerge "always pass the BufferQueue explicitely to consumers"
Mathias Agopian [Tue, 16 Jul 2013 02:17:56 +0000 (02:17 +0000)]
Merge "always pass the BufferQueue explicitely to consumers"

11 years agoMerge "Completely remove skia dependency from libinput."
Jeff Brown [Tue, 16 Jul 2013 01:49:52 +0000 (01:49 +0000)]
Merge "Completely remove skia dependency from libinput."

11 years agoMerge "Add a keycode to switch audio tracks (1/2)"
michaelwr [Tue, 16 Jul 2013 01:38:46 +0000 (01:38 +0000)]
Merge "Add a keycode to switch audio tracks (1/2)"

11 years agoCompletely remove skia dependency from libinput.
Jeff Brown [Tue, 16 Jul 2013 01:05:59 +0000 (18:05 -0700)]
Completely remove skia dependency from libinput.

Change-Id: I943d0e5b7bb6e922803e14b8c3a3564e82fc5e63

11 years agoMerge "Fix PDK build."
Jeff Brown [Tue, 16 Jul 2013 00:44:19 +0000 (00:44 +0000)]
Merge "Fix PDK build."

11 years agoFix PDK build.
Jeff Brown [Tue, 16 Jul 2013 00:31:32 +0000 (17:31 -0700)]
Fix PDK build.

Change-Id: Ide48ea30c2f7f24d20ab6fcdc47c806ac1f133ee

11 years agoMerge "Fixing bugs discovered by the CTS tests."
Svetoslav [Tue, 16 Jul 2013 00:24:10 +0000 (00:24 +0000)]
Merge "Fixing bugs discovered by the CTS tests."

11 years agoFixing bugs discovered by the CTS tests.
Svetoslav [Tue, 16 Jul 2013 00:12:41 +0000 (17:12 -0700)]
Fixing bugs discovered by the CTS tests.

1. Delayed accessibility events sent when a view subtree changes may be
   be delivered after accessibility is disabled leading to a crash. It is
   possible that accessibility was disabled while we were waiting for
   the timeout before sending the event. Added a check before dispatching.

2. When refreshing a cached node the accessibility node info cache was
   not using the correct bypass cache argument value and as result was
   not getting the latest node but its cached value. We really want to
   get the latest state to update the cache.

3. The debugging cache integrity verification logic was incorrectly
   removing nodes from the cache while doing its work.

4. Removed the comments for some debug logging.

bug:9857067

Change-Id: I20ee1a6ffa65ad35457b51d3f2dc0bc5d8d784e6

11 years agoMerge "Revert "Update ListMenuItemView to use a single RelativeLayout""
Alan Viverette [Mon, 15 Jul 2013 23:56:24 +0000 (23:56 +0000)]
Merge "Revert "Update ListMenuItemView to use a single RelativeLayout""

11 years agoRevert "Update ListMenuItemView to use a single RelativeLayout"
Alan Viverette [Mon, 15 Jul 2013 23:43:58 +0000 (16:43 -0700)]
Revert "Update ListMenuItemView to use a single RelativeLayout"

This reverts commit 8933efd49a0b2c10ddb30b23b57f5676634d0277.

BUG: 9774755
Change-Id: Ib6481e396092da81edd2c69f619f45f61e8fa393

11 years agoRemove dead code in system server initialization.
Jeff Brown [Mon, 15 Jul 2013 20:22:04 +0000 (13:22 -0700)]
Remove dead code in system server initialization.

System server always forks from Zygote so we no longer need
the system_server executable which was probably broken anyhow.
This makes the initialization sequence slightly more intelligible.

Likewise, we don't need the GrimReaper anymore because init
will automatically take care of restarting the system when the
service manager dies.

Change-Id: I02c88d9392f7c8133d9cde9d0d978da89ed80452

11 years agoDeclare permission for accessing input flinger.
Jeff Brown [Fri, 12 Jul 2013 23:56:34 +0000 (16:56 -0700)]
Declare permission for accessing input flinger.

Change-Id: I2914b301b74e0d310a9e95e2d6fb5cb72d3e3703

11 years agoMerge "Support routing sockets as another user"
Geremy Condra [Mon, 15 Jul 2013 21:57:18 +0000 (21:57 +0000)]
Merge "Support routing sockets as another user"

11 years agoMerge "Restricted profiles use Owner's VPN"
Geremy Condra [Mon, 15 Jul 2013 21:56:54 +0000 (21:56 +0000)]
Merge "Restricted profiles use Owner's VPN"

11 years agoMerge changes Ia6646363,I94389b64
Geremy Condra [Mon, 15 Jul 2013 21:56:30 +0000 (21:56 +0000)]
Merge changes Ia6646363,I94389b64

* changes:
  Add per user VPN support
  Add NetworkUtil function for marking sockets

11 years agoMerge "camera2: Implement CameraDevice#getCameraInfo"
Igor Murashkin [Mon, 15 Jul 2013 20:45:35 +0000 (20:45 +0000)]
Merge "camera2: Implement CameraDevice#getCameraInfo"

11 years agocamera2: Implement CameraDevice#getCameraInfo
Igor Murashkin [Sat, 13 Jul 2013 01:01:31 +0000 (18:01 -0700)]
camera2: Implement CameraDevice#getCameraInfo

Bug: 9529161
Change-Id: Ie37d1e07bb8416cbb141f4d49e52337bf7236610

11 years agoIncrease swappiness of processes when memcgroups are enabled
Rom Lemarchand [Fri, 12 Jul 2013 23:15:36 +0000 (16:15 -0700)]
Increase swappiness of processes when memcgroups are enabled

When memcgroups are enabled, migrate heavier and lower priority processes
to the sw memcgroup.

Change-Id: Iba07a723037a599736ef23dea16a30a26634428a

11 years agoMerge "Add webp to BitmapFactory.Options outMimetype"
Chris Craik [Mon, 15 Jul 2013 19:29:10 +0000 (19:29 +0000)]
Merge "Add webp to BitmapFactory.Options outMimetype"

11 years agoSupport routing sockets as another user
Chad Brubaker [Thu, 11 Jul 2013 20:29:30 +0000 (13:29 -0700)]
Support routing sockets as another user

Add support for routing sockets as if they were another user's.
This is for services that handle delegated network tasks like MediaServer and DownloadManager.

Change-Id: Id20efc1f5c2cce6f8838d777762f6c0a703a9437

11 years agoRestricted profiles use Owner's VPN
Chad Brubaker [Wed, 10 Jul 2013 21:46:23 +0000 (14:46 -0700)]
Restricted profiles use Owner's VPN

Restricted profiles cannot start their own VPN and will use the Owner's
VPN if one is running.

Change-Id: I1fc153742047f9149acb414c4c9d35305e97d8d0

11 years agoMerge "Add carrier setup app integration"
Evan Charlton [Mon, 15 Jul 2013 18:31:20 +0000 (18:31 +0000)]
Merge "Add carrier setup app integration"

11 years agoMerge "Allowing the root user to use the screen introspection APIs."
Svetoslav [Mon, 15 Jul 2013 17:25:59 +0000 (17:25 +0000)]
Merge "Allowing the root user to use the screen introspection APIs."

11 years agoAllowing the root user to use the screen introspection APIs.
Svetoslav [Mon, 15 Jul 2013 17:20:27 +0000 (10:20 -0700)]
Allowing the root user to use the screen introspection APIs.

We were allowing the system and the shell user to access use the
screen introspection APIs but the root user was not able to to so.
This change enableS the root user to also use these APIs. Note that
we usually allow the root user to access privileged functionality
similarly to the shell user of the system.

bug:8877685

Change-Id: Ie4008339e864b835bd3a2d5e06b042e4431c5270

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 15 Jul 2013 16:45:36 +0000 (09:45 -0700)]
Import translations. DO NOT MERGE

Change-Id: I4fe9c9f3884aa5c5a3ffce69f72bd1cafde0802b
Auto-generated-cl: translation import

11 years agoam 59734490: (-s ours) Reconcile with jb-mr2-zeroday-release - do not merge
The Android Open Source Project [Mon, 15 Jul 2013 16:37:54 +0000 (09:37 -0700)]
am 59734490: (-s ours) Reconcile with jb-mr2-zeroday-release - do not merge

* commit '59734490f6a4f46308c39368a7b20f4fcf5e0e97':

11 years agoReconcile with jb-mr2-zeroday-release - do not merge
The Android Open Source Project [Mon, 15 Jul 2013 16:32:49 +0000 (09:32 -0700)]
Reconcile with jb-mr2-zeroday-release - do not merge

Change-Id: Ib08f5c3c72f9d6eee571e7f9dff130abadffbbec

11 years agoDocfixes in IBinder, Context, View, and Intent.
John Spurlock [Mon, 17 Jun 2013 14:32:46 +0000 (10:32 -0400)]
Docfixes in IBinder, Context, View, and Intent.

Fix links in @throws clauses, typos, redundant "returns"
and use @code for true + false in returns.

Change-Id: Ic3c4c75d6061732d997a386dc3232475c992c188

11 years agomerge in jb-mr2-zeroday-release history after reset to jb-mr2-dev
The Android Automerger [Mon, 15 Jul 2013 15:19:11 +0000 (08:19 -0700)]
merge in jb-mr2-zeroday-release history after reset to jb-mr2-dev

11 years agomerge in klp-release history after reset to master
The Android Automerger [Mon, 15 Jul 2013 13:01:32 +0000 (06:01 -0700)]
merge in klp-release history after reset to master

11 years agoMinor Formating Fix
Alon Albert [Sun, 7 Jul 2013 09:31:27 +0000 (12:31 +0300)]
Minor Formating Fix

Put a space between the period and the bundle of a
periodic sync.

Change-Id: If6cd7ae2b3faf59d2c8fd760983eb4650d62aca9

11 years agoalways pass the BufferQueue explicitely to consumers
Mathias Agopian [Sat, 13 Jul 2013 05:06:31 +0000 (22:06 -0700)]
always pass the BufferQueue explicitely to consumers

Change-Id: I32e380979a3f4c6b1dfb440cc5b5c3d30d7607db

11 years agoAdd per user VPN support
Chad Brubaker [Fri, 14 Jun 2013 18:16:51 +0000 (11:16 -0700)]
Add per user VPN support

VPNs are now per user instead of global. A VPN set by user A routes only
user A's traffic and no other user can access it.

Change-Id: Ia66463637b6bd088b05768076a1db897fe95c46c

11 years agoAdd webp to BitmapFactory.Options outMimetype
Chris Craik [Sat, 13 Jul 2013 02:46:19 +0000 (19:46 -0700)]
Add webp to BitmapFactory.Options outMimetype

Change-Id: Id0d5b4d6c2c5b21fa0b31f1a5ada6275fdc38f44

11 years agoMerge "Add new proc state constants and delivery."
Dianne Hackborn [Sat, 13 Jul 2013 01:15:30 +0000 (01:15 +0000)]
Merge "Add new proc state constants and delivery."

11 years agoMerge "camera2 api: Generate metadata keys and enums from XML"
Igor Murashkin [Sat, 13 Jul 2013 01:14:46 +0000 (01:14 +0000)]
Merge "camera2 api: Generate metadata keys and enums from XML"

11 years agoAdd new proc state constants and delivery.
Dianne Hackborn [Fri, 12 Jul 2013 19:02:55 +0000 (12:02 -0700)]
Add new proc state constants and delivery.

The activity manager now keeps a new "process state" for
each process, indicating the general execution and memory
state of the process.  This closely follows the out-of-memory
adjustment and scheduling class that it currently tracks,
but roles these together (plus a little more info) into one
more semantically meaningful number.

This value is reported to each process as it changes, so they
can do things like tune the Dalvik garbage collector to match
the current process state.

I think I should also switch to this for process states.  It
will give is more meaningful divisions of time for each process.

Also fix a problem in the activity stack where the previous
process was not being set correctly when moving between
activity stacks.

Change-Id: I598b1667dc46547f8fadae304e210c352cc9d41f

11 years agoMerge "Update SparseArray docs to be more informative."
Dianne Hackborn [Sat, 13 Jul 2013 01:06:37 +0000 (01:06 +0000)]
Merge "Update SparseArray docs to be more informative."

11 years agoUpdate SparseArray docs to be more informative.
Dianne Hackborn [Sat, 13 Jul 2013 00:46:45 +0000 (17:46 -0700)]
Update SparseArray docs to be more informative.

Change-Id: I5d8d17d46a69ccdcf6b29f93be3d44addd80ab61

11 years agoMerge "Reduce some event log noise:"
Dianne Hackborn [Sat, 13 Jul 2013 01:02:32 +0000 (01:02 +0000)]
Merge "Reduce some event log noise:"

11 years agoReduce some event log noise:
Dianne Hackborn [Sat, 13 Jul 2013 00:26:02 +0000 (17:26 -0700)]
Reduce some event log noise:

- Only log battery levels on level changes, not voltage or temp.
- Reduce the text in the start service log to only the suffix
  of the service component, and a uid field.

Change-Id: I6d65e6700e021b3b005dccc90d64f36c1f97137f

11 years agocamera2 api: Generate metadata keys and enums from XML
Igor Murashkin [Fri, 12 Jul 2013 02:37:04 +0000 (19:37 -0700)]
camera2 api: Generate metadata keys and enums from XML

Change-Id: I9b04b5933c5922fc522e9216f4deebcd6fc24d78

11 years agofix build
keunyoung [Fri, 12 Jul 2013 23:55:44 +0000 (16:55 -0700)]
fix build

Change-Id: Ife4a1e33df2e4a71edba7b29844a06138103440d

11 years agoMerge "add TYPE_PRIVATE_PRESENTATION window type"
keunyoung [Fri, 12 Jul 2013 23:03:21 +0000 (23:03 +0000)]
Merge "add TYPE_PRIVATE_PRESENTATION window type"

11 years agoam 45130c62: am 1dc3b790: am 4b8cc94c: Merge "PreferenceActivity should not leave...
Adam Powell [Fri, 12 Jul 2013 22:13:55 +0000 (15:13 -0700)]
am 45130c62: am 1dc3b790: am 4b8cc94c: Merge "PreferenceActivity should not leave message in looper when destroyed"

* commit '45130c62e1a17887bd27f12c834609159bba1c1a':
  PreferenceActivity should not leave message in looper when destroyed

11 years agoam 1dc3b790: am 4b8cc94c: Merge "PreferenceActivity should not leave message in loope...
Adam Powell [Fri, 12 Jul 2013 22:11:41 +0000 (15:11 -0700)]
am 1dc3b790: am 4b8cc94c: Merge "PreferenceActivity should not leave message in looper when destroyed"

* commit '1dc3b790df61aa95cb68da390045249c59049fcd':
  PreferenceActivity should not leave message in looper when destroyed

11 years agoam 4b8cc94c: Merge "PreferenceActivity should not leave message in looper when destroyed"
Adam Powell [Fri, 12 Jul 2013 22:09:54 +0000 (15:09 -0700)]
am 4b8cc94c: Merge "PreferenceActivity should not leave message in looper when destroyed"

* commit '4b8cc94cc67d760e724c56aee9301d1bcc2bbe89':
  PreferenceActivity should not leave message in looper when destroyed

11 years agoMerge "PreferenceActivity should not leave message in looper when destroyed"
Adam Powell [Fri, 12 Jul 2013 22:07:04 +0000 (22:07 +0000)]
Merge "PreferenceActivity should not leave message in looper when destroyed"

11 years agoMerge "Tweak error fallback behavior for view direction resolution"
Adam Powell [Fri, 12 Jul 2013 21:56:43 +0000 (21:56 +0000)]
Merge "Tweak error fallback behavior for view direction resolution"

11 years agoadd TYPE_PRIVATE_PRESENTATION window type
keunyoung [Sat, 22 Jun 2013 02:07:57 +0000 (19:07 -0700)]
add TYPE_PRIVATE_PRESENTATION window type

- This window type can be used for Presentation created on top of virtual
  private display.
- There can be PRIVATE_PRESENTATION specific policy / behavior, but for now,
  there is nothing special.

Change-Id: I9fde0f0376e57fcc60000d3a3f8657a21ef58993

11 years agoMerge "Fix MenuItemImpl#hasCollapsibleActionView for action providers"
Adam Powell [Fri, 12 Jul 2013 21:36:07 +0000 (21:36 +0000)]
Merge "Fix MenuItemImpl#hasCollapsibleActionView for action providers"

11 years agoam e86ba6dc: am 797a99ff: am c0f5bb70: am ca4b112e: am 546ac85a: am ad17523d: add...
Scott Main [Fri, 12 Jul 2013 21:31:27 +0000 (14:31 -0700)]
am e86ba6dc: am 797a99ff: am c0f5bb70: am ca4b112e: am 546ac85a: am ad17523d: add warning for Windows users and fix typos

* commit 'e86ba6dcbee541c9b1837799c3de67249ad48470':
  add warning for Windows users and fix typos

11 years agoam 797a99ff: am c0f5bb70: am ca4b112e: am 546ac85a: am ad17523d: add warning for...
Scott Main [Fri, 12 Jul 2013 21:28:40 +0000 (14:28 -0700)]
am 797a99ff: am c0f5bb70: am ca4b112e: am 546ac85a: am ad17523d: add warning for Windows users and fix typos

* commit '797a99ff3e7e1fd81f8def2e5ca4ea089c01ad06':
  add warning for Windows users and fix typos

11 years agoam c0f5bb70: am ca4b112e: am 546ac85a: am ad17523d: add warning for Windows users...
Scott Main [Fri, 12 Jul 2013 21:22:48 +0000 (14:22 -0700)]
am c0f5bb70: am ca4b112e: am 546ac85a: am ad17523d: add warning for Windows users and fix typos

* commit 'c0f5bb70b72c25c0057d2318bbcc8d79553d1e12':
  add warning for Windows users and fix typos

11 years agoam ca4b112e: am 546ac85a: am ad17523d: add warning for Windows users and fix typos
Scott Main [Fri, 12 Jul 2013 21:20:11 +0000 (14:20 -0700)]
am ca4b112e: am 546ac85a: am ad17523d: add warning for Windows users and fix typos

* commit 'ca4b112eb243b1350aba000c4f021574be25bd96':
  add warning for Windows users and fix typos

11 years agoam 546ac85a: am ad17523d: add warning for Windows users and fix typos
Scott Main [Fri, 12 Jul 2013 21:17:30 +0000 (14:17 -0700)]
am 546ac85a: am ad17523d: add warning for Windows users and fix typos

* commit '546ac85a834cf033cf1f3ce82624f1f4a63d099f':
  add warning for Windows users and fix typos

11 years agoam ad17523d: add warning for Windows users and fix typos
Scott Main [Fri, 12 Jul 2013 21:15:15 +0000 (14:15 -0700)]
am ad17523d: add warning for Windows users and fix typos

* commit 'ad17523da976c2d6b7b70fd3aa9ad290e4731224':
  add warning for Windows users and fix typos

11 years agoadd warning for Windows users and fix typos
Scott Main [Fri, 12 Jul 2013 18:28:01 +0000 (11:28 -0700)]
add warning for Windows users and fix typos

Change-Id: I694baa83cde2b97cf0159a75358fa129bd656da3

11 years agoMerge "Fix minor transition bugs and add capabilities"
Chet Haase [Fri, 12 Jul 2013 21:00:39 +0000 (21:00 +0000)]
Merge "Fix minor transition bugs and add capabilities"

11 years agoFix minor transition bugs and add capabilities
Chet Haase [Fri, 12 Jul 2013 19:54:38 +0000 (12:54 -0700)]
Fix minor transition bugs and add capabilities

Some view changes require more flexible transitions than the
defaults provided by Crossfade and TextChange - this change supplies some
of that flexibility.

Also, starting a new transition on a hierarchy undergoing a transition
caused the first to get canceled, then the start values to be retrieved.
The new transition should actually get the start values from the intermediate
state of the views, so we now cancel the previous transition only after the
start values have been captured.

Issue #9756349 Transitions: Crossfade does not handle interruption/reverse correctly
Issue #9295863 Transitions: Add behavior API/flags to various transitions
Issue #9275859 Transitions: Improve mechanism for transition interruption

Change-Id: I5a8c5a12466ddcab9e84e4880930563fa1216f3b

11 years agoMerge "Out-of-band apk pushes to the privileged install dir"
Christopher Tate [Fri, 12 Jul 2013 20:18:55 +0000 (20:18 +0000)]
Merge "Out-of-band apk pushes to the privileged install dir"

11 years agoMerge "Return correct status for android.media.AudioTrack.write(short[]...)"
Glenn Kasten [Fri, 12 Jul 2013 20:12:59 +0000 (20:12 +0000)]
Merge "Return correct status for android.media.AudioTrack.write(short[]...)"

11 years agoAdd NetworkUtil function for marking sockets
Chad Brubaker [Thu, 11 Jul 2013 20:30:36 +0000 (13:30 -0700)]
Add NetworkUtil function for marking sockets

Add NetworkUtil function for setting the SO_MARK field of sockets

Change-Id: I94389b64296d87ee928293f24a26f8dd08c3bf37

11 years agoMerge "Add NetworkManagement support for fwmark routes"
Geremy Condra [Fri, 12 Jul 2013 19:47:19 +0000 (19:47 +0000)]
Merge "Add NetworkManagement support for fwmark routes"

11 years agoOut-of-band apk pushes to the privileged install dir
Christopher Tate [Fri, 12 Jul 2013 19:29:41 +0000 (12:29 -0700)]
Out-of-band apk pushes to the privileged install dir

The new apk will now correctly allow system permissions to an app
placed in the privileged install dir via 'adb push' on the fly.

Change-Id: Ie4284d12628e08d9562d18eee6a7e8f74ae6295e

11 years agoMerge "Fix build"
Amith Yamasani [Fri, 12 Jul 2013 19:24:09 +0000 (19:24 +0000)]
Merge "Fix build"

11 years agoFix build
Amith Yamasani [Fri, 12 Jul 2013 19:23:16 +0000 (12:23 -0700)]
Fix build

Change-Id: If4c4f1f104826b599c86bc1c924ebadc5223c8f0

11 years agoam 97b077bc: am 42a85412: am 925ec03f: Merge "VZW wants the phoneNumber to be 10...
Wink Saville [Fri, 12 Jul 2013 19:14:01 +0000 (12:14 -0700)]
am 97b077bc: am 42a85412: am 925ec03f: Merge "VZW wants the phoneNumber to be 10 zero\'s if there isn\'t one." into jb-mr2-dev

* commit '97b077bc18752e7dafe041cb04c19e67ce69939c':
  VZW wants the phoneNumber to be 10 zero's if there isn't one.

11 years agoam 42a85412: am 925ec03f: Merge "VZW wants the phoneNumber to be 10 zero\'s if there...
Wink Saville [Fri, 12 Jul 2013 19:03:53 +0000 (12:03 -0700)]
am 42a85412: am 925ec03f: Merge "VZW wants the phoneNumber to be 10 zero\'s if there isn\'t one." into jb-mr2-dev

* commit '42a85412d12078f36c3fdeda1211bdc3800bab0c':
  VZW wants the phoneNumber to be 10 zero's if there isn't one.

11 years agoam 925ec03f: Merge "VZW wants the phoneNumber to be 10 zero\'s if there isn\'t one...
Wink Saville [Fri, 12 Jul 2013 19:01:41 +0000 (12:01 -0700)]
am 925ec03f: Merge "VZW wants the phoneNumber to be 10 zero\'s if there isn\'t one." into jb-mr2-dev

* commit '925ec03fcd9651ff4c6b04982eb6d930b16493b9':
  VZW wants the phoneNumber to be 10 zero's if there isn't one.

11 years agoMerge "VZW wants the phoneNumber to be 10 zero's if there isn't one." into jb-mr2-dev
Wink Saville [Fri, 12 Jul 2013 18:59:03 +0000 (18:59 +0000)]
Merge "VZW wants the phoneNumber to be 10 zero's if there isn't one." into jb-mr2-dev

11 years agoTweak error fallback behavior for view direction resolution
Adam Powell [Fri, 12 Jul 2013 18:33:44 +0000 (11:33 -0700)]
Tweak error fallback behavior for view direction resolution

If the required ViewParent methods aren't present for resolving text
direction or alignment, mark them resolved with default results and
skip further resolution steps.

Change-Id: I0ea6b0ce968cc24ffed77a2d1e66dfafbec49f9c

11 years agoam 8361a9f7: am 1a1a7c08: am 06a441de: Merge "Pass along the user id to AttributeCach...
Amith Yamasani [Fri, 12 Jul 2013 18:25:24 +0000 (11:25 -0700)]
am 8361a9f7: am 1a1a7c08: am 06a441de: Merge "Pass along the user id to AttributeCache requests" into jb-mr2-dev

* commit '8361a9f719b6a416a40134951daf28297b6e0670':
  Pass along the user id to AttributeCache requests

11 years agoMerge "Always show overflow buttons on action bars"
Adam Powell [Fri, 12 Jul 2013 18:22:30 +0000 (18:22 +0000)]
Merge "Always show overflow buttons on action bars"

11 years agoam 1a1a7c08: am 06a441de: Merge "Pass along the user id to AttributeCache requests...
Amith Yamasani [Fri, 12 Jul 2013 18:21:27 +0000 (11:21 -0700)]
am 1a1a7c08: am 06a441de: Merge "Pass along the user id to AttributeCache requests" into jb-mr2-dev

* commit '1a1a7c0878320b94d01da6bdfaa857c85b4199a3':
  Pass along the user id to AttributeCache requests

11 years agoam 06a441de: Merge "Pass along the user id to AttributeCache requests" into jb-mr2-dev
Amith Yamasani [Fri, 12 Jul 2013 18:19:24 +0000 (11:19 -0700)]
am 06a441de: Merge "Pass along the user id to AttributeCache requests" into jb-mr2-dev

* commit '06a441de3b6756cf49879ff445ac26c66da54d02':
  Pass along the user id to AttributeCache requests

11 years agoMerge "Pass along the user id to AttributeCache requests" into jb-mr2-dev
Amith Yamasani [Fri, 12 Jul 2013 18:17:09 +0000 (18:17 +0000)]
Merge "Pass along the user id to AttributeCache requests" into jb-mr2-dev

11 years agoMerge "Add stopservice command to am"
Marco Nelissen [Fri, 12 Jul 2013 14:34:40 +0000 (14:34 +0000)]
Merge "Add stopservice command to am"

11 years agoam a4ee3088: (-s ours) Reconcile with jb-mr2-zeroday-release - do not merge
The Android Open Source Project [Fri, 12 Jul 2013 14:30:00 +0000 (07:30 -0700)]
am a4ee3088: (-s ours) Reconcile with jb-mr2-zeroday-release - do not merge

* commit 'a4ee3088e74bb9b38dcd469df4dc929f1c935ff3':
  Recover from corrupt network stats.

11 years agoReconcile with jb-mr2-zeroday-release - do not merge
The Android Open Source Project [Fri, 12 Jul 2013 14:27:43 +0000 (07:27 -0700)]
Reconcile with jb-mr2-zeroday-release - do not merge

Change-Id: Ic45c05e30f974890e8c5320393f95adaf0d0a79f

11 years agoAdd a keycode to switch audio tracks (1/2)
Jaekyun Seok [Mon, 8 Jul 2013 04:53:21 +0000 (13:53 +0900)]
Add a keycode to switch audio tracks (1/2)

A key to switch audio tracks is general on media devices like blu-ray.

Bug: 9728155
Change-Id: Ib61822b8aa9c143a8febc3cff4707fa775119448

11 years agoPreferenceActivity should not leave message in looper when destroyed
Hiroaki Kuriyama [Fri, 16 Nov 2012 09:46:49 +0000 (18:46 +0900)]
PreferenceActivity should not leave message in looper when destroyed

When a PreferenceActivity is destroyed as soon as created,
there is a problematic case that messages for the activity are
sometimes left in the looper even after the activity is destroyed.
For example, by clearing user data of the selecting IME on
Settings apk, com.android.settings.Settings is re-launched
2 times successively. (Destory->Create->Destroy->Create)
Due to the left message, application crash can happen.
(NullPointerException at BackStackRecord.getBreadCrumbTitle())

Two cases have been found to observe this issue.
[Case 1]
 1,Launch IME in advance.
 2,Go to Settings >Apps > All and choose the IME package.
 3,Click "Clear data"
 4,Application crash occurs on com.android.settings.
[Case 2]
 1,Go to Settings > Language&input > Language.
 2,ListView dialog to choose language is shown.
 3,Rotate the tablet 180 degree so that 90 degree rotation occurs twice.
 4,Application crash occurs on com.android.settings.

Change-Id: I5ce36ea7a40ab7bc7737b7dca6641a4c3d77a480

11 years agoMerge "Make legacy VPN work over stacked interfaces."
Lorenzo Colitti [Fri, 12 Jul 2013 03:33:16 +0000 (03:33 +0000)]
Merge "Make legacy VPN work over stacked interfaces."

11 years agoam 9c8685b7: am f094eefc: am c5de9c35: Merge "Track libcore API update."
Elliott Hughes [Fri, 12 Jul 2013 02:01:40 +0000 (19:01 -0700)]
am 9c8685b7: am f094eefc: am c5de9c35: Merge "Track libcore API update."

* commit '9c8685b714b38c2bbf09077b9cba73a95b734269':
  Track libcore API update.

11 years agoam f094eefc: am c5de9c35: Merge "Track libcore API update."
Elliott Hughes [Fri, 12 Jul 2013 01:55:54 +0000 (18:55 -0700)]
am f094eefc: am c5de9c35: Merge "Track libcore API update."

* commit 'f094eefc34013c7167effa558b488709eaa54751':
  Track libcore API update.

11 years agoam c5de9c35: Merge "Track libcore API update."
Elliott Hughes [Fri, 12 Jul 2013 01:52:11 +0000 (18:52 -0700)]
am c5de9c35: Merge "Track libcore API update."

* commit 'c5de9c3509e6f91f1a6fca4541c5a2dfc9878dcc':
  Track libcore API update.

11 years agoam a1063aa3: am a60edcbe: am c079e43f: am e920ab1a: am a618e938: am c660c608: Merge...
Scott Main [Fri, 12 Jul 2013 01:16:37 +0000 (18:16 -0700)]
am a1063aa3: am a60edcbe: am c079e43f: am e920ab1a: am a618e938: am c660c608: Merge "add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017" into jb-mr1.1-ub-dev

* commit 'a1063aa3fb6619caf59c2c139c1800a427bbafb5':
  add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017

11 years agoam a60edcbe: am c079e43f: am e920ab1a: am a618e938: am c660c608: Merge "add Toshiba...
Scott Main [Fri, 12 Jul 2013 01:14:52 +0000 (18:14 -0700)]
am a60edcbe: am c079e43f: am e920ab1a: am a618e938: am c660c608: Merge "add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017" into jb-mr1.1-ub-dev

* commit 'a60edcbee7d99058eb689761097826adac0593e7':
  add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017

11 years agoam c079e43f: am e920ab1a: am a618e938: am c660c608: Merge "add Toshiba usb driver...
Scott Main [Fri, 12 Jul 2013 01:12:01 +0000 (18:12 -0700)]
am c079e43f: am e920ab1a: am a618e938: am c660c608: Merge "add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017" into jb-mr1.1-ub-dev

* commit 'c079e43fc317087ae5517ee7d9a376e97fef0f57':
  add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017

11 years agoam 8b1cdd98: am e34e6520: am e4709679: am c1addd47: am c7da42d7: am f7832a35: am...
Dirk Dougherty [Fri, 12 Jul 2013 01:09:59 +0000 (18:09 -0700)]
am 8b1cdd98: am e34e6520: am e4709679: am c1addd47: am c7da42d7: am f7832a35: am d6bbda24: am bc5f9b66: Merge "Doc change: Update gcore reference docs." into jb-mr1.1-docs

* commit '8b1cdd9874e88569fcf46d848f8f3424dfa7afc9':
  Doc change: Update gcore reference docs.

11 years agoam e920ab1a: am a618e938: am c660c608: Merge "add Toshiba usb driver link delete...
Scott Main [Fri, 12 Jul 2013 01:09:53 +0000 (18:09 -0700)]
am e920ab1a: am a618e938: am c660c608: Merge "add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017" into jb-mr1.1-ub-dev

* commit 'e920ab1a82327976e0a25842d7d57dc7a92ba604':
  add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017

11 years agoam e34e6520: am e4709679: am c1addd47: am c7da42d7: am f7832a35: am d6bbda24: am...
Dirk Dougherty [Fri, 12 Jul 2013 01:08:36 +0000 (18:08 -0700)]
am e34e6520: am e4709679: am c1addd47: am c7da42d7: am f7832a35: am d6bbda24: am bc5f9b66: Merge "Doc change: Update gcore reference docs." into jb-mr1.1-docs

* commit 'e34e65203f8188849cfebb901c4efe5b5b4ad8d5':
  Doc change: Update gcore reference docs.

11 years agoam a618e938: am c660c608: Merge "add Toshiba usb driver link delete Fujitsu-Toshiba...
Scott Main [Fri, 12 Jul 2013 01:08:01 +0000 (18:08 -0700)]
am a618e938: am c660c608: Merge "add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017" into jb-mr1.1-ub-dev

* commit 'a618e93891603f825fd2c0ec1a67c96c29863dcd':
  add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017

11 years agoam e4709679: am c1addd47: am c7da42d7: am f7832a35: am d6bbda24: am bc5f9b66: Merge...
Dirk Dougherty [Fri, 12 Jul 2013 01:06:22 +0000 (18:06 -0700)]
am e4709679: am c1addd47: am c7da42d7: am f7832a35: am d6bbda24: am bc5f9b66: Merge "Doc change: Update gcore reference docs." into jb-mr1.1-docs

* commit 'e4709679198590fa37fbad67df0d7e3827c4f8cf':
  Doc change: Update gcore reference docs.

11 years agoam c660c608: Merge "add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017...
Scott Main [Fri, 12 Jul 2013 01:05:44 +0000 (18:05 -0700)]
am c660c608: Merge "add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017" into jb-mr1.1-ub-dev

* commit 'c660c608e75791d5b4b286f34a9ec335f9e95ba6':
  add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017

11 years agoMerge "add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017" into jb-mr1...
Scott Main [Fri, 12 Jul 2013 01:03:22 +0000 (01:03 +0000)]
Merge "add Toshiba usb driver link delete Fujitsu-Toshiba bug: 9755017" into jb-mr1.1-ub-dev