History log of /frameworks/base/packages/DocumentsUI/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2a6b5c63c04b819950cec466c8bb6da61270af22 10-May-2016 Delphine Martin <delphinemartin@google.com> Set jack.assert.policy value to 'always'

The policy value 'enable' does not exist anymore
and was replaced by 'always'

Change-Id: I233a555821a84d917e3b3ec923b5baffc18bd2d2
/frameworks/base/packages/DocumentsUI/Android.mk
92bf96dd579249f034f5beced9c445a74c0f6125 13-Apr-2016 Steve McKay <smckay@google.com> Mark DocumentsUI as a "privileged" app.

This fixes the issues with CTS resulting from the change to intent filtering.
Bug: 28081616

Change-Id: I81f87ff56b5fbb0d526863da44a2fcef29a3aa2c
/frameworks/base/packages/DocumentsUI/Android.mk
33758d85139ffaa7be240ebb8c5e5f2012dc3541 22-Mar-2016 Jeff Sharkey <jsharkey@android.com> Only enable asserts on userdebug/eng builds.

Bug: 27699194
Change-Id: Id20f808448ae94371da62d38387f90ad97e7cbd3
/frameworks/base/packages/DocumentsUI/Android.mk
04049407a87e6e8c8013c0d5f9c4d43fd8f9cfe1 02-Mar-2016 Tomasz Mikolajewski <mtomasz@google.com> Add a missing include in DocumentsUI Android.mk.

Without it, perf tests were not built on APCT.

Bug: 27370274
Change-Id: Ie154526d240bb9d1b4cce6fc089d502bf808c366
/frameworks/base/packages/DocumentsUI/Android.mk
a1f7680f535a30aa816d129c072870031c8a2eb6 25-Feb-2016 Steve McKay <smckay@google.com> Update preconditions to be asserts...

Which are now supported by Jack.
Retain a few preconditions checks that enforce contract.
Disable the one assert we had...because it failed in tests.

Change-Id: I2f6cb01e1af1534be4428ce4a3ee625a163dd163
/frameworks/base/packages/DocumentsUI/Android.mk
e3dfebf8464e8608ff790cca67609aff7d8c2820 19-Feb-2016 Ben Kwa <kenobi@google.com> Enable dragon drop for touch.

- Start a drag when the user long-presses on an already-selected item.
- Start a drag when the user mouse-drags on an already-selected item.
- Add highlighting of drop targets.

BUG=20556237

Change-Id: I450fd6768eeb08906304227385476942d641fd11
/frameworks/base/packages/DocumentsUI/Android.mk
94252de384ef6ac74a46cc964c558a620a0bf996 02-Sep-2015 Ying Wang <wangying@google.com> Add android.support.v7.recyclerview resource

Change-Id: I74b8eba475205fae5a9bb51f35d70daed37cc475
/frameworks/base/packages/DocumentsUI/Android.mk
a747d2e2230ee7f186b36d6a2f619658ecfe074f 24-Aug-2015 Ben Kwa <kenobi@google.com> Switch DocumentsUI over to use AppCompat themes.

Switches from Material to AppCompat themes in order to start using
Snackbar.

Also, factor the common bits out of DocumentsNonDialogTheme and
FilesTheme, and make the theme names clearer.

BUG=23518578

Change-Id: I94a00e910469c57315823ae9df33024f2c7360ee
/frameworks/base/packages/DocumentsUI/Android.mk
4b3a13c1d05115a197ccddcee7da1f48dcd460f3 11-Jun-2015 Steve McKay <smckay@google.com> Update DirectoryFragment to use RecyclerView.

Add MultiSelectMaanger class to manager selection on a RecyclerView instance.
There are several outstanding issues that still need to be addressed
surrounding Grid mode as the GridLayout manager doesn't support
automatic column count calculation.
Also, we're missing the puddle effect on touch...
And probably other stuff. But it all *mostly* works.
Oh, also. Footers are currently commented out.
Add traditional unit tests for MultiSelectManager.

BUG: 22225617
Change-Id: I3cd26a10683f42053556d463a5d2f0d2a0bbde84
/frameworks/base/packages/DocumentsUI/Android.mk
62539a220c6810f66b63060326bd1668f7d6b029 23-Apr-2015 Ben Kwa <kenobi@google.com> Move extension checking code into FileUtils.

Move code for checking file extensions and MIME types from
ExternalStorageProvider into android.os.FileUtils, so it can be used by
other clients (e.g. DownloadsProvider).

BUG=20157955

Change-Id: Ib16a16af723c21fb8d2912c8917dfd68653ea6fa
/frameworks/base/packages/DocumentsUI/Android.mk
6d97d3c1a2ebac4e3f32c7e5bc134864ace1c17f 06-Sep-2013 Jeff Sharkey <jsharkey@android.com> Another asset drop, provider icons, tests.

Latest asset update, including provider icons which are treated as
special cases for now instead of checking into separate apps. Add
tests for MIME type matching of roots. Remove unused XML.

Bug: 10510022
Change-Id: Id567a9e06ba241f60ac011823e550253c6c797fb
/frameworks/base/packages/DocumentsUI/Android.mk
251097b3789632000ccdaf7fb7d66a82ff37d882 03-Sep-2013 Jeff Sharkey <jsharkey@android.com> New recents behavior to match spec.

Updated behavior queries each documents root for recently modified
documents. It uses a new variant of DirectoryLoader which limits the
maximum number of parallel queries to relieve memory pressure. When
first started, it waits up to 500ms for everyone to finish, then
publishes whatever results are ready, and then refreshes results as
each straggler finishes.

New RootCursorWrapper that always blends in authority and rootId
columns, which are used for binding root details from blended cursors.

Bug: 10593596, 10329994
Change-Id: Icc0d4a2f1b6166edc72f78a4c88f444eeba6f2f0
/frameworks/base/packages/DocumentsUI/Android.mk
bc2971d2499f5bf5534ced7296ece630ca902738 01-Aug-2013 Jeff Sharkey <jsharkey@android.com> Sliding drawer for roots, move sorting, search.

Move backend root exploration into sliding drawer, and adjust action
bar when moving between modes. Moves sorting into action bar spinner
instead of separate dialog. Also add initial search support.

Change-Id: I70189911ba56ae6bd93d5c503a8600acd6d6c0c5
/frameworks/base/packages/DocumentsUI/Android.mk
9e0036ed7d3260d79cc5f9ffd8e3bbe760699924 27-Apr-2013 Jeff Sharkey <jsharkey@android.com> External storage provider, document picker UI.

Continuing to flesh out storage backends by adding an external
storage document backend. Still rough, but it can traverse files
and directories.

Early pass at OPEN/CREATE_DOC picker UI, which offers to traverse
any known storage backends. Supports opening subdirectories and
returning a picked file.

Change-Id: Idc3554036b3816a93d9b465ee8a620746859d2ae
/frameworks/base/packages/DocumentsUI/Android.mk