Jeff Davidson
acb5b7f084
Merge "Don't request network scores before boot completes." into lmp-dev
2014-07-25 21:16:23 +00:00
Jeff Davidson
505c4a3093
Don't request network scores before boot completes.
...
Bug: 16655123
Change-Id: If6696635c59f6494e6232c3a75d283a2cbce2798
2014-07-29 16:18:04 -07:00
Amith Yamasani
204e80485f
Merge "Potential fix for apps disappearing in launcher on system server crash" into lmp-dev
2014-07-25 21:16:23 +00:00
Eino-Ville Talvala
abd9d3c5c7
Camera2: API review updates
...
- Rename CameraCharacteristics#SENSOR_INFO_TIMESTAMP_CALIBRATION
to TIMESTAMP_SOURCE
- Remove StreamConfigurationMap#NO_MIN_FRAME_DURATION
Bug: 16402755
Change-Id: I6c30a1e931c9f064c22092d362bcc61bd88e2f8a
2014-07-29 23:30:34 +00:00
Amith Yamasani
ad97b8b905
Potential fix for apps disappearing in launcher on system server crash
...
Throw RuntimeException to launcher if there was a RemoteException
from LauncherAppsService. This matches the behavior of previous
calls that were made to PackageManager that could have resulted
in a RemoteException if the system server was dying/dead.
Bug: 15687732
Change-Id: Ifda3fda209141b361a286fc033217acfa0ec196e
2014-07-29 16:25:17 -07:00
Ying Wang
8b5a858ee3
Merge "Fix docs build." into lmp-dev
2014-07-28 22:45:16 +00:00
Ying Wang
546f3bf5fe
Fix docs build.
...
Change-Id: I735f5b5a3fe36a454e384d5060d9273a9aabf3aa
2014-07-29 16:23:15 -07:00
Craig Mautner
f4f8bb793f
Eliminate memory leak in TaskPersister
...
Bitmaps added to TaskPersister were piling up in the queue.
- The mRecentsChanged flag was being modified without holding the
lock. There is no mRecentsChanged flag now. Everything to be
written goes into a queue.
- TaskPersister now runs until the queue is empty.
- Bitmaps being written to the same file were being added to the
end of the queue without replacing the earlier bitmap. Now we
search the queue for matching tasks and replace the bitmaps
if needed.
- Method notify() was renamed to wakeup() so IDE could find usages
quicker.
- Bitmaps that were being requested but were still in the queue
are now being fetched from the queue.
Fixes bug 16512870.
Change-Id: Idca1c712e5d2df8196e93faaf563a54405ee96bf
2014-07-29 23:23:01 +00:00
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
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
RoboErik
40495e0545
Fix checkbuild
...
Change-Id: I66321c6da4f921cee2db6f9f05312a6a8edc66d3
2014-07-29 15:51:07 +00: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
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
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