OSDN Git Service

android-x86/frameworks-base.git
8 years agoMatch non-crypto aware admins when registering.
Kenny Guy [Wed, 3 Feb 2016 14:20:30 +0000 (14:20 +0000)]
Match non-crypto aware admins when registering.

Profile owners are registered before the user is
started and unlocked, so we need to check for
components that aren't cryptoware when looking
for the admin.

Bug: 26924254
Change-Id: I61fca0a3d6e490ca6fea9a7bdc8f2c44efde74f2

8 years agoMerge "Enable profile support for apps with shared runtime"
Calin Juravle [Wed, 3 Feb 2016 10:03:24 +0000 (10:03 +0000)]
Merge "Enable profile support for apps with shared runtime"

8 years agoMove DHCPv4 mechanics into IpManager
Erik Kline [Wed, 3 Feb 2016 08:44:13 +0000 (08:44 +0000)]
Move DHCPv4 mechanics into IpManager
am: 8afa558c52

* commit '8afa558c527b4be4e0e489b17485577e23148636':
  Move DHCPv4 mechanics into IpManager

8 years agoMove DHCPv4 mechanics into IpManager
Erik Kline [Tue, 2 Feb 2016 04:06:21 +0000 (13:06 +0900)]
Move DHCPv4 mechanics into IpManager

Bug: 17345682
Change-Id: I2c3d9d665ff3c38f02084c0cf86cd76035e7b0aa

8 years agoRename confusing animation naming.
Tomasz Mikolajewski [Wed, 3 Feb 2016 07:53:21 +0000 (16:53 +0900)]
Rename confusing animation naming.

The naming was ANIM_UP, ANIM_DOWN, but the animations were from right and
left. Since right and left are flipped for RTL, this CL renames them
with direction agnostic ANIM_ENTER and ANIM_LEAVE.

Change-Id: I8de1603b1baaef3d4ba8fbd593f5e53143698dff

8 years agoMerge "Fix directory/root opening animations when launching DocumentsUI."
Tomasz Mikolajewski [Wed, 3 Feb 2016 08:05:18 +0000 (08:05 +0000)]
Merge "Fix directory/root opening animations when launching DocumentsUI."

8 years agoFix directory/root opening animations when launching DocumentsUI.
Tomasz Mikolajewski [Wed, 3 Feb 2016 06:49:58 +0000 (15:49 +0900)]
Fix directory/root opening animations when launching DocumentsUI.

We should only show an opening animation, when back button would get us
back.

Change-Id: I9b3f43592a87c1c13944d382b7201b5727fd08ee

8 years agoMerge "Do not load Download roots multiple times."
Tomasz Mikolajewski [Wed, 3 Feb 2016 07:02:31 +0000 (07:02 +0000)]
Merge "Do not load Download roots multiple times."

8 years agoMerge "Move logic to skip single storage."
Daichi Hirono [Wed, 3 Feb 2016 06:54:44 +0000 (06:54 +0000)]
Merge "Move logic to skip single storage."

8 years agoMove logic to skip single storage.
Daichi Hirono [Tue, 2 Feb 2016 07:35:03 +0000 (16:35 +0900)]
Move logic to skip single storage.

The tree structure of MTP model looks like /device/storage/objects. But
almost all MTP device has only single storage, so it's redundant to show
a single storage as a child of device in UI.

MtpDocumentsProvider has a special logic to skip single storage, and
shows storage's object as a children of device in such case. Previously
the logic was applied when MtpDocumentsProvider returned a root
list. The provider returns a storage as a Documents.Root, instead of
device if the device has only one storage.

However the number of root cannot be obtain for closed device. Thus the
previous logic did not work for closed devices that have a single
storage. The CL moves the logic from queryRoot to
queryChildDocuments. Now MtpDocumentsProvider always returns a device as
root, then it returns storage's objects as the device's children, where
we has already opened the device.

BUG=26481574

Change-Id: I25af0fc220410e321a378d67f226798ec4bba19c

