OSDN Git Service

android-x86/frameworks-base.git
10 years agoFix incorrect exception being thrown from WifiConfiguration
Vinit Deshapnde [Fri, 20 Sep 2013 17:12:30 +0000 (10:12 -0700)]
Fix incorrect exception being thrown from WifiConfiguration

Bug: 10817189

Change-Id: Ib2985f50080cb9d983a6de6ce668223e8782c3b6

10 years agoam a621cfe8: am fe790af5: am 1e6c936e: Merge "Doc change: change initial quota limit...
Dirk Dougherty [Tue, 17 Sep 2013 16:25:31 +0000 (09:25 -0700)]
am a621cfe8: am fe790af5: am 1e6c936e: Merge "Doc change: change initial quota limit for Google Play Developer API v1_1." into jb-mr2-docs

* commit 'a621cfe84fcdab3b4e956148203be66e158316da':
  Doc change: change initial quota limit for Google Play Developer API v1_1.

10 years agoam fe790af5: am 1e6c936e: Merge "Doc change: change initial quota limit for Google...
Dirk Dougherty [Tue, 17 Sep 2013 16:23:21 +0000 (09:23 -0700)]
am fe790af5: am 1e6c936e: Merge "Doc change: change initial quota limit for Google Play Developer API v1_1." into jb-mr2-docs

* commit 'fe790af5897a9c466b5b0a79201ad7752782eaac':
  Doc change: change initial quota limit for Google Play Developer API v1_1.

10 years agoam 1e6c936e: Merge "Doc change: change initial quota limit for Google Play Developer...
Dirk Dougherty [Tue, 17 Sep 2013 16:20:57 +0000 (09:20 -0700)]
am 1e6c936e: Merge "Doc change: change initial quota limit for Google Play Developer API v1_1." into jb-mr2-docs

* commit '1e6c936e84675925ef5c58a04c6e80d8894d7128':
  Doc change: change initial quota limit for Google Play Developer API v1_1.

10 years agoMerge "Doc change: change initial quota limit for Google Play Developer API v1_1...
Dirk Dougherty [Tue, 17 Sep 2013 16:17:58 +0000 (16:17 +0000)]
Merge "Doc change: change initial quota limit for Google Play Developer API v1_1." into jb-mr2-docs

10 years agoDoc change: change initial quota limit for Google Play Developer API v1_1.
Dirk Dougherty [Tue, 17 Sep 2013 16:13:29 +0000 (09:13 -0700)]
Doc change: change initial quota limit for Google Play Developer API v1_1.

Change-Id: I553bbe9794cfbeee0fc8ebeded5af9ce6256a975

10 years agoMerge "Public API for LoudnessEnhancer audio effect" into klp-dev
Jean-Michel Trivi [Tue, 17 Sep 2013 16:00:07 +0000 (16:00 +0000)]
Merge "Public API for LoudnessEnhancer audio effect" into klp-dev

