James Dong
34f48b78a3
am 2542d0de: am 7267baba: Merge "Enabled application using VideoView to get information events from MediaPlayer" into jb-mr1-dev
...
* commit '2542d0de1c0a1d304439e8281107694adb2202d4':
Enabled application using VideoView to get information events from MediaPlayer
2012-07-30 13:41:35 -07:00
James Dong
2542d0de1c
am 7267baba: Merge "Enabled application using VideoView to get information events from MediaPlayer" into jb-mr1-dev
...
* commit '7267babae3695408daa96da1f5951c8f22e823a7':
Enabled application using VideoView to get information events from MediaPlayer
2012-07-30 13:39:22 -07:00
James Dong
7267babae3
Merge "Enabled application using VideoView to get information events from MediaPlayer" into jb-mr1-dev
2012-07-30 13:37:08 -07:00
Winson Chung
21dd5622a4
Merge "Fixing issue where screenshot error message is clipped and share action is missing subject. (Bug 6800151, Bug 6721459)"
2012-07-30 13:20:14 -07:00
Adam Powell
35466be15c
am c2ced7be: am e72a6e97: am fc92eb94: am 2ffb1acb: Merge " Fix preload classname for phone policy."
...
* commit 'c2ced7bef651397cb5aad80160c81eac517d6692':
Fix preload classname for phone policy.
2012-07-30 13:18:28 -07:00
Nick Pelly
48c5eb018b
DO NOT MERGE. Add package-name-prefix blacklist for location updates.
...
The Settings.Secure value locationPackagePrefixBlacklist and
locationPackagePrefixWhitelist contains comma seperated package-name
prefixes.
Location & geo-fence updates are silently dropped if the receiving
package name has a prefix on the blacklist. Status updates are
not affected. All other API's work as before.
A content observer is used so run-time updates to the blacklist
apply immediately. There is both a blacklist and a whitelist.
The blacklist applies first, and then exemptions are allowed
from the whitelist. In other words, if your package name prefix
matches both the black AND white list, then it is allowed.
Change-Id: I4ea2ad56fa6bd75d32151bc250ac25c26a5777c4
2012-07-30 13:17:30 -07:00
Adam Powell
c2ced7bef6
am e72a6e97: am fc92eb94: am 2ffb1acb: Merge " Fix preload classname for phone policy."
...
* commit 'e72a6e977b8436a993c427cf489f2ae05fdeface':
Fix preload classname for phone policy.
2012-07-30 13:16:03 -07:00
Adam Powell
e72a6e977b
am fc92eb94: am 2ffb1acb: Merge " Fix preload classname for phone policy."
...
* commit 'fc92eb94c413ebae1016d10460ee62e92f0c1a64':
Fix preload classname for phone policy.
2012-07-30 13:13:22 -07:00
Fabrice Di Meglio
cb57869cc3
am e2a7c66d: am 619e4dca: Merge "Improve ListPopupWindow RTL support" into jb-mr1-dev
...
* commit 'e2a7c66da05411336a8584f177794487ac8cc4c3':
Improve ListPopupWindow RTL support
2012-07-30 13:11:58 -07:00
Fabrice Di Meglio
e2a7c66da0
am 619e4dca: Merge "Improve ListPopupWindow RTL support" into jb-mr1-dev
...
* commit '619e4dca8e9dfe4daa0754b0568a7590788cd50e':
Improve ListPopupWindow RTL support
2012-07-30 13:10:21 -07:00
Adam Powell
fc92eb94c4
am 2ffb1acb: Merge " Fix preload classname for phone policy."
...
* commit '2ffb1acbb704fa9d87fe496d5b7f3053e02799df':
Fix preload classname for phone policy.
2012-07-30 13:10:06 -07:00
Ying Wang
b53f727eea
Import translations. DO NOT MERGE
...
Change-Id: I87b7ad85d5d21f304a48d4d13af7ed0533b2ff72
Auto-generated-cl: translation import
2012-07-30 12:29:12 -07:00
Ying Wang
03d9cceb49
Import translations. DO NOT MERGE
...
Change-Id: I97ce7638235fa333079ad58968e178fac007cf93
Auto-generated-cl: translation import
2012-07-30 12:23:52 -07:00
Ying Wang
2d6cc0968e
Import translations. DO NOT MERGE
...
Change-Id: Ic5a1446767d3a1e29bd62eeb080215a73a0728c0
Auto-generated-cl: translation import
2012-07-30 12:15:36 -07:00
Fabrice Di Meglio
619e4dca8e
Merge "Improve ListPopupWindow RTL support" into jb-mr1-dev
2012-07-30 11:29:20 -07:00
Fabrice Di Meglio
1d3d7da331
Improve ListPopupWindow RTL support
...
- add Javadoc for new method setLayoutDirection()
- fix one issue where the layout direction would not be set
when the popup was recreated
Change-Id: Ic53a8b0d01dc86e03e9bf5f09195af77404dca39
2012-07-30 11:27:31 -07:00
Adam Powell
2ffb1acbb7
Merge " Fix preload classname for phone policy."
2012-07-30 10:46:12 -07:00
The Android Automerger
7a714f11f9
merge in jb-mr1-release history after reset to jb-mr1-dev
2012-07-30 09:46:04 -07:00
Elliott Hughes
776708222a
Merge "Fix Time.parse and Time.parse3339 crashing bugs."
2012-07-30 08:03:02 -07:00
The Android Automerger
27716fdc3d
merge in jb-mr1-release history after reset to master
2012-07-30 07:12:20 -07:00
Mikhail Naganov
56936a1f51
Deprecate WebSettings.LOAD_NORMAL cache mode.
...
After the switch to the Chromium network stack, this setting is
effectively the same as LOAD_DEFAULT, and having two settings
with the same meaning is confusing.
This change is blocking https://android-git.corp.google.com/g/205883 in CTS
Change-Id: I02cc23477f107e7f4cec37dcbad4f25503b5e840
2012-07-30 14:54:49 +01:00
Mikhail Naganov
ce76ca51d8
Add 'getValue' methods to WebSettings.TextSize and ZoomDensity enums.
...
As the 'value' fields in these enums are not public, it isn't possible to
retrieve the enum value if the WebViewProvider implementation is defined in a
different package to the API. Adding public hidden methods to fix this.
Change-Id: Ia5fb1332d0043e127b4bad03a295d8abf1a5e5b9
2012-07-30 14:20:01 +01:00
Jeff Brown
893717968f
am d3d62f2d: am fa14d824: Merge "Move and rename user activity event type constants." into jb-mr1-dev
...
* commit 'd3d62f2d06652cd311363809b6bb25bf9776d1d3':
Move and rename user activity event type constants.
2012-07-27 18:28:10 -07:00
Jeff Brown
66fead4227
am 006ba8a2: am af3fb232: Merge "Flatten power manager wake lock constants." into jb-mr1-dev
...
* commit '006ba8a226236af2189e62a221ae932344b79210':
Flatten power manager wake lock constants.
2012-07-27 18:26:27 -07:00
Jeff Brown
d3d62f2d06
am fa14d824: Merge "Move and rename user activity event type constants." into jb-mr1-dev
...
* commit 'fa14d824d235c33b137a429c3eb6818f273407ab':
Move and rename user activity event type constants.
2012-07-27 18:25:27 -07:00
Jeff Brown
006ba8a226
am af3fb232: Merge "Flatten power manager wake lock constants." into jb-mr1-dev
...
* commit 'af3fb2325ef43450916882d85928abc5e474133f':
Flatten power manager wake lock constants.
2012-07-27 18:23:44 -07:00
Jeff Brown
4316da201d
am ba8d9167: am e288e180: Merge "Implement equals() and hashCode() like a good little object." into jb-mr1-dev
...
* commit 'ba8d91670ce4d3ae3dd52cf51202e40ca603b63d':
Implement equals() and hashCode() like a good little object.
2012-07-27 18:23:27 -07:00
Jeff Brown
fa14d824d2
Merge "Move and rename user activity event type constants." into jb-mr1-dev
2012-07-27 18:23:22 -07:00
Jeff Brown
1fd1d493c9
am 397aca12: am 722565a6: Merge "Fix inconsistency in user activity types." into jb-mr1-dev
...
* commit '397aca12c9d5ffaddab0fc70a05b8cb443f04a75':
Fix inconsistency in user activity types.
2012-07-27 18:21:37 -07:00
Jeff Brown
af3fb2325e
Merge "Flatten power manager wake lock constants." into jb-mr1-dev
2012-07-27 18:21:19 -07:00
Jeff Brown
ba8d91670c
am e288e180: Merge "Implement equals() and hashCode() like a good little object." into jb-mr1-dev
...
* commit 'e288e180bb22ed14b6b55f7299af66a5a98106c8':
Implement equals() and hashCode() like a good little object.
2012-07-27 18:21:03 -07:00
Jeff Brown
397aca12c9
am 722565a6: Merge "Fix inconsistency in user activity types." into jb-mr1-dev
...
* commit '722565a67dcd744e303deebc2e14cdeb447e73d7':
Fix inconsistency in user activity types.
2012-07-27 18:19:17 -07:00
Jeff Brown
e288e180bb
Merge "Implement equals() and hashCode() like a good little object." into jb-mr1-dev
2012-07-27 18:18:51 -07:00
Jeff Brown
722565a67d
Merge "Fix inconsistency in user activity types." into jb-mr1-dev
2012-07-27 18:17:28 -07:00
Jeff Brown
b696de5c10
Move and rename user activity event type constants.
...
Change-Id: Ie565808796773b6896e71ddfac6aaaf8031de846
2012-07-27 18:14:56 -07:00
Jeff Brown
155fc70252
Flatten power manager wake lock constants.
...
We only support a few basic kinds of wake locks. Rather than
pretend that we could support other weird combinations of features,
just get rid of the feature bits.
Deprecated other wake lock types. We really want to encourage
developers to use FLAG_KEEP_SCREEN_ON instead of managing
their own wake locks, even though its behavior is not
exactly equivalent.
Change-Id: Idfeb0bc6efff0ef2736e47f72a06e69e5a16996e
2012-07-27 18:14:54 -07:00
Jeff Brown
94838913ab
Implement equals() and hashCode() like a good little object.
...
Change-Id: I06fc8f96586c72095ffa142d52fbd71af05cee97
2012-07-27 18:14:53 -07:00
Jeff Brown
df693de4fe
Fix inconsistency in user activity types.
...
Looks like BatteryStats was not updated when we reduced the number
of user activity types from 7 to 3.
Change-Id: I7465f86c78baa561a6555c33f681553b870827f2
2012-07-27 18:14:52 -07:00
James Dong
a0ba79473b
Enabled application using VideoView to get information events from MediaPlayer
...
o related-to-bug: 6851811
Change-Id: I78a73a33b6ddfaea76f2ba13b6990c153fb696c6
2012-07-27 18:05:11 -07:00
Jeff Sharkey
0cdb1e7376
Merge "API to adjust network stats."
2012-07-27 17:52:25 -07:00
Adam Cohen
d27fe479fd
am a5ad7665: am 6089a88c: am 86371474: am 47db02ba: Merge "No longer parceling FixedSizeRemoteViewsCaches" into jb-dev
...
* commit 'a5ad76657da1d3616e3f4c6d341bd07a6bbf8025':
No longer parceling FixedSizeRemoteViewsCaches
2012-07-27 17:48:55 -07:00
Adam Cohen
a5ad76657d
am 6089a88c: am 86371474: am 47db02ba: Merge "No longer parceling FixedSizeRemoteViewsCaches" into jb-dev
...
* commit '6089a88ca54cd18c7f598185389dd2fd1b36114c':
No longer parceling FixedSizeRemoteViewsCaches
2012-07-27 17:47:30 -07:00
Jeff Sharkey
4f0659c0bb
API to adjust network stats.
...
Enables system apps to correctly account network usage performed on
behalf of another application.
Bug: 6695246
Change-Id: I39e243afd57936b6b30157a6ca511a17b6c55c39
2012-07-27 17:47:21 -07:00
Dirk Dougherty
a662f83841
am 7be72f64: am f852a1d3: am 9ddc6ed3: am 36e055bd: Doc change: fix typo.
...
* commit '7be72f646fd6d8a57d97268dd1b9c9ffe725cdae':
Doc change: fix typo.
2012-07-27 17:45:52 -07:00
Adam Cohen
6089a88ca5
am 86371474: am 47db02ba: Merge "No longer parceling FixedSizeRemoteViewsCaches" into jb-dev
...
* commit '86371474de700494d9b7b324c8650858d9b18b50':
No longer parceling FixedSizeRemoteViewsCaches
2012-07-27 17:45:00 -07:00
Dirk Dougherty
7be72f646f
am f852a1d3: am 9ddc6ed3: am 36e055bd: Doc change: fix typo.
...
* commit 'f852a1d3f55e25380b9d6e41e727e8b04f317840':
Doc change: fix typo.
2012-07-27 17:43:39 -07:00
Adam Cohen
86371474de
am 47db02ba: Merge "No longer parceling FixedSizeRemoteViewsCaches" into jb-dev
...
* commit '47db02bad8fed67025669c41ef0c0dd9cafe7ed2':
No longer parceling FixedSizeRemoteViewsCaches
2012-07-27 17:42:30 -07:00
Dirk Dougherty
f852a1d3f5
am 9ddc6ed3: am 36e055bd: Doc change: fix typo.
...
* commit '9ddc6ed30f2fa23d6946fca2ef0ddb17f23845b5':
Doc change: fix typo.
2012-07-27 17:42:12 -07:00
Adam Cohen
47db02bad8
Merge "No longer parceling FixedSizeRemoteViewsCaches" into jb-dev
2012-07-27 17:40:34 -07:00
Dirk Dougherty
9ddc6ed30f
am 36e055bd: Doc change: fix typo.
...
* commit '36e055bd2e55d9b8f13d0d0d37259fa0ce5507d1':
Doc change: fix typo.
2012-07-27 17:39:42 -07:00