John Reck
d988a45d60
Merge "Cleanup DeferredLayerUpdater" into lmp-dev
2014-10-03 22:22:52 +00:00
Adam Lesinski
a80aba7072
Merge "AAPT: Gate v21 resource synthesizing logging behind -v flag" into lmp-dev
2014-10-03 22:06:03 +00:00
John Reck
749906b468
Cleanup DeferredLayerUpdater
...
Bug: 17765082
DeferredLayerUpdater had fallen behind RT updates. Re-snap to
latest expectations, ensuring to call requireGlContext() prior
to detachSurfaceTexture to avoid leaking SurfaceTextures
Change-Id: Ic65fb9831e5284f658866da8da9ad5af1d227699
2014-10-03 15:02:19 -07:00
Adam Lesinski
f15de2e215
AAPT: Gate v21 resource synthesizing logging behind -v flag
...
This is verbose information and should be hidden behind the -v flag.
Bug:17822471
Change-Id: I36e2c6beb54669a31cde73416427477a80ded8a6
2014-10-03 14:57:28 -07:00
Svetoslav Ganov
76716c5a18
Revert "TouchExplorer computes incorrectly the click location."
...
This reverts commit 851a5059a47cbf76e530c9d050a677cb6e3f8657 as
it creates a regression. Let us revert this and correctly fix the
issue the original change was trying to address.
bug:17789608
Change-Id: I8abb1a61d5310430e839e4ef60e7ca5cc0cbdd80
2014-10-03 20:37:10 +00:00
Deepanshu Gupta
c74a2b3435
Merge "Minor style changes." into lmp-dev
2014-10-03 20:30:45 +00:00
Dianne Hackborn
7caa51e6ec
Merge "Fix issue #17811029 : Settings provider race when removing users" into lmp-dev
2014-10-03 20:15:12 +00:00
RoboErik
7a60cdbd09
Merge "Fix regression in RCC.editMetadata(false)" into lmp-dev
2014-10-03 20:13:28 +00:00
Christopher Tate
b88ba912f6
Merge "Fix alarm delivery-order sorting" into lmp-dev
2014-10-03 19:56:36 +00:00
RoboErik
51c07bc0bf
Fix regression in RCC.editMetadata(false)
...
Found a very simple fix. Just set the cached metadata so we have
it to copy over when editMetadata(false) is called.
bug:17796693
Change-Id: Ib27f0c3d28e7f2a3c7d9495697f36c8045e2bcf6
2014-10-03 12:45:58 -07:00
Guang Zhu
ba5df0d019
Merge "Prevent monkey from triggering bugreport" into lmp-dev
2014-10-03 19:38:37 +00:00
Christopher Tate
1590f1ee7b
Fix alarm delivery-order sorting
...
We also refine the order of delivery within any given package. Now,
we identify which apps have wakeup alarms being delivered in the
current pass, and deliver all of that app's alarms before moving
on to alarm delivery to apps who are only receiving non-wakeup alarms
in the current delivery pass. The TIME_TICK alarm is also hoisted to
the start of the current delivery pass if present.
Bug 17778686
Change-Id: I6306a00fe657787a77d0254c0807ac51e810fdcf
2014-10-03 12:33:35 -07:00
Dianne Hackborn
67f175cf07
Fix issue #17811029 : Settings provider race when removing users
...
Change-Id: Ia40d0a9c161b765d1340db5390d0acdbfc050b81
2014-10-03 12:29:43 -07:00
Guang Zhu
98a881418a
Prevent monkey from triggering bugreport
...
Change-Id: Ifa6f06f7dfa63b740352ad7388f33911649afcb0
2014-10-03 12:23:43 -07:00
Dianne Hackborn
d867b7c7a2
Fix issue #17783882 : AUPT: NPE in Videos: Attempt to invoke virtual method...
...
...'java.lang.String java.lang.String.substring(int)' on a null object reference
Change-Id: I4a78653174da398a4edd23b2bc099598548b79c2
2014-10-03 11:43:10 -07:00
Ricardo Cervera
1e2e4307ff
am 1242af06: am 32cfe2bb: am d37afa37: Merge "docs: Unbuntu troubleshooting link to CamelCase ID" into klp-modular-docs
...
* commit '1242af060bec63ec3a37512ebbbdbe545bd9f0f7':
docs: Unbuntu troubleshooting link to CamelCase ID
2014-10-03 18:11:52 +00:00
Ricardo Cervera
1242af060b
am 32cfe2bb: am d37afa37: Merge "docs: Unbuntu troubleshooting link to CamelCase ID" into klp-modular-docs
...
* commit '32cfe2bbc71091a1ab282d5c7e4df7db5f6051e6':
docs: Unbuntu troubleshooting link to CamelCase ID
2014-10-03 18:05:41 +00:00
Ricardo Cervera
32cfe2bbc7
am d37afa37: Merge "docs: Unbuntu troubleshooting link to CamelCase ID" into klp-modular-docs
...
* commit 'd37afa37452d5e5dab3704ecab0ab7cebb3da292':
docs: Unbuntu troubleshooting link to CamelCase ID
2014-10-03 18:00:37 +00:00
Ricardo Cervera
d37afa3745
Merge "docs: Unbuntu troubleshooting link to CamelCase ID" into klp-modular-docs
2014-10-03 17:55:36 +00:00
Ricardo Cervera
43c758b4ce
docs: Unbuntu troubleshooting link to CamelCase ID
...
Change-Id: I705d17346c470563c350df9bb17d23f3fda5fbc5
2014-10-03 09:44:25 -07:00
Robert Greenwalt
24861eabe6
Merge "Send callbacks for Net property changes" into lmp-dev
2014-10-03 15:36:39 +00:00
John Spurlock
a79caa5340
Merge "Update framework icons for media & alarm streams." into lmp-dev
2014-10-03 13:55:25 +00:00
John Spurlock
a23867c4e8
Merge "Disable notification effects during phone calls." into lmp-dev
2014-10-03 13:49:43 +00:00
Andreas Gampe
c5146e8080
Merge "Revert "Revert "Frameworks/base: Update to preloaded-classes""" into lmp-dev
2014-10-03 04:30:06 +00:00
Robert Greenwalt
a848c1cc0a
Send callbacks for Net property changes
...
LinkProperties and NetworkCapabilities changes were not calling app callbacks.
bug:17681483
Change-Id: I67dac3c4dc1284f5c4bfb24de239da4ec776336f
2014-10-02 21:05:44 -07:00
Paul Jensen
a11b5e34f5
Merge "Send updated NetworkAgent score to NetworkFactories when validated." into lmp-dev
2014-10-03 02:18:12 +00:00
Paul Jensen
6eead851d2
Merge "Allow any unvalidated Network to satisfy NetworkRequests." into lmp-dev
2014-10-03 02:16:44 +00:00
Andreas Gampe
dcad4caa84
Revert "Revert "Frameworks/base: Update to preloaded-classes""
...
This reverts commit 16626a7ee9f18c70b2f6437b4ab85753dbbb2263.
Remove three classes that break Shamu booting.
Bug: 17480683
Bug: 17791590
Change-Id: Ic487c5344d4186ea5205f117f07ca3ab7d945fb7
2014-10-02 19:05:44 -07:00
John Spurlock
32fe4c6e64
Disable notification effects during phone calls.
...
Listen for phone call state changes in NoMan, and disable
incoming non-call notification effects when non-idle.
Bug:17658454
Change-Id: I6f7d66413970fbff6822ab29a12f91cbed068261
2014-10-02 21:05:06 -04:00
Dianne Hackborn
b591da942e
Merge "Maybe fix issue #17449495 : Nakasi is pretty laggy/slow to do anything" into lmp-dev
2014-10-03 00:40:26 +00:00
Dianne Hackborn
3f16dd49e8
Maybe fix issue #17449495 : Nakasi is pretty laggy/slow to do anything
...
Tweak the oom tuning to raise everything by 50%. This is the same
increase we did for Volantis; I am thinking that most of the issue
there was not it being 64 bit, but it being tighter on RAM. From
my testing, it looks like in user switching there was some paging
going on with Nakasi, and with this change things seem to be better.
We should probably revisit this for future work on RAM. It seems
likely that a 64 bit device will need more RAM, so probably the value
I am picking here is larger than we actually need for other devices.
I think this is the safest change at this point though -- it leaves
Volantis the same, where we already had tweaked it to address paging
issues, raises it on Nakasi (to the same value as Volantis) where we
seem to have paging issues, and on our other devices also raises it
but those are generally not under memory pressure so this shouldn't
really make a difference.
Change-Id: Ib19394068734d322a015ed07370d9d4961877e4b
2014-10-02 17:21:27 -07:00
John Spurlock
4bebb1dc5e
Update framework icons for media & alarm streams.
...
Update resources to new style and remove obsolete items.
Bug: 17762712
Change-Id: Ibec121828084934cc066afe117f66b6a0eea603f
2014-10-02 20:11:37 -04:00
Alan Viverette
9f64867da1
Merge "Fix theme propagation to contained android:drawable elements" into lmp-dev
2014-10-02 23:10:05 +00:00
Evan Charlton
8f8bffa1f1
Merge "Add @SystemApi to missing TelecomManager methods" into lmp-dev
2014-10-02 23:05:23 +00:00
Rich Slogar
66fea4771c
am 721b3efc: am 46d8d0cd: am c470faab: docs:ADT 23.0.4 doc updates
...
* commit '721b3efc205442e255170d0185ae374b5a5ddc50':
docs:ADT 23.0.4 doc updates
2014-10-02 22:57:45 +00:00
Alan Viverette
39e33621a7
Fix theme propagation to contained android:drawable elements
...
BUG: 17790666
Change-Id: I6733a98e779cad0d384b917c57d2b3409a166c02
2014-10-02 15:54:23 -07:00
Rich Slogar
721b3efc20
am 46d8d0cd: am c470faab: docs:ADT 23.0.4 doc updates
...
* commit '46d8d0cdb349ca0a3f6ef199e1cc1dcba4c2d6eb':
docs:ADT 23.0.4 doc updates
2014-10-02 22:52:49 +00:00
Dianne Hackborn
7a73f2c5aa
Merge "SDK only: Update docs to reflect current implementation." into lmp-dev
2014-10-02 22:49:43 +00:00
Rich Slogar
46d8d0cdb3
am c470faab: docs:ADT 23.0.4 doc updates
...
* commit 'c470faab3ee47b5643ee6b0a97c925c8f0f587fa':
docs:ADT 23.0.4 doc updates
2014-10-02 22:47:15 +00:00
Jason Monk
5190063952
Merge "Synchronize on all sendProxyBroadcast calls" into lmp-dev
2014-10-02 22:36:47 +00:00
Rich Slogar
c470faab3e
docs:ADT 23.0.4 doc updates
...
Change-Id: Ibf412802e7c98ed3beff6c61394f1b3962254d9a
2014-10-02 15:31:04 -07:00
Jeff Brown
ae309489c2
Merge "Fix race in RecognizerService teardown." into lmp-dev
2014-10-02 22:04:09 +00:00
Joe Fernandez
7def602685
am 285859b1: am d36dbe09: am e961d0b5: Merge "Revert "docs: Update for Android 23.0.4"" into klp-modular-docs
...
* commit '285859b13728c5cfb6124c11212978f8f95cd9de':
Revert "docs: Update for Android 23.0.4"
2014-10-02 21:50:09 +00:00
Baligh Uddin
9cdde5f834
Merge "Fix a bug with screen brightness during screen off animation." into lmp-dev
2014-10-02 21:38:25 +00:00
Christopher Tate
cdf7961f73
Merge "Tweak wallpaper restore acceptance heuristics" into lmp-dev
2014-10-02 21:32:48 +00:00
Joe Fernandez
285859b137
am d36dbe09: am e961d0b5: Merge "Revert "docs: Update for Android 23.0.4"" into klp-modular-docs
...
* commit 'd36dbe09a18fc7226029e841cb2a856fb83c81f2':
Revert "docs: Update for Android 23.0.4"
2014-10-02 21:32:15 +00:00
Christopher Tate
004c16654f
Tweak wallpaper restore acceptance heuristics
...
We now accept for restore any image that is at least wide enough to
fit the screen, and has a height within a comfortable margin of the
previously stated target.
Bug 17677006
Change-Id: I5937a82ddfbfa0bbb30d568621eb48e4b3533fac
2014-10-02 14:27:09 -07:00
Etan Cohen
81e3e4724d
Merge "Add TD_SCDMA RAT type (already exists in RIL) and classify as CDMA." into lmp-dev
2014-10-02 21:16:30 +00:00
Joe Fernandez
d36dbe09a1
am e961d0b5: Merge "Revert "docs: Update for Android 23.0.4"" into klp-modular-docs
...
* commit 'e961d0b521bc25caf964258e75fef3d3ea22e4ac':
Revert "docs: Update for Android 23.0.4"
2014-10-02 21:14:59 +00:00
Joe Fernandez
e961d0b521
Merge "Revert "docs: Update for Android 23.0.4"" into klp-modular-docs
2014-10-02 21:08:27 +00:00