Fyodor Kupolov
67cd2fc5eb
am cf6500b9: am 55a116d0: Merge "Updated JavaDoc for DISALLOW_MODIFY_ACCOUNTS restriction" into mnc-dev
...
* commit 'cf6500b9bae461107d5c0c58de511df907d19fb3':
Updated JavaDoc for DISALLOW_MODIFY_ACCOUNTS restriction
2015-07-21 21:05:01 +00:00
Fyodor Kupolov
cf6500b9ba
am 55a116d0: Merge "Updated JavaDoc for DISALLOW_MODIFY_ACCOUNTS restriction" into mnc-dev
...
* commit '55a116d00ca3f7b84a6af1c5c3472323ad5bc6ca':
Updated JavaDoc for DISALLOW_MODIFY_ACCOUNTS restriction
2015-07-21 20:50:24 +00:00
Fyodor Kupolov
55a116d00c
Merge "Updated JavaDoc for DISALLOW_MODIFY_ACCOUNTS restriction" into mnc-dev
2015-07-21 20:32:28 +00:00
Adam Lesinski
ca34b18481
am a50f43e0: am 23e19066: Merge "BatteryStats: Read /proc/wakelocks first before trying /d/wakeup_sources" into mnc-dev
...
* commit 'a50f43e0028ec174827e73d1e45666b8e694808f':
BatteryStats: Read /proc/wakelocks first before trying /d/wakeup_sources
2015-07-21 19:54:24 +00:00
Adam Lesinski
a50f43e002
am 23e19066: Merge "BatteryStats: Read /proc/wakelocks first before trying /d/wakeup_sources" into mnc-dev
...
* commit '23e19066de2caf1db1fa0759ac49a1118b59f7a5':
BatteryStats: Read /proc/wakelocks first before trying /d/wakeup_sources
2015-07-21 19:40:24 +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
Adam Lesinski
23e19066de
Merge "BatteryStats: Read /proc/wakelocks first before trying /d/wakeup_sources" into mnc-dev
2015-07-21 19:26:45 +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
Adam Lesinski
6856964444
BatteryStats: Read /proc/wakelocks first before trying /d/wakeup_sources
...
Previously we tried to read /d/wakeup_sources to gather kernel wakelock data. If that
fails we used the older sys file /proc/wakelocks.
N7 has both /proc/wakelocks and /d/wakeup_sources, but /proc/wakelocks
has the actual data we need. All other devices are using /d/wakeup_sources, so
only N7 experienced a loss of kernel wakelock data.
The original regression was introduced here: ag/659258
Bug:22556242
Change-Id: I51ec68e957f587bc1466e24f0a1dbc8cd7753ac6
2015-07-21 12:08:56 -07:00
Fyodor Kupolov
53019287fd
Updated JavaDoc for DISALLOW_MODIFY_ACCOUNTS restriction
...
Bug: 21521860
Change-Id: I0c2659f84589a77432317fbc89d49716027577d3
2015-07-21 12:06:14 -07: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
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
Jorim Jaggi
027db7c90a
am e58ba842: am 8924f23d: Merge "Fix SysUI crashes on svelte devices" into mnc-dev
...
* commit 'e58ba842de4324c62b7e527f0b90fc6ee5ccba13':
Fix SysUI crashes on svelte devices
2015-07-20 23:40:00 +00:00
Jorim Jaggi
e58ba842de
am 8924f23d: Merge "Fix SysUI crashes on svelte devices" into mnc-dev
...
* commit '8924f23d3ecdcb2b1ce4dbc9bb4fbb9ddfa62710':
Fix SysUI crashes on svelte devices
2015-07-20 23:24:21 +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
Jorim Jaggi
8924f23d3e
Merge "Fix SysUI crashes on svelte devices" into mnc-dev
2015-07-20 23:09:46 +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
Jorim Jaggi
e446dcee8f
Fix SysUI crashes on svelte devices
...
Bug: 22602295
Change-Id: Idac0d62683c0f6f7cf7b795967632e34d771c4f7
2015-07-20 15:47:15 -07: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
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
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
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
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
ec69003d9b
am 9d598e11: Pass signal strength thresholds inside a Bundle
...
* commit '9d598e115f306e4f0860638c5647a959ac1320c5':
Pass signal strength thresholds inside a Bundle
2015-07-18 17:41:11 +00:00