Keun-young Park
8486706aff
Merge "Revert "make isUiModeLocked, isNightModeLocked test api"" into nyc-dev
2016-03-01 22:59:14 +00:00
Keun-young Park
92373d23ee
Revert "make isUiModeLocked, isNightModeLocked test api"
...
This reverts commit b493a7dffe1b40fd7d5c22b8ed340c76918bc56b.
Change-Id: I651b7ee5b9ca5d7fa1cde1c625bbaa585e186544
2016-03-01 22:58:15 +00:00
Chong Zhang
e4fbd328f8
Don't change resize mode if AM didn't dock the task as requested
...
AM may not docked the task as requested if the task is not resizeable.
Setting resizing in this case would cause unnecessary drag-resizing,
and the resize mode will go out of sync.
bug: 27390258
Change-Id: I72d671ac015f93fde5aaa025fbade93acd9d9ca7
2016-03-01 14:52:58 -08:00
Felipe Leme
2657492e5a
Merge "Created netpolicy commands to manage UIDs blacklisted for network access while on background." into nyc-dev
2016-03-01 22:43:13 +00:00
Svetoslav Ganov
aa8b0d74f4
API for safe label to present in the UI
...
bug:23531798
Change-Id: Ic3e0ed3db11445dbc5e562ca1a91b181ec5f2553
2016-03-01 14:31:39 -08:00
Steve McKay
d6689d99f7
Merge "Ensure directory names are aligned correctly..." into nyc-dev
2016-03-01 22:30:15 +00:00
Jeff Sharkey
390f2ed66b
Don't evict SharedPreferences when migrate no-op.
...
When calling migrateSharedPreferencesFrom(), only evict the in-memory
caches when we actually moved files around.
Bug: 27387346
Change-Id: I4fb534e55c0d3df7c574f18d2a853ef824635b8e
2016-03-01 15:25:06 -07:00
Jeff Sharkey
258be56dcd
Make preferred activities encryption aware.
...
Not all built-in apps are encryption aware, so match them all when
setting up preferred activities.
Bug: 27429841
Change-Id: I0fd2195714fac95d031813bab73125a5c7b6c81a
2016-03-01 15:15:58 -07:00
Dongwon Kang
9cd89a403e
Merge "TIF: Address API review comments" into nyc-dev
2016-03-01 22:11:47 +00:00
Alan Viverette
6b3f85f87e
Use Holo date/time picker layouts on very small screens
...
If the screen is smaller than "small" then use the Holo picker layouts.
Unifies the SavedState between delegates so that we can seamlessly
transition between them during configuration changes. Pushes the
DatePickerSpinnerDelegate up to the same level as the calendar delegate.
Bug: 27239893
Change-Id: Ida4dc2748d38bd766ae93d12aef15e963921939c
2016-03-01 16:48:04 -05:00
Chris Wren
7c5168457b
add all those great comments from the other file
...
also pick up some enum renaming
Bug: 27429645
Change-Id: Id26ddea46755b43e8db298b87b3a47b69be0f728
2016-03-01 16:44:32 -05:00
George Mount
f445f76eca
Merge "Clear child fragment manager after it is destroyed." into nyc-dev
2016-03-01 21:41:45 +00:00
George Mount
b67d34f10e
Merge "Ensure that fragments are created in added order." into nyc-dev
2016-03-01 21:40:54 +00:00
Felipe Leme
9982b3076b
Created netpolicy commands to manage UIDs blacklisted for network access
...
while on background.
These commands will be used primarily in the CTS tests:
- list restrict-background-blacklist
- add restrict-background-blacklist UID
- remove restrict-background-blacklist UID
BUG: 27432317
Change-Id: Ie1148dcabbb2481ccd39659a813fac3776f84e3b
2016-03-01 13:40:31 -08:00
Steve McKay
d511a090d2
Merge "Don't assert against Recents title." into nyc-dev
2016-03-01 21:39:27 +00:00
Steve McKay
355d82b67e
Don't assert against Recents title.
...
It was causing a failure.
Bug: 27383076
Change-Id: Ieb4693783831443e05f32333c181371b0eb4fb93
2016-03-01 13:36:22 -08:00
Michael Wright
a75c2a7819
Merge "Show error message when pairing fails in SUW." into nyc-dev
2016-03-01 21:32:06 +00:00
Chris Wren
ccb7f018e6
Merge "Revert "add all those great comments from the other file."" into nyc-dev
2016-03-01 21:02:51 +00:00
Chris Wren
58f5bd5412
Revert "add all those great comments from the other file."
...
This reverts commit 72a4bbc694aef402a9a3fc1656d8bf26decaeb70.
Change-Id: Ib351cdd85b8daf17fecc23a3851dda9fb89e477c
2016-03-01 21:02:21 +00:00
Dianne Hackborn
a6dcaa6f84
Merge "Fix issue #27317952 : PendingIntent.getIntent() should be protected" into nyc-dev
2016-03-01 20:57:02 +00:00
Steve McKay
c8d4e22a72
Don't show title in delete confirmation.
...
Also, remove "unhide" from Adapter, since it is unused.
Had to add a custom layout because Alert didn't do a
good job. LOTS of work for a yes/no!
Bug: 27205772
Change-Id: Ic20d73b54fd142287e07402877ac339300b4bbb7
2016-03-01 12:46:29 -08:00
Anna Galusza
3204251a4a
Throw exception from SoftKeyboardController if connection is dead and declare
...
SHOW_MODE_AUTO and SHOW_MODE_HIDDEN in AccessibilityService class.
Bug: 27364143
Change-Id: I02c23fbfab1eae8b2a155b1d9c3857e4eb6addb1
2016-03-01 12:40:19 -08:00
Todd Kennedy
4f858aaa5a
Merge "Revert "Revert "Remove deprecated methods / classes""" into nyc-dev
2016-03-01 20:39:59 +00:00
Wale Ogunwale
4722231184
Merge "Changed logging format of lost windows to reduce confusion." into nyc-dev
2016-03-01 20:34:50 +00:00
Wale Ogunwale
6e66695777
Merge "Add activity onStop lifecycle to event logs." into nyc-dev
2016-03-01 20:34:15 +00:00
Robin Lee
ff3c66b352
Merge "More sensible return code for Credentials.deleteAll" into nyc-dev
2016-03-01 20:25:19 +00:00
Jason Monk
bbcdab6f01
Merge "Fix difference in icon size for quick QS" into nyc-dev
2016-03-01 20:10:24 +00:00
Robin Lee
2f4286b792
Merge "ConnectivityService: listen to USER_UNLOCKED too" into nyc-dev
2016-03-01 20:09:45 +00:00
Jakub Pawlowski
ecc873d5ee
Merge "Hide android.bluetooth.OobData" into nyc-dev
2016-03-01 20:04:34 +00:00
Adrian Roos
eca23784db
Merge "Improve mergeability of metrics_constants.proto" into nyc-dev
2016-03-01 20:00:53 +00:00
Jason Monk
ec87a878d3
Fix difference in icon size for quick QS
...
Bug: 27371482
Change-Id: I7c1316bf3b3ff6dfde0a92a6c8b9599c2f203503
2016-03-01 15:00:16 -05:00
Adrian Roos
159ef7b4e9
Improve mergeability of metrics_constants.proto
...
Change-Id: I6f964d85b5d1b85a04bc8ac2a87453455be93719
2016-03-01 11:59:15 -08:00
Winson
9da1885047
Fixing regression in creating dismiss descriptions.
...
Bug: 27411256
Change-Id: I39f56257544d593838349049208fe59f551100eb
2016-03-01 19:58:06 +00:00
Winson Chung
6b03ff8d57
Merge "Skip animation in error case, log for further investigation." into nyc-dev
2016-03-01 19:57:05 +00:00
Abhijith Shastry
35293d2ff7
Merge "Add deprecated annotation to launchManageBlockedNumbersActivity API." into nyc-dev
2016-03-01 19:56:06 +00:00
Jeff Sharkey
d1caf8560d
Merge "Suppress StopInfo exception based on target API." into nyc-dev
2016-03-01 19:55:14 +00:00
Steve McKay
8b8a6fd193
Ensure directory names are aligned correctly...
...
In list view...and don't show dir dates, even when present.
In fact, no details on folders at all when in list view.
Also improve layout of files without details (if they exist).
Bug: 27406730
Change-Id: Ida4b5f99666c4a145ca98a3c15c480e59a76b4a6
2016-03-01 11:49:21 -08:00
Nimrod Gileadi
e9be5da686
Close InputStream in BatteryStatsHelper
...
Bug: 17760659
Bug: 27376093
Change-Id: I5e6471f73b3258067fb670a4b66ddc51be62b6ec
(cherry picked from commit e618b53081d9a173305b7c72cab4c2ed6ca2dcec)
2016-03-01 19:43:52 +00:00
Chris Wren
f3179cf56a
Merge "add all those great comments from the other file." into nyc-dev
2016-03-01 19:38:45 +00:00
Chris Wren
72a4bbc694
add all those great comments from the other file.
...
Bug: 27429645
Change-Id: Ice3b1d01f27fa872191cd07f54b55a51733f77a1
2016-03-01 14:31:56 -05:00
Jason Monk
e636afd901
Merge "Handle density changes in QS" into nyc-dev
2016-03-01 19:26:56 +00:00
Jeff Sharkey
9ad8613bbb
Suppress StopInfo exception based on target API.
...
Bug: 27429026
Change-Id: Ibf0b058b1f921c20fbc3c72045467883a8934f67
2016-03-01 12:18:40 -07:00
Selim Cinek
a26ddbaf7b
Notification groups with only one child behave nicer when swiping
...
When swiping the last child of a group away the notification parent
is now swiped instead of the child, unless it is non-dismissable.
Bug: 27420342
Change-Id: Idbb1fac5e46a5a91af829973ee167ad400be82a5
2016-03-01 19:16:33 +00:00
Selim Cinek
8e0c498165
Fixed a bug where children were not / incorrectly userlocked
...
This can lead to all sorts of weird behavior
Bug: 24866646
Change-Id: If3395c5f1b524592cd658a57ac91d2a0fe893011
2016-03-01 19:16:11 +00:00
Selim Cinek
898d173b92
Expanding first child in a group now if it's the only one
...
When expanding notifications, the first child is now expanded
if it's the only one in there.
Bug: 27419554
Change-Id: Icdadbb7036e4cd5964de4c2e96e6a8322052bc93
2016-03-01 19:15:30 +00:00
Jason Monk
ee70388723
Merge "Fix QS edit BGs" into nyc-dev
2016-03-01 19:14:33 +00:00
Phil Burk
88353459e2
Merge "AudioTrack: docs for getUnderrunCount()" into nyc-dev
2016-03-01 19:13:39 +00:00
Glenn Kasten
0ce76e9204
Merge "Add use for audio_unique_id_t" into nyc-dev
2016-03-01 19:10:50 +00:00
Winson Chung
1f3eca97b9
Merge "Disable extracting the bg color from the window background." into nyc-dev
2016-03-01 19:07:36 +00:00
Jakub Pawlowski
b73ebc88d9
Hide android.bluetooth.OobData
...
Bug: 27385555
Change-Id: I1767909ca17b1b23a2f23ea4a5b4a02cc52eecde
2016-03-01 11:00:33 -08:00