Craig Mautner
2559637429
Merge "[ActivityManager] Prevent provider from been created twice."
2014-12-01 00:16:41 +00:00
Craig Mautner
94ac906b10
Merge "Fix pointer index out of range exception"
2014-12-01 00:13:28 +00:00
Craig Mautner
208bd91b24
Merge "[ActivityManager] Avoid system server crash due to package removed"
2014-12-01 00:11:52 +00:00
Craig Mautner
11c67c92de
am 7db48ed0: Merge "Reset killedByAm flag at attachApplicationLocked"
...
* commit '7db48ed03623834f7b8b420c83ab7916f6b39a8a':
Reset killedByAm flag at attachApplicationLocked
2014-11-30 23:59:46 +00:00
Craig Mautner
082c0540e9
am 728e6c6c: Merge "Prevent showing immersive confirmation unexpectedly"
...
* commit '728e6c6c1789a1ae141bd0ecc21e8d9dca8dadcc':
Prevent showing immersive confirmation unexpectedly
2014-11-30 23:59:40 +00:00
Craig Mautner
7db48ed036
Merge "Reset killedByAm flag at attachApplicationLocked"
2014-11-30 23:55:13 +00:00
Craig Mautner
728e6c6c17
Merge "Prevent showing immersive confirmation unexpectedly"
2014-11-30 23:54:43 +00:00
Jean-Michel Trivi
1b3541d5ee
AudioMix address and type, rule exclusion API, dynamic source
...
- Simplify API for defining an exclusion-based rule: don't define
an exclusion rule, add instead a way to exclude a rule.
- API for defining rules for dynamic sources (rule match on capture
preset).
- Verify mix type when creating AudioRecord or AudioTrack for a mix.
- Use hashcode of mix for generating the device address.
- AudioService dump prints info about registered policies.
- Annotate as SystemApi the audio policy-related APIs.
- Express mixing match and exclude rule constants as flags for
future-proofness
Bug 16006090
Bug 16009464
Change-Id: I0dabe71204501acaffea7ef0ddbbab9700e1bd87
2014-11-30 14:33:29 -08:00
John Spurlock
3e07701636
Zen: Improve zen mode panel condition selection.
...
- Decouple condition requests from expansion, now
pre-request when zen panel unhidden.
- Animate zen mode panel expansion.
- Improve default selection logic, ensure something
is selected as soon as we are in the expanded state.
- Tweak visual spacing.
- Map null condition to Indef properly when we start
out in zen.
- Avoid unnecessary condition teardown when the conditions
are updated but unchanged from current.
- Cap number of optional conditions to display, default=3.
Bug: 18335618
Change-Id: I007b7c3b2e75e2b42805af240684aa8581e9951a
2014-11-30 10:41:33 -05:00
John Spurlock
eab28e6602
Doze: Break out proxcheck stats by pulse reason.
...
Enumerate all possible reasons for doze pulses, and subdivide
the proxcheck stats (near/far) by reason. Include reason in
doze log when starting a pulse.
Bug: 18373928
Change-Id: I4ebc2df082f51d47e3b2f0cb3999faeb582ef8dc
2014-11-29 11:45:31 -05:00
Ihab Awad
5c9c86ec0f
Telecom API updates (1/6)
...
Bug: 18292176
Change-Id: I060366234a5a60510c385dc837f2b7e79596eaf5
2014-11-28 15:54:35 -08:00
Kenny Guy
44fc65f6d0
Allow apps from managed profles to close notification shade.
...
Listen for ACTION_CLOSE_SYSTEM_DIALOGS for all users so that
apps running in the managed profile can close the notification
shade.
Bug: 18255982
Change-Id: I6b70eb39d182a0766eef24421fae45f033efa9e9
2014-11-28 22:18:14 +00:00
Wally Yau
da39290460
Set stream volume to max when userMasterVolume is set to true.
...
When useMasterVolume is set, we don't want to apply the volume
attenuation twice, once at the stream mixer and once at the master
volume control. It should only be applied once at the master volume
control.
Change-Id: Id5b1cf97571733515b5680c638f11cde8824cfc0
Fixed: b/18460548
2014-11-28 12:40:30 -08:00
John Spurlock
bcc1087af4
Volume: Improve inline volume controls used in settings.
...
- Make the system internal ringer mode change signal available to
other system components via a standard intent, instead of a
volume-controller-only binder call.
- Update sysui to use new intent for icon policy.
- Add proper muting state to the volumizer, to look more like
the associated volume panel slider.
- Add basic ringer mode state tracking for the notification-ring
slider setting.
Bug: 17899613
Change-Id: Ie2df52edb070055ef59c74039162a0e785d2fdbb
2014-11-28 15:29:21 -05:00
Jorim Jaggi
802abab62d
Fix rounded corners in bottom QS panel.
...
Bug: 18554531
Change-Id: I04a1793072d414b45a24933e22dc1db49a99a99b
2014-11-28 17:35:20 +01:00
Dongwon Kang
266143e1fb
TIF: call tune() in HardwareSession
...
Background: The underlying passthrough TV input expects tune() command
to show video on the screen and call notifyVideoAvailable().
Bug: 18551619
Change-Id: I257db321c09d621e6bd3c0e69bfe0abfca5742a9
2014-11-28 19:40:36 +09:00
Sungsoo Lim
4e389e557e
Missing Javadoc update while API review
...
Bug: 18550989
Change-Id: I766986fd429d58064fca6262a1c650cbcb19bddf
2014-11-28 16:57:16 +09:00
Elliott Hughes
7ff0b46995
am 07b4a291: am 3e2848d2: am 8fc88562: am 85e21bd5: Mention ProGuard in the JNI documentation.
...
* commit '07b4a291319ec48a272451789ab0fbbf8d55a050':
Mention ProGuard in the JNI documentation.
2014-11-27 19:02:59 +00:00
Elliott Hughes
07b4a29131
am 3e2848d2: am 8fc88562: am 85e21bd5: Mention ProGuard in the JNI documentation.
...
* commit '3e2848d249cafbf1cc79b600eab9bce055adcf8e':
Mention ProGuard in the JNI documentation.
2014-11-27 18:57:00 +00:00
Elliott Hughes
3e2848d249
am 8fc88562: am 85e21bd5: Mention ProGuard in the JNI documentation.
...
* commit '8fc8856268218fbd286eeb0b2f34eec23cb74f8c':
Mention ProGuard in the JNI documentation.
2014-11-27 18:49:58 +00:00
Elliott Hughes
8fc8856268
am 85e21bd5: Mention ProGuard in the JNI documentation.
...
* commit '85e21bd534d38f8de12e8229865a863f32c30e7a':
Mention ProGuard in the JNI documentation.
2014-11-27 18:41:15 +00:00
Elliott Hughes
85e21bd534
Mention ProGuard in the JNI documentation.
...
(cherry picked from commit 8e1bbfe0f1 )
Change-Id: I22731dfb94dcc1271b987ed52914e665704dd378
2014-11-27 10:28:11 -08:00
Elliott Hughes
d3794d681a
am 29e1c36d: am 3afb9f63: am 2c53d22b: Merge "Mention ProGuard in the JNI documentation."
...
* commit '29e1c36d4b57854a34c5db43e37282b867bf149b':
Mention ProGuard in the JNI documentation.
2014-11-27 18:18:51 +00:00
Elliott Hughes
29e1c36d4b
am 3afb9f63: am 2c53d22b: Merge "Mention ProGuard in the JNI documentation."
...
* commit '3afb9f6378779e6ee355b0b56c47ad7270e2b832':
Mention ProGuard in the JNI documentation.
2014-11-27 18:11:58 +00:00
Narayan Kamath
24009c1b87
am f1459604: am ed2c9c60: am 10a36fb7: Merge "Stop using ErrorStrings for apache."
...
* commit 'f1459604392dc0416500e149f1bafa11139dcfcc':
Stop using ErrorStrings for apache.
2014-11-27 18:09:40 +00:00
Elliott Hughes
3afb9f6378
am 2c53d22b: Merge "Mention ProGuard in the JNI documentation."
...
* commit '2c53d22bcc00838125cd70e17915da6ded5d0aca':
Mention ProGuard in the JNI documentation.
2014-11-27 18:07:00 +00:00
Narayan Kamath
f145960439
am ed2c9c60: am 10a36fb7: Merge "Stop using ErrorStrings for apache."
...
* commit 'ed2c9c6029b18df9c25d6c98c909ac5f300d6ab1':
Stop using ErrorStrings for apache.
2014-11-27 18:03:15 +00:00
Elliott Hughes
2c53d22bcc
Merge "Mention ProGuard in the JNI documentation."
2014-11-27 18:01:34 +00:00
Narayan Kamath
ed2c9c6029
am 10a36fb7: Merge "Stop using ErrorStrings for apache."
...
* commit '10a36fb749d05bd90fc8ef3114562cacb631c07c':
Stop using ErrorStrings for apache.
2014-11-27 17:58:21 +00:00
Narayan Kamath
10a36fb749
Merge "Stop using ErrorStrings for apache."
2014-11-27 17:53:04 +00:00
Narayan Kamath
f1a9b1bc24
Stop using ErrorStrings for apache.
...
These strings only ever end up in logcat (at best), so there's no
point having them translated. Also, rename the ErrorStrings class
and move it android.webkit where the last remaining caller lives.
(congrats webview people, this is now your mess to maintain.)
Change-Id: I04dae37c34191b26a69282970318c1b782af1edf
2014-11-27 17:23:41 +00:00
Ignacio Solla
03c76e2b55
Merge "[WebView] Remove fallback call to WebViewFactoryProvider no-arg constructor."
2014-11-27 15:28:01 +00:00
Narayan Kamath
0f4a1abc39
am d534645b: am bedb1378: am 8036d2ec: Merge "Delete general sounding "CharArrayBuffers" class."
...
* commit 'd534645bab608bbee1ec6e9e72d10b88c53c023f':
Delete general sounding "CharArrayBuffers" class.
2014-11-27 14:15:22 +00:00
Narayan Kamath
d534645bab
am bedb1378: am 8036d2ec: Merge "Delete general sounding "CharArrayBuffers" class."
...
* commit 'bedb13782a6beb5f15621915a7b68439c6649ced':
Delete general sounding "CharArrayBuffers" class.
2014-11-27 14:10:03 +00:00
Narayan Kamath
bedb13782a
am 8036d2ec: Merge "Delete general sounding "CharArrayBuffers" class."
...
* commit '8036d2ec739636c1913a417cace97a5027d0270d':
Delete general sounding "CharArrayBuffers" class.
2014-11-27 14:03:57 +00:00
Narayan Kamath
b8b6e1f8f1
am 5445d3de: am f0c22b0c: am 14e28134: Merge "Delete unused class from android.net.http."
...
* commit '5445d3de90fd28ba8e096a109a242615bb8222d3':
Delete unused class from android.net.http.
2014-11-27 14:01:23 +00:00
Olawale Ogunwale
ef68eaa9b1
am 21aadfcf: am f5860728: am 87c5f362: Merge "Fix bad exclude region in landscape"
...
* commit '21aadfcf71c87b50aa2aff20d0a4e76aebfb9c38':
Fix bad exclude region in landscape
2014-11-27 14:01:18 +00:00
Narayan Kamath
8036d2ec73
Merge "Delete general sounding "CharArrayBuffers" class."
2014-11-27 13:57:27 +00:00
Narayan Kamath
5445d3de90
am f0c22b0c: am 14e28134: Merge "Delete unused class from android.net.http."
...
* commit 'f0c22b0c72c8fbd5ce507419adda0670871a07bf':
Delete unused class from android.net.http.
2014-11-27 13:55:02 +00:00
Olawale Ogunwale
21aadfcf71
am f5860728: am 87c5f362: Merge "Fix bad exclude region in landscape"
...
* commit 'f586072861850ade660e11eafa799f96314ce475':
Fix bad exclude region in landscape
2014-11-27 13:54:37 +00:00
Narayan Kamath
0ea4e7b581
Delete general sounding "CharArrayBuffers" class.
...
Move the code to the only point of use. Preparatory work for
decoupling apache-http from the frameworks.
Change-Id: Ieee54bb725cbac19d0c7513867635df6fbcf2b49
2014-11-27 13:52:11 +00:00
Adrian Roos
17e0a7e7ac
am 09eeab7c: Merge "Fix projection permission dialog layering" into lmp-mr1-dev
...
* commit '09eeab7cbffae64add657f1a1e7ab6c7f20b6d9b':
Fix projection permission dialog layering
2014-11-27 13:06:00 +00:00
Narayan Kamath
f0c22b0c72
am 14e28134: Merge "Delete unused class from android.net.http."
...
* commit '14e28134c445435d71ed754e6be5867655d1dda3':
Delete unused class from android.net.http.
2014-11-27 13:03:34 +00:00
Adrian Roos
09eeab7cbf
Merge "Fix projection permission dialog layering" into lmp-mr1-dev
2014-11-27 13:01:01 +00:00
Narayan Kamath
14e28134c4
Merge "Delete unused class from android.net.http."
2014-11-27 12:58:33 +00:00
Narayan Kamath
3ec2def9a3
Delete unused class from android.net.http.
...
Foundation for moving a lot of these classes out of the frameworks
and @removing these APIs.
Change-Id: I590cdd2867b923533de189ec956b4dd3f82efa46
2014-11-27 12:52:48 +00:00
Craig Mautner
f651225d58
am 205dc8f9: am 980ce4ba: am 200496b5: Merge "ANR caused by incorrect cleanup in BroadcastQueue."
...
* commit '205dc8f94cfd469c2a845d9fb010efba7f9aaba9':
ANR caused by incorrect cleanup in BroadcastQueue.
2014-11-27 12:08:26 +00:00
Jeff Sharkey
a6f1257a33
am 1446c6c6: am d76737a7: am b802cd67: Merge "APK still has privileged flag after being moved from "/system/priv-app""
...
* commit '1446c6c6f67d285bd47b878de6326b8e82fafb2b':
APK still has privileged flag after being moved from "/system/priv-app"
2014-11-27 12:08:18 +00:00
Ignacio Solla
da10fb3608
am a051540e: am 59565277: (-s ours) am c67b21fa: Merge "[WebView] Allow the WebView to be compiled against the system SDK."
...
* commit 'a051540e31781021726d8c8fbf5db2c6604d4fcb':
[WebView] Allow the WebView to be compiled against the system SDK.
2014-11-27 12:08:14 +00:00
Craig Mautner
205dc8f94c
am 980ce4ba: am 200496b5: Merge "ANR caused by incorrect cleanup in BroadcastQueue."
...
* commit '980ce4bad08f65e559c39e86e799389c6615297e':
ANR caused by incorrect cleanup in BroadcastQueue.
2014-11-27 12:01:33 +00:00