OSDN Git Service

android-x86/frameworks-base.git
9 years agoFrameworks/base: Early init native bridge
jgu21 [Wed, 10 Sep 2014 10:55:07 +0000 (06:55 -0400)]
Frameworks/base: Early init native bridge

Add the app directory to the arguments for starting a process.
Add a check for NeedsNativeBridge and a call to PreInitializeBridge
in the native fork code.

(cherry picked from commit 2eacd06bfb82b33dfcbccafbcfc0bf1218484bb5)

Bug: 17671501
Change-Id: I970db5b284b0c12e2d8a45df3950c1fff2927a4e

9 years agoOrder GhostViews so that they display in their ghosted view's order.
George Mount [Sat, 27 Sep 2014 04:53:39 +0000 (21:53 -0700)]
Order GhostViews so that they display in their ghosted view's order.

Bug 17671834

GhostViews can be added in arbitrary order since they are added
depending on how they are insterted into the TransitionValues
maps. This CL does two things: it ensures that GhostViews are always
pulled to the top of the Overlay and inserts GhostViews into
the Overlay in the order that their ghosted views are drawn.

Change-Id: I9f68105126834cc8f30a6cfe5d58fc3c51465afd

9 years agoMerge "Crash in print spooler if save to PDF selected early." into lmp-dev
Svetoslav [Sun, 28 Sep 2014 21:00:22 +0000 (21:00 +0000)]
Merge "Crash in print spooler if save to PDF selected early." into lmp-dev

9 years agoMerge "Fix carsh in print spooler if custom print setings return bad pages." into...
Svetoslav [Sun, 28 Sep 2014 20:59:51 +0000 (20:59 +0000)]
Merge "Fix carsh in print spooler if custom print setings return bad pages." into lmp-dev

9 years agoCrash in print spooler if save to PDF selected early.
Svetoslav [Sat, 27 Sep 2014 02:49:14 +0000 (19:49 -0700)]
Crash in print spooler if save to PDF selected early.

The first issue is that the save to pdf button is enabled
before the first layout completed and at this point we do
not know anything about the document. The second is that
if a layout is in progress and we select save to pdf we
end up starting the documents UI twice and finishing the
second instance carshes the spooler.

bug:17676878

Change-Id: Id0b1f06e4d377347286c2dde09669d431441234b

9 years agoFix carsh in print spooler if custom print setings return bad pages.
Svetoslav [Sat, 27 Sep 2014 02:11:29 +0000 (19:11 -0700)]
Fix carsh in print spooler if custom print setings return bad pages.

The custom settings activity of a print serivce can change the selected
pages and the spooler was not checking whether the returned pages were
valid leading to a crash.

bug:17678553

Change-Id: Id8ea3d482d2909b97a06752d61b416dfe5948483

9 years agoAccessibility node provider getting invalid virtual view id.
Svetoslav [Sat, 27 Sep 2014 02:23:05 +0000 (19:23 -0700)]
Accessibility node provider getting invalid virtual view id.

If the virtual child id is not specified we should ask the node
provider to create a node info for the hosting view bu passing
the special host node id.

bug:17664111

Change-Id: Iaf1387acdfe33b50b50729d293adcdf82340a648

9 years agoredirect RIL_UNSOL_OEM_HOOK_RAW to system app
New Author Steven Liu [Thu, 11 Sep 2014 15:18:45 +0000 (10:18 -0500)]
redirect RIL_UNSOL_OEM_HOOK_RAW to system app

Add LISTEN_OEM_HOOK_RAW_EVENT and onOemHookRawEvent to PhoneStateListener.

Bug: 17298769
Change-Id: Iaea054d3cc2925eea1e11f8871faabc7bc9dfb2d

9 years agoam cdc49451: am 5913f406: am 6373718b: Merge "Doc change: Add new index page for...
Dirk Dougherty [Sat, 27 Sep 2014 05:24:58 +0000 (05:24 +0000)]
am cdc49451: am 5913f406: am 6373718b: Merge "Doc change: Add new index page for games stories." into klp-modular-docs

* commit 'cdc494512edb13c0405e1f4410439112e39102ae':
  Doc change: Add new index page for games stories.

9 years agoam 5913f406: am 6373718b: Merge "Doc change: Add new index page for games stories...
Dirk Dougherty [Sat, 27 Sep 2014 05:20:38 +0000 (05:20 +0000)]
am 5913f406: am 6373718b: Merge "Doc change: Add new index page for games stories." into klp-modular-docs

* commit '5913f40618494a361b4cc0c79aebdd2f0a9170da':
  Doc change: Add new index page for games stories.

9 years agoam 6373718b: Merge "Doc change: Add new index page for games stories." into klp-modul...
Dirk Dougherty [Sat, 27 Sep 2014 05:14:05 +0000 (05:14 +0000)]
am 6373718b: Merge "Doc change: Add new index page for games stories." into klp-modular-docs

* commit '6373718b883dd945c17987ac64925c0fdc30674d':
  Doc change: Add new index page for games stories.

