History log of /frameworks/base/core/tests/coretests/src/android/widget/RemoteViewsTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
692f8c9324cc491d0778666830e6584a2d5ee7ac 11-Nov-2016 Sunny Goyal <sunnygoyal@google.com> Enforcing a maximum depth on nested RemoteViews calls

An unchecked read from parcel can lead to StackOverflowError

Test: am instrument -w -e class android.widget.RemoteViewsTest com.android.frameworks.coretests/android.support.test.runner.AndroidJUnitRunner
Bug: 26755067
Change-Id: I36ea253846d5c823899097821270dcfca2472b65
/frameworks/base/core/tests/coretests/src/android/widget/RemoteViewsTest.java
7b0e2c7659c5abd9e452cc71a6dbe0fee1d8b12f 03-Nov-2016 Sunny Goyal <sunnygoyal@google.com> Fixing async inflation for nested RemoteViews

> Fixing isRootNamespace check
> Updating ViewTree when ViewStub is inflated
> Applying ViewGroupAction on previously found views instead of finding it again
as the viewTree might have changed.

Test: am instrument -w -e class android.widget.RemoteViewsTest com.android.frameworks.coretests/android.support.test.runner.AndroidJUnitRunner
Bug: 32639592

Change-Id: I0815fb3a981efbc04fb0d080b81949985c2d9bc3
/frameworks/base/core/tests/coretests/src/android/widget/RemoteViewsTest.java
5d8bcdf6a575aa9e6eadb17e90ea21f5e4fc9c6b 28-Oct-2016 Sunny Goyal <sunnygoyal@google.com> Avoding writing ApplicationInfo multiple times for nested RemoteViews

Bug: 32240818
Test: All tests passing
Change-Id: I00eec4d692763c53709e14b25a338e6320166c4a
/frameworks/base/core/tests/coretests/src/android/widget/RemoteViewsTest.java
8376f9eaa0bd41a9c7ce7ada4cb7c2cda28ef64c 08-Jul-2016 Kirill Grouchnikov <kirillg@google.com> Move RemoteViewsTest to the right package

RemoteViews is in android.widget and not android.view

Bug: 29805243
Change-Id: I6210f60f60a21443d8a873c3a8e6f39d956ea123
/frameworks/base/core/tests/coretests/src/android/widget/RemoteViewsTest.java