History log of /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/TestModel.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
007151a90d2a97ad17772a3c9e6be249261a5365 15-Mar-2016 Tomasz Mikolajewski <mtomasz@google.com> Reduce memory allocations and improve sorting in DocumentsUI by 8.42%.

Reland after a revert. No changes.

Bug: 27286016
Change-Id: I0988062106faf4086c44d9b344649ef2cb86d3e7
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/TestModel.java
f3244e870e341be058292ab778452d155302f0f1 16-Mar-2016 Aga Wronska <agawronska@google.com> Revert "Precompute cursor indexes in DocumentsUI and improve perf by 2.7%."
It ia causing tests failures and exception at the app start.

This reverts commit d35a974b76cb0b3387aff7780d101e3f7de2ebd3.

Change-Id: I2577f723a7e25d4dcc12050791c65a900ac41f7d
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/TestModel.java
49ca224623cb49342fec7e61d9f11d05d13d4a2f 15-Mar-2016 Tomasz Mikolajewski <mtomasz@google.com> Reduce memory allocations and improve sorting in DocumentsUI by 8.42%.

Bug: 27286016
Change-Id: Icc84aaaedd396d82f4ca7de63a682deebe1e1b93
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/TestModel.java
3564543e1ece2211a2d5b729fbbf8dd7ac94944c 21-Jan-2016 Steve McKay <smckay@google.com> Move delete support into FileOperationService.

Refactor Jobs to work with files from multiple providers.
Don't shut down threadpool until service#onDestroy is called.

Bug: 26696797, 26462789, 26567205, 25162803, 26714663
Change-Id: Id43e8e3dc2294cd07dcd6a3477b19efb298c260f
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/TestModel.java
f5ce1035d41b590c5a25074242baed9dbd48ef3f 08-Jan-2016 Ben Kwa <kenobi@google.com> Fix home key behaviour when there are no subdirs in cwd.

The divider is extraneous when a directory contains only subdirs, or
only files. The "only dirs" case works (the divider is omitted) but in
the case where a directory contains only files, a divider gets inserted
at position 0, which messes up navigation. This change adds code to
avoid adding a divider when a directory contains only files.

BUG=26406821

Change-Id: I7333911baf94e34bf428a3dd18b55694a73e3a62
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/TestModel.java
955e46d004cf484267aef6181722ac19ffaf073d 05-Jan-2016 Steve McKay <smckay@google.com> Fix event relay to correctly dispatch events.

This fixes:
- UI to show selection which was broken in ag/838866
- Delete undo, which throws IOB exception
when undoing a a full delete of all entries.

Change-Id: Idbb43510974e130d283313602a71ac15ad10aadf
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/TestModel.java
ef16f5f41106eaa89e5fdf0958e408a6faf7a5f4 23-Dec-2015 Steve McKay <smckay@google.com> Move Adapters to their own classes.

Move section break support into a separate wrapper class.
Fix issue where intermediate directory updates were briefly showing hidden files.
Add a rudimentary test for ModelBackedDocumentsAdapter.

Bug: 26293561, 26383237, 26293561, 26309025
Change-Id: I1fa489b110754d8801091b2009caebe9d2278701
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/TestModel.java