9 years agoMerge "Doc change: Add new index page for games stories." into klp-modular-docs
Dirk Dougherty [Sat, 27 Sep 2014 03:16:52 +0000 (03:16 +0000)]
Merge "Doc change: Add new index page for games stories." into klp-modular-docs

9 years agoMerge "Mark PDB identifier as SystemApi" into lmp-dev
Andres Morales [Sat, 27 Sep 2014 02:25:59 +0000 (02:25 +0000)]
Merge "Mark PDB identifier as SystemApi" into lmp-dev

9 years agoMerge "camera2: Fix native ImageReader test segfaults." into lmp-dev
Ruben Brunk [Sat, 27 Sep 2014 02:16:29 +0000 (02:16 +0000)]
Merge "camera2: Fix native ImageReader test segfaults." into lmp-dev

9 years agoAssign bindService() result to a boolean directly. One less if-else
Yao Chen [Sat, 27 Sep 2014 01:04:54 +0000 (18:04 -0700)]
Assign bindService() result to a boolean directly. One less if-else

Bug: 17637058
Change-Id: If2f4db2ebf95f1912a752794a1ab482cf30ab014

9 years agoMerge "Validate MTP path" into lmp-dev
Marco Nelissen [Sat, 27 Sep 2014 01:03:49 +0000 (01:03 +0000)]
Merge "Validate MTP path" into lmp-dev

9 years agocamera2: Fix native ImageReader test segfaults.
Ruben Brunk [Fri, 26 Sep 2014 02:56:54 +0000 (19:56 -0700)]
camera2: Fix native ImageReader test segfaults.

Bug: 17675571

- Check for JPEG footer in correct location from ImageReader
  when using the RGBA override.
- Add additional error checks in produceFrame method.
- Avoid allocating extra space for jpeg buffers due to
  incorrect width calculations.

Change-Id: I926f37e8b3e5c4bad24c16dcee48d52adb1706dd

9 years agoDoc change: Add new index page for games stories.
Dirk Dougherty [Fri, 26 Sep 2014 21:52:48 +0000 (14:52 -0700)]
Doc change: Add new index page for games stories.

Change-Id: Icd9de0715c8a77333fd73a46f31c3ad81d0b951b

9 years agoam dea43111: am 8d03b0b9: am afbe165a: Doc change: Add IAB v2 deprecation notice.
Dirk Dougherty [Sat, 27 Sep 2014 00:33:06 +0000 (00:33 +0000)]
am dea43111: am 8d03b0b9: am afbe165a: Doc change: Add IAB v2 deprecation notice.

* commit 'dea43111e1234153794ed54b4883e725043c2ba7':
  Doc change: Add IAB v2 deprecation notice.

9 years agoam 8d03b0b9: am afbe165a: Doc change: Add IAB v2 deprecation notice.
Dirk Dougherty [Sat, 27 Sep 2014 00:27:26 +0000 (00:27 +0000)]
am 8d03b0b9: am afbe165a: Doc change: Add IAB v2 deprecation notice.

* commit '8d03b0b987172e70d0bd6522fadc7505a3ff2b1d':
  Doc change: Add IAB v2 deprecation notice.

9 years agoam afbe165a: Doc change: Add IAB v2 deprecation notice.
Dirk Dougherty [Sat, 27 Sep 2014 00:22:41 +0000 (00:22 +0000)]
am afbe165a: Doc change: Add IAB v2 deprecation notice.

* commit 'afbe165aecb00b74f8228314cc60b28af089e8e3':
  Doc change: Add IAB v2 deprecation notice.

9 years agoMark PDB identifier as SystemApi
Andres Morales [Sat, 27 Sep 2014 00:08:59 +0000 (17:08 -0700)]
Mark PDB identifier as SystemApi

Had already marked the API itself as system api, just not
the Context.BLAH id. Also update the javadoc as it doesn't
return an FD anymore.

Change-Id: Ic8a5b8c75b0ba0bdf4ad26cf33d5f87eea568376

9 years agoMerge "Camera2: Fix parallel session and device close() exception" into lmp-dev
Eino-Ville Talvala [Fri, 26 Sep 2014 23:42:29 +0000 (23:42 +0000)]
Merge "Camera2: Fix parallel session and device close() exception" into lmp-dev

9 years agoMerge "Handling service number convert while roaming." into lmp-dev
Amit Mahajan [Fri, 26 Sep 2014 23:32:50 +0000 (23:32 +0000)]
Merge "Handling service number convert while roaming." into lmp-dev

9 years agoMerge "Add callback to track and thumb drawables, propagate state in ASLD" into lmp-dev
Alan Viverette [Fri, 26 Sep 2014 23:13:54 +0000 (23:13 +0000)]
Merge "Add callback to track and thumb drawables, propagate state in ASLD" into lmp-dev

9 years agoAdd callback to track and thumb drawables, propagate state in ASLD
Alan Viverette [Fri, 26 Sep 2014 23:12:16 +0000 (16:12 -0700)]
Add callback to track and thumb drawables, propagate state in ASLD

