<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_robolectric-shadows, branch pie-dev</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_robolectric-shadows/'/>
<entry>
<title>Add read/writeBlob implementations to ShadowParcel</title>
<updated>2018-05-24T18:01:45+00:00</updated>
<author>
<name>Michael Wachenschwanz</name>
<email>mwachens@google.com</email>
</author>
<published>2018-05-24T17:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_robolectric-shadows/commit/?id=c2ed3617dd58958822b65e512db99de527cc8da3'/>
<id>c2ed3617dd58958822b65e512db99de527cc8da3</id>
<content type='text'>
Bug: 80215357
Test: atest AppStateNotificationBridgeTest
Change-Id: Iddab4960ac11334dc9e88191853bcf9b104e4e32
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 80215357
Test: atest AppStateNotificationBridgeTest
Change-Id: Iddab4960ac11334dc9e88191853bcf9b104e4e32
</pre>
</div>
</content>
</entry>
<entry>
<title>Augment Shadow Keyguard Manager with isDeviceLocked methods</title>
<updated>2018-05-01T20:54:59+00:00</updated>
<author>
<name>Eran Messeri</name>
<email>eranm@google.com</email>
</author>
<published>2018-04-24T19:40:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_robolectric-shadows/commit/?id=23825c1ae5099c99408cf439cd04e90edbd94ef9'/>
<id>23825c1ae5099c99408cf439cd04e90edbd94ef9</id>
<content type='text'>
Allow setting of predefined response to isDeviceLocked(int userId),
which is an API added in L MR1, and isDeviceSecure(int userId), which
is an API added in M.

Bug: 77408805
Test: Together with Settings test.
Merged-In: I1e49c55be05484534b2146cb94733e2a927502fb
Change-Id: I28a2f9fe82fed7a02918935d8300794969f06ce6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow setting of predefined response to isDeviceLocked(int userId),
which is an API added in L MR1, and isDeviceSecure(int userId), which
is an API added in M.

Bug: 77408805
Test: Together with Settings test.
Merged-In: I1e49c55be05484534b2146cb94733e2a927502fb
Change-Id: I28a2f9fe82fed7a02918935d8300794969f06ce6
</pre>
</div>
</content>
</entry>
<entry>
<title>Update ShadowImageDecoder for constructor updates</title>
<updated>2018-04-06T15:42:16+00:00</updated>
<author>
<name>Leon Scroggins III</name>
<email>scroggo@google.com</email>
</author>
<published>2018-04-06T14:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_robolectric-shadows/commit/?id=4ba0f0fcf7f5a1f237e40c6f8c71ab1374e2f92d'/>
<id>4ba0f0fcf7f5a1f237e40c6f8c71ab1374e2f92d</id>
<content type='text'>
Bug: 77681305
Test: RunTvSettingsRoboTests

I3c5ddd67f3352c991515f30ce1c477c9a608833f added another boolean param to
the constructor, so add one to both constructor calls.

In addition, update the second constructor call to not use 0
width or height.

Change-Id: Idc59cd9d386535b5b8ed1d204775d5e3b59dcd1f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 77681305
Test: RunTvSettingsRoboTests

I3c5ddd67f3352c991515f30ce1c477c9a608833f added another boolean param to
the constructor, so add one to both constructor calls.

In addition, update the second constructor call to not use 0
width or height.

Change-Id: Idc59cd9d386535b5b8ed1d204775d5e3b59dcd1f
</pre>
</div>
</content>
</entry>
<entry>
<title>ImageDecoders must use a positive width and height</title>
<updated>2018-04-06T15:38:30+00:00</updated>
<author>
<name>James Lemieux</name>
<email>jplemieux@google.com</email>
</author>
<published>2018-03-26T20:15:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_robolectric-shadows/commit/?id=b08ba725cd1bdc0b309033d81c03117f91395824'/>
<id>b08ba725cd1bdc0b309033d81c03117f91395824</id>
<content type='text'>
ShadowImageDecoder was creating ImageDecoder instances with 0 width and
height. Framework now asserts that the sizes are positive, so the
shadow must alter its behavior to avoid producing exceptions.

Bug: 76427569
Test: ShadowDrawableTest
Change-Id: I1a26f7cd42570030d446dbe8f7b6b8a839978896
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ShadowImageDecoder was creating ImageDecoder instances with 0 width and
height. Framework now asserts that the sizes are positive, so the
shadow must alter its behavior to avoid producing exceptions.