8 years agoDo not load Download roots multiple times.
Tomasz Mikolajewski [Wed, 3 Feb 2016 06:18:22 +0000 (15:18 +0900)]
Do not load Download roots multiple times.

Change-Id: I26685db7fc7a4fb98db695ba6e0e351974eadd6c

8 years agoHide DocumentsContract.FLAG_ARCHIVE.
Tomasz Mikolajewski [Mon, 1 Feb 2016 04:01:34 +0000 (13:01 +0900)]
Hide DocumentsContract.FLAG_ARCHIVE.

The API is internal for now.

Bug: 20176812
Change-Id: I9f2c796b144906fdf4a838240c85d26f02dbe175

8 years agoMerge "Window resize reporting improvement when docked stack is created"
Wale Ogunwale [Wed, 3 Feb 2016 03:25:59 +0000 (03:25 +0000)]
Merge "Window resize reporting improvement when docked stack is created"

8 years agoMerge "Open zip files nicely from the Download app with Files app."
Tomasz Mikolajewski [Wed, 3 Feb 2016 03:20:11 +0000 (03:20 +0000)]
Merge "Open zip files nicely from the Download app with Files app."

8 years agoWindow resize reporting improvement when docked stack is created
Wale Ogunwale [Tue, 2 Feb 2016 04:25:54 +0000 (20:25 -0800)]
Window resize reporting improvement when docked stack is created

There were a few issues with window resize reporting when a docked
stack is created that caused the client to get frames for fulscreen
even though the task was in split-screen mode.

- Ignore docked stack visibility when get bounds for other stack when
resizing due to docked stack.
- Immediately resize all other stacks in activity manager when the
docked stack is attached to the display.
- Defer surface layouts for the uncheck portion of moving a task to a
stack.
- Don't perform layout of all windows on a display when a stack is
attached to the display since it doesn't have any windows yet.

Bug: 26861802
Change-Id: I2c7f31153da48618e90607c98ec5b29492b6ef38

8 years agoMerge "Improved timing of when system sends multi-window change event to app"
Wale Ogunwale [Wed, 3 Feb 2016 03:15:16 +0000 (03:15 +0000)]
Merge "Improved timing of when system sends multi-window change event to app"

8 years agoImproved timing of when system sends multi-window change event to app
Wale Ogunwale [Mon, 1 Feb 2016 18:32:02 +0000 (10:32 -0800)]
Improved timing of when system sends multi-window change event to app

We were previously sending multi-window/PiP mode changed events to
apps once the task config is changed in activity manager.
However, the actual changing of the multi-windowing or PiP mode
might not be fully complete when the app receives the event so they
might be wrong state information they query for like currnet config.
We now schedule the events to be send once the current transaction
cycle is done.

Bug: 26877409
Change-Id: I393b56035bb4197f99b3db3d27c0599835b5f86c

8 years agoOpen zip files nicely from the Download app with Files app.
Tomasz Mikolajewski [Wed, 27 Jan 2016 08:36:51 +0000 (17:36 +0900)]
Open zip files nicely from the Download app with Files app.

Bug: 26321218
Change-Id: I8a7a7e914d290ea1b6f424ee5fbd38a4b09c362d

8 years agoMerge "Recycle TypedArray in LockPatternView"
Jim Miller [Wed, 3 Feb 2016 02:55:36 +0000 (02:55 +0000)]
Merge "Recycle TypedArray in LockPatternView"

8 years agoRecycle TypedArray in LockPatternView
Jim Miller [Wed, 3 Feb 2016 02:12:30 +0000 (18:12 -0800)]
Recycle TypedArray in LockPatternView

Fixes bug 26734012

Change-Id: Ic15908f9aa6940f8c53a47c160c92f6f4648cc61

8 years agoMerge changes from topic 'API renaming'
Lifu Tang [Wed, 3 Feb 2016 02:08:28 +0000 (02:08 +0000)]
Merge changes from topic 'API renaming'

* changes:
  Worked around the crash caused by API renaming
  Rename Gps to Gnss for measurement-related APIs