10 years agoMerge "Add a feature to specify if device admins are supported on the device" into...
Amith Yamasani [Tue, 17 Sep 2013 15:56:14 +0000 (15:56 +0000)]
Merge "Add a feature to specify if device admins are supported on the device" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Tue, 17 Sep 2013 04:05:19 +0000 (04:05 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Tue, 17 Sep 2013 04:05:05 +0000 (04:05 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Tue, 17 Sep 2013 04:04:50 +0000 (04:04 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Tue, 17 Sep 2013 04:04:23 +0000 (04:04 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "App UI freezes when printing. API clean up." into klp-dev
Svetoslav [Tue, 17 Sep 2013 02:28:34 +0000 (02:28 +0000)]
Merge "App UI freezes when printing. API clean up." into klp-dev

10 years agoMerge "Fix issue #10779747: Calendar Storage crash observed..." into klp-dev
Dianne Hackborn [Tue, 17 Sep 2013 02:12:58 +0000 (02:12 +0000)]
Merge "Fix issue #10779747: Calendar Storage crash observed..." into klp-dev

10 years agoMerge "Don't assume that transport unbind == transport invalid" into klp-dev
Christopher Tate [Tue, 17 Sep 2013 02:10:40 +0000 (02:10 +0000)]
Merge "Don't assume that transport unbind == transport invalid" into klp-dev

10 years agoMerge "ImageReader: fix the 0 crop rect size issue" into klp-dev
Zhijun He [Tue, 17 Sep 2013 02:07:21 +0000 (02:07 +0000)]
Merge "ImageReader: fix the 0 crop rect size issue" into klp-dev

10 years agoFix issue #10779747: Calendar Storage crash observed...
Dianne Hackborn [Tue, 17 Sep 2013 02:02:52 +0000 (19:02 -0700)]
Fix issue #10779747: Calendar Storage crash observed...

...while setting up a new user from settings.

The delayed service start stuff was too aggressive -- it would
allow a process to be killed between the an onReceive() that calls
startService() and that service being started.  This means that
apps that set up global state that they expect to remain set up
during that time could be lost.

This is the first part of a fix, which tightens up when we allow
services to be delayed.  Now we will immediately start the service
as long as it currently as a process running that is not in the
cached state.  (Previously we would delay if the process was in
the receiver state.)

This unfortunately means that our service start delay is much
less effective.  To address that, there will be a follow-on change
to tie broadcast delivery into this to see if we can delay the
finish of a broadcast as long as there are background services
starting in that process.

Change-Id: I2bba2295d10699ee3479375bbe87114b2cbb0826

10 years agoMerge "Work on issue #10771346: runtime restart" into klp-dev
Dianne Hackborn [Tue, 17 Sep 2013 01:43:09 +0000 (01:43 +0000)]
Merge "Work on issue #10771346: runtime restart" into klp-dev

10 years agoDon't assume that transport unbind == transport invalid
Christopher Tate [Tue, 17 Sep 2013 01:12:24 +0000 (18:12 -0700)]
Don't assume that transport unbind == transport invalid

We now expect that the transport service's host process will be
OOM-killed sometimes, but will come back automatically because we
still hold the binding.  So, we no longer drop it as the
expected-to-be-current transport when that happens.

Bug 10728767

Change-Id: I5e756e8942e7c4c3567632f10460ee31b9618d75

10 years agoPublic API for LoudnessEnhancer audio effect
Jean-Michel Trivi [Sun, 15 Sep 2013 19:12:03 +0000 (12:12 -0700)]
Public API for LoudnessEnhancer audio effect

Follows the API style of the other audio effects

Bug 8413913

Change-Id: I1ee21b0af7d9fc565d9cdacd006684577eeb7b21

10 years agoMerge "Introduce maxSdkVersion for <uses-permission>" into klp-dev
Christopher Tate [Tue, 17 Sep 2013 01:01:47 +0000 (01:01 +0000)]
Merge "Introduce maxSdkVersion for <uses-permission>" into klp-dev

10 years agoApp UI freezes when printing. API clean up.
Svetoslav [Tue, 17 Sep 2013 00:53:51 +0000 (17:53 -0700)]
App UI freezes when printing. API clean up.

1. The UI of a printing app was freezing a little when calling the print
   method since the print manager service was waiting for it to bind to the
   print spooler which generated the print job id (and the initial print
   job info really). Now the print manager service is responsible for job
   id generation and does not not wait for the print spooler to spin. Hence,
   the app UI is not blocked at all. Note that the print manager initiates
   the binding to the spooler and as soon as it completes the spooler shows
   the print UI which is hosted in its process. It is not possible to show
   the print UI before the system is bound to the spooler since during this
   binding the system passes a callback to the spooler so the latter can
   talk to the system.

2. Changed the print job id to be an opaque class allowing us to vary the
   way we generate print job ids in the future.

3. The queued print job state was hidden but the print job returned by the
   print method of the print manager is in that state. Now now hidden.

4. We were incorrecly removing print job infos if they are completed or
   cancelled. Doing that is problematic since the print job returned by
   the print method allows the app to query for the job info after the
   job has been say completed. Hence, an app can initiate printing and
   get a print job whose state is "created" and hold onto it until after
   the job is completed, now if the app asks for the print job info it
   will get an info in "created" state even though the job is "completed"
   since the spooler was not retaining the completed jobs. Now the spooler
   removes the PDF files for the completed and cancelled print jobs but
   keeps around the infos (also persisting them to disc) so it can answer
   questions about them. On first boot or switch to a user we purge the
   persisted print jobs in completed/cancelled state since they
   are obsolete - no app can have a handle to them.

5. Removed the print method that takes a file since we have a public
   PrintDocumentAdapter implementation for printing files. Once can
   instantiate a PrintFileDocumentAdapter and pass it to the print
   method. This class also allows overriding of the finish method to
   know when the data is spooled and deleted the file if desired, etc.

6. Replaced the wrong code to slice a large list of parcelables to
   use ParceledListSlice class.

bug:10748093

Change-Id: I1ebeeb47576e88fce550851cdd3e401fcede6e2b

10 years agoMerge "Loudness enhancer audio effect" into klp-dev
Jean-Michel Trivi [Tue, 17 Sep 2013 00:52:19 +0000 (00:52 +0000)]
Merge "Loudness enhancer audio effect" into klp-dev

10 years agoWork on issue #10771346: runtime restart
Dianne Hackborn [Tue, 17 Sep 2013 00:40:27 +0000 (17:40 -0700)]
Work on issue #10771346: runtime restart

Haven't found the underlying cause, but this will give us more
information when we get into the bad state.

Change-Id: I9aebd3a025a7c0d931f43098461b64ee3c220746

10 years agoAdd a feature to specify if device admins are supported on the device
Amith Yamasani [Mon, 16 Sep 2013 17:44:57 +0000 (10:44 -0700)]
Add a feature to specify if device admins are supported on the device

Bug: 9520957

DevicePolicyManagerService will play dumb if the feature is not installed.

Continue to keep track of failed password attempts for keyguard's use.

Change-Id: I28d258dc09a8b4976b188da6f453d8daabcc4bdd

10 years agoIntroduce maxSdkVersion for <uses-permission>
Christopher Tate [Mon, 16 Sep 2013 23:34:52 +0000 (16:34 -0700)]
Introduce maxSdkVersion for <uses-permission>

This way an application can automatically sunset its permission requests
when running on later versions of the OS where those permissions are no
longer relevant, but may be alarming to the user.  A canonical example
is WRITE_EXTERNAL_STORAGE, which as of KLP becomes unnecessary for an app
to use the external storage volume solely for its own large-data needs,
without the need for actual file-system sharing among multiple apps.

Bug 9761041

Change-Id: I60130af3a108fe4a750c356038a1c8cb897e9c8b

10 years agoMerge "Consider current EAP TLS configurations as 'valid'" into klp-dev
Vinit Deshapnde [Mon, 16 Sep 2013 23:52:57 +0000 (23:52 +0000)]
Merge "Consider current EAP TLS configurations as 'valid'" into klp-dev

10 years agoImageReader: fix the 0 crop rect size issue
Zhijun He [Mon, 16 Sep 2013 23:03:36 +0000 (16:03 -0700)]
ImageReader: fix the 0 crop rect size issue

Rect isValid actually include the zero size case, which we don't want to include
in our case. This causes camera ImageReader test case fails at buffer size
sanity check.

Bug: 9802344
Change-Id: I561f5a049c6117c613df1e1b2789c43af9a19628

10 years agoMerge "Update transient navigation confirmation wording & behavior" into klp-dev
John Spurlock [Mon, 16 Sep 2013 23:03:25 +0000 (23:03 +0000)]
Merge "Update transient navigation confirmation wording & behavior" into klp-dev

10 years agoMerge "camera2: Add key enumeration functionality to CameraMetadata" into klp-dev
Igor Murashkin [Mon, 16 Sep 2013 22:47:07 +0000 (22:47 +0000)]
Merge "camera2: Add key enumeration functionality to CameraMetadata" into klp-dev

10 years agoMerge "camera2: Update Face class." into klp-dev
Igor Murashkin [Mon, 16 Sep 2013 22:32:11 +0000 (22:32 +0000)]
Merge "camera2: Update Face class." into klp-dev

10 years agoFix build.
Dianne Hackborn [Mon, 16 Sep 2013 22:20:27 +0000 (15:20 -0700)]
Fix build.

Change-Id: I2b2168ff3b2826a60353fd137a2fa255b1ace4bb

10 years agoConsider current EAP TLS configurations as 'valid'
Vinit Deshapnde [Mon, 16 Sep 2013 22:09:21 +0000 (15:09 -0700)]
Consider current EAP TLS configurations as 'valid'

Multiple authentication methods are currently considered invalid; but
WPA_EAP and IEEE8021X are set simultaneously. This means we need to
fix code to consider them a valid combination.

Bug: 10325089

Change-Id: I2b4f4d75f21df78bfca66a930e85214c0cd6922e

10 years agoMerge "Implement issue #10691359: Kill long-running processes" into klp-dev
Dianne Hackborn [Mon, 16 Sep 2013 21:33:03 +0000 (21:33 +0000)]
Merge "Implement issue #10691359: Kill long-running processes" into klp-dev

10 years agoMerge "Put next task on top of stack if top is finishing." into klp-dev
Craig Mautner [Mon, 16 Sep 2013 21:21:11 +0000 (21:21 +0000)]
Merge "Put next task on top of stack if top is finishing." into klp-dev

10 years agoUpdate transient navigation confirmation wording & behavior
John Spurlock [Thu, 5 Sep 2013 15:31:54 +0000 (11:31 -0400)]
Update transient navigation confirmation wording & behavior

1. Decrease transient navigation confirmation annoyance.

  - Only use the power-key as a signal if we detect a screen-off
    screen-on within a short threshold value.

 - Auto-confirm if user performs the indicated gesture.

 - Remember confirmation across reboots.

2. Update wording to new final wording.  Remove now obsolete
short + long versions.  Decrease message font temporarily
until the new platform toast redesign is finalized.

3. Remove pre-ship ImmersiveModeTesting debug helper.

Bug:10602929
Change-Id: I0bff826391058c7b282eeb61817b93b79de84893

10 years agoMerge "Update the Connectivity Manager test suit to use InstrumentationTestCase....
Xia Wang [Mon, 16 Sep 2013 21:11:30 +0000 (21:11 +0000)]
Merge "Update the Connectivity Manager test suit to use InstrumentationTestCase." into klp-dev

10 years agoMerge "Fix media stress test." into klp-dev
Yu Shan Emily Lau [Mon, 16 Sep 2013 21:11:25 +0000 (21:11 +0000)]
Merge "Fix media stress test." into klp-dev

10 years agoUpdate the Connectivity Manager test suit to use InstrumentationTestCase.
Xia Wang [Fri, 13 Sep 2013 23:51:38 +0000 (16:51 -0700)]
Update the Connectivity Manager test suit to use InstrumentationTestCase.

- Remove ConnectivityManagerTestActivity as the test activity could be destroyed
  after a system config change, which cause test failure in the wifi stress test.
- Update all tests to use InstrumentationTestCase, which instruments the test package.

Bug : 10426067

Change-Id: Ibf6f1f7cffd7a7eabc4cc63c7e033b59274b724e

10 years agoImplement issue #10691359: Kill long-running processes
Dianne Hackborn [Mon, 16 Sep 2013 17:57:39 +0000 (10:57 -0700)]
Implement issue #10691359: Kill long-running processes

We now have the activity manager kill long-running processes
during idle maintanence.

This involved adding some more information to the activity manager
about the current memory state, so that it could know if it really
should bother killing anything.  While doing this, I also improved
how we determine when memory is getting low by better ignoring cases
where processes are going away for other reasons (such as now idle
maintenance).  We now won't raise our memory state if either a process
is going away because we wanted it gone for another reason or the
total number of processes is not decreasing.

The idle maintanence killing also uses new per-process information
about whether the process has ever gone into the cached state since
the last idle maintenance, and the initial pss and current pss size
over its run time.

Change-Id: Iceaa7ffb2ad2015c33a64133a72a272b56dbad53

10 years agoMerge "Ensure that transitions animating alpha end on a reasonable value" into klp-dev
Chet Haase [Mon, 16 Sep 2013 21:03:28 +0000 (21:03 +0000)]
Merge "Ensure that transitions animating alpha end on a reasonable value" into klp-dev

10 years agoMerge "media: Update ImageReader to remove MaxImagesAcquiredException" into klp-dev
Igor Murashkin [Mon, 16 Sep 2013 21:02:32 +0000 (21:02 +0000)]
Merge "media: Update ImageReader to remove MaxImagesAcquiredException" into klp-dev

10 years agoEnsure that transitions animating alpha end on a reasonable value
Chet Haase [Sat, 14 Sep 2013 18:28:46 +0000 (11:28 -0700)]
Ensure that transitions animating alpha end on a reasonable value

The Fade transition sets an initial alpha value of 0 when items are
appearing. This makes items invisible to start with, and then they
eventually fade in as part of the transition when the transition's
animation runs.

But if that animation/transition gets interrupted, or not started, then
the alpha value would not be restored, and the value would stay 0,
making the items invisible indefinitely. This is what was happening in
the action bar of the People app when performing a search.

The fix is to handle Transition and animation events to restore the alpha
to its true value when the transition completes, whether that
transition is canceled or not.

Issue #10726905 ActionBar weirdness in People app

Change-Id: Idb65fd8d471d2ac0a1ddc243fee00ae99f7e72d8

10 years agoMerge "Fix Settings app crash while enabling tethering" into klp-dev
Yuhao Zheng [Mon, 16 Sep 2013 20:36:50 +0000 (20:36 +0000)]
Merge "Fix Settings app crash while enabling tethering" into klp-dev

10 years agoMerge "Fix an NPE in WifiService" into klp-dev
Vinit Deshapnde [Mon, 16 Sep 2013 20:25:52 +0000 (20:25 +0000)]
Merge "Fix an NPE in WifiService" into klp-dev

10 years agoFix Settings app crash while enabling tethering
Yuhao Zheng [Mon, 16 Sep 2013 19:43:00 +0000 (12:43 -0700)]
Fix Settings app crash while enabling tethering

While enabling Portable Wifi hotspot in Settings, a null WifiConfiguration
is provided. This null config is on purpose and meanful, and it should bypass
the validation test to avoid the NullPointerException.

Bug: 10780414

Change-Id: Ic507ecae463946c925b3d5fb5a1d185b37db410f

10 years agoMerge "media: Update ImageReader APIs" into klp-dev
Igor Murashkin [Mon, 16 Sep 2013 20:19:15 +0000 (20:19 +0000)]
Merge "media: Update ImageReader APIs" into klp-dev

10 years agoMerge "New platlogo for K." into klp-dev
Daniel Sandler [Mon, 16 Sep 2013 20:09:05 +0000 (20:09 +0000)]
Merge "New platlogo for K." into klp-dev

10 years agoPut next task on top of stack if top is finishing.
Craig Mautner [Mon, 16 Sep 2013 20:05:41 +0000 (13:05 -0700)]
Put next task on top of stack if top is finishing.

In the case where the top task is finishing and another task is
launching make sure that the next task will be launched once the
top task actually completes pausing.

In the case of b/10550460 the top task, Dialtacts, was finishing
but had not yet completed pausing. It was configured to return to
the home screen (mLaunchHomeTaskNext true) but because its finishing
flag was set all the tests we have thought that the InCallActivity
task was the top task. When it finally did complete the
mLaunchHomeTaskNext flag caused the home activity to be started
instead of the InCallActivity.

If the InCallActivity task had been moved above the Dialtacts task
at the time it was judged to be the top task the home activity
would not have been launched when Dialtacts completed. This fix
moves the judged top task over the finishing top task.

Fixes bug 10550460.

Change-Id: I14052ad2282008679b560dd7fb16b216664ec24d

10 years agoFix media stress test.
Yu Shan Emily Lau [Mon, 16 Sep 2013 19:50:12 +0000 (12:50 -0700)]
Fix media stress test.

1) Fix the CamcorderProifle initalization.
2) Insert 2 seconds after camera release.

Change-Id: Ib22f1922a917233f3d1020dc67de834e00fd0959

10 years agoFix an NPE in WifiService
Vinit Deshapnde [Mon, 16 Sep 2013 19:41:12 +0000 (12:41 -0700)]
Fix an NPE in WifiService

The check to validate incoming configurations is flagging a correct
API usage as well - which doesn't provide any configuration to test.
Fixing code to accommodate this.

Bug: 10749041

Change-Id: I972f0edbdfa14aaa3edb34e4c6784b436c288383

10 years agoMerge "Point the QS alarm tile at AlarmClock.ACTION_SHOW_ALARMS." into klp-dev
Daniel Sandler [Mon, 16 Sep 2013 18:40:13 +0000 (18:40 +0000)]
Merge "Point the QS alarm tile at AlarmClock.ACTION_SHOW_ALARMS." into klp-dev

10 years agoNew platlogo for K.
Daniel Sandler [Mon, 16 Sep 2013 17:44:17 +0000 (13:44 -0400)]
New platlogo for K.

Bug: 10605145
Change-Id: I23f285ec24118982b10f5d801b75925b9dc81c64

10 years agoMerge "Fix recent SystemUI dump crash." into klp-dev
Daniel Sandler [Mon, 16 Sep 2013 18:36:03 +0000 (18:36 +0000)]
Merge "Fix recent SystemUI dump crash." into klp-dev

10 years agoMerge "Miscellaneous fixes to SoundPool unit test" into klp-dev
Glenn Kasten [Mon, 16 Sep 2013 18:24:13 +0000 (18:24 +0000)]
Merge "Miscellaneous fixes to SoundPool unit test" into klp-dev

10 years agoMerge "Stress test for AudioTrack shared memory bug" into klp-dev
Glenn Kasten [Mon, 16 Sep 2013 18:23:54 +0000 (18:23 +0000)]
Merge "Stress test for AudioTrack shared memory bug" into klp-dev

10 years agoMerge "Camera2: Add MAX_CAMERAS_IN_USE error case handling" into klp-dev
Zhijun He [Mon, 16 Sep 2013 18:21:17 +0000 (18:21 +0000)]
Merge "Camera2: Add MAX_CAMERAS_IN_USE error case handling" into klp-dev

10 years agoam da304484: am a1e59983: am 27ab2172: Merge "docs: SDK / ADT 22.2 Release Notes...
Joe Fernandez [Mon, 16 Sep 2013 18:18:51 +0000 (11:18 -0700)]
am da304484: am a1e59983: am 27ab2172: Merge "docs: SDK / ADT 22.2 Release Notes" into jb-mr2-docs

* commit 'da304484a14062703284596d50f33df28fe66cc4':
  docs: SDK / ADT 22.2 Release Notes

10 years agoam a1e59983: am 27ab2172: Merge "docs: SDK / ADT 22.2 Release Notes" into jb-mr2...
Joe Fernandez [Mon, 16 Sep 2013 18:15:37 +0000 (11:15 -0700)]
am a1e59983: am 27ab2172: Merge "docs: SDK / ADT 22.2 Release Notes" into jb-mr2-docs

* commit 'a1e59983ef6e1f6b0a1c8e65b439e80846f8b662':
  docs: SDK / ADT 22.2 Release Notes

10 years agoam 7bacc72c: am 90bb0cf7: am 385179b2: Merge "Update RenderScript docs to include...
Joe Fernandez [Mon, 16 Sep 2013 18:15:22 +0000 (11:15 -0700)]
am 7bacc72c: am 90bb0cf7: am 385179b2: Merge "Update RenderScript docs to include Support Library APIs" into jb-mr2-docs

* commit '7bacc72c748249926ee0d4733d194ff712aacddb':
  Update RenderScript docs to include Support Library APIs

10 years agoam 27ab2172: Merge "docs: SDK / ADT 22.2 Release Notes" into jb-mr2-docs
Joe Fernandez [Mon, 16 Sep 2013 18:13:08 +0000 (11:13 -0700)]
am 27ab2172: Merge "docs: SDK / ADT 22.2 Release Notes" into jb-mr2-docs

* commit '27ab217212a663e22133cdd2a72ef27bdf5f778c':
  docs: SDK / ADT 22.2 Release Notes

10 years agoLoudness enhancer audio effect
Jean-Michel Trivi [Mon, 9 Sep 2013 18:42:59 +0000 (11:42 -0700)]
Loudness enhancer audio effect

LoudnessEnhancer as android.media.AudioEffect subclass

Define UUID for loudness enhancer effect

Bug 8413913

Change-Id: If0ae6023f77ccf3aafbb55f2b3135b2ea1bb8365

10 years agoam 90bb0cf7: am 385179b2: Merge "Update RenderScript docs to include Support Library...
Joe Fernandez [Mon, 16 Sep 2013 18:12:05 +0000 (11:12 -0700)]
am 90bb0cf7: am 385179b2: Merge "Update RenderScript docs to include Support Library APIs" into jb-mr2-docs

* commit '90bb0cf7680874a5332fd5f063b54e7f65ef2cea':
  Update RenderScript docs to include Support Library APIs

10 years agoMerge "docs: SDK / ADT 22.2 Release Notes" into jb-mr2-docs
Joe Fernandez [Mon, 16 Sep 2013 18:10:54 +0000 (18:10 +0000)]
Merge "docs: SDK / ADT 22.2 Release Notes" into jb-mr2-docs

10 years agoam 385179b2: Merge "Update RenderScript docs to include Support Library APIs" into...
Joe Fernandez [Mon, 16 Sep 2013 18:09:40 +0000 (11:09 -0700)]
am 385179b2: Merge "Update RenderScript docs to include Support Library APIs" into jb-mr2-docs

* commit '385179b2811e95833066dfdb801e963e43229b97':
  Update RenderScript docs to include Support Library APIs

10 years agoam 2793a3b3: am d82b567c: am 881a4b82: Support Library 18.1 Release Notes
Joe Fernandez [Mon, 16 Sep 2013 18:08:47 +0000 (11:08 -0700)]
am 2793a3b3: am d82b567c: am 881a4b82: Support Library 18.1 Release Notes

* commit '2793a3b3fdb24a1fe5f28076a6f8a5f17bc3b0c3':
  Support Library 18.1 Release Notes

10 years agoMerge "Update RenderScript docs to include Support Library APIs" into jb-mr2-docs
Joe Fernandez [Mon, 16 Sep 2013 18:07:19 +0000 (18:07 +0000)]
Merge "Update RenderScript docs to include Support Library APIs" into jb-mr2-docs

10 years agoam d82b567c: am 881a4b82: Support Library 18.1 Release Notes
Joe Fernandez [Mon, 16 Sep 2013 18:06:33 +0000 (11:06 -0700)]
am d82b567c: am 881a4b82: Support Library 18.1 Release Notes

* commit 'd82b567c718dafdcd3477cb3da8f729bd64859cc':
  Support Library 18.1 Release Notes

10 years agoMerge "Plug leaks in transitions" into klp-dev
Chet Haase [Mon, 16 Sep 2013 18:05:42 +0000 (18:05 +0000)]
Merge "Plug leaks in transitions" into klp-dev

10 years agoam 881a4b82: Support Library 18.1 Release Notes
Joe Fernandez [Mon, 16 Sep 2013 18:05:12 +0000 (11:05 -0700)]
am 881a4b82: Support Library 18.1 Release Notes

* commit '881a4b8235160884b9fc7aa9a6c6b13be5567aa4':
  Support Library 18.1 Release Notes

10 years agoFix recent SystemUI dump crash.
John Spurlock [Mon, 16 Sep 2013 17:57:13 +0000 (13:57 -0400)]
Fix recent SystemUI dump crash.

If only string format specification errors were compilation errors...

Bug:10781286
Change-Id: I2843a805f6bba35f9cddcbfe7e551d3f0248e789

10 years agoMerge "Catch ActivityNotFoundException in Recents" into klp-dev
Michael Jurka [Mon, 16 Sep 2013 17:56:28 +0000 (17:56 +0000)]
Merge "Catch ActivityNotFoundException in Recents" into klp-dev

10 years agoCatch ActivityNotFoundException in Recents
Michael Jurka [Mon, 16 Sep 2013 17:52:21 +0000 (19:52 +0200)]
Catch ActivityNotFoundException in Recents

Bug: 8633151

10 years agoMerge "Do not allocate so much memory on the stack." into klp-dev
Leon Scroggins III [Mon, 16 Sep 2013 17:36:58 +0000 (17:36 +0000)]
Merge "Do not allocate so much memory on the stack." into klp-dev

10 years agoMerge "ImageReader: get correct crop size" into klp-dev
Zhijun He [Mon, 16 Sep 2013 17:33:36 +0000 (17:33 +0000)]
Merge "ImageReader: get correct crop size" into klp-dev

10 years agoMerge "Rename FLAG_READER_NFC_KOVIO to FLAG_READER_NFC_BARCODE." into klp-dev
Martijn Coenen [Mon, 16 Sep 2013 17:31:40 +0000 (17:31 +0000)]
Merge "Rename FLAG_READER_NFC_KOVIO to FLAG_READER_NFC_BARCODE." into klp-dev

10 years agoam 9919088b: am c2260830: Merge "Update RenderScript docs to include Support Library...
Joe Fernandez [Mon, 16 Sep 2013 17:31:06 +0000 (10:31 -0700)]
am 9919088b: am c2260830: Merge "Update RenderScript docs to include Support Library APIs" into jb-mr2-ub-dev

* commit '9919088b943f4fc7800d2c0307182f905bb248e4':
  Update RenderScript docs to include Support Library APIs

10 years agoam c2260830: Merge "Update RenderScript docs to include Support Library APIs" into...
Joe Fernandez [Mon, 16 Sep 2013 17:29:06 +0000 (10:29 -0700)]
am c2260830: Merge "Update RenderScript docs to include Support Library APIs" into jb-mr2-ub-dev

* commit 'c2260830f092152067eac18634b5f4001bf13298':
  Update RenderScript docs to include Support Library APIs

10 years agoSupport Library 18.1 Release Notes
Joe Fernandez [Thu, 12 Sep 2013 19:02:33 +0000 (12:02 -0700)]
Support Library 18.1 Release Notes

adding release notes for v8 support library containing RenderScript

Change-Id: I12d48c26e6b99cacfb8f36750c3f1ce80da5ef23
(cherry picked from commit 75026c547fd00600572c9c4b471ecc9512ab1b17)

10 years agoUpdate RenderScript docs to include Support Library APIs
Joe Fernandez [Fri, 13 Sep 2013 19:40:56 +0000 (12:40 -0700)]
Update RenderScript docs to include Support Library APIs

Added new section to explain how to access the Support Library
RenderScript APIs in Eclipse.

Change-Id: Ife6e25bcc7b91c39bb399d1ace624e106a3f38bc
(cherry picked from commit f82b04d4ecb9450afc8a3679e7178bfa4ca782b8)

10 years agoMerge "Update RenderScript docs to include Support Library APIs" into jb-mr2-ub-dev
Joe Fernandez [Mon, 16 Sep 2013 17:26:31 +0000 (17:26 +0000)]
Merge "Update RenderScript docs to include Support Library APIs" into jb-mr2-ub-dev

10 years agoam 4a8ade3b: am 1f7cee21: Merge "Support Library 18.1 Release Notes" into jb-mr2...
Joe Fernandez [Mon, 16 Sep 2013 17:21:14 +0000 (10:21 -0700)]
am 4a8ade3b: am 1f7cee21: Merge "Support Library 18.1 Release Notes" into jb-mr2-ub-dev

* commit '4a8ade3b85b606c5d3c582bdc4eb06051bce7283':
  Support Library 18.1 Release Notes

10 years agoam 1f7cee21: Merge "Support Library 18.1 Release Notes" into jb-mr2-ub-dev
Joe Fernandez [Mon, 16 Sep 2013 17:19:27 +0000 (10:19 -0700)]
am 1f7cee21: Merge "Support Library 18.1 Release Notes" into jb-mr2-ub-dev

* commit '1f7cee21e1506c8476a926f0d37b747a825e9f4a':
  Support Library 18.1 Release Notes

10 years agoMerge "Support Library 18.1 Release Notes" into jb-mr2-ub-dev
Joe Fernandez [Mon, 16 Sep 2013 17:18:10 +0000 (17:18 +0000)]
Merge "Support Library 18.1 Release Notes" into jb-mr2-ub-dev

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 16 Sep 2013 16:52:22 +0000 (09:52 -0700)]
Import translations. DO NOT MERGE

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

10 years agoImageReader: get correct crop size
Zhijun He [Mon, 16 Sep 2013 16:49:28 +0000 (09:49 -0700)]
ImageReader: get correct crop size

Bug: 10752797
Change-Id: I2e56d69cde7f5ca669a366646b876861b277a239

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 16 Sep 2013 16:47:04 +0000 (09:47 -0700)]
Import translations. DO NOT MERGE

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

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 16 Sep 2013 16:44:32 +0000 (09:44 -0700)]
Import translations. DO NOT MERGE

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