BUG: 17665424
Change-Id: I22da4530f3e2869d856102e804f020461a46fe49

9 years agoMerge "More debugging for issue #17656716: Unhandled exception in Window Manager...
Dianne Hackborn [Fri, 26 Sep 2014 23:11:39 +0000 (23:11 +0000)]
Merge "More debugging for issue #17656716: Unhandled exception in Window Manager" into lmp-dev

9 years agoValidate MTP path
Marco Nelissen [Fri, 26 Sep 2014 23:03:49 +0000 (16:03 -0700)]
Validate MTP path

Bug: 17673184
Change-Id: I51a64f065d9b3609557af81e596ebeb8720ab6c5

9 years agoHandling service number convert while roaming.
Xia Ying [Mon, 22 Sep 2014 22:56:50 +0000 (17:56 -0500)]
Handling service number convert while roaming.

When roaming in GSM/UMTS and internal CDMA network,
(1)change VZW custumer service numeber *611 to +19085594899.
(2)change VZW voice mail number *86 to +1MDN.

Change-Id: Id2bb10d119a1b196538a0e09f5c1f7c4b3f2b890

9 years agoMerge "Accessibility node provider getting invalid virtual view id." into lmp-dev
Svetoslav [Fri, 26 Sep 2014 22:56:27 +0000 (22:56 +0000)]
Merge "Accessibility node provider getting invalid virtual view id." into lmp-dev

9 years agoMerge "Don't forward media keys to the app if the phone session is active" into lmp-dev
RoboErik [Fri, 26 Sep 2014 22:52:39 +0000 (22:52 +0000)]
Merge "Don't forward media keys to the app if the phone session is active" into lmp-dev

9 years agoMerge "Set the system locale correctly even on an encrypted device." into lmp-dev
Elliott Hughes [Fri, 26 Sep 2014 22:52:31 +0000 (22:52 +0000)]
Merge "Set the system locale correctly even on an encrypted device." into lmp-dev

9 years agoMore debugging for issue #17656716: Unhandled exception in Window Manager
Dianne Hackborn [Fri, 26 Sep 2014 22:46:24 +0000 (15:46 -0700)]
More debugging for issue #17656716: Unhandled exception in Window Manager

Change-Id: I81d3678e21d293d5896c467ae5c6739c82cfaa95

9 years agoCamera2: Fix parallel session and device close() exception
Eino-Ville Talvala [Wed, 24 Sep 2014 01:18:07 +0000 (18:18 -0700)]
Camera2: Fix parallel session and device close() exception

It's possible for the device to have close() called on it
during the session close sequence such that the session still
tries to do a stream reconfiguration on the closed device.

Handle the exception thrown by this attempt.

Bug: 17661765

Change-Id: Iee63c5c559405abe5c044ae251ad56edd1fb3e79

9 years agoAccessibility node provider getting invalid virtual view id.
Svetoslav [Fri, 26 Sep 2014 22:20:40 +0000 (15:20 -0700)]
Accessibility node provider getting invalid virtual view id.

If the virtual child id is not specified we should ask the node
provider to create a node info for the hosting view bu passing
the special host node id.

bug:17664111

Change-Id: I9c2d3195ad813eed7ea4108fe0d7ccb9cc32a1a0

9 years agoMerge "camera2: Fix race conditions and deadlocks around configuration" into lmp-dev
Igor Murashkin [Fri, 26 Sep 2014 22:20:11 +0000 (22:20 +0000)]
Merge "camera2: Fix race conditions and deadlocks around configuration" into lmp-dev

9 years agoSet the system locale correctly even on an encrypted device.
Elliott Hughes [Fri, 26 Sep 2014 19:30:47 +0000 (12:30 -0700)]
Set the system locale correctly even on an encrypted device.

Bug: 17659622
Change-Id: Ibbbd5b959bfab5345f20b556c4720d0910b50084

9 years agoDon't forward media keys to the app if the phone session is active
RoboErik [Fri, 26 Sep 2014 19:51:01 +0000 (12:51 -0700)]
Don't forward media keys to the app if the phone session is active

This checks if the phone app is currently getting or in a call when a
media key event is sent and sends it to the phone session instead of the
foreground app if it is.

bug:17527302
Change-Id: Ie5d6cf0c897da81d106f2b1a0561b79f4fc35e82

9 years agoMerge "Fix bug #17521147 Settings activity looks terrible on Volantis" into lmp-dev
Fabrice Di Meglio [Fri, 26 Sep 2014 20:52:01 +0000 (20:52 +0000)]
Merge "Fix bug #17521147 Settings activity looks terrible on Volantis" into lmp-dev

9 years agoFix bug #17521147 Settings activity looks terrible on Volantis
Fabrice Di Meglio [Thu, 25 Sep 2014 01:48:11 +0000 (18:48 -0700)]
Fix bug #17521147 Settings activity looks terrible on Volantis