8 years agoMerge "Fix flaky testFilesList_LiveUpdate()."
Tomasz Mikolajewski [Wed, 3 Feb 2016 02:08:15 +0000 (02:08 +0000)]
Merge "Fix flaky testFilesList_LiveUpdate()."

8 years agoMerge "Fix tapping on more than one failure notification."
Tomasz Mikolajewski [Wed, 3 Feb 2016 02:05:23 +0000 (02:05 +0000)]
Merge "Fix tapping on more than one failure notification."

8 years agoFix tapping on more than one failure notification.
Tomasz Mikolajewski [Mon, 1 Feb 2016 03:01:14 +0000 (12:01 +0900)]
Fix tapping on more than one failure notification.

Bug: 26809248
Change-Id: I4e52b7e7a9e09d57b8a2231a09c9121b5fd19e51

8 years agoMerge "Ignore unknown user restrictions and WTF instead."
Makoto Onuki [Wed, 3 Feb 2016 01:38:33 +0000 (01:38 +0000)]
Merge "Ignore unknown user restrictions and WTF instead."

8 years agoMerge "Slightly change the "pre-N" so it's CTS-friendly."
Makoto Onuki [Wed, 3 Feb 2016 01:31:24 +0000 (01:31 +0000)]
Merge "Slightly change the "pre-N" so it's CTS-friendly."

8 years agoWorked around the crash caused by API renaming
Lifu Tang [Wed, 3 Feb 2016 01:25:32 +0000 (17:25 -0800)]
Worked around the crash caused by API renaming

Bug: 26885642
Change-Id: I1f1ad76d18444d5f250397ef491e1dd4858f0a1d

8 years agoSlightly change the "pre-N" so it's CTS-friendly.
Makoto Onuki [Wed, 3 Feb 2016 01:24:59 +0000 (17:24 -0800)]
Slightly change the "pre-N" so it's CTS-friendly.

Right now, the value of VERSION_CODES.N is 10000, but I'm writing
a caller app with target SDK level 24 for CTS, and the previous
logic didn't work for it.

Bug 25506830

Change-Id: I73613f30b437fb19406736f897d01d59b1f84c9d

8 years agoMerge "Fix root selection after search"
Aga Wronska [Wed, 3 Feb 2016 01:23:41 +0000 (01:23 +0000)]
Merge "Fix root selection after search"

8 years agoMerge "Early kickoff of shadow tasks"
Chris Craik [Wed, 3 Feb 2016 01:17:37 +0000 (01:17 +0000)]
Merge "Early kickoff of shadow tasks"

8 years agoMerge "Add new icon for fbe notification"
Jim Miller [Wed, 3 Feb 2016 01:12:36 +0000 (01:12 +0000)]
Merge "Add new icon for fbe notification"

8 years agoIgnore unknown user restrictions and WTF instead.
Makoto Onuki [Thu, 28 Jan 2016 19:32:32 +0000 (11:32 -0800)]
Ignore unknown user restrictions and WTF instead.

Bug 23902097

Change-Id: I1ac147ecd0286a8eb674d6f9f527edfea6e1198e

8 years agoEarly kickoff of shadow tasks
Chris Craik [Sat, 16 Jan 2016 00:15:30 +0000 (16:15 -0800)]
Early kickoff of shadow tasks

bug:26562703

Change-Id: I7cdf18f2c662380bd31c7ffeefd5c3f569e5c1c6

8 years agoAdd new icon for fbe notification
Jim Miller [Wed, 3 Feb 2016 01:08:56 +0000 (17:08 -0800)]
Add new icon for fbe notification

Fixes bug 26863369

Change-Id: I967d585fa251782d18a5f24c025b28d40268dc85

8 years agoMerge "AAPT2: Support -c configuration filtering"
Adam Lesinski [Wed, 3 Feb 2016 01:05:32 +0000 (01:05 +0000)]
Merge "AAPT2: Support -c configuration filtering"

8 years agoAAPT2: Support -c configuration filtering
Adam Lesinski [Wed, 3 Feb 2016 01:02:58 +0000 (17:02 -0800)]
AAPT2: Support -c configuration filtering