10 years agoNew ADB icon for K.
Daniel Sandler [Mon, 16 Sep 2013 16:08:37 +0000 (12:08 -0400)]
New ADB icon for K.

Simple, to the point.

Bug: 10605145
Change-Id: Id33e06cc0ad9dba0f18cf2919adb3541ed5f0e3d

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 16 Sep 2013 16:12:47 +0000 (09:12 -0700)]
Import translations. DO NOT MERGE

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

10 years agoMerge "Fix glitch launching new windows from transparent launcher." into klp-dev
John Spurlock [Mon, 16 Sep 2013 15:56:14 +0000 (15:56 +0000)]
Merge "Fix glitch launching new windows from transparent launcher." into klp-dev

10 years agoFix glitch launching new windows from transparent launcher.
John Spurlock [Mon, 16 Sep 2013 15:38:44 +0000 (11:38 -0400)]
Fix glitch launching new windows from transparent launcher.

Part 1 of 2: Ignore remembered sysui visibility transparent flag
value when computing global content frame.

Since this fixes a visible window layout glitch, get this in asap.

Bug:10561554
Change-Id: Ia3fd69ee65eb3f34fb3a684b697c98e37fabc0b0

10 years agoMerge "Fix RenderScript crash." into klp-dev
Daniel Sandler [Mon, 16 Sep 2013 15:26:50 +0000 (15:26 +0000)]
Merge "Fix RenderScript crash." into klp-dev

