Wale Ogunwale
dd11d4d6d3
Fixed issue with resized stack sticking to the top of the screen.
...
WindowState.mUnderStatusBar wasn't set correctly when the stack was
resized before the window was added to it. Changed to use
TaskStack.mUnderStatusBar instead which will always have the
correct answer.
Bug: 19204013
Change-Id: Ib4660302c6a2aebd47bff354c1efab93a1e1a255
2015-02-03 16:09:02 -08:00
Wonsik Kim
f33c833ca0
am b86a4558: am 015fdf39: Merge "audio: allow audio port cache update even when audio patches contain invalidated sources/sinks" into lmp-mr1-dev automerge: d7310bd
...
* commit 'b86a45588a67f88730c15c82f624cd64fe1da80c':
audio: allow audio port cache update even when audio patches contain invalidated sources/sinks
2015-02-03 23:59:02 +00:00
Alan Viverette
ec22b802b6
Merge "PopupWindow animation fixes"
2015-02-03 23:54:41 +00:00
Wonsik Kim
b86a45588a
am 015fdf39: Merge "audio: allow audio port cache update even when audio patches contain invalidated sources/sinks" into lmp-mr1-dev automerge: d7310bd
...
* commit '015fdf392388f1bed3298f9f44012c1a82d7c1a1':
audio: allow audio port cache update even when audio patches contain invalidated sources/sinks
2015-02-03 23:52:42 +00:00
Alan Viverette
7878edfa1d
PopupWindow animation fixes
...
Calls the dismiss listener immediately, which fixes compatibility with
ListPopupWindow's global layout listener. Adjusts anchor bounds to
better match up with the laid out window position. Caches the content
view to avoid issues with setContentView(null) being called immediately
after dismiss().
Change-Id: I897caeba26ffb2e689f8face199d2ab70718a86c
2015-02-03 15:49:18 -08:00
Wonsik Kim
015fdf3923
Merge "audio: allow audio port cache update even when audio patches contain invalidated sources/sinks" into lmp-mr1-dev
...
automerge: d7310bd
* commit 'd7310bd1499c0b48594a8fbbcbe0c7e80c1e5832':
audio: allow audio port cache update even when audio patches contain invalidated sources/sinks
2015-02-03 23:44:34 +00:00
Wonsik Kim
d7310bd149
Merge "audio: allow audio port cache update even when audio patches contain invalidated sources/sinks" into lmp-mr1-dev
2015-02-03 23:39:59 +00:00
Yin-Chia Yeh
31fdd4580c
Merge "Camera2: framework updates for HAL3.3 keys"
2015-02-03 23:39:52 +00:00
Lajos Molnar
3f514b5230
am d8e6a8b7: am 6999ef34: camera2: limit flexYUV array size in DngCreator automerge: fdb2112
...
* commit 'd8e6a8b7643ffa037fbd0e409674c450f0296809':
camera2: limit flexYUV array size in DngCreator
2015-02-03 23:27:55 +00:00
Lajos Molnar
d8e6a8b764
am 6999ef34: camera2: limit flexYUV array size in DngCreator automerge: fdb2112
...
* commit '6999ef348818ec62a931f539c2caa799728b8a90':
camera2: limit flexYUV array size in DngCreator
2015-02-03 23:23:11 +00:00
Lajos Molnar
6999ef3488
camera2: limit flexYUV array size in DngCreator
...
automerge: fdb2112
* commit 'fdb2112bbc140aab869aac047454cd2f67809df1':
camera2: limit flexYUV array size in DngCreator
2015-02-03 23:16:28 +00:00
Jean-Michel Trivi
a1852f6ec8
Merge "AudioAttributes javadoc update for conversion to stream types"
2015-02-03 23:02:20 +00:00
Lajos Molnar
fdb2112bbc
camera2: limit flexYUV array size in DngCreator
...
corrected overread
Bug: 19211135
Change-Id: I373b84dd9e2dc6219a305bf2d0308119668fab2a
2015-02-03 14:57:09 -08:00
Jae Seo
08c010421a
Merge "TIF: Add a comment to remove padding around the channel logo image"
2015-02-03 22:48:27 +00:00
Alan Viverette
e8489cd5f5
Avoid unnecessary exception handling for <include> tag
...
Change-Id: I73357deed59cf5a601124584e4af740956d26a14
2015-02-03 14:40:45 -08:00
Craig Mautner
635f9410e7
Merge "Remove path, query, and fragment from http Uri."
2015-02-03 22:37:52 +00:00
Alan Viverette
bc56255353
Merge "Add layer width, height, gravity, and RTL insets for LayerDrawable"
2015-02-03 22:37:05 +00:00
destradaa
d9c8a85f69
Merge "Reduce memory usage of GpsStatus objects."
2015-02-03 21:33:06 +00:00
Alan Viverette
7354b30d90
Add layer width, height, gravity, and RTL insets for LayerDrawable
...
Bug: 18473819
Change-Id: Iae8e3dbd3fcc7f4c2f08b266c69d40036e75dfb6
2015-02-03 13:24:59 -08:00
Paul Jensen
a3a8b3131c
am f1b78d04: Merge "Facilitate network validation on networks with a per-network PAC." into lmp-mr1-dev automerge: 39ae054
...
automerge: b35275a
* commit 'b35275a25e1a0775458fcbda5b6e8180a0e3311a':
Facilitate network validation on networks with a per-network PAC.
2015-02-03 21:22:00 +00:00
destradaa
6bde4683ae
Reduce memory usage of GpsStatus objects.
...
A simple GpsStatus object uses 9K of space, given that it initializes an array
of 255 GpsSatellite objects.
This change reduces the memory footprint in the average case, and keeps the
semantics of the API and its GpsSatellite sibling objects without any changes.
In a best case scenario it brings the memory usage per object to 1K.
It's likely in most cases that only 20-50 satellites will be in view. So the
usage should not exceeed half of the original memory usage.
It was considered to keep the internal array but a SparseArray provided bigger
memory savings in the test scenario of ~700B.
Change-Id: Ie2d2144d776a74d4904a08c0d6c5aec6d3bba7cc
2015-02-03 13:17:14 -08:00
Paul Jensen
b35275a25e
am f1b78d04: Merge "Facilitate network validation on networks with a per-network PAC." into lmp-mr1-dev automerge: 39ae054
...
* commit 'f1b78d046965f91c2e03d541cba4c91ea707111a':
Facilitate network validation on networks with a per-network PAC.
2015-02-03 21:17:09 +00:00
Paul Jensen
f1b78d0469
Merge "Facilitate network validation on networks with a per-network PAC." into lmp-mr1-dev
...
automerge: 39ae054
* commit '39ae0547ca5a1e7cfe24a945b2f8a910e09b7f3c':
Facilitate network validation on networks with a per-network PAC.
2015-02-03 21:11:51 +00:00
Paul Jensen
39ae0547ca
Merge "Facilitate network validation on networks with a per-network PAC." into lmp-mr1-dev
2015-02-03 21:08:59 +00:00
Jae Seo
338a29a64f
TIF: Add a comment to remove padding around the channel logo image
...
Bug: 19066924
Change-Id: Ibb1efb945550028be4106ead826b1e152e488c92
2015-02-03 12:39:35 -08:00
Wale Ogunwale
ad57529591
Merge "@hide ActivityInfo.resizeable."
2015-02-03 20:30:25 +00:00
Ruben Brunk
35fa2bc2e4
Merge "Add ProcessInfoService to activity manager."
2015-02-03 20:23:04 +00:00
Winson Chung
04de4c9de1
Merge "Ensuring that the list of stack views are mutable. (Bug 19245963)"
2015-02-03 20:06:37 +00:00
Winson Chung
93847da2c2
Ensuring that the list of stack views are mutable. (Bug 19245963)
...
Change-Id: I5a298bf389d8756492cce2777f127fc214f6d6be
2015-02-03 12:04:55 -08:00
Yin-Chia Yeh
d9fc67ce3c
Camera2: framework updates for HAL3.3 keys
...
1. Return new keys in legacy shim
2. Codegened doc update from the spec change
3. Remove DISABLED mode from available scene mode list to ensure
DISABLED is listed iff scene mode is not supported
Change-Id: If3dc74ea7e0fe6135722723f211024b604094f59
2015-02-03 11:52:04 -08:00
Craig Mautner
42da895b90
Merge "[ActivityManager] Prevent application holding AMS lock" automerge: 53e8d6f automerge: 6112f63
...
automerge: e8bd6d7
* commit 'e8bd6d734ccef685c4e25a0ec1735c140b9fe644':
[ActivityManager] Prevent application holding AMS lock
2015-02-03 18:52:59 +00:00
Craig Mautner
e8bd6d734c
Merge "[ActivityManager] Prevent application holding AMS lock" automerge: 53e8d6f
...
automerge: 6112f63
* commit '6112f63369c7ba463c0384c73a4e4c0d45b63918':
[ActivityManager] Prevent application holding AMS lock
2015-02-03 18:48:29 +00:00
Craig Mautner
6112f63369
Merge "[ActivityManager] Prevent application holding AMS lock"
...
automerge: 53e8d6f
* commit '53e8d6f934be403b9c7733c190b6052d60dd0658':
[ActivityManager] Prevent application holding AMS lock
2015-02-03 18:43:46 +00:00
Craig Mautner
53e8d6f934
Merge "[ActivityManager] Prevent application holding AMS lock"
2015-02-03 18:41:14 +00:00
Adrian Roos
a9d5d3dbcb
Merge "Remove UI code from LockPatternUtils"
2015-02-03 18:18:06 +00:00
Jean-Michel Trivi
3d22bf04e3
AudioAttributes javadoc update for conversion to stream types
...
Change-Id: I2b687d8a002897fff90a8c99d180aa0a3511a571
2015-02-03 10:15:08 -08:00
Clara Bayarri
54514cfa3e
Merge "Floating Palettes: Create the ActionMode type and use it in Editor."
2015-02-03 18:14:00 +00:00
Adrian Roos
c2e01683b3
Remove UI code from LockPatternUtils
...
Bug: 18931518
Change-Id: I951166f675731ec7a2bc51585e0a51e0cd92611d
2015-02-03 19:12:23 +01:00
Craig Mautner
b95a8abcaf
am c0e9c1d0: am 240e8743: Merge "[ActivityManager] Set appropriate relation of task to home" automerge: 7d1aded
...
* commit 'c0e9c1d0a405c66e7ec75eb6268f84fe1d466344':
[ActivityManager] Set appropriate relation of task to home
2015-02-03 18:09:38 +00:00
Wale Ogunwale
4aab1bba69
@hide ActivityInfo.resizeable.
...
Bug: 19178148
Change-Id: Icc132eef7196cc2b8e50294df10595bde8d73ecd
2015-02-03 10:06:34 -08:00
Craig Mautner
c0e9c1d0a4
am 240e8743: Merge "[ActivityManager] Set appropriate relation of task to home"
...
automerge: 7d1aded
* commit '7d1adede2fbea8f4c0ad92214bee16395498dd07':
[ActivityManager] Set appropriate relation of task to home
2015-02-03 18:04:32 +00:00
Craig Mautner
b2a958fd3c
Remove path, query, and fragment from http Uri.
...
For http and https schemes leave only scheme and authority in
Uri.toSafeString().
Fixes bug 19217173.
Change-Id: Ic07665f4754bb33ad48f7a55ce5efda185df7577
2015-02-03 10:01:56 -08:00
Craig Mautner
7d1adede2f
am 240e8743: Merge "[ActivityManager] Set appropriate relation of task to home"
...
* commit '240e8743977d1a1e7a43ff42e0d52148db10cda8':
[ActivityManager] Set appropriate relation of task to home
2015-02-03 18:00:46 +00:00
Craig Mautner
240e874397
Merge "[ActivityManager] Set appropriate relation of task to home"
2015-02-03 17:54:27 +00:00
Craig Mautner
5656036dd7
am cd1b1ee3: Merge "Remove fall through for KEYCODE_VOICE_ASSIST" automerge: 84533ed automerge: 11c6f8b
...
* commit 'cd1b1ee39fbeaf7d95089c183b549b0853206ffd':
Remove fall through for KEYCODE_VOICE_ASSIST
2015-02-03 17:51:31 +00:00
Tony Mantler
338026f59a
Merge "Check NAVIGATION_NONAV in ActivityManagerService"
2015-02-03 17:50:17 +00:00
Craig Mautner
cd1b1ee39f
Merge "Remove fall through for KEYCODE_VOICE_ASSIST" automerge: 84533ed
...
automerge: 11c6f8b
* commit '11c6f8b7c3cc51a3a44bca5003ac3fb56a410c33':
Remove fall through for KEYCODE_VOICE_ASSIST
2015-02-03 17:46:56 +00:00
Brian Attwell
2502f1d414
Merge "Expose EXTRA_MODE"
2015-02-03 17:43:23 +00:00
Craig Mautner
11c6f8b7c3
Merge "Remove fall through for KEYCODE_VOICE_ASSIST"
...
automerge: 84533ed
* commit '84533edfc081f8dfa632ee1e49947b3d42f8a27d':
Remove fall through for KEYCODE_VOICE_ASSIST
2015-02-03 17:41:31 +00:00
Brian Attwell
029e6819ae
Expose EXTRA_MODE
...
The ability to set EXTRA_MODE values on QuickContact
intents has existed for ages by setting the extraMode
parameter on showQuickContact().
Now we need a way for QuickContactActivity to read the intent.
Bug: 18777272
Change-Id: If5e4aa5757e62e942926a12a36345512d6fb66ca
2015-02-03 09:37:30 -08:00