Change-Id: I1e5855ca73440bdc30c21bcbc1dfdd31a9842363

8 years agoMerge "Show view mode button in action bar on Downloads."
Steve McKay [Wed, 3 Feb 2016 00:48:15 +0000 (00:48 +0000)]
Merge "Show view mode button in action bar on Downloads."

8 years agoMerge "Fix null offscreen buffer crash"
Chris Craik [Wed, 3 Feb 2016 00:42:30 +0000 (00:42 +0000)]
Merge "Fix null offscreen buffer crash"

8 years agoMerge "Allow specifying stack when starting activity in AM command."
Filip Gruszczynski [Wed, 3 Feb 2016 00:27:59 +0000 (00:27 +0000)]
Merge "Allow specifying stack when starting activity in AM command."

8 years agoAllow specifying stack when starting activity in AM command.
Filip Gruszczynski [Tue, 2 Feb 2016 23:07:15 +0000 (15:07 -0800)]
Allow specifying stack when starting activity in AM command.

Change-Id: I42032bdebf16b6cd2c0c87fd9aa5c261bc9fe25d

8 years agoMerge "VectorDrawable native rendering - Step 4 of MANY"
Doris Liu [Wed, 3 Feb 2016 00:19:22 +0000 (00:19 +0000)]
Merge "VectorDrawable native rendering - Step 4 of MANY"

8 years agoMerge "Animate pinned stack resize when launching acivity with new bounds."
Filip Gruszczynski [Wed, 3 Feb 2016 00:16:05 +0000 (00:16 +0000)]
Merge "Animate pinned stack resize when launching acivity with new bounds."

8 years agoRename Gps to Gnss for measurement-related APIs
Lifu Tang [Mon, 1 Feb 2016 09:52:00 +0000 (01:52 -0800)]
Rename Gps to Gnss for measurement-related APIs

Bug: 26895757
Change-Id: I12d89dc251e356cf976a4bcd3589a8925a8ad745

8 years agoFix null offscreen buffer crash
Chris Craik [Wed, 3 Feb 2016 00:10:32 +0000 (16:10 -0800)]
Fix null offscreen buffer crash

bug:26571145

Change-Id: I6e885fd6135c0987360275cbf5b46475c24401d4

8 years agoUpdate RILConstants errors to match ril.h
Nathan Harold [Wed, 3 Feb 2016 00:09:12 +0000 (00:09 +0000)]
Update RILConstants errors to match ril.h
am: c0e87a55f2

* commit 'c0e87a55f2e07613e45ee8681498528f9fa7c752':
  Update RILConstants errors to match ril.h

8 years agoMerge "Created a ACTION_RESTRICT_BACKGROUND_CHANGED intent."
Felipe Leme [Tue, 2 Feb 2016 23:59:30 +0000 (23:59 +0000)]
Merge "Created a ACTION_RESTRICT_BACKGROUND_CHANGED intent."

8 years agoMerge "Added onMultiWindowChanged and onPictureInPictureChanged methods to Fragement...
Wale Ogunwale [Tue, 2 Feb 2016 23:53:47 +0000 (23:53 +0000)]
Merge "Added onMultiWindowChanged and onPictureInPictureChanged methods to Fragement class"

8 years agoMerge "Add tests for action bar's search icon behavior - Icon hidden when root...
Aga Wronska [Tue, 2 Feb 2016 23:46:12 +0000 (23:46 +0000)]
Merge "Add tests for action bar's search icon behavior     - Icon hidden when root doesn't support search     - Icon visible whan root supports search"

8 years agoAdded onMultiWindowChanged and onPictureInPictureChanged methods to Fragement class
Wale Ogunwale [Sat, 30 Jan 2016 05:13:50 +0000 (21:13 -0800)]
Added onMultiWindowChanged and onPictureInPictureChanged methods to Fragement class

Bug: 26688489
Change-Id: I611444b29199b4686c9f78dbdd33c9b71820aec4

