diff options
author | Jeff Sharkey <jsharkey@android.com> | 2013-09-13 13:42:19 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2013-09-13 16:02:14 -0700 |
commit | f6db154975ef575479ba4ab59d80bcf592288252 (patch) | |
tree | e2dab1b025abe925dd70a368a8bd4919f9fae6f4 /api | |
parent | 3e1189b3590aefb65a2af720ae2ba959bbd4188d (diff) | |
download | frameworks_base-f6db154975ef575479ba4ab59d80bcf592288252.zip frameworks_base-f6db154975ef575479ba4ab59d80bcf592288252.tar.gz frameworks_base-f6db154975ef575479ba4ab59d80bcf592288252.tar.bz2 |
More UX updates around picking images.
When picking images or videos, hide the titles in recents, since the
thumbnails should speak for themselves. Also respect new flag that
allows a directory to request their titles be hidden.
Show directory icon hint in grid mode when showing a thumbnail, to
remind user it's a directory.
Filter directories out of recents. Hide most action bar icons on
phones, even when room. Only show drawer on first launch. Hide most
drawer headers to match spec.
Bug: 10710331
Change-Id: I0ef1973ddd62750f57345336388366eda1449720
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index d4e23f3..57384a7 100644 --- a/api/current.txt +++ b/api/current.txt @@ -20812,6 +20812,7 @@ package android.provider { field public static final java.lang.String COLUMN_MIME_TYPE = "mime_type"; field public static final java.lang.String COLUMN_SIZE = "_size"; field public static final java.lang.String COLUMN_SUMMARY = "summary"; + field public static final int FLAG_DIR_HIDE_GRID_TITLES = 64; // 0x40 field public static final int FLAG_DIR_PREFERS_GRID = 16; // 0x10 field public static final int FLAG_DIR_PREFERS_LAST_MODIFIED = 32; // 0x20 field public static final int FLAG_DIR_SUPPORTS_CREATE = 8; // 0x8 |