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
George Mount
0f6c32af06
Merge ""Back" with translucent window now sets ActivityOptions." into lmp-dev
2014-09-04 18:03:52 +00:00
George Mount
9e18397112
"Back" with translucent window now sets ActivityOptions.
...
Also made convertToTranslucent set the canvas opacity.
Bug 16215650
Change-Id: Id4325eaed34cda1269d874f239aeb5f6f82c959f
2014-09-04 11:02:29 -07:00
Ruben Brunk
2b9a59d896
am bb009ddb: Merge "camera2: Fix Nakasi crash-on-start when using Camera2 API." into lmp-dev
...
* commit 'bb009ddb9167058dae8543172511261df020b0ee':
camera2: Fix Nakasi crash-on-start when using Camera2 API.
2014-09-04 17:57:51 +00:00
Ruben Brunk
69a0966441
Merge "camera2: Fix Nakasi crash-on-start when using Camera2 API." into lmp-dev
2014-09-04 17:47:16 +00:00
Chris Wren
e5496543e7
am c95be445: Merge "Honor per-app sensitivity setting." into lmp-dev
...
* commit 'c95be445c9a26f125fcca0b44a74da5e8c1d59bb':
Honor per-app sensitivity setting.
2014-09-04 17:45:24 +00:00
Chris Wren
0fb810a3fa
Merge "Honor per-app sensitivity setting." into lmp-dev
2014-09-04 17:42:18 +00:00
Yorke Lee
884ffecd86
am 002e85e1: Merge "Use TelecommManager APIs to detect if we are in a call" into lmp-dev
...
* commit '002e85e1a3ad030bf77f700d545f9a41d7214c74':
Use TelecommManager APIs to detect if we are in a call
2014-09-04 17:36:15 +00:00
Yorke Lee
135b59e597
Merge "Use TelecommManager APIs to detect if we are in a call" into lmp-dev
2014-09-04 17:27:25 +00:00
Kenny Guy
692356b7c3
Revert "Ensure all RemoteViews use myUserId rather than context."
...
This reverts commit 5287e37687f117ac0b690100ad90842eff58d15a.
Reverting because only worked if settings cache had been populated
already.
Bug: 17302505
Change-Id: I4360606e9d9c6409951f0a02bd0b78c55085e0c6
2014-09-04 18:24:31 +01:00
Chris Wren
3ad4e3a45b
Honor per-app sensitivity setting.
...
Settings are stored by NotificationManagerService in the policy file,
and are communicated to NotificationListeners via a hidden API on the
RankingMap object.
Bug: 16324353
Change-Id: I2d5cf6782273744cbf9b309dec76780cc0a4c39e
2014-09-04 11:49:06 -04:00
Alexandra Gherghina
883d192f86
am 3d23ae9f: Merge "Fix NPE from empty PackageInfo" into lmp-dev
...
* commit '3d23ae9fc413511123b69c6326fb543880653bb0':
Fix NPE from empty PackageInfo
2014-09-04 15:44:37 +00:00
Alexandra Gherghina
0cd0b186c3
Merge "Fix NPE from empty PackageInfo" into lmp-dev
2014-09-04 15:33:50 +00:00