8 years agoMerge "Condionally remove the block map file."
Tao Bao [Tue, 2 Feb 2016 23:41:08 +0000 (23:41 +0000)]
Merge "Condionally remove the block map file."

8 years agoMerge "Don't clear mExiting if window is going to be removed."
Chong Zhang [Tue, 2 Feb 2016 23:31:38 +0000 (23:31 +0000)]
Merge "Don't clear mExiting if window is going to be removed."

8 years agoAnimate pinned stack resize when launching acivity with new bounds.
Filip Gruszczynski [Tue, 2 Feb 2016 19:52:13 +0000 (11:52 -0800)]
Animate pinned stack resize when launching acivity with new bounds.

Bug: 25672053
Change-Id: Idbcbb77c2442d5e35041f757489f0657daad48c9

8 years agoMerge "Camera2: Legacy: fix legacy device CTS failures"
Yin-Chia Yeh [Tue, 2 Feb 2016 23:23:35 +0000 (23:23 +0000)]
Merge "Camera2: Legacy: fix legacy device CTS failures"

8 years agoMerge "Don't extend alert windows onto status bar/nav bar."
Filip Gruszczynski [Tue, 2 Feb 2016 23:11:39 +0000 (23:11 +0000)]
Merge "Don't extend alert windows onto status bar/nav bar."

8 years agoFix root selection after search
Aga Wronska [Tue, 2 Feb 2016 23:00:18 +0000 (15:00 -0800)]
Fix root selection after search

Bug: 26160443
Change-Id: Ib05719c8219565db7ef88ce41227079537d1fac4

8 years agoVectorDrawable native rendering - Step 4 of MANY
Doris Liu [Thu, 7 Jan 2016 21:49:26 +0000 (13:49 -0800)]
VectorDrawable native rendering - Step 4 of MANY

This CL runs VectorDrawable animation on RenderThread. The changes in this CL
include:
- Convert all the animators in AnimatorSet for AVD into a set of RenderNodeAnimators.
- Hook up the new animators with RenderThread
- Add drawOp in RecordingCanvas for drawing VD so that during the animation
  on RenderThread, all the property changes on VD can be reflected on the screen.

TODO:
- Implement reverse and reset for AVD.

Change-Id: I2df1d754f2db0ad098d9c15dde4bb2bdfafc2315

8 years agoRevert "Permissions: Get rid of GET_ACCOUNTS"
Carlos Valdivia [Tue, 2 Feb 2016 20:20:42 +0000 (20:20 +0000)]
Revert "Permissions: Get rid of GET_ACCOUNTS"

This reverts commit 918c55a67c2bf0cec79f75dec6ca468e914a5fd1.

Change-Id: I995f134336bf61ac1f21052355900ae89d0d6694

8 years agoMerge "DO / PO Shouldn't be removed as active admin..."
Makoto Onuki [Tue, 2 Feb 2016 22:55:48 +0000 (22:55 +0000)]
Merge "DO / PO Shouldn't be removed as active admin..."

8 years agoMerge "RTL for NotificationHeader now working correctly."
Selim Cinek [Tue, 2 Feb 2016 22:54:15 +0000 (22:54 +0000)]
Merge "RTL for NotificationHeader now working correctly."

8 years agoDO / PO Shouldn't be removed as active admin...
Makoto Onuki [Thu, 28 Jan 2016 22:44:18 +0000 (14:44 -0800)]
DO / PO Shouldn't be removed as active admin...

even if they asked.

Also clear(Device|Profile)Owner should remove them as the active admin
too.

Also add some more unit tests.

Bug 26858840

Change-Id: I7b3ed92e1b4cbe803381ed6e3f64d8de17b2ebb0

8 years agoShow view mode button in action bar on Downloads.
Steve McKay [Tue, 2 Feb 2016 19:41:03 +0000 (11:41 -0800)]
Show view mode button in action bar on Downloads.

A grab bag also with:
Report Roots while loading (in DEBUG).
Null check DirectoryFragment before calling methods on it.

Bug:26936660,26143397
Change-Id: Ief2c943eb24fb14349bbd9cc4a5fbd670f57d567

