John Reck
692135effb
am 76adcd6e: am ea4e76f6: Merge "Fix finalizer ordering/double-free issue" into lmp-mr1-dev
...
* commit '76adcd6ec551637f57f2630a60f6cdb2bbbf908b':
Fix finalizer ordering/double-free issue
2014-11-07 19:41:08 +00:00
John Reck
ea4e76f68a
Merge "Fix finalizer ordering/double-free issue" into lmp-mr1-dev
2014-11-07 19:29:47 +00:00
John Reck
cabf8a7064
am f7d3ce6a: am 4b19b7aa: Merge "Fix wrong-thread issue" into lmp-mr1-dev
...
* commit 'f7d3ce6a3ca88b23a227e29a5fa3285e24f7b2b1':
Fix wrong-thread issue
2014-11-07 18:48:43 +00:00
Jeff Davidson
6eab8d67c3
am d9475786: am ea09c7da: Merge "Let scorers fine-tune scoring heuristics." into lmp-mr1-dev
...
* commit 'd9475786081fd89769901685bb9ba42f00da976d':
Let scorers fine-tune scoring heuristics.
2014-11-07 18:43:23 +00:00
John Reck
4b19b7aaff
Merge "Fix wrong-thread issue" into lmp-mr1-dev
2014-11-07 18:34:55 +00:00
John Reck
c298f9c917
Fix finalizer ordering/double-free issue
...
Bug: 18289984
If Surface:finalize() happens after HwuiContext:finalize()
it would try to manipulate a destroyed object. However, as
Surface:finalize() always calls HwuiContext:destroy() this
can be fixed by simply getting rid of HwuiContext's finalizer
Change-Id: I7c912214417ab32891b1c58d045c9721e5f01965
2014-11-07 10:33:36 -08:00
John Reck
12f5e34332
Fix wrong-thread issue
...
Bug: 18259560
Change-Id: Ic63a86efba9c86f21defac0695a73db8b09ae284
2014-11-07 10:31:53 -08:00
Jeff Davidson
ea09c7da01
Merge "Let scorers fine-tune scoring heuristics." into lmp-mr1-dev
2014-11-07 17:38:38 +00:00
Ignacio Solla
ad87ec5bba
am cf045ea8: am 803908b0: Merge "[WebView] Remove WEBVIEW_DATA_REDUCTION_PROXY setting." into lmp-mr1-dev
...
* commit 'cf045ea8e4b91ac662d0aff74df429a2569d8e46':
[WebView] Remove WEBVIEW_DATA_REDUCTION_PROXY setting.
2014-11-07 10:08:22 +00:00
Ignacio Solla
803908b0db
Merge "[WebView] Remove WEBVIEW_DATA_REDUCTION_PROXY setting." into lmp-mr1-dev
2014-11-07 09:44:59 +00:00
Winson Chung
675a0b6bc9
am 513aa792: am 3ed9f2f9: Merge "Adding bounce animation for affiliated tasks. (Bug 16656169)" into lmp-mr1-dev
...
* commit '513aa79290dd17400c4cce82d1d801c05ff3776f':
Adding bounce animation for affiliated tasks. (Bug 16656169)
2014-11-07 01:45:11 +00:00
Winson Chung
3ed9f2f903
Merge "Adding bounce animation for affiliated tasks. (Bug 16656169)" into lmp-mr1-dev
2014-11-07 01:30:20 +00:00
Jeremy Joslin
93f515f990
am 91fff05b: Merge "Implemented requestNetwork with a PendingIntent." into lmp-mr1-dev automerge: 1a2b99e
...
* commit '91fff05ba93b6c78e1744159f97bc0448e22115c':
Implemented requestNetwork with a PendingIntent.
2014-11-07 00:06:54 +00:00
Amith Yamasani
f6c8169a68
am 26d8d1d5: Merge "Fix singleUser provider grants" into lmp-mr1-dev automerge: 775d104
...
* commit '26d8d1d5cb6553686028948a63c5d3c507f0b40c':
Fix singleUser provider grants
2014-11-07 00:06:48 +00:00
Justin Koh
402a360111
am 4ca342cd: am 2d42f484: am b8038d58: Merge "Hide Surface#lockHardwareCanvas DO NOT MERGE" into lmp-sprout-dev
...
* commit '4ca342cdba6fb2637415cfeb6e579cc662763daf':
Hide Surface#lockHardwareCanvas DO NOT MERGE
2014-11-07 00:05:54 +00:00
Winson Chung
044d52934e
Adding bounce animation for affiliated tasks. (Bug 16656169)
...
Change-Id: I39e4a57c4e6b707d15513dacde2d40c23bb05058
2014-11-06 14:02:35 -08:00
Jeremy Joslin
1a2b99ea26
Merge "Implemented requestNetwork with a PendingIntent." into lmp-mr1-dev
2014-11-06 20:51:24 +00:00
Amith Yamasani
775d104db2
Merge "Fix singleUser provider grants" into lmp-mr1-dev
2014-11-06 20:51:02 +00:00
Justin Koh
2d42f48449
am b8038d58: Merge "Hide Surface#lockHardwareCanvas DO NOT MERGE" into lmp-sprout-dev
...
* commit 'b8038d58da04456e9e7b6e264af69226bf21592c':
Hide Surface#lockHardwareCanvas DO NOT MERGE
2014-11-06 20:33:36 +00:00
Jeff Davidson
7f38664ea5
Let scorers fine-tune scoring heuristics.
...
Documents Byte#MIN_VALUE as being equivalent to a null score. This
enables scorers to pick a threshold below which a network won't be
used, by setting the score at any RSSI below that threshold to this
value.
Also adds an "RSSI boost" for the active network, so that we avoid
unnecessary switches between two closely-scored networks due to small
fluctuations in signal strength.
Bug: 15432594
Change-Id: I7a8f5f68ef074827d4b1cfbbed0841448498f179
2014-11-06 11:49:56 -08:00
Jeremy Joslin
46e3ac8bbc
Implemented requestNetwork with a PendingIntent.
...
ConnectivityManager.requestNetwork(NetworkRequest, PendingIntent)
was unhidden and implemented.
Added ConnectivityManager.removePendingIntentRequest(PendingIntent) as
the companion method.
Bug: 17356414
Change-Id: I656a1e149cc1292c443ebfe9e61ee3eb5a80f143
2014-11-06 11:43:27 -08:00
Adrian Roos
34c45bb953
am b2a6c7b8: am 418f4ed0: Merge "Round charging indication to nearest minute" into lmp-mr1-dev
...
* commit 'b2a6c7b83f894922663e7144048264af96239a1e':
Round charging indication to nearest minute
2014-11-06 16:31:43 +00:00
Adrian Roos
418f4ed077
Merge "Round charging indication to nearest minute" into lmp-mr1-dev
2014-11-06 16:22:06 +00:00
Jim Miller
767ae175fa
am 6230cdf5: am 262dc4da: Merge "Update TrustAgentService API after review" into lmp-mr1-dev
...
* commit '6230cdf5721f11660e2c0fec1c5695346a9001d0':
Update TrustAgentService API after review
2014-11-06 03:07:09 +00:00
Jim Miller
262dc4dafe
Merge "Update TrustAgentService API after review" into lmp-mr1-dev
2014-11-06 02:52:20 +00:00
Jim Miller
e303bf4435
Update TrustAgentService API after review
...
This change incorporates API council feedback and enables the
TrustAgent whitelisting API.
It also contains a minor cleanup of DPM's use of UserHandle
to eliminate unnecessary object creation.
Fixes bug 17008504
Change-Id: I63cc50169fde54b34406845818bcaf6aadc1a3db
2014-11-05 18:17:56 -08:00
Jeff Davidson
f680c8434a
am 63226dd8: Merge "Allow apps with SCORE_NETWORKS to set the active scorer." into lmp-mr1-dev automerge: 24f535b
...
* commit '63226dd8f3570bd3b28e4241668843385ba99c2d':
Allow apps with SCORE_NETWORKS to set the active scorer.
2014-11-06 01:48:45 +00:00
Jeff Davidson
24f535b873
Merge "Allow apps with SCORE_NETWORKS to set the active scorer." into lmp-mr1-dev
2014-11-06 01:25:04 +00:00
Amith Yamasani
7d2d4fd55e
Fix singleUser provider grants
...
Fake the Uri for grant check, if we're checking access to
a singleUser provider. Inject the userId in the authority
so that the grant can be matched properly.
Bug: 18194892
Change-Id: I4a55ce593ac21722f394e89e13350aa205d76336
2014-11-05 15:46:09 -08:00
Robert Greenwalt
c47a91273c
am a4f34edd: am 7efdb83c: Merge "Fix Legacy typing of net-specific requests." into lmp-mr1-dev
...
* commit 'a4f34eddb3b46a81ce90a9eded54b35b62e40337':
Fix Legacy typing of net-specific requests.
2014-11-05 23:45:03 +00:00
Robert Greenwalt
7efdb83cee
Merge "Fix Legacy typing of net-specific requests." into lmp-mr1-dev
2014-11-05 23:36:01 +00:00
George Mount
a3fdc18fd7
am aa627037: am c838b677: Merge "Cancel animation when target changes." into lmp-mr1-dev
...
* commit 'aa6270375263ebf6da4f2f0de31df808eb278563':
Cancel animation when target changes.
2014-11-05 23:15:00 +00:00
Robert Greenwalt
06314e4eab
Fix Legacy typing of net-specific requests.
...
We're starting to get network requests for specific SIMs
and the Legacy Type Inference was broken because the incoming
request included a network specifier while the legacy requests
it was compared with did not. Only compare the things we care
about.
bug:18031008
Change-Id: If107042828c152ede51a2497a3859bc1a6c83694
2014-11-05 15:06:20 -08:00
George Mount
c838b67774
Merge "Cancel animation when target changes." into lmp-mr1-dev
2014-11-05 23:04:18 +00:00
Jeff Davidson
e56f2bb5ec
Allow apps with SCORE_NETWORKS to set the active scorer.
...
This allows for a more streamlined UX in the current world, where
scorer apps are trusted (by virtue of being in /system/priv-app).
Trusted apps can continue to use the system dialog for consent, but
they may also set the scorer directly, under the assumption that they
are using their own consent UX to explain the feature to the user.
Bug: 16577529
Change-Id: I2a6edb7f1f688aaacf9b0152fa1da1a88636c3dc
2014-11-05 14:25:20 -08:00
Jeff Davidson
fb68a97620
am dd40ccf3: am b42bdef5: Merge "Rename BROADCAST_SCORE_NETWORKS to BROADCAST_NETWORK_PRIVILEGED." into lmp-mr1-dev
...
* commit 'dd40ccf36203c740aea3849f54495d1287d02b2b':
Rename BROADCAST_SCORE_NETWORKS to BROADCAST_NETWORK_PRIVILEGED.
2014-11-05 21:43:10 +00:00
Jeff Davidson
b42bdef51c
Merge "Rename BROADCAST_SCORE_NETWORKS to BROADCAST_NETWORK_PRIVILEGED." into lmp-mr1-dev
2014-11-05 21:33:16 +00:00
John Spurlock
7847a7f8f4
am 6ccb72e9: Merge "Zen: Add the ability to enter "None" mode during downtime." into lmp-mr1-dev automerge: 2f9e7f6
...
* commit '6ccb72e9940df9b50a213fa84483ed5da9780cd0':
Zen: Add the ability to enter "None" mode during downtime.
2014-11-05 20:43:18 +00:00
Paul Jensen
a21622df7e
am 021a95f7: Merge "Fix DhcpResults.setDomain() and StaticIpConfiguration.toLinkProperties()" into lmp-mr1-dev
...
automerge: 6ad91cb
* commit '6ad91cbce2ce7eb175086894e4ee27e1ca4d2e75':
Fix DhcpResults.setDomain() and StaticIpConfiguration.toLinkProperties()
2014-11-05 20:00:46 +00:00
John Spurlock
2f9e7f6d8b
Merge "Zen: Add the ability to enter "None" mode during downtime." into lmp-mr1-dev
2014-11-05 19:17:39 +00:00
John Spurlock
cc30c8d729
Zen: Add the ability to enter "None" mode during downtime.
...
Updates to the shared config structure and the service backend.
Bug: 16373455
Change-Id: I45761690ba6b32eb81c9e2a5c1f2d4adad93e58d
2014-11-05 14:12:30 -05:00
Paul Jensen
021a95f761
Merge "Fix DhcpResults.setDomain() and StaticIpConfiguration.toLinkProperties()" into lmp-mr1-dev
2014-11-05 19:05:09 +00:00
George Mount
7291d7b2c5
Merge "Fix javadoc." into lmp-mr1-dev automerge: 8b26674
...
automerge: dd185b6
* commit 'dd185b657dba19e913e0e01a8213756fdd8e4cfc':
Fix javadoc.
2014-11-05 18:03:51 +00:00
John Spurlock
96171f08c1
Merge "Zen: Create a new exit condition for "next alarm"." into lmp-mr1-dev automerge: 0bdefb9
...
automerge: 513f260
* commit '513f26020095c409aa3e828c98485ed20aa9eaa9':
Zen: Create a new exit condition for "next alarm".
2014-11-05 15:42:30 +00:00
George Mount
8b26674aa1
Merge "Fix javadoc." into lmp-mr1-dev
2014-11-05 15:22:43 +00:00
Adrian Roos
874b35b836
Round charging indication to nearest minute
...
Bug: 18177374
Change-Id: I4eb7fcac83398a4d8432bf092d8d91506646b5a1
2014-11-05 16:11:10 +01:00
John Spurlock
0bdefb9953
Merge "Zen: Create a new exit condition for "next alarm"." into lmp-mr1-dev
2014-11-05 14:47:20 +00:00
Paul Jensen
c53113b37f
Fix DhcpResults.setDomain() and StaticIpConfiguration.toLinkProperties()
...
setDomain() and toLinkProperties() were not setting the domains.
The setDomain() bug affected Wifi and I believe the toLinkProperties()
bug affected Ethernet and Bluetooth reverse-tethering.
bug:18252947
Change-Id: I8764cb944c293e01d99822bb52b55af7e9d77853
2014-11-05 09:35:26 -05:00
John Spurlock
37bc92cc23
Zen: Create a new exit condition for "next alarm".
...
- If the user's next alarm is in the next 12 hrs, provide
this as an exit condition trigger for leaving none/priority.
- Don't display the next alarm condition when downtime is active.
- When the next-alarm exit condition is active, follow changes
to the next alarm, assuming it remains within the 12-hr window.
- Tweak the downtime condition strings to be consistent.
Bug: 16373455
Change-Id: I4020b91d323dead998e62d655132eca07438b148
2014-11-05 08:46:01 -05:00
Jungshik Jang
af45240bf0
am 9ae3fe48: am 09035486: Merge "Add recorder address to all recording listerner apis." into lmp-mr1-dev
...
* commit '9ae3fe48d912d9135684d435d282fa2bb4929a2e':
Add recorder address to all recording listerner apis.
2014-11-05 06:29:24 +00:00