- update layouts for PreferenceActivity and its headers
in two panes mode (per UX request)
- add theming where it was missing

Change-Id: I0c478c1a66b6de7e122b7ee73da24f3dd5a7bc28

9 years agoMerge "Avoid dozing in car mode." into lmp-dev
John Spurlock [Fri, 26 Sep 2014 20:09:57 +0000 (20:09 +0000)]
Merge "Avoid dozing in car mode." into lmp-dev

9 years agoMerge "Fix issue #17671802: "content" command always prints..." into lmp-dev
Dianne Hackborn [Fri, 26 Sep 2014 20:06:01 +0000 (20:06 +0000)]
Merge "Fix issue #17671802: "content" command always prints..." into lmp-dev

9 years agoMerge "Touch-exploration improvements to volume dialog." into lmp-dev
John Spurlock [Fri, 26 Sep 2014 19:58:44 +0000 (19:58 +0000)]
Merge "Touch-exploration improvements to volume dialog." into lmp-dev

9 years agoam 938ff081: (-s ours) am 18037f14: Merge "Revert "Revert "DO NOT MERGE Fix race...
Kevin Ma [Fri, 26 Sep 2014 19:52:06 +0000 (19:52 +0000)]
am 938ff081: (-s ours) am 18037f14: Merge "Revert "Revert "DO NOT MERGE Fix race condition between binder deaths""" into klp-modular-dev

* commit '938ff081a61d31e5eefca7cee582002aea1c06ff':
  Revert "Revert "DO NOT MERGE Fix race condition between binder deaths""

9 years agoam 18037f14: Merge "Revert "Revert "DO NOT MERGE Fix race condition between binder...
Kevin Ma [Fri, 26 Sep 2014 19:43:39 +0000 (19:43 +0000)]
am 18037f14: Merge "Revert "Revert "DO NOT MERGE Fix race condition between binder deaths""" into klp-modular-dev

* commit '18037f14e8ee8eea7247c03a9cb27e2a8878fd05':
  Revert "Revert "DO NOT MERGE Fix race condition between binder deaths""

9 years agoMerge "Revert "Fix memory leak where we close the descriptor instead of the file...
Dave Burke [Fri, 26 Sep 2014 19:33:26 +0000 (19:33 +0000)]
Merge "Revert "Fix memory leak where we close the descriptor instead of the file."" into lmp-dev

9 years agoMerge "Don't start the keyguard until boot is done." into lmp-dev
Dan Sandler [Fri, 26 Sep 2014 19:32:25 +0000 (19:32 +0000)]
Merge "Don't start the keyguard until boot is done." into lmp-dev

9 years agoRevert "Fix memory leak where we close the descriptor instead of the file."
Jérôme Poichet [Fri, 26 Sep 2014 18:59:11 +0000 (18:59 +0000)]
Revert "Fix memory leak where we close the descriptor instead of the file."

This reverts commit 1503ebd95fc82b1ae6ec8b006e62a9f6109973fa.

Change-Id: Id40cf34821ea244b1a838079bd147bc845b96cb3

9 years agoMerge "Revert "Revert "DO NOT MERGE Fix race condition between binder deaths""" into...
Kevin Ma [Fri, 26 Sep 2014 18:52:24 +0000 (18:52 +0000)]
Merge "Revert "Revert "DO NOT MERGE Fix race condition between binder deaths""" into klp-modular-dev

9 years agoRevert "Revert "DO NOT MERGE Fix race condition between binder deaths""
Kevin Ma [Fri, 26 Sep 2014 18:30:37 +0000 (18:30 +0000)]
Revert "Revert "DO NOT MERGE Fix race condition between binder deaths""

This reverts commit 04c6d73fd0e4472505275688ef8497bc6697647c.

Bug: 17286687
Change-Id: Ic11d1e35198accb5a05cd419f5a522bc39fc789b

9 years agoMerge "Fixed mutate() for RippleDrawable, ASLD, AVD, fix applyTheme in VD" into lmp-dev
Alan Viverette [Fri, 26 Sep 2014 18:45:25 +0000 (18:45 +0000)]
Merge "Fixed mutate() for RippleDrawable, ASLD, AVD, fix applyTheme in VD" into lmp-dev

9 years agoFix issue #17671802: "content" command always prints...
Dianne Hackborn [Fri, 26 Sep 2014 18:28:01 +0000 (11:28 -0700)]
Fix issue #17671802: "content" command always prints...

..."uid 2000 does not have android.permission.UPDATE_DEVICE_STATS"

Make sure to clear calling identity before getting into the guts
of the activity manager.  Also fix the places the activity manager
calls in to battery stats to not require a permission check, anyway.

Change-Id: Ifd90937875b9fe0c36aa3f5cf1ec173746914e6b

