Craig Mautner
a002604af0
Introduce persistent forms of Activity lifecycle calls.
...
When an Activity is created with R.attr.persistable true different
forms of activity lifecycle methods including PersistableBundle will
be used.
Fixes bug 13736007.
Change-Id: I7e92917b300b76964257cfcc26c24e76aa19bd16
2014-05-09 09:42:37 -07:00
Jorim Jaggi
6b5c8e207a
Make header card look clickable.
...
Change-Id: I8b131e8fa1a6b8e83201c23a6dc74008dc73b2c7
2014-05-09 18:42:23 +02:00
Christoph Studer
ff4e4860da
am 176cfecb: Merge "Preserve notification stats on update"
...
* commit '176cfecb083b2cf197649c0c6cf3291d1cd36cf6':
Preserve notification stats on update
2014-05-09 16:40:17 +00:00
Christoph Studer
2509be2bb7
Merge "Preserve notification stats on update"
2014-05-09 16:35:21 +00:00
Mikhail Naganov
b33122ff42
am f25ec68c: am a08771ed: am fa75ff62: am b76bc8e0: am 6940b664: Add EventLog event for logging of attempts to call java.lang.Object.getClass
...
* commit 'f25ec68c973bdd6cd78f2b592a5f756219e0a4b7':
Add EventLog event for logging of attempts to call java.lang.Object.getClass
2014-05-09 16:30:41 +00:00
Mikhail Naganov
3b2f548b67
am a08771ed: am fa75ff62: am b76bc8e0: am 6940b664: Add EventLog event for logging of attempts to call java.lang.Object.getClass
...
* commit 'a08771edfaabab8c2f1f1d552f788c9c4a4162f9':
Add EventLog event for logging of attempts to call java.lang.Object.getClass
2014-05-09 16:26:19 +00:00
Mikhail Naganov
a08771edfa
am fa75ff62: am b76bc8e0: am 6940b664: Add EventLog event for logging of attempts to call java.lang.Object.getClass
...
* commit 'fa75ff626ca48db1007105fa5fd72d83c81c56e2':
Add EventLog event for logging of attempts to call java.lang.Object.getClass
2014-05-09 16:19:12 +00:00
Mikhail Naganov
fa75ff626c
am b76bc8e0: am 6940b664: Add EventLog event for logging of attempts to call java.lang.Object.getClass
...
* commit 'b76bc8e06e456715a36edd92cb4ea5437d5306e4':
Add EventLog event for logging of attempts to call java.lang.Object.getClass
2014-05-09 16:14:16 +00:00
Svetoslav
deee75a804
am 977d2259: Merge "Teach accessibility manager services about user profiles."
...
* commit '977d22599e00e27094285cb629f17af4d64f79f5':
Teach accessibility manager services about user profiles.
2014-05-09 16:09:02 +00:00
Mikhail Naganov
b76bc8e06e
am 6940b664: Add EventLog event for logging of attempts to call java.lang.Object.getClass
...
* commit '6940b664093c7e66708b125957a2879e027e8cfa':
Add EventLog event for logging of attempts to call java.lang.Object.getClass
2014-05-09 16:08:58 +00:00
Svetoslav
954e3fbccc
Merge "Teach accessibility manager services about user profiles."
2014-05-09 16:06:19 +00:00
Jorim Jaggi
4e04dad165
am fe9aa0dd: Merge "Fix measure performance of whole status bar window."
...
* commit 'fe9aa0dd44686f208b3f7c4fce5bc93b58558e35':
Fix measure performance of whole status bar window.
2014-05-09 16:05:08 +00:00
Jorim Jaggi
a082c9ac62
Merge "Fix measure performance of whole status bar window."
2014-05-09 16:00:33 +00:00
Eino-Ville Talvala
9f1c7c9d5b
am 44c7a657: am 8bfb3513: (-s ours) am 1caeb10a: DO NOT MERGE: Add android.hardware.camera.external feature.
...
* commit '44c7a657a699aa4c6ba14bb6fea1accc3aa7f2f1':
DO NOT MERGE: Add android.hardware.camera.external feature.
2014-05-09 15:59:32 +00:00
Svetoslav
0425d7f56b
Teach accessibility manager services about user profiles.
...
For user profiles the accessibility layer will use the accessibility
state of the their owner. A profile cannot have its own plugins or
settings. The rationale behind this is that if a user with impaired
vision is using the device with different profiles linked to his
main one, then he/she should be able to interact with the device no
matter what profile the app is being run with. Hence, The behavior
of the accessibility features should be consistent across apps run
with different profile.
bug:14564491
Change-Id: Id19ce81e1a2dfa48015c7ab3053d66c058be3e46
2014-05-09 08:58:39 -07:00
Eino-Ville Talvala
6515444dee
am 8bfb3513: (-s ours) am 1caeb10a: DO NOT MERGE: Add android.hardware.camera.external feature.
...
* commit '8bfb3513ee8f0bd6ccd98f347a4cbdf99de703a1':
DO NOT MERGE: Add android.hardware.camera.external feature.
2014-05-09 15:55:43 +00:00
Jorim Jaggi
c580cbfe9c
Fix measure performance of whole status bar window.
...
Change-Id: If66f6d2ad414d75397bd849509903a9ed777e58e
2014-05-09 17:53:48 +02:00
Eino-Ville Talvala
8bfb3513ee
am 1caeb10a: DO NOT MERGE: Add android.hardware.camera.external feature.
...
* commit '1caeb10a7a288d937195d925c52f441f454cbc9a':
DO NOT MERGE: Add android.hardware.camera.external feature.
2014-05-09 15:47:58 +00:00
Jessica Hummel
fa863aaf08
am 1be633f9: Allow setting password restrictions from a managed profile.
...
* commit '1be633f96798cc86be644ab0952e6449464c9860':
Allow setting password restrictions from a managed profile.
2014-05-09 15:19:54 +00:00
Jessica Hummel
91da58ded2
Allow setting password restrictions from a managed profile.
...
A managed profile will now share password settings with its parent.
- the current password is always stored in the parent
- admins of profiles are notified if that password changes
- checks for password quality now take the requirements of admins on
the parent and its profiles into account
Todo:
- Currently KeyguardSecurityContainer wipes the whole device when
the maximum fails has been reached on any profile.
We need to limit the wipe to the profile for which the fails exceeded
the maximum number.
- Intents with ACTION_SET_NEW_PASSWORD need to be forwarded to the parent
of the profile when sent from a managed profile
Change-Id: I8532c59f753f8d9c61200f553f275214ad90276e
2014-05-09 16:16:02 +01:00
Jorim Jaggi
2c338499b9
am f80ea6a9: Merge "Fix lockscreen occluded states #2."
...
* commit 'f80ea6a9a7ef17e67a0f528659347ab0b3242f09':
Fix lockscreen occluded states #2 .
2014-05-09 14:17:54 +00:00
Jorim Jaggi
943ac44a68
Merge "Fix lockscreen occluded states #2."
2014-05-09 14:13:15 +00:00
Jorim Jaggi
43bdbbdad6
Fix lockscreen occluded states #2 .
...
Bug: 14656767
Bug: 14294001
Change-Id: Ibc428cbba8b48b6adc26756d8276a63183b8a690
2014-05-09 16:05:53 +02:00
Ben Murdoch
f127d9eb63
am b1786021: Hide android.webkit.PermissionRequest.RESOURCE_GEOLOCATION
...
* commit 'b17860213f101a17f95d2ca95dce7171dd62bf6a':
Hide android.webkit.PermissionRequest.RESOURCE_GEOLOCATION
2014-05-09 14:01:26 +00:00
Jason Monk
5df281a570
Fix badness from proxy refactoring.
...
When no PAC file getPacFileUrl() can return null now, which you
cannot call toString() on.
Change-Id: Ife00f641c2c17fbc1bde17017d9af59d23cb9182
2014-05-09 09:53:08 -04:00
Ben Murdoch
b2e56e34de
Hide android.webkit.PermissionRequest.RESOURCE_GEOLOCATION
...
We haven't hooked this constant up yet, so @hide from the API until
it's ready.
Bug: 14668406
Change-Id: Ia0bb2ac1deaa0575d5ceb509997ca27f930040b0
2014-05-09 13:25:48 +01:00
Yohei Yukawa
baabe3ecc2
am e6d58c4c: Merge "Introduce new API for floating window support"
...
* commit 'e6d58c4ce6dedc082cbc13aa494e793a78022aa6':
Introduce new API for floating window support
2014-05-09 10:47:09 +00:00
Christoph Studer
061dee22df
Preserve notification stats on update
...
Change-Id: I519b31e83c32ac00e7c5838abbc5e3127430106b
2014-05-09 12:46:44 +02:00
Yohei Yukawa
2ac9979179
Merge "Introduce new API for floating window support"
2014-05-09 10:43:44 +00:00
Yohei Yukawa
c2ddd60236
Introduce new API for floating window support
...
This CL introduces a new API IMM#updateCursorAnchorInfo for
floating window support.
BUG: 14579622
Change-Id: I61dec2f8fa671ba891da1d4af08975750e3acb04
2014-05-09 19:17:15 +09:00
Jessica Hummel
5a2e76a4e0
am 690022d1: Merge "Add api for getting the parent of a profile."
...
* commit '690022d14be0251b6e618b01e3f448cb49e61241':
Add api for getting the parent of a profile.
2014-05-09 09:38:45 +00:00
Digish Pandya
b9312a54e4
Correct stride for drawing to cached glyph bitmap
...
fixes the glyph cachebuffer index to account for pixelbuffer
format size.
issue: in launcher home screen create icon group and rename the
group to some text string with emo-icons (smilies). without this
change the drop shadows for emo-icons will look bad.
Change-Id: I525a9219d35f4541363fd64e7fc5fd1053269725
Signed-off-by: Digish Pandya <digishp@codeaurora.org>
2014-05-09 15:05:16 +05:30
Jessica Hummel
a8c5f577d0
Merge "Add api for getting the parent of a profile."
2014-05-09 09:33:28 +00:00
Elliott Hughes
92c45b222c
resolved conflicts for merge of 6a4c12da to master-nova
...
Change-Id: I108a86d599b0d692f8d13f8f3d29187db45c6467
2014-05-08 20:23:39 -07:00
Elliott Hughes
242c14bee5
Merge "Unhide android.system.Os."
2014-05-09 03:08:38 +00:00
Selim Gurun
2bfd9839aa
Cleanup remainings of old webview.
...
Cleanup some code that remained from old webview.
Change-Id: I7b654a40284ff88a0a42c7407ad0b2499000f77d
2014-05-08 19:33:58 -07:00
Ashish Sharma
29e832bcce
am b87cf3a0: Bump the batterystats checkin stats version number.
...
* commit 'b87cf3a06618d67ec37a299a385f80466b72d9bd':
Bump the batterystats checkin stats version number.
2014-05-09 02:09:11 +00:00
Ashish Sharma
bffcf1c2da
Bump the batterystats checkin stats version number.
...
Change-Id: Ie403b89022e4d1f6ad0e07e70c95f39a1d5fa530
2014-05-09 02:03:55 +00:00
Elliott Hughes
8c126621ef
Unhide android.system.Os.
...
Change-Id: I35fc0cfc723155e7562f711fa52b1df6694f3d2e
2014-05-08 19:03:06 -07:00
Svetoslav
121e0c0739
Adding shell command execution to UiAutomation.
...
The UiAUtomation APIs are an extension object on instrumentation and
is not null only if the instrumentation was started from the shell.
The UiAutomation APIs allow performing privileged operations for testing.
Since UiAutomation tests are just regular instrumentation tests they
cannot take advantage of the rich set of command line utilities on the
platform. This change adds a capability to UiAutomation to execute
shell commands.
bug:12927198
Change-Id: Ifb764c8e89943654f3e35d7a0c65b0b730db672f
2014-05-08 18:59:53 -07:00
Winson Chung
918c0723a1
Better transition between excluded-from-recent applications to recents.
...
- Also replacing baked bezier interpolator with new quantum interpolators
Change-Id: I8928e35724c16c9603fae861b85215d25ce08819
2014-05-08 18:20:35 -07:00
Andrew Solovay
3701cbef0f
doc: Documented how to set notification priority.
...
This is related to change http://ag/459520 , where I added info about appropriate
priority constants for setPriority(int)
Doc is staged to:
http://asolovay.mtv:8998/guide/topics/ui/notifiers/notifications.html#Priority
Bug: 13514649
Change-Id: I792e2f02614c88fbcfe1b0714a9c10da27eb6c37
2014-05-08 17:58:30 -07:00
vandwalle
e29aceaeab
am 2d788324: Merge "Don\'t crash when asked to enable an AP with a null SSID."
...
* commit '2d78832443f5d6491c75e5641ea2e16b7dffa8d2':
Don't crash when asked to enable an AP with a null SSID.
2014-05-09 00:53:03 +00:00
vandwalle
87b4e50bbd
Merge "Don't crash when asked to enable an AP with a null SSID."
2014-05-09 00:49:29 +00:00
vandwalle
60a28c6c4b
Don't crash when asked to enable an AP with a null SSID.
...
WifiConfiguration can have been build by an app with a NULL SSID, or
other null fields. We need to verify that at least that those fields
are not NULL before using them. More specifically, don't crash when
enabling an AP with a null SSID in setApConfiguration function.
Bug: 14568953
Change-Id: I6b33ddf97789c0ee4b850d3ec0bccb08100c21d5
2014-05-09 00:43:35 +00:00
Michael Wright
dfeab22a1e
am 86d53d01: Merge "Temporarily remove the dpad keys from system keys."
...
* commit '86d53d0107e829c537490c97700397452c728556':
Temporarily remove the dpad keys from system keys.
2014-05-09 00:33:32 +00:00
Michael Wright
786efab54d
Merge "Temporarily remove the dpad keys from system keys."
2014-05-09 00:28:59 +00:00
Glenn Kasten
7d60bcd2d9
Unhide AudioTrack support for ENCODING_PCM_FLOAT
...
Change-Id: I77423ff1845d0e05c117ab2a0b31699b32b871be
2014-05-08 16:39:19 -07:00
Martijn Coenen
66f29aa4a5
am 5aa45ef5: Merge "HCE/SE foreground support."
...
* commit '5aa45ef5ce6725638425aeeec29ac456f326d4c9':
HCE/SE foreground support.
2014-05-08 23:37:00 +00:00
Martijn Coenen
781a83878a
Merge "HCE/SE foreground support."
2014-05-08 23:33:51 +00:00