Etan Cohen
77437731a7
Revert "Added debug system property to enable/disable IMS VoLTE/VT."
...
Superseded by "Enhanced 4G LTE Mode" official setting.
This reverts commit d32e5aa844307221785bfe64b3a1b7ef36958cbd.
2014-08-11 23:55:11 +00:00
Jinsuk Kim
91e25eda41
Merge "Move input change event handling out of TVInputManager" into lmp-dev
2014-08-11 19:42:53 +00:00
Jinsuk Kim
d38bf476f6
Move input change event handling out of TVInputManager
...
HDMI input change event should be handled best in TIS implementation
of HDMI input since the input change request from TV/other device
needs to be properly coordinated. This requires the listener be
moved the input service.
Provided an interface in HdmiTvClient for the input service to access
the API through getSystemService(Context.HDMI_CONTROL_SERVICE).
Conflicts:
services/core/java/com/android/server/tv/TvInputHardwareManager.java
Bug: 15570939
Change-Id: Ie2ad10d77907de3d4501f9c892ca553b75365467
2014-08-12 08:27:32 +09:00
Selim Cinek
3afd00e9f2
Fixed a bug in the notification stack algorithm
...
Bad holes could occur when a notification was at the same time in
the top and the bottom stack. This also improves the landscape /
smallscreen interaction with the shade.
Bug: 16715133
Change-Id: Icbb4d080e658f4ddbd39b7d08652ca5311a47978
2014-08-11 20:59:44 +00:00
Geoff Mendal
8705eb95b0
Merge branch 'lmp-dev' of sso://googleplex-android.git.corp.google.com/platform/frameworks/base into lmp-dev
2014-08-11 13:31:17 -07:00
Geoff Mendal
3f19789b77
Don't double count the left/top when using bitmap cache in VectorDrawable.
...
bug:16861184
Change-Id: I0530602957a434b222725b6fcbc1af165ee05835
Merge commit 'refs/changes/18/520718/4' of persistent-https://googleplex-android.git.corp.google.com/platform/frameworks/base into lmp-dev
2014-08-11 13:30:55 -07:00
Igor Murashkin
d42a5fd3e7
camera2: (legacy) Fix the comparison for fixed-focus cameras
...
* Use #equals instead of == for string comparison
* Also make sure lens.info.minimumFocusDistance shows up in
CameraCharacteristics#getKeys() for fixed-focus cameras
Bug: 16900875
Change-Id: I3b9248c5cb62ddcfb13587c6349525e145e353ac
2014-08-11 13:25:01 -07:00
Igor Murashkin
7336f470e3
camera: (LEGACY) - Add captureIntent and physicalSize metadata
...
Bug: 16900182
Change-Id: I159f2416da71c2d7ea803d61b63476da90e03b1c
2014-08-11 13:25:01 -07:00
Igor Murashkin
8c4486c141
camera: (Legacy) Add support for SCENE_MODE == FACE_PRIORITY
...
Bug: 16898478
Change-Id: I4306f6380ea06e8bd95af8738e5dde1a42a8098c
2014-08-11 13:25:01 -07:00
Raph Levien
61da0fdfee
Merge "Copy fonts.xml to /system/etc" into lmp-dev
2014-08-11 18:20:32 +00:00
Adrian Roos
c55dd2bc04
Merge "QS: Update user switcher details" into lmp-dev
2014-08-11 18:41:55 +00:00
Adrian Roos
bc0a9fecf6
QS: Update user switcher details
...
- Update icon colors to white
- Change label for adding a guest
Bug: 16897120
Bug: 16898990
Change-Id: I0541d35df8c03bfeb3ee931d8074a7fe1064b2db
2014-08-11 20:45:04 +02:00
Winson Chung
9e229d80e5
Merge "Updating accessibility message for Recents activity. (Bug 15570522)" into lmp-dev
2014-08-11 18:20:32 +00:00
Winson Chung
f25268b402
Updating accessibility message for Recents activity. (Bug 15570522)
...
Change-Id: Iaaedb9a66b2160015b304863a00fbefdfb0e10ea
2014-08-11 11:58:32 -07:00
Winson Chung
448bb42c78
Merge "Tweaking empty recents text. (Bug 16711522)" into lmp-dev
2014-08-11 18:26:04 +00:00
Winson Chung
b1f749906f
Initial changes to support swiping on the nav bar to switch affiliated tasks.
...
- Actual sideways animations to come once they've been finalized
Bug: 16846966
Change-Id: If6d40495498197a86a98f9b03f54ced3d2baf64a
2014-08-11 19:22:46 +00:00
Winson Chung
27b97fa098
Tweaking empty recents text. (Bug 16711522)
...
Change-Id: I338e2add6e4a46551ce7d52e873f332979b194e1
2014-08-11 19:17:34 +00:00
Jason Monk
7036cb6bac
Merge "Make simple user switcher notice setting changes." into lmp-dev
2014-08-11 18:40:10 +00:00
Ricardo Cervera
1ac0820897
am 18718444: am 97dbb136: am 6bb49e4a: Merge "docs: Fixed minor issue with Studio shortcuts" into klp-modular-docs
...
* commit '18718444b99b4b631021d5452161c7338cb99473':
docs: Fixed minor issue with Studio shortcuts
2014-08-11 19:15:02 +00:00
Jason Monk
6becbe732a
Make simple user switcher notice setting changes.
...
To do this just check the state from the controller (which listens
for changes), rather than holding state locally.
Bug: 16888009
Change-Id: Ifdbf0055c7aa100941c6504cf3f469031c9c6e43
2014-08-11 14:52:34 -04:00
George Mount
78d1d0f94f
Merge "Custom snapshot capture and reconstitution." into lmp-dev
2014-08-11 18:14:57 +00:00
RoboErik
7aef77bbf5
Remove sessions listeners that are disabled
...
Removes sessions listeners when their notification listener is
disabled. Also updates the dump for media sessions.
bug:15549450
Change-Id: Ibe51a4a42ef333e75a09f0fffa0f2b9b8939b85c
2014-08-11 22:32:55 +00:00
George Mount
480ca829e2
Custom snapshot capture and reconstitution.
...
Bug 16865996
Bug 14450297
Bug 16866642
Added a mechanism for custom capture and restore of snapshot
Views. By default, it captures a Bitmap and restores a View
using that Bitmap as a background.
Change-Id: I77c2c62df53b552872e467380565bbe0e6d5c114
2014-08-11 14:28:45 -07:00
ztenghui
6661341596
Don't double count the left/top when using bitmap cache in VectorDrawable.
...
bug:16861184
Change-Id: I0530602957a434b222725b6fcbc1af165ee05835
2014-08-11 10:16:22 -07:00
Adam Lesinski
d4c25dbe67
Merge "Fix shared library bug in bag attributes" into lmp-dev
2014-08-11 17:09:06 +00:00
Selim Cinek
0fe5bf9106
Merge "Changed the color of low-priority notifications" into lmp-dev
2014-08-11 17:09:03 +00:00
Selim Cinek
e4e2cc3c80
Merge "Fixed an animation bug with inline view updates" into lmp-dev
2014-08-11 17:09:03 +00:00
Sandeep Siddhartha
97887cf255
Merge "Remove direct field access from event payload" into lmp-dev
2014-08-11 17:09:03 +00:00
Sandeep Siddhartha
a3a5af04a0
Merge "Add debugging info to VIS via dump()" into lmp-dev
2014-08-11 17:09:01 +00:00
Sandeep Siddhartha
d5730bc88c
Remove direct field access from event payload
...
Change-Id: I0b4462e56a977bfbaaebd2dd31d9246051af1b99
2014-08-11 09:53:44 -07:00
Yorke Lee
a79e2bedba
Block access to call logs from the corp profile
...
Bug: 16812842
Change-Id: Ie4342b5efb2419097c35c0ddebd486a098cea523
2014-08-11 09:43:18 -07:00
Sandeep Siddhartha
6df952ec22
Add debugging info to VIS via dump()
...
Change-Id: I9e8f4536de309256db835b30d94765bfc27d4e80
2014-08-11 09:38:38 -07:00
Adam Lesinski
ccf25c7bf6
Fix shared library bug in bag attributes
...
A ResTable_map entry has a name attribute, which
could be a dynamic reference if it comes from
a shared library. It was not being patched with
the correct package id.
Bug:16795890
Change-Id: Ia8df6a943269b2fefb2132c3ed74eb1997d7701b
2014-08-11 09:16:01 -07:00
Raph Levien
24ce053861
Copy fonts.xml to /system/etc
...
This patch actually copies the new font config file to the /system/etc
directory on the device, where frameworks and apps will be able to read
it.
Bug: 14538154
Change-Id: I53a932210763b718f469d80cc92816edf4e5b14e
2014-08-11 08:54:51 -07:00
Selim Cinek
9063461752
Changed the color of low-priority notifications
...
Bug: 16010701
Change-Id: I7afc351a5a669bbb71b2620afe310b250da66b77
2014-08-11 17:53:18 +02:00
Selim Cinek
a5e211b1f2
Fixed an animation bug with inline view updates
...
The height is now updated in an animated fashion.
Bug: 16947659
Change-Id: I4e89e6ca78f8d3c0f1e6f7eb61134a394c6d7d73
2014-08-11 17:53:18 +02:00
Etan Cohen
1584609f42
Add configuration flag controlling whether IMS can be completely disabled.
...
Change-Id: I70e6fc163d65bba7d1260df0acb74ca614e54b68
2014-08-11 08:41:19 -07:00
Ricardo Cervera
18718444b9
am 97dbb136: am 6bb49e4a: Merge "docs: Fixed minor issue with Studio shortcuts" into klp-modular-docs
...
* commit '97dbb136473b18a6d7171577ef2a7136819b4a18':
docs: Fixed minor issue with Studio shortcuts
2014-08-11 15:22:03 +00:00
Ricardo Cervera
97dbb13647
am 6bb49e4a: Merge "docs: Fixed minor issue with Studio shortcuts" into klp-modular-docs
...
* commit '6bb49e4ae629e3740cd3a623fcc115f895f3188c':
docs: Fixed minor issue with Studio shortcuts
2014-08-11 15:17:27 +00:00
Barnaby James
c8f3003533
Merge "Make Test Voice Interactor support new requirements." into lmp-dev
2014-08-10 19:43:29 +00:00
Craig Stout
362dac08e4
Merge "Fix NPEs when inflating a ValueAnimator." into lmp-dev
2014-08-10 19:43:29 +00:00
Barnaby James
0134fd8139
Make Test Voice Interactor support new requirements.
...
Add settings activity and stub RecognizerService to voice interactor test.
Change-Id: I3c3dda7d2c30eac5e0b889c0c7305dc8f4dfbcb9
2014-08-09 21:24:52 -07:00
Rachad
6adf47eacc
Merge "Added Tunneled video playback support to MediaCodec" into lmp-dev
2014-08-09 00:45:27 +00:00
Rachad
73fc533b2e
Added Tunneled video playback support to MediaCodec
...
Bug:16132368
Change-Id: I8c28cd9fbf3ca2d441f5ffa6892fbc5f70184908
2014-08-09 01:29:43 +00:00
Adam Lesinski
ec64709ce0
Merge "AAPT support for feature splits" into lmp-dev
2014-08-09 00:40:15 +00:00
Ricardo Cervera
6bb49e4ae6
Merge "docs: Fixed minor issue with Studio shortcuts" into klp-modular-docs
2014-08-08 20:34:05 +00:00
John Spurlock
1d1720fd93
Merge "QS: Fix some QS layout issues." into lmp-dev
2014-08-08 20:34:05 +00:00
John Spurlock
bceed060f0
QS: Fix some QS layout issues.
...
- Make the tile list configurable for testing.
- Support an external tile backed by a sticky broadcast intent.
- Ensure tiles clean up properly when no longer needed.
Bug:16818269
Bug:16822505
Change-Id: Ie24f878aae0d19c7f1feca4c519d10667023bef3
2014-08-11 10:19:21 -04:00
Jae Seo
186b869020
Merge "Ensure that custom label isn't empty" into lmp-dev
2014-08-09 00:40:15 +00:00
Jaewan Kim
05abff10e3
Ensure that custom label isn't empty
...
This also changes getHiddenTvInputIds to return mutable ArrayList.
Bug: 16876078
Change-Id: Ib84a071e7a7cf390ac4f9cf69f3d8daf218d657d
2014-08-11 21:01:36 +09:00