Jeff Sharkey
f52773fd62
More DocumentsUI material iteration.
...
Move to using Toolbar for all actions. Drawer contains its own
Toolbar with separate title, and hamburger is always visible. Change
drawer items to match spec. Switching to Toolbar allows us to remove
nasty dialog-on-tablet hacks, yay! This also means we can finally
get real IME resizing support.
Move to using elevation for all shadows; this removes more nasty
hacks around drawing directory shadows.
Bug: 15836082
Change-Id: Iba70b898f385a7debd8aabfc98ff39d20bca860d
2014-07-29 23:19:45 +00:00
Jeff Davidson
1561fd3b06
Merge "Add NetworkScoreManager.disableScoring()." into lmp-dev
2014-07-24 16:56:49 +00:00
Jeff Davidson
26fd143326
Add NetworkScoreManager.disableScoring().
...
Allows the active scorer app to disable itself.
Change-Id: I7bcdc3aafb95af4ea0b110b01b08ab4daf7a137f
2014-07-29 16:03:19 -07:00
Jinsuk Kim
43c23e273e
Invoke input change listener at path change
...
Previously input change listener is not invoked if the routing change
does not cause the TV port change, but this failed to trigger the change
from an active source connected to port 1 to a non-cec device also
connected to port 1. Do this by comparing paths not ports.
Also did some cleanup:
- Avoid allocating empty lists too often for getActions
- ActiveSource.invalidate()
Change-Id: Id79531e2552ef7fa38bd604796108b8650db69a1
2014-07-29 22:57:52 +00:00
Yuncheol Heo
26ba7fddca
Make it pass CECT 11.1.3 System standby
...
- Accept the broadcast <Standby> message.
- Fix the bug that onStandyCompleted() is called mutliple times.
- Fix the issue that <Standby> message is not sent when going to
the standby state, since the local device was cleared already.
Bug: 16497304
Change-Id: Ib04ad2386621929814a801edd6b6c0e1a3902a7c
2014-07-30 07:55:39 +09:00
RoboErik
40495e0545
Fix checkbuild
...
Change-Id: I66321c6da4f921cee2db6f9f05312a6a8edc66d3
2014-07-29 15:51:07 +00:00
Alexandra Gherghina
1f33d77f04
Rename work icon symbol to match the prefix used for badges.
...
Also renames the images for consistency.
Bug: 16369104
Change-Id: I19f97ae22cb2ee4f7db210f083badc1a30520b44
2014-07-29 15:21:01 +00:00
George Mount
7299bc1305
Merge "Allow a "ghost view" that paint a different view from the overlay." into lmp-dev
2014-07-25 21:16:23 +00:00
George Mount
807e40c55c
Allow a "ghost view" that paint a different view from the overlay.
...
Bug 15744995
The ghost view doesn't route touch events, but hides another
view in its normal parent, and paints it as a child of another
ViewGroup or ViewGroupOverlay.
Change-Id: I352e14c366ccfb7303cee1dbff8563c673fd12ff
2014-07-29 07:27:52 -07:00
Marcin Kosiba
eed396f792
Make webview text encoding and keySystemUUID mapping and error page public.
...
These resources will need to be accessed from the APK-bundled
WebView and therefore need to be made public.
BUG: 11505352
Change-Id: I5e988671cc8342ed4146a90b4de1246460232050
2014-07-29 15:17:07 +01:00
Jinsuk Kim
14149ee2d8
Merge "Send TV app the intent for the new active source" into lmp-dev
2014-07-25 11:19:20 +00:00
Jinsuk Kim
b2b3151a42
Send TV app the intent for the new active source
...
When signalled by an external CEC device about to become a new active
source, TIF(TvInputHardwareManager) sends an intent for TV app to tune to
the input mapped to the device. For non-CEC devices or MHL device
the device info comes with port ID only, which should be used to find
the right input.
Change-Id: I71c8454fead037d880ee440b0a8d64dd361ed558
2014-07-29 22:41:57 +00:00
Ihab Awad
edeb0d2104
Merge "Connection creation and service wiring for WiFi call managers (1/3)" into lmp-dev
2014-07-27 22:35:46 +00:00
Ihab Awad
f8b69887b4
Connection creation and service wiring for WiFi call managers (1/3)
...
Bug: 16469413
Change-Id: I019922f76f54d2fa376513a6284d6322959a8235
2014-07-29 15:14:33 -07:00
Jorim Jaggi
5ad92c5278
Optimize alpha handling for stack scroller
...
Use a layer when an alpha is set. Currently, this breaks shadows
when alpha != 1f, however, b/15860114 will fix this.
Change-Id: I094d5896a5433ba9a0ecc17549ef2944f6b7881e
2014-07-29 22:07:21 +00:00
Igor Murashkin
ffdfcd7f27
Merge "camera2: legacy: Don't set the @hide frame number metadata" into lmp-dev
2014-07-25 21:16:23 +00:00
Igor Murashkin
56678d8778
camera2: legacy: Don't set the @hide frame number metadata
...
Change-Id: Id1c8292444a45a97228d5c95f23f6d1f8171d3b5
2014-07-29 15:14:57 -07:00
Igor Murashkin
bdf366cc70
camera2: Api change (#getFrameNumber -> long; @hide REQUEST_FRAME_COUNT)
...
Change-Id: I164011c97a57fb9fb9c504ae4c5f394dcb36a4bc
2014-07-29 15:09:45 -07:00
Igor Murashkin
3676164462
Merge "camera2: Api change (#getFrameNumber -> long; @hide REQUEST_FRAME_COUNT)" into lmp-dev
2014-07-29 21:36:00 +00:00
Igor Murashkin
3a3eb15741
camera2: legacy: fix cached results bug and fix focus modes
...
- Also add request.frameCounter and request.pipelineDepth results
Change-Id: I104c8243fa525622cb4ab7b5535cbca8588862f3
2014-07-29 14:23:27 -07:00
Igor Murashkin
83d8639e90
camera2: legacy: Add focus support
...
* Characteristics will list control.availableAfModes
* Request/result for control.afMode and control.afState
(Does not yet support control.afRegions)
Change-Id: I828111425fa587114d5159f7fb2b1e53a2c74e61
2014-07-29 14:20:41 -07:00
Yorke Lee
f83fdd0864
Merge "Add new proximity sensors in Telecomm (1/3)" into lmp-dev
2014-07-28 18:28:56 +00:00
Robert Ly
7043ce4a8c
am 9c53194a: am 58967bfb: am 1c977b37: Merge "docs: fix typo bug 16623189" into klp-modular-docs
...
* commit '9c53194a6fccd9980d4ee3fabe4466b16d73580b':
docs: fix typo bug 16623189
2014-07-29 16:48:33 +00:00
Robert Ly
c7af515f91
am 0029ef67: am dadb473e: am 9613b433: Merge "docs: fix typo" into klp-modular-docs
...
* commit '0029ef67598336e3a774c6cf1dfde8245136484a':
docs: fix typo
2014-07-29 16:48:17 +00:00
Ricardo Cervera
9ce46bc1cc
am 7f214e61: am 8d1aa957: am 652e5c7e: Merge "docs: Describe the alloc tracker in Android Studio" into klp-modular-docs
...
* commit '7f214e6149b38af10224cf9f8f8f4959eebd52a6':
docs: Describe the alloc tracker in Android Studio
2014-07-29 16:48:11 +00:00
Ricardo Cervera
6d327429bb
am 5ff390be: am df881ccc: am 321e0302: docs: Fix Wear docs issues.
...
* commit '5ff390be1b0b968ccf28e693b602b8e8b5f448e9':
docs: Fix Wear docs issues.
2014-07-29 16:48:01 +00:00
Robert Ly
9c53194a6f
am 58967bfb: am 1c977b37: Merge "docs: fix typo bug 16623189" into klp-modular-docs
...
* commit '58967bfbe824f020194872a6d0a5204b54e6043a':
docs: fix typo bug 16623189
2014-07-29 16:34:01 +00:00
Robert Greenwalt
5c1c832a8f
Remove dead code 4.
...
Removing:
handleDnsConfigurationChange
updateDnsLocked
updateRoutes
handleConnectivityChange
handleConnect
handleDisconnect
Adding a missing flushVmDnsCache and setting of mActiveDefaultNetwork
Change-Id: I681fc72c317833ea1deb42db0b43d2adb21baeff
2014-07-29 16:32:08 +00:00
Robert Ly
58967bfbe8
am 1c977b37: Merge "docs: fix typo bug 16623189" into klp-modular-docs
...
* commit '1c977b3744dbe916edde2e256a39c30e5888ef4f':
docs: fix typo bug 16623189
2014-07-29 16:30:07 +00:00
Yorke Lee
0d6ea71bcf
Add new proximity sensors in Telecomm (1/3)
...
Add the following two APIs in Telecomm and use them in InCallUI
setProximitySensorOn
setProximitySensorOff(boolean turnScreenOnImmediately)
Bug: 16573954
Change-Id: I8219e9c659f4ea4493f5cd5c8bcaa95a98d180e2
2014-07-29 09:27:31 -07:00
Robert Ly
0029ef6759
am dadb473e: am 9613b433: Merge "docs: fix typo" into klp-modular-docs
...
* commit 'dadb473e2b9dc7bf2691dea7153c6700102e6562':
docs: fix typo
2014-07-29 15:42:24 +00:00
Robert Ly
dadb473e2b
am 9613b433: Merge "docs: fix typo" into klp-modular-docs
...
* commit '9613b433f47162d008f034afbb16deac16532662':
docs: fix typo
2014-07-29 15:38:02 +00:00
Ricardo Cervera
7f214e6149
am 8d1aa957: am 652e5c7e: Merge "docs: Describe the alloc tracker in Android Studio" into klp-modular-docs
...
* commit '8d1aa95729a44a953dd5cd434f2c7380e6d1f641':
docs: Describe the alloc tracker in Android Studio
2014-07-29 15:32:57 +00:00
Ricardo Cervera
8d1aa95729
am 652e5c7e: Merge "docs: Describe the alloc tracker in Android Studio" into klp-modular-docs
...
* commit '652e5c7ef1f8176dc680f7c4ba782164269b03b0':
docs: Describe the alloc tracker in Android Studio
2014-07-29 15:29:00 +00:00
Ricardo Cervera
5ff390be1b
am df881ccc: am 321e0302: docs: Fix Wear docs issues.
...
* commit 'df881ccc1fe5efefa4a71cf8e5f663f9e2911151':
docs: Fix Wear docs issues.
2014-07-29 15:07:56 +00:00
Ricardo Cervera
df881ccc1f
am 321e0302: docs: Fix Wear docs issues.
...
* commit '321e030202cb74cad0dd8a4950cffe361a5072c8':
docs: Fix Wear docs issues.
2014-07-29 15:01:11 +00:00
Filip Gruszczynski
896a82d77e
am d0e03392: Merge "Fix double chin issue, where bottom inset is applied twice." into klp-modular-dev
...
* commit 'd0e03392394164e1e261ef8829e187ad2362d426':
Fix double chin issue, where bottom inset is applied twice.
2014-07-28 23:40:13 +00:00
Craig Mautner
09875ec729
am 0fa45d93: Merge "Remove PendingActivityLaunches based on stack." into klp-modular-dev
...
* commit '0fa45d93f7265c130d5dc49a51130ed74db5cec9':
Remove PendingActivityLaunches based on stack.
2014-07-28 23:28:59 +00:00
Robert Ly
1c977b3744
Merge "docs: fix typo bug 16623189" into klp-modular-docs
2014-07-28 22:45:16 +00:00
Robert Ly
a66de16cde
docs: fix typo bug 16623189
...
Change-Id: Ia790587cf60cbf4e9f699605a5ad6a7dc5a06799
2014-07-29 16:26:36 +00:00
Robert Ly
a37ddd97a8
docs: fix typo
...
Change-Id: I4d76d625dc508e7279162d1d3ace9c32625e1358
2014-07-29 08:33:17 -07:00
Craig Mautner
0fa45d93f7
Merge "Remove PendingActivityLaunches based on stack." into klp-modular-dev
2014-07-28 22:45:16 +00:00
Craig Mautner
7f13ed37fd
Remove PendingActivityLaunches based on stack.
...
Was previously removing by trying to match activities, but the
activity being matched would not have been in the stack yet. Since
it doesn't get added to the stack when it goes into the list
of pending activities. By removing all pending activities associated
with the stack we clean up all such pending activities.
Fixes bug 16045752.
Change-Id: I6b5981ffcce674139837b06362e573299bbc9e52
2014-07-28 14:00:35 -07:00
Alan Lau
52baf3d096
am 77d6f36b: Revert "DO NOT MERGE Implement line breaking using ICU break iterator"
...
* commit '77d6f36bbc76dbed51bea17d1ffcd3c1d6ffd30f':
Revert "DO NOT MERGE Implement line breaking using ICU break iterator"
2014-07-28 20:07:23 +00:00
Alan Lau
d2e1ecb67b
am 40b0d4d7: Merge "Revert "DO NOT MERGE Fix line breaking for clusters in narrow views"" into klp-modular-dev
...
* commit '40b0d4d7519b6a1999742534513406f94c169f1f':
Revert "DO NOT MERGE Fix line breaking for clusters in narrow views"
2014-07-28 19:58:00 +00:00
Alan Lau
18b5f44c5e
am af60e56b: Revert "DO NOT MERGE Fix extraneous allocation and copying"
...
* commit 'af60e56b39582ea90ccd7601cd06350a50bf6500':
Revert "DO NOT MERGE Fix extraneous allocation and copying"
2014-07-28 19:57:55 +00:00
Alan Lau
77d6f36bbc
Revert "DO NOT MERGE Implement line breaking using ICU break iterator"
...
This reverts commit 0c87dfd25d5a305fb67eb328d114aada87055dd7.
Change-Id: Ibc300bb945776594099b69965cabe7220d10de2f
2014-07-28 19:53:51 +00:00
Anish Athalye
a665380b60
am 1a408a34: DO NOT MERGE Fix extraneous allocation and copying
...
* commit '1a408a344c7921d7c943826bea3ce0cdd822583d':
DO NOT MERGE Fix extraneous allocation and copying
2014-07-28 19:53:26 +00:00
Alan Lau
af60e56b39
Revert "DO NOT MERGE Fix extraneous allocation and copying"
...
This reverts commit 1a408a344c7921d7c943826bea3ce0cdd822583d.
Change-Id: If5a19a4cc54e76aeddac0923e28bbf310e78feb4
2014-07-28 19:51:01 +00:00
Alan Lau
3150372342
am 97170e0c: Merge "DO NOT MERGE Implement line breaking using ICU break iterator" into klp-modular-dev
...
* commit '97170e0c48bbff21ef6773110d950621131cf9dd':
DO NOT MERGE Implement line breaking using ICU break iterator
2014-07-28 19:10:29 +00:00