8 years agoAdd strings/setting for carrier app install dialog.
Junda Liu [Wed, 20 Jan 2016 07:20:15 +0000 (23:20 -0800)]
Add strings/setting for carrier app install dialog.

Bug: b/22863855
Change-Id: I34e2ff5997e14afe70a64edb055dc876e26d7946

8 years agoMerge "Remove check for missing parent calls"
Hall Liu [Tue, 2 Feb 2016 22:32:58 +0000 (22:32 +0000)]
Merge "Remove check for missing parent calls"

8 years agoDon't clear mExiting if window is going to be removed.
Chong Zhang [Tue, 2 Feb 2016 22:13:48 +0000 (14:13 -0800)]
Don't clear mExiting if window is going to be removed.

bug: 26819496
Change-Id: I7ab1f45f8d32bc086ded579b46b6b5e9b32771a0

8 years agoMerge "Fix activity thread."
Michael Lentine [Tue, 2 Feb 2016 21:57:20 +0000 (21:57 +0000)]
Merge "Fix activity thread."

8 years agoMerge "Add APIs to allow detection of encryption type"
Paul Lawrence [Tue, 2 Feb 2016 21:54:03 +0000 (21:54 +0000)]
Merge "Add APIs to allow detection of encryption type"

8 years agoUpdate RILConstants errors to match ril.h
Nathan Harold [Tue, 2 Feb 2016 21:22:19 +0000 (13:22 -0800)]
Update RILConstants errors to match ril.h

-Mirror changes from I997da9a15225716786c53b7457b498d4628e76be
-Add an error code for rate-limited requests

Bug: 26767732
Change-Id: Ic094fdf39d33a702e1799e099c86af5238deb226

8 years agoMerge "Refactor key handling and selection."
Ben Kwa [Tue, 2 Feb 2016 21:36:39 +0000 (21:36 +0000)]
Merge "Refactor key handling and selection."

8 years agoMerge "Start the sync job service after primary boot"
Chris Tate [Tue, 2 Feb 2016 21:34:39 +0000 (21:34 +0000)]
Merge "Start the sync job service after primary boot"

8 years agoMerge "Add a config file for linting."
Ben Kwa [Tue, 2 Feb 2016 21:17:18 +0000 (21:17 +0000)]
Merge "Add a config file for linting."

8 years agoStart the sync job service after primary boot
Christopher Tate [Tue, 2 Feb 2016 20:46:18 +0000 (12:46 -0800)]
Start the sync job service after primary boot

This avoids starting the "timeout?" clock until the system's main looper
thread is ready to actually process service startup, avoiding spurious
ANR reports.

Bug 26922408

Change-Id: I8fd3f20e4af644a933f1318e623096b73c7e8e08

8 years agoMerge "Don't require apps to call showLights to use default lights."
Julia Reynolds [Tue, 2 Feb 2016 20:43:28 +0000 (20:43 +0000)]
Merge "Don't require apps to call showLights to use default lights."

8 years agoMerge changes Idedf0045,Iae107a1b,Id798cc39
Winson Chung [Tue, 2 Feb 2016 20:28:14 +0000 (20:28 +0000)]
Merge changes Idedf0045,Iae107a1b,Id798cc39

* changes:
  Tweaking enter from/exit to home animations.
  Allow animation controls for each animated property.
  Fixing regression in animation of drag task.

8 years agoTweaking enter from/exit to home animations.
Winson [Tue, 2 Feb 2016 02:04:59 +0000 (18:04 -0800)]
Tweaking enter from/exit to home animations.

Change-Id: Idedf00457055b6f0268c0f93a0a14c6a553e1168

8 years agoAllow animation controls for each animated property.
Winson [Mon, 1 Feb 2016 22:27:52 +0000 (14:27 -0800)]
Allow animation controls for each animated property.

- Using onDrawForeground() instead of dispatchDraw()

Change-Id: Iae107a1ba14250f8c496264c60a29edc76df88e2

