Adam Powell
70cb95fcbf
am 2e9f1521: Merge "Dispatch more menu events to window callbacks from ToolbarActionBar" into lmp-dev
...
* commit '2e9f15211891b474475afb7c9952b6041680a580':
Dispatch more menu events to window callbacks from ToolbarActionBar
2014-09-05 00:29:25 +00:00
Adam Powell
f8b6a3868c
am 5a01e292: Merge "Material EdgeEffect refinements" into lmp-dev
...
* commit '5a01e292ff706f8b9e454dd512f1bbd48dfbea16':
Material EdgeEffect refinements
2014-09-05 00:29:21 +00:00
Yorke Lee
d500584234
am 52cd366d: Merge "ContactsContract API changes per API review" into lmp-dev
...
* commit '52cd366d9d094af6b8c3b4e91e54d00a88f50cb8':
ContactsContract API changes per API review
2014-09-05 00:29:17 +00:00
Adam Powell
e50a26f3d8
Merge "Dispatch more menu events to window callbacks from ToolbarActionBar" into lmp-dev
2014-09-05 00:26:30 +00:00
Adam Powell
1e7b18188c
Merge "Material EdgeEffect refinements" into lmp-dev
2014-09-05 00:24:58 +00:00
Yorke Lee
2c404b1e5d
Merge "ContactsContract API changes per API review" into lmp-dev
2014-09-05 00:20:07 +00:00
Adam Powell
710c456ddb
Material EdgeEffect refinements
...
Add back auto-recede for EdgeEffect, but with a longer delay. Removing
it caused compatibility issues in existing custom views that never
call onRelease. The longer delay will be a signal that something is
amiss without disrupting the UX too badly.
Recede the glow more quickly on release.
Start translucent and fade to more opaque as the glow grows and is
pulled further. Make the opacity stronger in the extreme cases so the
glow is more prominent.
Equalize glow size across the width and height.
Bug 15146438
Bug 15936708
Change-Id: I020d705906e6225b044d0f5303bafa733a679a66
2014-09-04 17:03:43 -07:00
Jungshik Jang
3d6d6688c2
am d427ee65: Merge "CEC: Revamp volume control action." into lmp-dev
...
* commit 'd427ee6517486be598621d6911ede5254e3f3f91':
CEC: Revamp volume control action.
2014-09-04 23:57:25 +00:00
Yorke Lee
78814623e0
ContactsContract API changes per API review
...
Bug: 17390425
Change-Id: Ia88fb0235a56becc3ec5a770067856311769a68c
2014-09-04 16:51:53 -07:00
Jungshik Jang
f4df7656b9
Merge "CEC: Revamp volume control action." into lmp-dev
2014-09-04 23:47:03 +00:00
Jungshik Jang
2e8f1b6399
CEC: Revamp volume control action.
...
Here is a list of changes
1. Change volume control into event base not level base
2. Hide volume ui if volume change is triggered by CEC
3. Report volume change triggered by CEC in OSD message
4. Revamp HdmiLogger so that normal class uses static method only.
5. Apply format message to HdmiLogger's helper methods.
Bug: 17367215
Change-Id: I9f3cd41f7c66f76919059b463df956ed5176b054
2014-09-05 08:30:19 +09:00
Adam Powell
04c0d46078
Dispatch more menu events to window callbacks from ToolbarActionBar
...
Wire through the callbacks that result in onPrepareOptionsMenu being
called properly when an activity overflow menu is opened.
Bug 17326424
Change-Id: Ifc5b67af0d215f210bb00326f82f60ba55a36d52
2014-09-04 16:25:26 -07:00
Raph Levien
d592c861a0
am 43012fec: Merge "Up/down arrow moves to beginning/end of buffer" into lmp-dev
...
* commit '43012fecc4871a2994bf9fb8d0a23710368e4327':
Up/down arrow moves to beginning/end of buffer
2014-09-04 23:18:19 +00:00
Dianne Hackborn
8e132e0f4f
am c5e138f7: Merge "Fix issue #17375172... sshhhhhh!!!" into lmp-dev
...
* commit 'c5e138f774ca46cf2f2fb58a040c2f91685d00cf':
Fix issue #17375172... sshhhhhh!!!
2014-09-04 23:18:15 +00:00
Raph Levien
26573425da
Merge "Up/down arrow moves to beginning/end of buffer" into lmp-dev
2014-09-04 23:08:58 +00:00
Dianne Hackborn
edfc6af590
Merge "Fix issue #17375172... sshhhhhh!!!" into lmp-dev
2014-09-04 23:08:24 +00:00
Raph Levien
fb0431b525
Up/down arrow moves to beginning/end of buffer
...
With a hardware keyboard, using up arrow within the top line should
move to the beginning of the buffer, to better match desktop text
editing expectations, and similarly for down arrow on the last line.
This patch implements that behavior.
Bug: 17385784
Change-Id: Ia23c23c9cc2462558bca9aaffec7d83e284d55e8
2014-09-04 15:03:14 -07:00
Dianne Hackborn
521e4bd7c5
Fix issue #17375172... sshhhhhh!!!
...
Change-Id: Idf3eafe829418bfc29e31f893ae6cff249488ffa
2014-09-04 14:50:26 -07:00
Robert Greenwalt
eab1f973a3
am ca6b015f: Merge "Catch creation of NetworkRequest without NetCap" into lmp-dev
...
* commit 'ca6b015f26c1b8f6d701677961b0b48c21ab7c36':
Catch creation of NetworkRequest without NetCap
2014-09-04 21:16:25 +00:00
Chris Craik
663c091bfa
am b25a4d5f: Merge "Prioritize reveal clipping over Outline clipping" into lmp-dev
...
* commit 'b25a4d5fbbbbcaefd0c494c410542680db9c7d11':
Prioritize reveal clipping over Outline clipping
2014-09-04 21:16:22 +00:00
Robert Greenwalt
d35d826fb5
Merge "Catch creation of NetworkRequest without NetCap" into lmp-dev
2014-09-04 21:08:11 +00:00
Chris Craik
2d3f9033f8
Merge "Prioritize reveal clipping over Outline clipping" into lmp-dev
2014-09-04 21:06:10 +00:00
Chris Craik
e83cbd4518
Prioritize reveal clipping over Outline clipping
...
bug:15780987
bug:17350602
Also update docs around clipping nesting behavior,
and some Z ordering behavior.
Change-Id: Iaa204350a0adfdcbd8c4b821fb4a9c0ae22f2613
2014-09-04 14:05:10 -07:00
David Christie
509e155d76
am 36b0eac4: Merge "Add @SystemApi annotations to methods used by GmsCore. -Currently these methods are called using reflection for location. Bug: 17371392 Change-Id: I6546f5b485415beff69164ba0d526757ee831f69" into lmp-dev
...
* commit '36b0eac472fdbc45db378646170b891581b53b36':
Add @SystemApi annotations to methods used by GmsCore. -Currently these methods are called using reflection for location. Bug: 17371392 Change-Id: I6546f5b485415beff69164ba0d526757ee831f69
2014-09-04 21:04:46 +00:00
Alan Viverette
7568d9df75
am 69dc952d: Merge "Fix AM/PM text i18n and clean up keyboard support in time picker" into lmp-dev
...
* commit '69dc952dba40c2c5ab3f0e596391e330ff9f71c8':
Fix AM/PM text i18n and clean up keyboard support in time picker
2014-09-04 21:04:25 +00:00
Alan Viverette
8a4e36c8d6
am cfad03e3: Merge "Fix clip rect when drawing accessibility focus rect" into lmp-dev
...
* commit 'cfad03e3088ea3f673859c1ada257f299b4ebe68':
Fix clip rect when drawing accessibility focus rect
2014-09-04 21:04:21 +00:00
Raph Levien
319f142cf5
am 58e457cc: Merge "Fix Layout.isRtlCharAt" into lmp-dev
...
* commit '58e457ccaf9d9b864d4033be18ddf0e71a218952':
Fix Layout.isRtlCharAt
2014-09-04 21:04:14 +00:00
David Christie
e7baf5afc0
Merge "Add @SystemApi annotations to methods used by GmsCore. -Currently these methods are called using reflection for location. Bug: 17371392 Change-Id: I6546f5b485415beff69164ba0d526757ee831f69" into lmp-dev
2014-09-04 20:53:39 +00:00
David Christie
c20b795cf0
Add @SystemApi annotations to methods used by GmsCore.
...
-Currently these methods are called using reflection for location.
Bug: 17371392
Change-Id: I6546f5b485415beff69164ba0d526757ee831f69
2014-09-04 20:53:21 +00:00
Alan Viverette
3b256c850c
Merge "Fix AM/PM text i18n and clean up keyboard support in time picker" into lmp-dev
2014-09-04 20:45:12 +00:00
Alan Viverette
c65e9a480a
Merge "Fix clip rect when drawing accessibility focus rect" into lmp-dev
2014-09-04 20:44:38 +00:00
Adam Lesinski
58a3104206
am 0c0fcce6: Merge "Add Configuration changes to UsageStats" into lmp-dev
...
* commit '0c0fcce6a5ce39df0161a78fbb0577d4c70a7a87':
Add Configuration changes to UsageStats
2014-09-04 20:41:16 +00:00
Raph Levien
37d611198f
Merge "Fix Layout.isRtlCharAt" into lmp-dev
2014-09-04 20:40:45 +00:00
Adam Lesinski
430f5680b6
Merge "Add Configuration changes to UsageStats" into lmp-dev
2014-09-04 20:35:51 +00:00
Alan Viverette
eb3ca22426
Fix clip rect when drawing accessibility focus rect
...
BUG: 17320910
Change-Id: I4112c2c9c10187d4b085c7eb96112fab090612ce
2014-09-04 13:09:34 -07:00
Jason Monk
7b72d72259
am f06881a4: Merge "Proxy fixes from API review feedback" into lmp-dev
...
* commit 'f06881a4755f146efcc2abca83f48580f16f794f':
Proxy fixes from API review feedback
2014-09-04 20:03:38 +00:00
Jason Monk
9f30ce3b82
Merge "Proxy fixes from API review feedback" into lmp-dev
2014-09-04 19:52:03 +00:00
Jason Monk
c9cf46a60e
am 2d084e75: Merge "Change constants from API review feedback" into lmp-dev
...
* commit '2d084e7555715623213f6fdb7bd0af4505710b22':
Change constants from API review feedback
2014-09-04 19:49:02 +00:00
Raph Levien
875062059c
Fix Layout.isRtlCharAt
...
We weren't getting correct results from Layout.isRtlCharAt, because it
was only testing half of the correct predicate for whether the argument
was inside the run. This patch restores the correct predicate.
Bug: 17381011
Change-Id: Ib0a77cc182f4ca4bfe824e85b7aff7268f465d73
2014-09-04 12:47:03 -07:00
Jason Monk
d8927a84fb
Merge "Change constants from API review feedback" into lmp-dev
2014-09-04 19:40:30 +00:00
Jason Monk
8236413ce0
Proxy fixes from API review feedback
...
Bug: 17389383
Change-Id: Ib5e40f55d02687ee917ba30773123cf3e4c2a97d
2014-09-04 15:39:56 -04:00
Kenny Guy
86a944e2ad
am 56e125ff: Merge "Revert "Ensure all RemoteViews use myUserId rather than context."" into lmp-dev
...
* commit '56e125ff1d6d1cde633b1154b07e1efddc5293e9':
Revert "Ensure all RemoteViews use myUserId rather than context."
2014-09-04 19:21:53 +00:00
Adam Lesinski
7f61e96db7
Add Configuration changes to UsageStats
...
Bug:17354208
Change-Id: I9b2f595e51b656607e30e798926cfb7e25134944
2014-09-04 12:15:32 -07:00
Kenny Guy
6e0a5aef30
Merge "Revert "Ensure all RemoteViews use myUserId rather than context."" into lmp-dev
2014-09-04 19:14:25 +00:00
Svetoslav
9471dc19a8
am af08fbbf: Merge "Update accessibility focused virtual view bounds." into lmp-dev
...
* commit 'af08fbbff429e08426e59fb0911a8be09d6c7062':
Update accessibility focused virtual view bounds.
2014-09-04 18:45:32 +00:00
Svetoslav
ac0d317c31
Merge "Update accessibility focused virtual view bounds." into lmp-dev
2014-09-04 18:40:05 +00:00
Jason Monk
5503a55c0b
Change constants from API review feedback
...
Bug: 17390600
Change-Id: Ie93da8eb6786b7135e8b852804a95f376fcb9d91
2014-09-04 14:25:45 -04:00
Michael Wright
e8291fd96a
am c27c79f1: Merge "Add support for SW_CAMERA_LENS_COVER." into lmp-dev
...
* commit 'c27c79f15ea22ad77d7431fe0eaf82c2d393635e':
Add support for SW_CAMERA_LENS_COVER.
2014-09-04 18:10:02 +00:00
George Mount
4f52476045
am ae572ad4: Merge ""Back" with translucent window now sets ActivityOptions." into lmp-dev
...
* commit 'ae572ad4a0a27c9806b4b311d578b5ce27696604':
"Back" with translucent window now sets ActivityOptions.
2014-09-04 18:09:58 +00:00
Michael Wright
18aa9f65fd
Merge "Add support for SW_CAMERA_LENS_COVER." into lmp-dev
2014-09-04 18:07:00 +00:00