Bug: 76427569
Test: ShadowDrawableTest
Change-Id: I1a26f7cd42570030d446dbe8f7b6b8a839978896
</pre>
</div>
</content>
</entry>
<entry>
<title>Update nCreate for API change</title>
<updated>2018-03-21T17:44:51+00:00</updated>
<author>
<name>Leon Scroggins III</name>
<email>scroggo@google.com</email>
</author>
<published>2018-03-15T13:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_robolectric-shadows/commit/?id=6e475316b2f75d1659c020b54e5cc9621db39242'/>
<id>6e475316b2f75d1659c020b54e5cc9621db39242</id>
<content type='text'>
Bug: 73788969
Test: make -j56 Run_all_robolectric_tests
Change-Id: I1760661f4cb48e18183b23b6dba0f9db6ff9ced4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 73788969
Test: make -j56 Run_all_robolectric_tests
Change-Id: I1760661f4cb48e18183b23b6dba0f9db6ff9ced4
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Migrate multidex to androidx" into pi-dev</title>
<updated>2018-03-12T23:15:51+00:00</updated>
<author>
<name>Alan Viverette</name>
<email>alanv@google.com</email>
</author>
<published>2018-03-12T23:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_robolectric-shadows/commit/?id=830be55dfe58fae02cf78123557b52f1dfeaa315'/>
<id>830be55dfe58fae02cf78123557b52f1dfeaa315</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate multidex to androidx</title>
<updated>2018-03-08T20:35:11+00:00</updated>
<author>
<name>Alan Viverette</name>
<email>alanv@google.com</email>
</author>
<published>2018-03-08T20:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_robolectric-shadows/commit/?id=2254d9d59511d9e33c41eddf2caa3f4407d82a38'/>
<id>2254d9d59511d9e33c41eddf2caa3f4407d82a38</id>
<content type='text'>
Bug: 74397601
Test: make
Change-Id: I57adaf1291f6463f05843d02dcb866ccb6671f86
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 74397601
Test: make
Change-Id: I57adaf1291f6463f05843d02dcb866ccb6671f86
</pre>
</div>
</content>
</entry>
<entry>
<title>ShadowImageDecoder.decodeBitmap() -&gt; decodeBitmapInternal()</title>
<updated>2018-03-05T23:56:14+00:00</updated>
<author>
<name>James Lemieux</name>
<email>jplemieux@google.com</email>
</author>
<published>2018-03-05T22:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_robolectric-shadows/commit/?id=d485a5c5cde4bd3b1294383185ce1c49a69db1f7'/>
<id>d485a5c5cde4bd3b1294383185ce1c49a69db1f7</id>
<content type='text'>
This mirrors the method rename in ImageDecoder.

Fixes: 74199189
Test: make -j56 RunSettingsGoogleRoboTests
Change-Id: If3634608743a2bf1063b434409890dfba3d2eb60
(cherry picked from commit af580a011ae158be8fb3cdd7a29d9bfb9ea513a7)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This mirrors the method rename in ImageDecoder.

Fixes: 74199189
Test: make -j56 RunSettingsGoogleRoboTests
Change-Id: If3634608743a2bf1063b434409890dfba3d2eb60
(cherry picked from commit af580a011ae158be8fb3cdd7a29d9bfb9ea513a7)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add some missing shadow methods"</title>
<updated>2018-03-04T12:57:41+00:00</updated>
<author>
<name>TreeHugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2018-03-04T12:57:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_robolectric-shadows/commit/?id=3d2472921d6905fb4238443608a96a22f004d504'/>
<id>3d2472921d6905fb4238443608a96a22f004d504</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some missing shadow methods</title>
<updated>2018-03-03T01:25:11+00:00</updated>
<author>
<name>James Lemieux</name>
<email>jplemieux@google.com</email>
</author>
<published>2018-02-26T08:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_robolectric-shadows/commit/?id=c0195e11296f9debd9a4d956a3e13211c50928c5'/>
<id>c0195e11296f9debd9a4d956a3e13211c50928c5</id>
<content type='text'>
- ShadowPowerManager.setIsPowerSaveMode changed to setPowerSaveMode
- ShadowSettings.putStringForUser now shadowed
- ShadowSystemProperties.native_get_boolean is more accurate
- ShadowUserManager.isAdminUser
- ShadowSettings now parses strings to obtain other types

Bug: 73173204
Test: make -j56 Run_all_robolectric_tests
Change-Id: I96b23955986bafecc5971fa8e185533d845cf0ec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- ShadowPowerManager.setIsPowerSaveMode changed to setPowerSaveMode
- ShadowSettings.putStringForUser now shadowed
- ShadowSystemProperties.native_get_boolean is more accurate
- ShadowUserManager.isAdminUser
- ShadowSettings now parses strings to obtain other types

Bug: 73173204
Test: make -j56 Run_all_robolectric_tests
Change-Id: I96b23955986bafecc5971fa8e185533d845cf0ec
</pre>
</div>
</content>
</entry>
</feed>