10 years agoFix RenderScript crash.
Daniel Sandler [Mon, 16 Sep 2013 14:16:49 +0000 (10:16 -0400)]
Fix RenderScript crash.

Also lay the groundwork for a future checkin.

Bug: 10240151
Bug: 10505742
Change-Id: I62d61c9048188c93863c8c43839e713b75a65102

10 years agoMerge "Fix layout glitch specific to quick-settings -> settings." into klp-dev
John Spurlock [Mon, 16 Sep 2013 13:20:49 +0000 (13:20 +0000)]
Merge "Fix layout glitch specific to quick-settings -> settings." into klp-dev

10 years agoMerge "Revert "Hide Experimental WebView from dev settings" DO NOT MERGE" into klp-dev
Jonathan Dixon [Mon, 16 Sep 2013 03:32:09 +0000 (03:32 +0000)]
Merge "Revert "Hide Experimental WebView from dev settings" DO NOT MERGE" into klp-dev

10 years agoMerge "Hide Experimental WebView from dev settings DO NOT MERGE" into klp-dev
Jonathan Dixon [Mon, 16 Sep 2013 03:27:50 +0000 (03:27 +0000)]
Merge "Hide Experimental WebView from dev settings DO NOT MERGE" into klp-dev

10 years agoRevert "Hide Experimental WebView from dev settings" DO NOT MERGE
Jonathan Dixon [Mon, 16 Sep 2013 02:58:31 +0000 (19:58 -0700)]
Revert "Hide Experimental WebView from dev settings" DO NOT MERGE

Bug 10769282

Reverting temporary patch required for factory rom.

This reverts commit 292fd0351be8f414cbe32a7eb322bd18158685d9.

10 years agoHide Experimental WebView from dev settings DO NOT MERGE
Jonathan Dixon [Thu, 12 Sep 2013 00:55:15 +0000 (17:55 -0700)]
Hide Experimental WebView from dev settings DO NOT MERGE

Bug 10427705

The persist.webview system property is no longer needed, so removed too.

Change-Id: I99bbf2e9b9ec42f282339c72509fd99b18594ebf

10 years agoFix handling of privileged permissions on update
Christopher Tate [Fri, 23 Aug 2013 21:01:19 +0000 (14:01 -0700)]
Fix handling of privileged permissions on update

When a bundled app is upgraded, only reprocess ungranted 'system'
permissions if the bundled apk is privileged.

Also adds the 'privileged' flag to the dumpsys flag summary.

Bug 10503183

Change-Id: Ic6560fc904e5970fc871a155c898744a6607f851