John Spurlock
a24cb1f959
am 1a38c8b1: Talkback: Ensure TTS stream is not affected by ringer mode.
...
* commit '1a38c8b12ac99cd23fbee37cc15021e782fefbe3':
Talkback: Ensure TTS stream is not affected by ringer mode.
2014-08-12 00:44:02 +00:00
John Spurlock
77e54d905f
Talkback: Ensure TTS stream is not affected by ringer mode.
...
Now that the policy for tablets and phones are unified, follow
the same policy when deciding which streams are never affected
by ringer mode.
Bug:16885683
Change-Id: Iaf526b391de9f429cb9e99ec18a417108443acf6
2014-08-12 00:22:44 +00:00
Jeff Brown
cafae0c176
am e333f8d4: Eliminate power manager latency for boot completed.
...
* commit 'e333f8d4e13eb653073cd7b3965f9d579c90076a':
Eliminate power manager latency for boot completed.
2014-08-12 00:18:55 +00:00
Jeff Brown
6d2a9492e2
Eliminate power manager latency for boot completed.
...
The power manager disables the power button until boot completed
occurs. If there are many pending broadcasts in the queue, it
may be possible for BOOT_COMPLETED to be delayed for several
seconds after boot.
To avoid the delay, introduced a new boot phase which is
sent to system services immediately when boot completed happens.
Bug: 13398280
Change-Id: I1833d2ffb20305009dd76363b43e534034f1d0a2
2014-08-11 17:13:03 -07:00
Etan Cohen
df9c2dc332
am 3855ef4f: Revert "Added debug system property to enable/disable IMS VoLTE/VT."
...
* commit '3855ef4f720ca7c1e45a8e2f1117f0528d48dd3f':
Revert "Added debug system property to enable/disable IMS VoLTE/VT."
2014-08-12 00:00:01 +00:00
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
fe2704dc51
am b0f3440c: Merge "Move input change event handling out of TVInputManager" into lmp-dev
...
* commit 'b0f3440cf143aab7a51ea1005471f7028d5fdec3':
Move input change event handling out of TVInputManager
2014-08-11 23:45:34 +00:00
George Mount
36e835679c
am 6a2026dc: Merge "Custom snapshot capture and reconstitution." into lmp-dev
...
* commit '6a2026dc9fc215bdc1f61e1401faf1d58438f658':
Custom snapshot capture and reconstitution.
2014-08-11 23:13:51 +00:00
RoboErik
5749414e01
am d409105c: Remove sessions listeners that are disabled
...
* commit 'd409105c3c054a59811db409d4beb3ec016dcfab':
Remove sessions listeners that are disabled
2014-08-11 22:38:51 +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
Selim Cinek
b6aabdc868
am 36eb886a: Fixed a bug in the notification stack algorithm
...
* commit '36eb886a78bca130a512163bc314c57f6cdeb574':
Fixed a bug in the notification stack algorithm
2014-08-11 21:10:21 +00: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
43af633736
am 80e8ce77: Merge branch \'lmp-dev\' of sso://googleplex-android.git.corp.google.com/platform/frameworks/base into lmp-dev
...
* commit '80e8ce77932dc0fce9c60aa951a9c5556ead2683':
2014-08-11 20:36:11 +00:00
Geoff Mendal
bdfcd08346
am 9c7ea559: Don\'t double count the left/top when using bitmap cache in VectorDrawable.
...
* commit '9c7ea559c4692dff0add4af43c13aff59cd7483c':
Don't double count the left/top when using bitmap cache in VectorDrawable.
2014-08-11 20:36:06 +00:00
Igor Murashkin
6a44afa666
am 81d6f3e5: camera2: (legacy) Fix the comparison for fixed-focus cameras
...
* commit '81d6f3e54c41466bef7a7a908d84d8a29b739cf6':
camera2: (legacy) Fix the comparison for fixed-focus cameras
2014-08-11 20:31:55 +00:00
Igor Murashkin
153dc18519
am 66a77b72: camera: (LEGACY) - Add captureIntent and physicalSize metadata
...
* commit '66a77b7284b1738fb7406da6088d71d0faa0abd4':
camera: (LEGACY) - Add captureIntent and physicalSize metadata
2014-08-11 20:31:51 +00:00
Igor Murashkin
e83d63af78
am b23dea98: camera: (Legacy) Add support for SCENE_MODE == FACE_PRIORITY
...
* commit 'b23dea98da3c8b97669b56d1336dc120a581533b':
camera: (Legacy) Add support for SCENE_MODE == FACE_PRIORITY
2014-08-11 20:31:46 +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
42bad36fe3
am 618f1ab2: Merge "Copy fonts.xml to /system/etc" into lmp-dev
...
* commit '618f1ab2f1e09b60b8d71a6f7f6a3b976cdaa093':
Copy fonts.xml to /system/etc
2014-08-11 20:01:02 +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
Adrian Roos
b0bdd9c234
am ac4b3444: Merge "QS: Update user switcher details" into lmp-dev
...
* commit 'ac4b34448b70dfa4cc75fab7ade7b142de8fa608':
QS: Update user switcher details
2014-08-11 19:33:46 +00:00
Winson Chung
db01bd5ab7
am c94a7e5e: Merge "Updating accessibility message for Recents activity. (Bug 15570522)" into lmp-dev
...
* commit 'c94a7e5e1d95e42952f2565d9c5e4c7f3809a06e':
Updating accessibility message for Recents activity. (Bug 15570522)
2014-08-11 19:28:34 +00:00
Winson Chung
9f11558124
am 1e9648fb: Merge "Tweaking empty recents text. (Bug 16711522)" into lmp-dev
...
* commit '1e9648fb4b4968713f8b07574244016cdd6abcaa':
Tweaking empty recents text. (Bug 16711522)
2014-08-11 19:28:30 +00:00
Winson Chung
dfc8c8b225
am 2248444d: Initial changes to support swiping on the nav bar to switch affiliated tasks.
...
* commit '2248444d3fadc72c3768d84adb721e13a7dfe953':
Initial changes to support swiping on the nav bar to switch affiliated tasks.
2014-08-11 19:28:26 +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
Jason Monk
e6fee98782
am ce58bb7d: Merge "Make simple user switcher notice setting changes." into lmp-dev
...
* commit 'ce58bb7dc7eb4f5f253a46941fbc22d869138b99':
Make simple user switcher notice setting changes.
2014-08-11 19:20:47 +00:00
Ricardo Cervera
f94a385de1
am 8dbfc002: am 18718444: am 97dbb136: am 6bb49e4a: Merge "docs: Fixed minor issue with Studio shortcuts" into klp-modular-docs
...
* commit '8dbfc0024199d9b98f1bf2d31ab5d53403773314':
docs: Fixed minor issue with Studio shortcuts
2014-08-11 19:20:42 +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
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
Jason Monk
7036cb6bac
Merge "Make simple user switcher notice setting changes." into lmp-dev
2014-08-11 18:40:10 +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
Winson Chung
448bb42c78
Merge "Tweaking empty recents text. (Bug 16711522)" into lmp-dev
2014-08-11 18:26:04 +00:00
Winson Chung
27b97fa098
Tweaking empty recents text. (Bug 16711522)
...
Change-Id: I338e2add6e4a46551ce7d52e873f332979b194e1
2014-08-11 19:17:34 +00:00
Raph Levien
61da0fdfee
Merge "Copy fonts.xml to /system/etc" into lmp-dev
2014-08-11 18:20:32 +00: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
George Mount
78d1d0f94f
Merge "Custom snapshot capture and reconstitution." into lmp-dev
2014-08-11 18:14:57 +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
Adam Lesinski
f9706b9e6a
am 248da634: Merge "Fix shared library bug in bag attributes" into lmp-dev
...
* commit '248da6345d7a0f287fc2867cd1bd02dee129f201':
Fix shared library bug in bag attributes
2014-08-11 17:55:35 +00:00
Selim Cinek
b9444fa248
am e2727043: Merge "Changed the color of low-priority notifications" into lmp-dev
...
* commit 'e27270434eaecdd080e71900833c4fbd9bce3d75':
Changed the color of low-priority notifications
2014-08-11 17:33:31 +00:00
Selim Cinek
5685c12481
am 68597329: Merge "Fixed an animation bug with inline view updates" into lmp-dev
...
* commit '68597329a7259333f56a856032f71f0ee44b493a':
Fixed an animation bug with inline view updates
2014-08-11 17:33:26 +00:00
Sandeep Siddhartha
544333ee98
am 361c8fbd: Merge "Remove direct field access from event payload" into lmp-dev
...
* commit '361c8fbdcd235febf97556c9b5dcc799dfe4fbb6':
Remove direct field access from event payload
2014-08-11 17:20:21 +00:00
Sandeep Siddhartha
e1f7319406
am 69ae4519: Merge "Add debugging info to VIS via dump()" into lmp-dev
...
* commit '69ae451980f6065fb9668ca9cb203cf14e1c8c58':
Add debugging info to VIS via dump()
2014-08-11 17:20:15 +00: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