8 years agoFixing regression in animation of drag task.
Winson [Mon, 1 Feb 2016 22:05:29 +0000 (14:05 -0800)]
Fixing regression in animation of drag task.

- Should be ignoring the drag task, caused by a bad merge in ag/854463.
- Preventing relayout when picking up a new task view.  This issue
  caused the task view to be relaid out mid-drag if the animation in the
  stack causes a new TaskView to be picked up from the pool (ie. when
  dragging immediately after starting recents from scratch)

Change-Id: Id798cc39216d7ccbaa106c687aa0a518e7d5155f

8 years agoDon't require apps to call showLights to use default lights.
Julia Reynolds [Tue, 2 Feb 2016 20:11:59 +0000 (15:11 -0500)]
Don't require apps to call showLights to use default lights.

Bug: 26810573
Change-Id: I431a1a18e32c616238e763b401b5f6b14131fd89

8 years agoMerge "Allowing querying for apps with blocked topics."
Julia Reynolds [Tue, 2 Feb 2016 19:44:55 +0000 (19:44 +0000)]
Merge "Allowing querying for apps with blocked topics."

8 years agoMerge "Call SecurityLog methods via Injector"
Rubin Xu [Tue, 2 Feb 2016 19:42:12 +0000 (19:42 +0000)]
Merge "Call SecurityLog methods via Injector"

8 years agoMerge "Revert "TIF: Improve android.media.tv.TvContract.Programs.Genres#decode""
Chulwoo Lee [Tue, 2 Feb 2016 18:54:48 +0000 (18:54 +0000)]
Merge "Revert "TIF: Improve android.media.tv.TvContract.Programs.Genres#decode""

8 years agoRevert "TIF: Improve android.media.tv.TvContract.Programs.Genres#decode"
Chulwoo Lee [Tue, 2 Feb 2016 18:34:58 +0000 (18:34 +0000)]
Revert "TIF: Improve android.media.tv.TvContract.Programs.Genres#decode"

This reverts commit a6130cee3ac9ed8648be005adcf217cf4426defc.

Change-Id: Id3d5ec0ca35bbd8e0b28b2b0dd936078b5da93d6

8 years agoRefactor key handling and selection.
Ben Kwa [Wed, 27 Jan 2016 17:58:36 +0000 (09:58 -0800)]
Refactor key handling and selection.

- Pull key handling code out of the MultiSelectManager.

- Tighten up the semantics around range selection:
  - Create an API on MultiSelectManager for handling multi-select.
  - Make the range selection more opinionated (e.g. more state checks),
    to simplify the design and code.

BUG=25195767

Change-Id: I4bbe446ed3059150499db3d28e581b2e68405266

8 years agoMerge "Make AccessibilityGestureDetector handle gesture detection start and end."
Zach Kuznia [Tue, 2 Feb 2016 18:31:35 +0000 (18:31 +0000)]
Merge "Make AccessibilityGestureDetector handle gesture detection start and end."

8 years agoImport translations. DO NOT MERGE am: 34affa2303 -s ours am: 39c8547b5e -s ours
Geoff Mendal [Tue, 2 Feb 2016 18:25:49 +0000 (18:25 +0000)]
Import translations. DO NOT MERGE am: 34affa2303  -s ours am: 39c8547b5e  -s ours
am: 556931fe58  -s ours

* commit '556931fe58b57895d351ddeea8355cfdbc1ae669':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE am: 34affa2303 -s ours
Geoff Mendal [Tue, 2 Feb 2016 18:19:18 +0000 (18:19 +0000)]
Import translations. DO NOT MERGE am: 34affa2303  -s ours
am: 39c8547b5e  -s ours

* commit '39c8547b5ebb9cfa7a05e788f43eaa77d9de1241':
  Import translations. DO NOT MERGE

8 years agoMerge "Add API in TelecomService to manage blocked numbers."
Abhijith Shastry [Tue, 2 Feb 2016 18:19:06 +0000 (18:19 +0000)]
Merge "Add API in TelecomService to manage blocked numbers."

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Tue, 2 Feb 2016 18:16:26 +0000 (18:16 +0000)]
Import translations. DO NOT MERGE
am: 34affa2303  -s ours

