Yohei Yukawa
4ebaee81e5
Merge "Unify windowGainedFocus() and startInput()." into nyc-dev am: 5a19477ec4
...
am: 8ff4d727b4
* commit '8ff4d727b484868eb3f21b60c58dfb2a930f1b27':
Unify windowGainedFocus() and startInput().
2016-02-22 22:06:30 +00:00
Yohei Yukawa
8ff4d727b4
Merge "Unify windowGainedFocus() and startInput()." into nyc-dev
...
am: 5a19477ec4
* commit '5a19477ec4de4c468a2c7da25929d0acc0aabdfa':
Unify windowGainedFocus() and startInput().
2016-02-22 21:59:46 +00:00
Yohei Yukawa
5a19477ec4
Merge "Unify windowGainedFocus() and startInput()." into nyc-dev
2016-02-22 21:52:56 +00:00
Anthony Hugh
80f5525289
Merge "Allow button events in ambient." into nyc-dev am: 1e413f5b77
...
am: 97f0727cfe
* commit '97f0727cfe69db4f0a570f9eb62424bb33e5212d':
Allow button events in ambient.
2016-02-22 21:32:13 +00:00
Keisuke Kuroyanagi
04755fcae4
Merge "Make drag shadow grapheme cluster aware." into nyc-dev am: f2629d481e
...
am: e4ba22e7d6
* commit 'e4ba22e7d67bae08c67a9221bc3e98bdf7a0d0d3':
Make drag shadow grapheme cluster aware.
2016-02-22 21:21:22 +00:00
Tao Bao
69d01e2376
Merge "Add support for update-on-boot feature." into nyc-dev am: 9de7952aa9
...
am: 3dd23af6a0
* commit '3dd23af6a0fb58ce7d1f6f078c765890ca839bd3':
Add support for update-on-boot feature.
2016-02-22 21:10:21 +00:00
Anthony Hugh
97f0727cfe
Merge "Allow button events in ambient." into nyc-dev
...
am: 1e413f5b77
* commit '1e413f5b77b4105479eb7686dfa9b8428bdf58a1':
Allow button events in ambient.
2016-02-22 20:53:15 +00:00
Yohei Yukawa
05c25f8a3a
Unify windowGainedFocus() and startInput().
...
This is a safe refactoring that changes nothing.
In order to improve the keyboard dismissal lags [1][2], we have used
IMMS#windowGainedFocus() as a combined event to do startInput() in
certain situations.
To make the intent of those CLs clear, this CL renames
IMMS#windowGainedFocus() to IMMS#startInputOrWindowGainedFocus(). Note
that these are @hide internal IPC protocols. Hence this change is never
observable to application developers.
[1] I8494cbd6e19e2ab6db03f2463d9906680dda058b
a82ba54b0b
[2] Icb58bef75ef4bf9979f3e2ba88cea20db2e2c3fb
7663d80f6b
Bug: 25373872
Change-Id: I56934f18e30d90fcdf77bcbb0c35a92a5feb1b82
2016-02-22 12:41:17 -08:00
Joe LaPenna
90776de6bb
Allow button events in ambient.
...
See thread: "key presses & Ambient"
Bluetooth media button presses and Stem buttons were being rejected in ambient. This change allows those keys while disabling touch events while in ambient.
BUG: 25964771
BUG: 26524301
Change-Id: I914edd447c38678a06d27677be4597c0ee384635
(cherry picked from commit 7528f57c4d )
2016-02-22 20:39:48 +00:00
Keisuke Kuroyanagi
e4ba22e7d6
Merge "Make drag shadow grapheme cluster aware." into nyc-dev
...
am: f2629d481e
* commit 'f2629d481e19e43235ea4546ab53443fbd432988':
Make drag shadow grapheme cluster aware.
2016-02-22 20:15:52 +00:00
Tao Bao
3dd23af6a0
Merge "Add support for update-on-boot feature." into nyc-dev
...
am: 9de7952aa9
* commit '9de7952aa945eb06148f82b9f30d7d11a2de5d74':
Add support for update-on-boot feature.
2016-02-22 20:09:58 +00:00
Chad Brubaker
1d8181b032
Merge "Use provided context directly" into nyc-dev am: 62df07eee1
...
am: d7d383875c
* commit 'd7d383875c2f24e693bf21570a8e3d7043f08689':
Use provided context directly
2016-02-22 19:59:48 +00:00
Chad Brubaker
d7d383875c
Merge "Use provided context directly" into nyc-dev
...
am: 62df07eee1
* commit '62df07eee1c8b186362f6542daf900c88193929d':
Use provided context directly
2016-02-22 19:44:42 +00:00
Keisuke Kuroyanagi
f2629d481e
Merge "Make drag shadow grapheme cluster aware." into nyc-dev
2016-02-22 19:40:13 +00:00
Keisuke Kuroyanagi
5396d7eb13
Make drag shadow grapheme cluster aware.
...
[start, min(end, DRAG_SHADOW_MAX_TEXT_LENGTH)) was used to make drag
shadow. It ignores grapheme cluster, so unexpected shadow was created for
characters that contain multiple code units.
Bug: 23097276
Change-Id: Ic7d34ec02ea04a3f17337e4253babac87ef3b03c
2016-02-22 19:37:26 +00:00
Tao Bao
9de7952aa9
Merge "Add support for update-on-boot feature." into nyc-dev
2016-02-22 19:24:25 +00:00
Chad Brubaker
62df07eee1
Merge "Use provided context directly" into nyc-dev
2016-02-22 19:11:51 +00:00
Chad Brubaker
7879b8f4ab
Use provided context directly
...
getApplicationContext may return null so use the provided context
instead.
Bug:27293859
Change-Id: Ic3b218bf5b0c23982c75a793f0374870bd8e9da1
2016-02-22 11:08:59 -08:00
Dimitry Ivanov
3441439a7a
Merge "Construct classloader for apps with no java code" into nyc-dev am: 05ba2b724c
...
am: b07d50b617
* commit 'b07d50b61722e65792ba3f2bf1de43e8ade27cbc':
Construct classloader for apps with no java code
2016-02-22 18:35:49 +00:00
Dimitry Ivanov
b07d50b617
Merge "Construct classloader for apps with no java code" into nyc-dev
...
am: 05ba2b724c
* commit '05ba2b724c5049c3bd14717f1abf76ca71287de4':
Construct classloader for apps with no java code
2016-02-22 18:27:59 +00:00
Dimitry Ivanov
05ba2b724c
Merge "Construct classloader for apps with no java code" into nyc-dev
2016-02-22 18:24:14 +00:00
Chris Banes
eb1436d19b
Merge "Fix rounding error in SeekBar tickmark drawing" into nyc-dev am: 7060ae91b9
...
am: 7d7fa7071b
* commit '7d7fa7071be799db441054cd99f9709f58e11813':
Fix rounding error in SeekBar tickmark drawing
2016-02-22 16:38:58 +00:00
Chris Banes
7d7fa7071b
Merge "Fix rounding error in SeekBar tickmark drawing" into nyc-dev
...
am: 7060ae91b9
* commit '7060ae91b90c3e61323379a6c19a4fbbd4464298':
Fix rounding error in SeekBar tickmark drawing
2016-02-22 16:32:10 +00:00
Chris Banes
6cb9b20b7b
Fix rounding error in SeekBar tickmark drawing
...
There are instances where an int calculation would result
in a loss of precision and rounding error. Fixed by
using a float instead.
Change-Id: I595872f00552a7fd717a1754c1d8f5a50d776621
2016-02-22 16:13:26 +00:00
Esteban Talavera
7a71e45230
Merge "Updated removeActiveAdmin documentation" into nyc-dev am: d34718b6b9
...
am: 7846cd2483
* commit '7846cd24831a522bab17b5c0c24cef902bc36c84':
Updated removeActiveAdmin documentation
2016-02-22 13:38:46 +00:00
Esteban Talavera
7846cd2483
Merge "Updated removeActiveAdmin documentation" into nyc-dev
...
am: d34718b6b9
* commit 'd34718b6b95086c34b4813525e6000064460e3a1':
Updated removeActiveAdmin documentation
2016-02-22 13:33:24 +00:00
Esteban Talavera
d34718b6b9
Merge "Updated removeActiveAdmin documentation" into nyc-dev
2016-02-22 13:25:15 +00:00
Calin Juravle
206163507c
Merge "Change the location of profile files." into nyc-dev am: 30eb5b30e7
...
am: ef9c129887
* commit 'ef9c12988702a4915e7206b936bb7317fa3259b6':
Change the location of profile files.
2016-02-22 11:49:46 +00:00
Calin Juravle
ef9c129887
Merge "Change the location of profile files." into nyc-dev
...
am: 30eb5b30e7
* commit '30eb5b30e7bf88fbd3397cb56cda854293ae9c4d':
Change the location of profile files.
2016-02-22 11:45:12 +00:00
Calin Juravle
30eb5b30e7
Merge "Change the location of profile files." into nyc-dev
2016-02-22 11:42:02 +00:00
Polina Bondarenko
4f2d2d3b42
Merge "Added hardwareproperties SystemService" into nyc-dev am: 280c5b2155
...
am: 5fc731e826
* commit '5fc731e82661aa31904e1473b651525256cc4f4a':
Added hardwareproperties SystemService
2016-02-22 09:36:32 +00:00
Polina Bondarenko
5fc731e826
Merge "Added hardwareproperties SystemService" into nyc-dev
...
am: 280c5b2155
* commit '280c5b2155feae857ad514dff81adbfe73e398e9':
Added hardwareproperties SystemService
2016-02-22 09:32:37 +00:00
Polina Bondarenko
280c5b2155
Merge "Added hardwareproperties SystemService" into nyc-dev
2016-02-22 09:27:21 +00:00
Erik Kline
3926d347e6
Delete all NetworkUtils DHCP-related code. am: c3b52bc466 am: adc49e8fd5
...
am: 80027c1f0b
* commit '80027c1f0b6a754b1a7cc5a6df918144cf979c78':
Delete all NetworkUtils DHCP-related code.
2016-02-22 09:24:12 +00:00
Erik Kline
80027c1f0b
Delete all NetworkUtils DHCP-related code. am: c3b52bc466
...
am: adc49e8fd5
* commit 'adc49e8fd59005a10df294d46c022563257eb942':
Delete all NetworkUtils DHCP-related code.
2016-02-22 09:19:51 +00:00
Erik Kline
adc49e8fd5
Delete all NetworkUtils DHCP-related code.
...
am: c3b52bc466
* commit 'c3b52bc46604cb18d74fbe13dda15f4679222107':
Delete all NetworkUtils DHCP-related code.
2016-02-22 09:16:16 +00:00
Erik Kline
c3b52bc466
Delete all NetworkUtils DHCP-related code.
...
Bug: 26991160
Change-Id: I2c74e0161f43f65c1b6a85dc9f294b64c8f1ae6e
2016-02-22 15:14:31 +09:00
Svet Ganov
057841000c
No overlay when permissions shown - framework am: 9cea80cddd
...
am: e552813050
* commit 'e5528130503b554d1e2cc6a711d50857c66a801c':
No overlay when permissions shown - framework
2016-02-20 18:45:18 +00:00
Svet Ganov
e552813050
No overlay when permissions shown - framework
...
am: 9cea80cddd
* commit '9cea80cdddbecadb304eb7c8373cf1ed397f433a':
No overlay when permissions shown - framework
2016-02-20 18:38:20 +00:00
Svet Ganov
9cea80cddd
No overlay when permissions shown - framework
...
bug:26973205
Change-Id: I88395e47649191bb7db6dd8723c49e741ef4f1e4
2016-02-20 17:41:47 +00:00
Hui Shu
2e63744172
Merge "Support for webview drag and drop" into nyc-dev am: b3e63f9daa
...
am: f622e60a11
* commit 'f622e60a110f3791ef0c5a812bcae5eeab48a88c':
Support for webview drag and drop
2016-02-20 07:28:40 +00:00
Siyamed Sinir
7af618db71
Merge "JavaDoc for ReplacementSpan getSize & draw functions." into nyc-dev am: 74615b9859
...
am: 8771900fd3
* commit '8771900fd3ab44bcd7370259e4f6668e9cf6b0ee':
JavaDoc for ReplacementSpan getSize & draw functions.
2016-02-20 07:26:37 +00:00
Dianne Hackborn
65938a8305
Merge "Implement lenient background check option." into nyc-dev
...
am: 9d3a4e1c31
* commit '9d3a4e1c31e07d37edc59cf7613cd392152b9d26':
Implement lenient background check option.
2016-02-20 02:22:26 +00:00
Hui Shu
f622e60a11
Merge "Support for webview drag and drop" into nyc-dev
...
am: b3e63f9daa
* commit 'b3e63f9daaabe6601c0d0e03604b333f314e3557':
Support for webview drag and drop
2016-02-20 02:14:26 +00:00
Dianne Hackborn
9d3a4e1c31
Merge "Implement lenient background check option." into nyc-dev
2016-02-20 02:12:38 +00:00
Hui Shu
b3e63f9daa
Merge "Support for webview drag and drop" into nyc-dev
2016-02-20 02:08:12 +00:00
Siyamed Sinir
8771900fd3
Merge "JavaDoc for ReplacementSpan getSize & draw functions." into nyc-dev
...
am: 74615b9859
* commit '74615b985928dfebcf0a41afa39ffe0ef7cfd778':
JavaDoc for ReplacementSpan getSize & draw functions.
2016-02-20 01:56:59 +00:00
Siyamed Sinir
74615b9859
Merge "JavaDoc for ReplacementSpan getSize & draw functions." into nyc-dev
2016-02-20 01:52:38 +00:00
Hui Shu
ecdce961ea
Support for webview drag and drop
...
WebView needs to override onDragEvent to accept drops from other apps.
BUG: 27039417
Change-Id: Ie81c5ac325091cf78440785e04afcc01ddcbaab3
2016-02-20 01:51:14 +00:00
Yohei Yukawa
9af4eb84c5
Merge "Remove unused InputMethodInfo#isEncryptionAware()." into nyc-dev am: 263e21f12c
...
am: bda1ce850f
* commit 'bda1ce850f9958cf670205fbe8aff35e23717a29':
Remove unused InputMethodInfo#isEncryptionAware().
2016-02-20 01:10:39 +00:00