9 years agoTouch-exploration improvements to volume dialog.
John Spurlock [Fri, 26 Sep 2014 17:22:08 +0000 (13:22 -0400)]
Touch-exploration improvements to volume dialog.

 - Extend the dismiss timeout when interacting with various
   subcontrols.
 - Ensure "hover" events in touch exploration extend the timeout
   in addition to touch events.
 - Introduce new helper to standardize interaction callbacks.
 - Announce zen toasts.
 - Announce zen condition selections, and when existing countdown
   conditions are modified.

Bug:17578434
Change-Id: I8a055b3455aa8d20ba93439bdec6cc75db97800e

9 years agoMerge "Turn the device on if the camera lens is uncovered." into lmp-dev
Michael Wright [Fri, 26 Sep 2014 18:13:54 +0000 (18:13 +0000)]
Merge "Turn the device on if the camera lens is uncovered." into lmp-dev

9 years agoDoc change: Add IAB v2 deprecation notice.
Dirk Dougherty [Wed, 17 Sep 2014 22:20:38 +0000 (15:20 -0700)]
Doc change: Add IAB v2 deprecation notice.

Change-Id: Ide22c4aa8c56fdd83cb6ce2989eb8c449c55c7c1

Conflicts:
docs/html/google/play/billing/index.jd

9 years agoMerge "Add hidden API to disable NFC (optional persist)." into lmp-dev
Martijn Coenen [Fri, 26 Sep 2014 18:08:31 +0000 (18:08 +0000)]
Merge "Add hidden API to disable NFC (optional persist)." into lmp-dev

9 years agoMerge "Don't set dev.bootcomplete until interacting with user" into lmp-dev
Paul Lawrence [Fri, 26 Sep 2014 17:58:25 +0000 (17:58 +0000)]
Merge "Don't set dev.bootcomplete until interacting with user" into lmp-dev

9 years agoMerge "Don't preload task description icons when opening recents" into lmp-dev
Jorim Jaggi [Fri, 26 Sep 2014 17:57:04 +0000 (17:57 +0000)]
Merge "Don't preload task description icons when opening recents" into lmp-dev

9 years agoFixed mutate() for RippleDrawable, ASLD, AVD, fix applyTheme in VD
Alan Viverette [Fri, 26 Sep 2014 17:37:30 +0000 (10:37 -0700)]
Fixed mutate() for RippleDrawable, ASLD, AVD, fix applyTheme in VD

BUG: 17646144
Change-Id: I58c111d86224dc8f7f557073c0bcbc22ad74aa1b

9 years agoDon't set dev.bootcomplete until interacting with user
Paul Lawrence [Tue, 23 Sep 2014 21:15:24 +0000 (14:15 -0700)]
Don't set dev.bootcomplete until interacting with user

Specifically we want to not set it when encrypting and showing
progress.

Bug: 17606949
Change-Id: I668cf47781011e7fcea7aa3b43c7783b3dea77a1

9 years agoMerge "Fixed a bug where the QS could get stuck" into lmp-dev
Selim Cinek [Fri, 26 Sep 2014 17:14:15 +0000 (17:14 +0000)]
Merge "Fixed a bug where the QS could get stuck" into lmp-dev

9 years agoMerge "Defer spelling correction with apostrophe" into lmp-dev
Raph Levien [Fri, 26 Sep 2014 17:12:46 +0000 (17:12 +0000)]
Merge "Defer spelling correction with apostrophe" into lmp-dev

9 years agoFixed a bug where the QS could get stuck
Selim Cinek [Fri, 26 Sep 2014 17:05:50 +0000 (19:05 +0200)]
Fixed a bug where the QS could get stuck

Bug: 17655858
Change-Id: I099b07504617670101b10bcbaf9fcb42cee23a1c

9 years agoDon't preload task description icons when opening recents
Jorim Jaggi [Fri, 26 Sep 2014 16:29:07 +0000 (18:29 +0200)]
Don't preload task description icons when opening recents

Bug: 17624331
Change-Id: I55a1184efd5982122f87fab99a5402336b380d7c

9 years agoDon't start the keyguard until boot is done.
Jason Monk [Fri, 26 Sep 2014 16:36:51 +0000 (12:36 -0400)]
Don't start the keyguard until boot is done.

Create the KeyguardServiceDelegate but don't bind until boot is done.
Until the keyguard is bound, the delegate will assume it should be
in a secure state.

Bug: 17464800
Change-Id: I91650d1e3e3ea993168855bc3444b905aac9aac3

9 years agoMerge "Fixed a crash with disapearing views" into lmp-dev
Selim Cinek [Fri, 26 Sep 2014 16:50:35 +0000 (16:50 +0000)]
Merge "Fixed a crash with disapearing views" into lmp-dev

9 years agoMerge "Uninstall for all users should check device admins." into lmp-dev
Kenny Guy [Fri, 26 Sep 2014 16:36:42 +0000 (16:36 +0000)]
Merge "Uninstall for all users should check device admins." into lmp-dev

9 years agoMerge "Disable MediaSessionLegacyHelper debugging" into lmp-dev
RoboErik [Fri, 26 Sep 2014 16:25:43 +0000 (16:25 +0000)]
Merge "Disable MediaSessionLegacyHelper debugging" into lmp-dev