* commit '34affa2303e959275eb66d91e2a416d7a69fc520':
  Import translations. DO NOT MERGE

8 years agoMerge "Transfer focus from the current focused window for two-finger scroll"
Chong Zhang [Tue, 2 Feb 2016 18:10:18 +0000 (18:10 +0000)]
Merge "Transfer focus from the current focused window for two-finger scroll"

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Tue, 2 Feb 2016 18:09:58 +0000 (10:09 -0800)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 26887781
Change-Id: I2f77e533633815badf267419addb9d5f7686a200

8 years agoMerge "Fix breakage due to incomplete name change."
Anna Galusza [Tue, 2 Feb 2016 18:09:21 +0000 (18:09 +0000)]
Merge "Fix breakage due to incomplete name change."

8 years agoAdd a config file for linting.
Ben Kwa [Tue, 2 Feb 2016 18:07:15 +0000 (10:07 -0800)]
Add a config file for linting.

Change-Id: Ic76e8ea1cd2277c2cc1cf9588410bc142378f8a0

8 years agoFix breakage due to incomplete name change.
Anna Galusza [Tue, 2 Feb 2016 18:06:05 +0000 (10:06 -0800)]
Fix breakage due to incomplete name change.

Change-Id: Ief02bd4a994a4ff3a571fedfead05c732043500d

8 years agoMerge "Pinning components in ChooserActivity, take 2"
Adam Powell [Tue, 2 Feb 2016 18:02:17 +0000 (18:02 +0000)]
Merge "Pinning components in ChooserActivity, take 2"

8 years agoCall SecurityLog methods via Injector
Rubin Xu [Tue, 2 Feb 2016 18:00:28 +0000 (18:00 +0000)]
Call SecurityLog methods via Injector

This is to make sure the unit test can mock them out.

Bug: 26911599
Change-Id: I07a1a8b43ad5716a4b667bc5266b3b03997268c5

8 years agoAllowing querying for apps with blocked topics.
Julia Reynolds [Tue, 2 Feb 2016 15:24:30 +0000 (10:24 -0500)]
Allowing querying for apps with blocked topics.

Bug: 26882239
Change-Id: If888cb18891a412067bcb28e575f502c6091f77a

8 years agoMerge "Add new telephony disconnect cause for video calls when tty enabled." into...
Tyler Gunn [Tue, 2 Feb 2016 17:46:46 +0000 (17:46 +0000)]
Merge "Add new telephony disconnect cause for video calls when tty enabled." into mm-wireless-dev
am: 8562fb281c

* commit '8562fb281c37656d9198e6890f5c10e3541f6167':
  Add new telephony disconnect cause for video calls when tty enabled.

8 years agoMerge "Add new telephony disconnect cause for video calls when tty enabled." into...
Tyler Gunn [Tue, 2 Feb 2016 17:42:39 +0000 (17:42 +0000)]
Merge "Add new telephony disconnect cause for video calls when tty enabled." into mm-wireless-dev

8 years agoMerge "Allow the drawer to not be shown."
Anna Galusza [Tue, 2 Feb 2016 17:36:37 +0000 (17:36 +0000)]
Merge "Allow the drawer to not be shown."

8 years agoMerge "Decouple SD card from ADVANCED storage toggle."
Steve McKay [Tue, 2 Feb 2016 17:29:04 +0000 (17:29 +0000)]
Merge "Decouple SD card from ADVANCED storage toggle."

8 years agoDecouple SD card from ADVANCED storage toggle.
Steve McKay [Sat, 30 Jan 2016 02:15:39 +0000 (18:15 -0800)]
Decouple SD card from ADVANCED storage toggle.

A variety of related fixes:
- don't force size enable when browsing from device mounted notifications.
- don't show settings menu item as action (put in overflow).
- add sd card icon (not quite yet used, need to suss that out).

Bug:26880985,26883578,26771127
Change-Id: I36f153c42217f8092f157ded2a756c02525593ab