Cheuksan Wang
ee04543d58
Send and download MMS via content provider instead of PDU bytes.
...
Change-Id: Ib5a93d07799c9e14fea8be820c6bd4bc7ae8be3a
2014-09-11 14:17:15 -07:00
Sreeram Ramachandran
a1e06807ee
Hide mutable VpnService APIs to add/remove IP addresses dynamically.
...
These APIs were added because we thought we needed them to provide
seamless transition from one server backend to another using local IP
addresses to distinguish between the backends. I.e., connections whose
local IP address was old would be routed to the old backend; connections
whose local IP address was new would be routed to the new backend.
It turns out that's not needed. VpnService already supports seamless
re-establishment, so VPNs just need to call establish() again with a
different IP address. I've verified with a custom VPN app that this
works, and can distinguish traffic based on the old and new addresses.
Nobody is using these APIs at the moment, so we could even consider
removing them altogether, but I prefer just hiding them, just in case.
Bug: 15409819
Change-Id: I30949926a0f859c9d839981ccbc5d8e1e535a3a5
2014-09-11 14:17:10 -07:00
Tyler Gunn
9becf00656
Add intent broadcast when a PhoneAccount is enabled or disabled. (1/3)
...
- Added intents to TelecommManager.java
Bug: 17408536
Change-Id: Ibc7769cf382a1b074e1b12f2b82c6fc8b9903800
2014-09-11 13:31:57 -07:00
Andrew Lee
100e293fa8
API cleanup for RemoteConnection.
...
+ Rename handle to address.
+ Rename audioModeIsVoip to IsVoipAudioMode.
+ Rename Listener to Callback.
- Delete getParent() and getChildren() methods.
- Delete onChildrenChanged/onParentChanged methods.
+ Rename Listener to Callback.
+ Rename Callback methods to reflect other changes.
Bug: 17329632
Change-Id: Ie466472e995050f578fbb1c4b9de0ae59e488988
2014-09-11 13:30:10 -07:00
Nancy Chen
7ab1dc44bd
Update TelecommManager per API requirements. (1/3)
...
+ Add constants GATEWAY_PROVIDER_PACKAGE and GATEWAY_ORIGINAL_ADDRESS
- Remove those corresponding constants from private packages
+ Modify clearAccounts() so it no longer takes an argument.
Bug: 17329632
Change-Id: I3794efe5ad1fafe6e22f4a59146859a96a385ed1
2014-09-11 12:57:57 -07:00
Michael Wright
cde5bb45cc
Change callback methods from add to register.
...
Also changes intent returning method from get to create. Both changes
are in response to API council feedback.
Bug: 17389882
Change-Id: I3b57e3fc202148e3bbb24ac61229f04e8b4ac41e
2014-09-11 19:37:30 +00:00
George Mount
9826f636ad
Have Activity Transitions activited by a new window attribute.
...
Bug 17006497
Window content transitions were being enabled by default in
the Material Theme so that Activity Transitions could be
enabled by default. Unfortunately, this gave the effect that
many applications did not want -- the default transition between
window content is a fade out/in. Here, a new attribute is
added: windowActivityTransitions that is enabled by default
in the Material theme and windowContentTransitions is disabled
by default in all themes.
Change-Id: Iab453d608f00a48ff7ab7f09ce84b52cf5f20294
2014-09-11 12:23:17 -07:00
Robin Lee
a46ccb5f1f
Update API
...
Change-Id: I253cd15e00449c0c13f5b9aa4524b1fbc3fc5a95
2014-09-11 19:51:27 +01:00
Nancy Chen
8ce66888c3
am 63a12357: Merge "Make changes to Connection in Telecomm API (1/4)" into lmp-dev
...
* commit '63a123575734c9dd8cdbec38a45e4970d0c128c6':
Make changes to Connection in Telecomm API (1/4)
2014-09-11 18:38:42 +00:00
Robin Lee
7d6af106c1
am 03d82225: Merge "Add DevicePolicyManager PrivateKey mgmt" into lmp-dev
...
* commit '03d82225660ebed7bd14ad9cdab300eb0c4b0d18':
Add DevicePolicyManager PrivateKey mgmt
2014-09-11 18:30:16 +00:00
Nancy Chen
f563e7ece6
Merge "Make changes to Connection in Telecomm API (1/4)" into lmp-dev
2014-09-11 18:29:56 +00:00
Nancy Chen
354b2bd0fe
Make changes to Connection in Telecomm API (1/4)
...
* onPhoneAccountClicked removed
* onSetAudioState -> onAudioStateChanged
* onSetState -> onStateChanged
Bug: 17329632
Change-Id: Icbba67439317bf1d21f758d58da7c83c4373efa6
2014-09-11 11:25:03 -07:00
Bernhard Bauer
26408ccd8e
Add DevicePolicyManager PrivateKey mgmt
...
Additional device policy API to install keypairs to the keychain
silently.
Bug: 15065444
Change-Id: Idc25774c9ab1a61080290bebd6f5c4f24e6ee2e0
2014-09-11 19:17:00 +01:00
Matthew Williams
9bff6a03b3
am 3812a38b: Merge "Add flag to JobParameters for job expired" into lmp-dev
...
* commit '3812a38b496e011166ca9e23620965eaace03bdc':
Add flag to JobParameters for job expired
2014-09-11 17:39:30 +00:00
Matthew Williams
91911fd952
Merge "Add flag to JobParameters for job expired" into lmp-dev
2014-09-11 17:27:58 +00:00
Tyler Gunn
020f92749d
am ba740d4f: Allowing enable/disable of phone accounts. (1/3)
...
* commit 'ba740d4f288c050687544491041af76140803d66':
Allowing enable/disable of phone accounts. (1/3)
2014-09-11 17:21:07 +00:00
Nancy Chen
0adb9d1754
am 48bc7ea4: Merge "API changes in GatewayInfo, Response, and PropertyPresentation (1/4)" into lmp-dev
...
* commit '48bc7ea4953a04f6b308171243487fd31208ec11':
API changes in GatewayInfo, Response, and PropertyPresentation (1/4)
2014-09-11 17:21:03 +00:00
Tyler Gunn
a1ed7d1094
Allowing enable/disable of phone accounts. (1/3)
...
- added "hasCapabilities" method on PhoneAccount.
- added CAPABILITY_PLACE_EMERGENCY_CALLS.
- added isEnabled method builder constructor to initialize from an
existing PhoneAccount.
Bug: 17306514
Bug: 17408536
Change-Id: I57de508b4adcf207f3b29cab449bfc634db80153
2014-09-11 17:13:51 +00:00
Nancy Chen
4823aecef3
Merge "API changes in GatewayInfo, Response, and PropertyPresentation (1/4)" into lmp-dev
2014-09-11 17:06:28 +00:00
ztenghui
fabf882611
am 8738c8db: Merge "Bring back the fillAlpha and strokeAlpha." into lmp-dev
...
* commit '8738c8db905dd7c471a06e0496040f46d7a48d5b':
Bring back the fillAlpha and strokeAlpha.
2014-09-11 16:43:05 +00:00
ztenghui
c96e392765
Merge "Bring back the fillAlpha and strokeAlpha." into lmp-dev
2014-09-11 16:32:37 +00:00
Lajos Molnar
b8f6ebf028
am 3b22910c: Merge "add android.util.SizeF.parseSizeF()" into lmp-dev
...
* commit '3b22910c898f26e604f7823b65c0f4d02e396ffb':
add android.util.SizeF.parseSizeF()
2014-09-11 15:59:15 +00:00
Alan Viverette
cdd5221105
am 8b5ef83e: Merge "Make SearchView styles public, remove public Holo styles added in L" into lmp-dev
...
* commit '8b5ef83e1ba6ae3584d041654726315e996fe2d5':
Make SearchView styles public, remove public Holo styles added in L
2014-09-11 15:58:27 +00:00
Lajos Molnar
5b54c9fb2a
Merge "add android.util.SizeF.parseSizeF()" into lmp-dev
2014-09-11 00:55:06 +00:00
Matthew Williams
03a4da6e8e
Add flag to JobParameters for job expired
...
BUG: 17424511
Introduce an "isOverrideDeadlineExpired" which will allow clients
to know when they are being run due to an expiry.
Nb that we check deadline expiry by checking that the constraints on
the job are not satisfied at execution time. Really this is the same
thing, as a job will not be run without its constraints being met,
unless the job has expired.
Change-Id: I4b91e5b5eadccabd91296d5a5ca66b859dbfaf5c
2014-09-10 17:32:18 -07:00
Alan Viverette
7ff0270e7d
Merge "Make SearchView styles public, remove public Holo styles added in L" into lmp-dev
2014-09-10 23:29:13 +00:00
ztenghui
2e17d2b232
Bring back the fillAlpha and strokeAlpha.
...
At the same time, remove the group alpha since we did not follow the convention
that group's alpha should apply together, not separately to each elements.
b/17393626
Change-Id: Idfc071414213583924961dc8ea760d6fb317873c
2014-09-10 16:26:48 -07:00
Alan Viverette
362f984df3
Make SearchView styles public, remove public Holo styles added in L
...
We shouldn't adding styles for a deprecated theme. Also this cleans up
the removed public resources for easier deletion later.
BUG: 17455273
Change-Id: I2c5caf354aab91463702f25c38f0dd29c153ba44
2014-09-10 16:05:35 -07:00
Tao Bai
a0df890b46
am 3350edac: Merge "Revise createIntent and parseResult API." into lmp-dev
...
* commit '3350edacefea92e2dfb5ad07a7b719334db8f157':
Revise createIntent and parseResult API.
2014-09-10 21:51:50 +00:00
Tao Bai
bebc56209d
Merge "Revise createIntent and parseResult API." into lmp-dev
2014-09-10 21:43:04 +00:00
Jean-Michel Trivi
15d22bb97e
am 6fa0947a: Merge "Virtualizer: replace device type by virtualization mode" into lmp-dev
...
* commit '6fa0947a589d193b95097e7bb966cdb80eb49a53':
Virtualizer: replace device type by virtualization mode
2014-09-10 17:32:02 +00:00
Eric Laurent
6811b1cdb5
am c5db63b6: Merge "Hide AudioDevice class" into lmp-dev
...
* commit 'c5db63b67a64b8319ce35a4e83770db6a5367fbe':
Hide AudioDevice class
2014-09-10 17:31:51 +00:00
Jean-Michel Trivi
f35423bb4e
Merge "Virtualizer: replace device type by virtualization mode" into lmp-dev
2014-09-10 17:29:20 +00:00
Eric Laurent
b94b5d33b2
Merge "Hide AudioDevice class" into lmp-dev
2014-09-10 17:28:56 +00:00
Esteban Talavera
964a03bcaa
am 55bffb50: Merge "Update string value for provisioning action and extra" into lmp-dev
...
* commit '55bffb5041e18f2cf6884841165c2bbaf9576b98':
Update string value for provisioning action and extra
2014-09-10 17:06:45 +00:00
Esteban Talavera
df980618a3
Merge "Update string value for provisioning action and extra" into lmp-dev
2014-09-10 16:26:50 +00:00
Christoph Studer
7c6c8bc488
am 6e68dff3: Merge "NoLiService: Delete @removed meetsInterruptionFilter" into lmp-dev
...
* commit '6e68dff3deb0ec350aa769b4936e52ea00262beb':
NoLiService: Delete @removed meetsInterruptionFilter
2014-09-10 11:22:06 +00:00
Christoph Studer
c8e1d78af9
Merge "NoLiService: Delete @removed meetsInterruptionFilter" into lmp-dev
2014-09-10 11:14:33 +00:00
Adam Connors
fb324578aa
am 5e1fe70f: Merge "Add feature flags for verified boot and securely remove users." into lmp-dev
...
* commit '5e1fe70f82a58b3afe87ed14f5c44e02e05ddccb':
Add feature flags for verified boot and securely remove users.
2014-09-10 10:16:38 +00:00
Adam Connors
c90f95c79d
Merge "Add feature flags for verified boot and securely remove users." into lmp-dev
2014-09-10 10:07:15 +00:00
Jessica Hummel
4eea5f821e
am 1e4efc91: Merge "Remove unused DEFAULT_MANAGED_PROFILE_NAME extra from DevicePolicyManager." into lmp-dev
...
* commit '1e4efc916adb2e62f1189a6f1d8c54f8970a31f6':
Remove unused DEFAULT_MANAGED_PROFILE_NAME extra from DevicePolicyManager.
2014-09-10 09:16:00 +00:00
Jessica Hummel
ec19d621b3
Merge "Remove unused DEFAULT_MANAGED_PROFILE_NAME extra from DevicePolicyManager." into lmp-dev
2014-09-10 08:08:48 +00:00
Jessica Hummel
e3da790f8c
Remove unused DEFAULT_MANAGED_PROFILE_NAME extra from DevicePolicyManager.
...
Change-Id: I6fe96df66a4a78cf2e2455d58bba13051d108fdf
bug:17152955
2014-09-10 08:08:02 +00:00
Zhijun He
7c3f8affdc
am 5ef21e48: Merge "CamcorderProfile: Add QUALITY_HIGH_SPEED_2160P" into lmp-dev
...
* commit '5ef21e48b80876178636f3c5936c81409843ff7a':
CamcorderProfile: Add QUALITY_HIGH_SPEED_2160P
2014-09-10 06:58:12 +00:00
Lajos Molnar
a3f86cb0c7
am 4f276471: Merge "MediaCodec/Drm: move from getErrorCode to getDiagnosticInfo" into lmp-dev
...
* commit '4f2764717bab9175eb1a22bcd770ff52d5c955f5':
MediaCodec/Drm: move from getErrorCode to getDiagnosticInfo
2014-09-10 06:58:04 +00:00
Wink Saville
d02ec8d965
Update current.txt for two renamed methods.
...
getSmsManagerUsingSubId and getSubIfnoUsingSubId now have ForSubscriber
as their suffix instead of UsingSubId.
Change-Id: I1e36a4770463fd0d6a2656c3bcbbfc07bd747e01
2014-09-09 22:43:39 -07:00
Zhijun He
350f2552e4
Merge "CamcorderProfile: Add QUALITY_HIGH_SPEED_2160P" into lmp-dev
2014-09-10 05:12:28 +00:00
Lajos Molnar
0f491d7513
add android.util.SizeF.parseSizeF()
...
Bug: 17190665
Change-Id: Ic1b0087dfd40b86aaeb4687a1a3024c1ab54018f
2014-09-09 21:16:03 -07:00
Lajos Molnar
2c5afa320e
Merge "MediaCodec/Drm: move from getErrorCode to getDiagnosticInfo" into lmp-dev
2014-09-10 02:38:50 +00:00
Junda Liu
7100d15a99
am bdf9cf90: Add ForSubscriber suffix to APIs w/ subId argument.
...
* commit 'bdf9cf904c5f7c61c1d77ba4261238fdbb9b08d8':
Add ForSubscriber suffix to APIs w/ subId argument.
2014-09-10 01:00:59 +00:00