History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/RowInflaterTask.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
67ff248168fb77dadd81886df134cbfe048a6001 25-May-2017 Selim Cinek <cinek@google.com> Fixed memory leak with the inflater

Because min priority children could be removed from
their parents after the removal, a new inflation task
would be started, leading to the view being instantly
readded again. This lead to memory leaks.

It also fixes a bug where the inflation would not inflate
enough views that could lead to crashes / wrong layouts.

Finally there was a indexing error when handling removal
of group summaries.

Test: runtest -x packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationInflaterTest.java
Change-Id: Iac242946bd30060967ee7877560d40e63f39f996
Fixes: 62067645
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/RowInflaterTask.java
0f66a4cc16ec1a927c90ac559c73c80ddcb5ee71 29-Apr-2017 Selim Cinek <cinek@google.com> Moving Row inflation to the background too

Previously only the contentview inflation was on the
background, now the inflation of the row is too.

Test: runtest systemui
Bug: 34888292
Change-Id: I3adc6b3311217421c9de5c37794397b8a3fd665d
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/RowInflaterTask.java