9 years agoMerge "Remove BT routes when BT is turned off" into lmp-dev
RoboErik [Fri, 26 Sep 2014 16:25:27 +0000 (16:25 +0000)]
Merge "Remove BT routes when BT is turned off" into lmp-dev

9 years agoMerge "Increased the falsing threshold when woken up by touch" into lmp-dev
Selim Cinek [Fri, 26 Sep 2014 16:16:34 +0000 (16:16 +0000)]
Merge "Increased the falsing threshold when woken up by touch" into lmp-dev

9 years agoam f0ebe2fa: am f202365e: am 8c61344d: am 528b5862: am 941a8f03: (-s ours) am 0c4893e...
Deepanshu Gupta [Fri, 26 Sep 2014 16:11:49 +0000 (16:11 +0000)]
am f0ebe2fa: am f202365e: am 8c61344d: am 528b5862: am 941a8f03: (-s ours) am 0c4893ec: am 2889942f: am bfeeee8e: (-s ours) am ecbe6045: am 6950920f: am 1fce990c: am 04861ed4: am 91043364: am 52be792b: am 27d3b926: Fix error when using list as actionBarNavMode. [DO NO

* commit 'f0ebe2fa14e71270e6ea159d3734c1ccc2348030':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam 2dd837cd: (-s ours) am 416b74fe: am ab5971d8: am 1489862e: am 48d0fd99: (-s ours...
Deepanshu Gupta [Fri, 26 Sep 2014 16:11:43 +0000 (16:11 +0000)]
am 2dd837cd: (-s ours) am 416b74fe: am ab5971d8: am 1489862e: am 48d0fd99: (-s ours) am ee41b79c: am 7d23e405: am f1033174: (-s ours) am 93b185e3: am 363f4d4e: am 8bf221bd: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit '2dd837cdafd8ce6d2c3db7da20b92a74418f41a6':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam a7045a43: (-s ours) am eb31708e: am 83951615: am 467aea17: am a39b3b25: (-s ours...
Deepanshu Gupta [Fri, 26 Sep 2014 16:11:38 +0000 (16:11 +0000)]
am a7045a43: (-s ours) am eb31708e: am 83951615: am 467aea17: am a39b3b25: (-s ours) am 08523e68: am 43214e0c: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit 'a7045a43ca83d65134a54236ed0ead7751ee7377':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam 1c487938: (-s ours) am 04c6d73f: Revert "DO NOT MERGE Fix race condition between...
Justin Koh [Fri, 26 Sep 2014 16:11:33 +0000 (16:11 +0000)]
am 1c487938: (-s ours) am 04c6d73f: Revert "DO NOT MERGE Fix race condition between binder deaths"

* commit '1c487938c45317997389b9ad101fc6739e3fe847':
  Revert "DO NOT MERGE Fix race condition between binder deaths"

9 years agoam 6ae7ea94: (-s ours) am 8828d86e: DO NOT MERGE Fix race condition between binder...
Craig Mautner [Fri, 26 Sep 2014 16:11:29 +0000 (16:11 +0000)]
am 6ae7ea94: (-s ours) am 8828d86e: DO NOT MERGE Fix race condition between binder deaths

* commit '6ae7ea942fc89b1899da267253c5c78596ef5aa1':
  DO NOT MERGE Fix race condition between binder deaths

9 years agoam 9fcacf52: (-s ours) am a6e2f226: am 14ffff15: am c8cbff8b: Fix error when using...
Deepanshu Gupta [Fri, 26 Sep 2014 16:11:25 +0000 (16:11 +0000)]
am 9fcacf52: (-s ours) am a6e2f226: am 14ffff15: am c8cbff8b: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit '9fcacf52d0277b0c0485638637ea357721f8c635':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam ac892f68: (-s ours) am 803a59ca: Fix error when using list as actionBarNavMode...
Deepanshu Gupta [Fri, 26 Sep 2014 16:11:19 +0000 (16:11 +0000)]
am ac892f68: (-s ours) am 803a59ca: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit 'ac892f688f206eab746fac1bbe85c9f76657f8d6':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoDefer spelling correction with apostrophe
Raph Levien [Thu, 25 Sep 2014 19:50:16 +0000 (12:50 -0700)]
Defer spelling correction with apostrophe

When typing a contraction (such as "doesn't") we don't want a spell
right after the apostrophe, as this will create a false temporary red
underline, and the span split also breaks a kern pair causing text to
shift. This patch detects the case where the cursor is immediately after
such a word and suppresses correction in that case.

Bug: 17641350

Change-Id: I4d09576a31df551c96f820242fd2cbc675506dae

9 years agoMerge "Check the return value of bindService, and notify media browser client onConne...
Yao Chen [Fri, 26 Sep 2014 15:55:51 +0000 (15:55 +0000)]
Merge "Check the return value of bindService, and notify media browser client onConnectionFailed if it returns false." into lmp-dev

9 years agoFixed a crash with disapearing views
Selim Cinek [Fri, 26 Sep 2014 15:15:34 +0000 (17:15 +0200)]
Fixed a crash with disapearing views

Bug: 17660994
Change-Id: Id957bc65f0787860019c491559c4bca242ea620e

9 years agoMerge "Corrects a typo that identified XXXHIGH as 560 dpi instead of 640." into lmp-dev
Philip Nowell [Fri, 26 Sep 2014 15:00:21 +0000 (15:00 +0000)]
Merge "Corrects a typo that identified XXXHIGH as 560 dpi instead of 640." into lmp-dev

9 years agoIncreased the falsing threshold when woken up by touch
Selim Cinek [Fri, 26 Sep 2014 13:39:00 +0000 (15:39 +0200)]
Increased the falsing threshold when woken up by touch

Bug: 17649103
Change-Id: Iea4736a761a1108e7832aa62cc2060ea0bd89376

9 years agoMerge "Fix ambiguous TTS#playSilence method." into lmp-dev
Przemyslaw Szczepaniak [Fri, 26 Sep 2014 08:11:20 +0000 (08:11 +0000)]
Merge "Fix ambiguous TTS#playSilence method." into lmp-dev

9 years agoam f202365e: am 8c61344d: am 528b5862: am 941a8f03: (-s ours) am 0c4893ec: am 2889942...
Deepanshu Gupta [Fri, 26 Sep 2014 06:15:55 +0000 (06:15 +0000)]
am f202365e: am 8c61344d: am 528b5862: am 941a8f03: (-s ours) am 0c4893ec: am 2889942f: am bfeeee8e: (-s ours) am ecbe6045: am 6950920f: am 1fce990c: am 04861ed4: am 91043364: am 52be792b: am 27d3b926: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit 'f202365ecca0b6ed637f679c8dd3a36ff850ddfe':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam 8c61344d: am 528b5862: am 941a8f03: (-s ours) am 0c4893ec: am 2889942f: am bfeeee8...
Deepanshu Gupta [Fri, 26 Sep 2014 06:05:03 +0000 (06:05 +0000)]
am 8c61344d: am 528b5862: am 941a8f03: (-s ours) am 0c4893ec: am 2889942f: am bfeeee8e: (-s ours) am ecbe6045: am 6950920f: am 1fce990c: am 04861ed4: am 91043364: am 52be792b: am 27d3b926: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit '8c61344d89ab3b1f02228b3da10c8377c41960ff':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam 416b74fe: am ab5971d8: am 1489862e: am 48d0fd99: (-s ours) am ee41b79c: am 7d23e40...
Deepanshu Gupta [Fri, 26 Sep 2014 05:55:34 +0000 (05:55 +0000)]
am 416b74fe: am ab5971d8: am 1489862e: am 48d0fd99: (-s ours) am ee41b79c: am 7d23e405: am f1033174: (-s ours) am 93b185e3: am 363f4d4e: am 8bf221bd: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit '416b74fe31124d21f14bb5900f4872cdf62f08e0':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam 528b5862: am 941a8f03: (-s ours) am 0c4893ec: am 2889942f: am bfeeee8e: (-s ours...
Deepanshu Gupta [Fri, 26 Sep 2014 05:53:47 +0000 (05:53 +0000)]
am 528b5862: am 941a8f03: (-s ours) am 0c4893ec: am 2889942f: am bfeeee8e: (-s ours) am ecbe6045: am 6950920f: am 1fce990c: am 04861ed4: am 91043364: am 52be792b: am 27d3b926: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit '528b58623feee609055a31e58bf5e1ea3658bf40':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam 941a8f03: (-s ours) am 0c4893ec: am 2889942f: am bfeeee8e: (-s ours) am ecbe6045...
Deepanshu Gupta [Fri, 26 Sep 2014 05:43:38 +0000 (05:43 +0000)]
am 941a8f03: (-s ours) am 0c4893ec: am 2889942f: am bfeeee8e: (-s ours) am ecbe6045: am 6950920f: am 1fce990c: am 04861ed4: am 91043364: am 52be792b: am 27d3b926: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit '941a8f03599b91f752c455dceef993887c4b9b20':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam ab5971d8: am 1489862e: am 48d0fd99: (-s ours) am ee41b79c: am 7d23e405: am f103317...
Deepanshu Gupta [Fri, 26 Sep 2014 05:43:32 +0000 (05:43 +0000)]
am ab5971d8: am 1489862e: am 48d0fd99: (-s ours) am ee41b79c: am 7d23e405: am f1033174: (-s ours) am 93b185e3: am 363f4d4e: am 8bf221bd: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit 'ab5971d825d9d59f06b49e1f1e66a24df417124e':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam 1489862e: am 48d0fd99: (-s ours) am ee41b79c: am 7d23e405: am f1033174: (-s ours...
Deepanshu Gupta [Fri, 26 Sep 2014 05:34:34 +0000 (05:34 +0000)]
am 1489862e: am 48d0fd99: (-s ours) am ee41b79c: am 7d23e405: am f1033174: (-s ours) am 93b185e3: am 363f4d4e: am 8bf221bd: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit '1489862ecee4f298de6a7b27789dda08ff4aa4cf':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam 0c4893ec: am 2889942f: am bfeeee8e: (-s ours) am ecbe6045: am 6950920f: am 1fce990...
Deepanshu Gupta [Fri, 26 Sep 2014 05:32:09 +0000 (05:32 +0000)]
am 0c4893ec: am 2889942f: am bfeeee8e: (-s ours) am ecbe6045: am 6950920f: am 1fce990c: am 04861ed4: am 91043364: am 52be792b: am 27d3b926: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit '0c4893ece99418842538db496bb8d53b767b335b':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam 48d0fd99: (-s ours) am ee41b79c: am 7d23e405: am f1033174: (-s ours) am 93b185e3...
Deepanshu Gupta [Fri, 26 Sep 2014 05:24:06 +0000 (05:24 +0000)]
am 48d0fd99: (-s ours) am ee41b79c: am 7d23e405: am f1033174: (-s ours) am 93b185e3: am 363f4d4e: am 8bf221bd: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit '48d0fd99f0a25829f191e7f7ed35cf8d0a2b5902':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam 2889942f: am bfeeee8e: (-s ours) am ecbe6045: am 6950920f: am 1fce990c: am 04861ed...
Deepanshu Gupta [Fri, 26 Sep 2014 05:20:48 +0000 (05:20 +0000)]
am 2889942f: am bfeeee8e: (-s ours) am ecbe6045: am 6950920f: am 1fce990c: am 04861ed4: am 91043364: am 52be792b: am 27d3b926: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit '2889942f4ee7762cdbd097cf3ceea16444f8841a':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam ee41b79c: am 7d23e405: am f1033174: (-s ours) am 93b185e3: am 363f4d4e: am 8bf221b...
Deepanshu Gupta [Fri, 26 Sep 2014 05:13:09 +0000 (05:13 +0000)]
am ee41b79c: am 7d23e405: am f1033174: (-s ours) am 93b185e3: am 363f4d4e: am 8bf221bd: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit 'ee41b79c5735bb3399108bb62de1145fffff3904':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam bfeeee8e: (-s ours) am ecbe6045: am 6950920f: am 1fce990c: am 04861ed4: am 9104336...
Deepanshu Gupta [Fri, 26 Sep 2014 05:09:54 +0000 (05:09 +0000)]
am bfeeee8e: (-s ours) am ecbe6045: am 6950920f: am 1fce990c: am 04861ed4: am 91043364: am 52be792b: am 27d3b926: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit 'bfeeee8e4a9cf4bf32067c2ca5807cd612564a99':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam ecbe6045: am 6950920f: am 1fce990c: am 04861ed4: am 91043364: am 52be792b: am...
Deepanshu Gupta [Fri, 26 Sep 2014 05:02:22 +0000 (05:02 +0000)]
am ecbe6045: am 6950920f: am 1fce990c: am 04861ed4: am 91043364: am 52be792b: am 27d3b926: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit 'ecbe6045911ac7c05a1e999b966577ef7b1bdc18':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam 7d23e405: am f1033174: (-s ours) am 93b185e3: am 363f4d4e: am 8bf221bd: Fix error...
Deepanshu Gupta [Fri, 26 Sep 2014 04:57:59 +0000 (04:57 +0000)]
am 7d23e405: am f1033174: (-s ours) am 93b185e3: am 363f4d4e: am 8bf221bd: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit '7d23e405bd3a18f871bcf9856b5a9bcc0ccb1236':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam 6950920f: am 1fce990c: am 04861ed4: am 91043364: am 52be792b: am 27d3b926: Fix...
Deepanshu Gupta [Fri, 26 Sep 2014 04:49:31 +0000 (04:49 +0000)]
am 6950920f: am 1fce990c: am 04861ed4: am 91043364: am 52be792b: am 27d3b926: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit '6950920f19980a2416e156d2337b93e386b3f8be':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam f1033174: (-s ours) am 93b185e3: am 363f4d4e: am 8bf221bd: Fix error when using...
Deepanshu Gupta [Fri, 26 Sep 2014 04:40:53 +0000 (04:40 +0000)]
am f1033174: (-s ours) am 93b185e3: am 363f4d4e: am 8bf221bd: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit 'f103317499bdb12cbcac1754899756d22acde986':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]

9 years agoam 1fce990c: am 04861ed4: am 91043364: am 52be792b: am 27d3b926: Fix error when using...
Deepanshu Gupta [Fri, 26 Sep 2014 04:37:23 +0000 (04:37 +0000)]
am 1fce990c: am 04861ed4: am 91043364: am 52be792b: am 27d3b926: Fix error when using list as actionBarNavMode. [DO NOT MERGE]

* commit '1fce990ce9098afe96e75ec1583c771826c50637':
  Fix error when using list as actionBarNavMode. [DO NOT MERGE]