Svetoslav
2cf699c531
am aeb34f1a: am 161314fa: am 358af143: am 81adda25: Merge "Always create nodes for views backed by an adapter." into mnc-dev
...
* commit 'aeb34f1a516b9094a7552b8bb473756ab6079694':
Always create nodes for views backed by an adapter.
2015-07-21 19:53:51 +00:00
Svetoslav
161314fa54
am 358af143: am 81adda25: Merge "Always create nodes for views backed by an adapter." into mnc-dev
...
* commit '358af143454fdcda120e90840b6ca835bebc4120':
Always create nodes for views backed by an adapter.
2015-07-21 19:30:37 +00:00
Svetoslav
358af14345
am 81adda25: Merge "Always create nodes for views backed by an adapter." into mnc-dev
...
* commit '81adda25b396ee3db794bc9a7946b579d01c2aa0':
Always create nodes for views backed by an adapter.
2015-07-21 19:12:13 +00:00
Svetoslav
81adda25b3
Merge "Always create nodes for views backed by an adapter." into mnc-dev
2015-07-21 19:01:19 +00:00
Raph Levien
c48d2f780f
am ab30f486: am fa8570bc: am 7026617e: am 1fcb6d3a: Merge "Respect style boundaries when measuring text" into mnc-dev
...
* commit 'ab30f486ba553d547aac0ff48d87cf307de2871d':
Respect style boundaries when measuring text
2015-07-21 17:49:07 +00:00
Raph Levien
fa8570bcd2
am 7026617e: am 1fcb6d3a: Merge "Respect style boundaries when measuring text" into mnc-dev
...
* commit '7026617e74cc1753ae7c1846e005dc7b3286170d':
Respect style boundaries when measuring text
2015-07-21 17:17:49 +00:00
Raph Levien
7026617e74
am 1fcb6d3a: Merge "Respect style boundaries when measuring text" into mnc-dev
...
* commit '1fcb6d3ae27ac95388eb036d124bd4bd0c6559cc':
Respect style boundaries when measuring text
2015-07-21 17:04:36 +00:00
Raph Levien
1fcb6d3ae2
Merge "Respect style boundaries when measuring text" into mnc-dev
2015-07-21 16:55:39 +00:00
Alan Viverette
c447689d27
am 872cb95c: am 9362d96a: am 783b3d9d: am 001f1e7e: Merge "Add missing invalidation check to drawable cache" into mnc-dev
...
* commit '872cb95cf211b6d30c8ac6f7670bbd5de19d33cb':
Add missing invalidation check to drawable cache
2015-07-20 23:47:01 +00:00
Dianne Hackborn
d9c5769e1b
am 0f8d156e: am 5c97a4ba: am 609cb585: am a7ce2344: Merge "Fix issue #22564918 : Request is inactive" into mnc-dev
...
* commit '0f8d156efa70b4bd3025c1a666d20801bd2485f6':
Fix issue #22564918 : Request is inactive
2015-07-20 23:30:54 +00:00
Raph Levien
ea2b4a40f7
Respect style boundaries when measuring text
...
The existing implementation of handleText() in TextLine laid out
text to the end of the context. However, in cases where the text is
broken into multiple style spans, it's only valid to lay out up to
the end of the style span. This can lead to inconsistent
measurements, especially in the presence of legitimate zero-width
characters such as bidi control characters and zero width space.
This patch changes the invocation of getRunAdvance to measure only
within the style span.
Bug: 22589743
Change-Id: I027f5e77db27ddf9596ef20adcad7e62a82b41de
2015-07-20 16:22:01 -07:00
Alan Viverette
9362d96a26
am 783b3d9d: am 001f1e7e: Merge "Add missing invalidation check to drawable cache" into mnc-dev
...
* commit '783b3d9d0954f7bba5f69ed7a15af61c55af7cfc':
Add missing invalidation check to drawable cache
2015-07-20 23:15:19 +00:00
Dianne Hackborn
5c97a4bad5
am 609cb585: am a7ce2344: Merge "Fix issue #22564918 : Request is inactive" into mnc-dev
...
* commit '609cb5853362a742870b70d1234afdae62e2ff62':
Fix issue #22564918 : Request is inactive
2015-07-20 23:01:48 +00:00
Alan Viverette
783b3d9d09
am 001f1e7e: Merge "Add missing invalidation check to drawable cache" into mnc-dev
...
* commit '001f1e7eb35630df24d53298c1a3d2de055d7ce9':
Add missing invalidation check to drawable cache
2015-07-20 22:59:33 +00:00
Alan Viverette
001f1e7eb3
Merge "Add missing invalidation check to drawable cache" into mnc-dev
2015-07-20 22:44:47 +00:00
Dianne Hackborn
609cb58533
am a7ce2344: Merge "Fix issue #22564918 : Request is inactive" into mnc-dev
...
* commit 'a7ce23440328e63f36a4add05199aa84ff04032d':
Fix issue #22564918 : Request is inactive
2015-07-20 22:44:13 +00:00
Dianne Hackborn
a7ce234403
Merge "Fix issue #22564918 : Request is inactive" into mnc-dev
2015-07-20 22:34:49 +00:00
Roozbeh Pournader
edd2e67cf2
am 2dc20d7a: am 293eca69: am 32f7527d: am 2dc6ebbe: Merge "Fix default value of stereoReset() in the documentation." into mnc-dev
...
* commit '2dc20d7ab2bce9ff9e309b599424963711ece718':
Fix default value of stereoReset() in the documentation.
2015-07-20 22:08:16 +00:00
Keisuke Kuroyanagi
abe2237726
am 7423ca03: am d49c3b65: am 00eb5767: am 437eb6ce: Merge "Fix: Wrong suggestion popup position in extract mode." into mnc-dev
...
* commit '7423ca03a3d3e7d65549750bf46d744c6122df4f':
Fix: Wrong suggestion popup position in extract mode.
2015-07-20 22:08:12 +00:00
Dianne Hackborn
1b4447f728
Fix issue #22564918 : Request is inactive
...
Add Request.isActive() API. Also improve documentation to tell
people what things cause it to become inactive. And fix a race
where we were modifying the active list from outside the main
thread without locking it.
Change-Id: I9248e014126cb121612edbe595108ace753456e2
2015-07-20 14:49:58 -07:00
Roozbeh Pournader
293eca69d8
am 32f7527d: am 2dc6ebbe: Merge "Fix default value of stereoReset() in the documentation." into mnc-dev
...
* commit '32f7527d0cabec317476ae45ec369efab51f9343':
Fix default value of stereoReset() in the documentation.
2015-07-20 21:38:32 +00:00
Keisuke Kuroyanagi
d49c3b6531
am 00eb5767: am 437eb6ce: Merge "Fix: Wrong suggestion popup position in extract mode." into mnc-dev
...
* commit '00eb57678d8e6aa152ffbbf4b43f41c3287e480e':
Fix: Wrong suggestion popup position in extract mode.
2015-07-20 21:38:29 +00:00
Roozbeh Pournader
6f5bf71702
am e5b23381: am e043a74b: am 91bb9d0a: am 9bdb7bfd: Merge "Bidi-wrap the results of format[Short]FileSize()." into mnc-dev
...
* commit 'e5b23381113b22feddb8d8339698bfdb1cf1656c':
Bidi-wrap the results of format[Short]FileSize().
2015-07-20 21:32:00 +00:00
Roozbeh Pournader
32f7527d0c
am 2dc6ebbe: Merge "Fix default value of stereoReset() in the documentation." into mnc-dev
...
* commit '2dc6ebbea8a72e90bc66cac84b15ae3ce5898536':
Fix default value of stereoReset() in the documentation.
2015-07-20 21:23:47 +00:00
Keisuke Kuroyanagi
00eb57678d
am 437eb6ce: Merge "Fix: Wrong suggestion popup position in extract mode." into mnc-dev
...
* commit '437eb6ce483a34e28c06d70c0b408ba4a495293a':
Fix: Wrong suggestion popup position in extract mode.
2015-07-20 21:23:43 +00:00
Roozbeh Pournader
2dc6ebbea8
Merge "Fix default value of stereoReset() in the documentation." into mnc-dev
2015-07-20 21:20:02 +00:00
Keisuke Kuroyanagi
437eb6ce48
Merge "Fix: Wrong suggestion popup position in extract mode." into mnc-dev
2015-07-20 21:12:38 +00:00
Svetoslav
457ec9e668
Always create nodes for views backed by an adapter.
...
Some views are backed by adapter and if the adapter changed
but views are not updated we were not reporting the views.
This is not correct as the accessibility layer should always
access whatever is on the screen regardless if we know it
will change in the next layout pass.
bug:20920903
Change-Id: I5851c886848e7b8e59b76419c22124790d7e6f05
2015-07-20 14:01:01 -07:00
Roozbeh Pournader
e043a74bd0
am 91bb9d0a: am 9bdb7bfd: Merge "Bidi-wrap the results of format[Short]FileSize()." into mnc-dev
...
* commit '91bb9d0a8489068c88d9d2496d9e806cf4094df3':
Bidi-wrap the results of format[Short]FileSize().
2015-07-20 20:56:57 +00:00
Dianne Hackborn
01fda52778
am ed3b4253: am 5cdc7f04: am 3aefa438: am 78ead58d: Merge "Fix issue #22531747 : Assist info should declare if user has disabled..." into mnc-dev
...
* commit 'ed3b42539a4d883533177d008c7ffb2a58e50af6':
Fix issue #22531747 : Assist info should declare if user has disabled...
2015-07-20 20:42:32 +00:00
Ricardo Garcia
3f655b83d3
am c42940c9: am f2fd5002: am 238f03c9: am 2dcfc7a9: Merge "Fix for MidiManager bug" into mnc-dev
...
* commit 'c42940c96a4419528310f6dfc23444de385b4cb2':
Fix for MidiManager bug
2015-07-20 20:42:12 +00:00
Roozbeh Pournader
91bb9d0a84
am 9bdb7bfd: Merge "Bidi-wrap the results of format[Short]FileSize()." into mnc-dev
...
* commit '9bdb7bfd35a4b1faa5cbafeb3f1e20ff34e7b0e1':
Bidi-wrap the results of format[Short]FileSize().
2015-07-20 20:40:10 +00:00
Roozbeh Pournader
9bdb7bfd35
Merge "Bidi-wrap the results of format[Short]FileSize()." into mnc-dev
2015-07-20 20:30:39 +00:00
Dianne Hackborn
5cdc7f045f
am 3aefa438: am 78ead58d: Merge "Fix issue #22531747 : Assist info should declare if user has disabled..." into mnc-dev
...
* commit '3aefa438300b116d2c080de434e0a890bf1dded5':
Fix issue #22531747 : Assist info should declare if user has disabled...
2015-07-20 20:12:48 +00:00
Alan Viverette
7ef1e773fd
Add missing invalidation check to drawable cache
...
Bug: 22478448
Change-Id: Ic9da1898cd921d8c133ef5397fc97a664601a863
2015-07-20 16:03:04 -04:00
Dianne Hackborn
3aefa43830
am 78ead58d: Merge "Fix issue #22531747 : Assist info should declare if user has disabled..." into mnc-dev
...
* commit '78ead58df03e476d656c7e875fff9ade13b727c1':
Fix issue #22531747 : Assist info should declare if user has disabled...
2015-07-20 20:02:32 +00:00
Dianne Hackborn
78ead58df0
Merge "Fix issue #22531747 : Assist info should declare if user has disabled..." into mnc-dev
2015-07-20 19:50:50 +00:00
Dianne Hackborn
17f693520d
Fix issue #22531747 : Assist info should declare if user has disabled...
...
...context and/or screenshot
Added new API to find out what contextual data has been globally disabled.
Also updated various documentation to make it clear what kind of contextual
data you will get (and when it will be null).
Also added a new Activity.showAssist() API because... well, I was already
in there, it was easy to do, it is safe, and maybe people will build cool
things with it.
Change-Id: Ia553d6bcdd098dc0fce4b9237fbfaca9652fc74b
2015-07-20 12:49:10 -07:00
Billy Lau
1ab5d39764
am 68a2b655: am e4bcf480: am dd0602e8: am 072e04a7: Merge "Bug: 22598083 Document how apps can detect WRITE_SETTINGS or SYSTEM_ALERT_WINDOW through AppOps" into mnc-dev
...
* commit '68a2b6552af226cbc014273bdef6ce353ebf348a':
Bug: 22598083 Document how apps can detect WRITE_SETTINGS or SYSTEM_ALERT_WINDOW through AppOps
2015-07-20 19:26:13 +00:00
Ricardo Garcia
f2fd500262
am 238f03c9: am 2dcfc7a9: Merge "Fix for MidiManager bug" into mnc-dev
...
* commit '238f03c9b38182c2e4347ece097b4cb18ba926ab':
Fix for MidiManager bug
2015-07-20 19:11:07 +00:00
Ricardo Garcia
238f03c9b3
am 2dcfc7a9: Merge "Fix for MidiManager bug" into mnc-dev
...
* commit '2dcfc7a9972de3abfebdf2d84bcba0095e4fbae5':
Fix for MidiManager bug
2015-07-20 18:47:21 +00:00
Billy Lau
e4bcf4803b
am dd0602e8: am 072e04a7: Merge "Bug: 22598083 Document how apps can detect WRITE_SETTINGS or SYSTEM_ALERT_WINDOW through AppOps" into mnc-dev
...
* commit 'dd0602e89daf6c458674efbcf01a5e0521f3c381':
Bug: 22598083 Document how apps can detect WRITE_SETTINGS or SYSTEM_ALERT_WINDOW through AppOps
2015-07-20 18:43:56 +00:00
Billy Lau
dd0602e89d
am 072e04a7: Merge "Bug: 22598083 Document how apps can detect WRITE_SETTINGS or SYSTEM_ALERT_WINDOW through AppOps" into mnc-dev
...
* commit '072e04a7f1a167dc653b5bcca4876fecfdb4f6be':
Bug: 22598083 Document how apps can detect WRITE_SETTINGS or SYSTEM_ALERT_WINDOW through AppOps
2015-07-20 18:04:08 +00:00
Ricardo Garcia
2dcfc7a997
Merge "Fix for MidiManager bug" into mnc-dev
2015-07-20 18:03:45 +00:00
Billy Lau
072e04a7f1
Merge "Bug: 22598083 Document how apps can detect WRITE_SETTINGS or SYSTEM_ALERT_WINDOW through AppOps" into mnc-dev
2015-07-20 17:57:30 +00:00
Billy Lau
24b9c8314b
Bug: 22598083 Document how apps can detect WRITE_SETTINGS or SYSTEM_ALERT_WINDOW
...
through AppOps
Expose OP_STR strings that describes the ops for WRITE_SETTINGS and
SYSTEM_ALERT_WINDOW permissions such that apps can query AppOpsManager
whether this capability is turned on or off by the user.
Change-Id: I0e7a6f39e02389290232e450624b40ffb255abfb
2015-07-20 18:36:39 +01:00
Roozbeh Pournader
007262e0ae
Fix default value of stereoReset() in the documentation.
...
The default has been 'true' for eternity in the code. But the
documentation was mistakenly saying it was 'false'. Going with the
code, since there are people out there relying on the code continuing
to work the same way.
Bug: 22557371
Change-Id: I6f4e7b2052d0cc30d41e8ccf2b9a5c6111fa0ab7
2015-07-20 10:08:58 -07:00
Erik Kline
56066f6036
am f35e9344: am ec69003d: am 9d598e11: Pass signal strength thresholds inside a Bundle
...
* commit 'f35e93446d5172446fa2cf37cac405a62cd54233':
Pass signal strength thresholds inside a Bundle
2015-07-18 18:08:45 +00:00
Lorenzo Colitti
a169460950
am 1c6b02af: am da355c80: am c3f21f3b: Support NetworkCallbacks based on signal strength.
...
* commit '1c6b02af8b53982c2717c684e5cdd94618dff422':
Support NetworkCallbacks based on signal strength.
2015-07-18 18:08:39 +00:00
Lorenzo Colitti
15cda089b6
am 6163290e: am e647d93d: am 8bf977d5: ConnectivityManager API for for packet keepalives.
...
* commit '6163290e5975b0d4ebdecc20dfa41faac4b4ba79':
ConnectivityManager API for for packet keepalives.
2015-07-18 17:51:42 +00:00