summaryrefslogtreecommitdiffstats
path: root/packages/DocumentsUI
Commit message (Collapse)AuthorAgeFilesLines
* Import translations. DO NOT MERGEBaligh Uddin2014-12-025-12/+12
| | | | | Change-Id: I91311501af2edb114e6db77786fcefaa6d26db3a Auto-generated-cl: translation import
* Move Documents action bar update even later.Jeff Sharkey2014-11-242-3/+3
| | | | | | | | | | | | At some point Activity started restoring the Toolbar/ActionBar title during onPostCreate(), which would clobber some of the setup we just finished doing. To fix, move our update to be even later in the restore lifecycle. Also fix grid item widths for small screen devices. Bug: 17428127 Change-Id: I258121b6a6eec5924f92b02290a67d3ae7dd9cf6
* Recent directories can't show file size.Jeff Sharkey2014-10-241-2/+4
| | | | | | | Don't show the toggle to the user, which can avoid crashing. Bug: 17942524 Change-Id: Iaedd61b7c69e14b57508cb9865d1e0124ca2e505
* am 461b3896: Merge "DocumentsUI: Add content description for nav." into lmp-devJeff Sharkey2014-10-131-0/+2
|\ | | | | | | | | * commit '461b3896babdbfb365282378df89cde2dddb5a3a': DocumentsUI: Add content description for nav.
| * DocumentsUI: Add content description for nav.Jeff Sharkey2014-10-131-0/+2
| | | | | | | | | | Bug: 17922955 Change-Id: I44c0107d8dd03aab36da55deeb864e328b492124
| * Import translations. DO NOT MERGEBaligh Uddin2014-09-282-4/+4
| | | | | | | | | | Change-Id: Ifd383e3b819d7364b2fa38231abd7605538fceae Auto-generated-cl: translation import
* | am 2dc7a1b5: Merge "Always force list divider in DocumentsUI." into lmp-devJeff Sharkey2014-09-161-0/+2
|\ \ | |/ | | | | | | * commit '2dc7a1b57d4261e50d6f24989b3b7022123a4247': Always force list divider in DocumentsUI.
| * Always force list divider in DocumentsUI.Jeff Sharkey2014-09-161-0/+2
| | | | | | | | | | | | | | DialogWhenLarge recently dropped the divider. Bug: 17523958 Change-Id: I7ee3ce6853c01dbd3da6fc3e79ef02681b53df4c
| * Import translations. DO NOT MERGEBaligh Uddin2014-09-143-6/+6
|/ | | | | Change-Id: Ie385c9b051b20bf52b7c0b266ca4c9147f7fbb90 Auto-generated-cl: translation import
* Add xxxhdpi assets for DocumentsUI.Jeff Sharkey2014-09-1250-0/+0
| | | | | Bug: 17486169 Change-Id: I26fd257ab9404b1c3985ee6861c9b81ec5e581bc
* Manage mode shouldn't block for other providers.Jeff Sharkey2014-09-101-3/+6
| | | | | | | | | | | | When loading DocumentsUI in management mode (for Downloads), we normally focus on a single authority and let the other providers keep loading async. However, when one of the providers kicks a change notification, we end up blocking the main thread. Simple fix is to move the blocking into the AsyncTask. Bug: 17452691 Change-Id: Ie5212ad825b7df719690b29941c9ae9ba2cabe4b
* Import translations. DO NOT MERGEBaligh Uddin2014-09-031-3/+3
| | | | | Change-Id: Id3ea6f77f0d898b4401c226c0de033fe186a2e64 Auto-generated-cl: translation import
* Ships passing in the night!Jeff Sharkey2014-08-291-1/+1
| | | | | | Fix build breakage. Change-Id: I37e20b7e6838cb95cfd30efb52d68e81b346f8eb
* Final pass at Material DocumentsUI.Jeff Sharkey2014-08-2922-62/+149
| | | | | | | | | Now with treatment for disabled and selected grid items. Inverts text and icons in selected drawer items. Follows upstream color changes to accent color. Disables some verbose logging. Bug: 15836082, 17281688 Change-Id: I97a1c055a2f1a537388a8f5669147618e9698870
* Update material colorsAlan Viverette2014-08-255-7/+8
| | | | | BUG: 17212898 Change-Id: Ic0806db57e88d5143b4241e419970ffeb2468d50
* Import translations. DO NOT MERGEBaligh Uddin2014-08-241-3/+3
| | | | | Change-Id: I6aa82acaaecb2e2484c357c30b252a0aa116a017 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2014-08-1565-775/+391
| | | | | Change-Id: I287e3613eab6a99a30a025ba979b3eae287478c3 Auto-generated-cl: translation import
* Make sure we're obtaining themed drawables correctlyAlan Viverette2014-08-143-19/+14
| | | | Change-Id: I446a3492f7bf5a897c5d698e61327af4b7840d85
* Import translations. DO NOT MERGEBaligh Uddin2014-08-1172-218/+818
| | | | | Change-Id: Ice9a22422396849c763e2fcc011567e2527c7556 Auto-generated-cl: translation import
* Move DocumentsUI settings into overflow menu.Jeff Sharkey2014-08-087-69/+76
| | | | | | | Also use different strings based on device type to make clearer. Bug: 13437894 Change-Id: I4053780de2c7197fb45cc53aee7659e9d0d75c0a
* Separate MIME icons for some office formats.Jeff Sharkey2014-08-081-10/+19
| | | | | Bug: 12548097 Change-Id: I11808854e0a4fae2636a04f75599e022b4a8440f
* More material updates to DocumentsUI.Jeff Sharkey2014-08-08519-471/+289
| | | | | | | | All assets cut as alpha variants so we apply desired tinting at runtime. Small script to automatically generate XML resources. Bug: 15836082, 16658537 Change-Id: I803b3f0bf6f121194a5445fd1c6600fabaf28f60
* Use system collator for display names.Jeff Sharkey2014-08-062-12/+37
| | | | | | | | Continue sorting directory names first, but use system collator in case-insensitive ordering. Bug: 13545569 Change-Id: I24b314c9ef42f397bc96f474d9593bdefc0061d1
* DocumentsUI is only dialog when really large.Jeff Sharkey2014-08-053-14/+25
| | | | | Bug: 16780860 Change-Id: Ib20ef9771855beba5b31d19887c1c9c1b8e8e5ed
* Light icons for DocumentsUI.Jeff Sharkey2014-07-307-9/+33
| | | | | | | | In some cases we want to show light variants. Also tweak drawer sizes and grid padding. Bug: 15836082 Change-Id: Ic6459ff0533a7d346c03db5d7deb3d6da42e7649
* Latest DocumentsUI material asset drop.Jeff Sharkey2014-07-29149-69/+2
| | | | | Bug: 15836082 Change-Id: Ifdd8a42a963071f1c958d56b3f835228f257cf9a
* More DocumentsUI material iteration.Jeff Sharkey2014-07-2927-274/+321
| | | | | | | | | | | | | | Move to using Toolbar for all actions. Drawer contains its own Toolbar with separate title, and hamburger is always visible. Change drawer items to match spec. Switching to Toolbar allows us to remove nasty dialog-on-tablet hacks, yay! This also means we can finally get real IME resizing support. Move to using elevation for all shadows; this removes more nasty hacks around drawing directory shadows. Bug: 15836082 Change-Id: Iba70b898f385a7debd8aabfc98ff39d20bca860d
* First pass at Materializing DocumentsUI!Jeff Sharkey2014-07-28312-379/+511
| | | | | | | | | | | | | | | Initial Material asset drop, which still needs some tweaking. Moved back to framework list item selectors, giving us ripples. Using accent color overlay for activated items. Align all items to new Material grid, including insetting list divider and resizing list items on wide screens. Fix obscure RTL drawing bug. Still lots of work left. Bug: 15836082 Change-Id: I729cc7dcb0271ee62b55d1e036fc28427fc0dd3d
* Remove deprecated locales - DO NOT MERGEBaligh Uddin2014-07-199-493/+0
| | | | Change-Id: Iac5489639edae2373ed0ce92f7d0fe22629a249a
* Import translations. DO NOT MERGEBaligh Uddin2014-07-162-3/+3
| | | | | Change-Id: I8c040d7092dcdc68fe1e640a759123b306eff507 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2014-07-059-2/+442
| | | | | Change-Id: I2f4e298839b4ba9976ec6be66bf22b90eb43e804 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2014-06-3018-7/+836
| | | | | Change-Id: Ia81c920a4555c9f2d98668dd83f2436cafd7a98c Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2014-06-261-3/+3
| | | | | Change-Id: Ide25c1a618ebed66da3ad87834761ddbf23ff08c Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2014-06-251-3/+3
| | | | | Change-Id: Ie973b84c6d4a628cc077b4d493c15de9f7ab3cd6 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2014-06-181-3/+3
| | | | | Change-Id: I7e78e5e9d8a5517ce9c6587869b82c0be2f59e4f Auto-generated-cl: translation import
* Merge "Import translations. DO NOT MERGE"Baligh Uddin2014-06-101-3/+3
|\
| * Import translations. DO NOT MERGEBaligh Uddin2014-06-091-3/+3
| | | | | | | | | | Change-Id: I707193ee90e9d0d5cb8de2a9987cfe243dd7f440 Auto-generated-cl: translation import
* | am 99f4fe07: Merge "Refactor directory API to "opening document tree."" into ↵Jeff Sharkey2014-06-104-24/+26
|\ \ | |/ |/| | | | | | | | | lmp-preview-dev * commit '99f4fe0797adb8350f92c7d1ba11776d1947e768': Refactor directory API to "opening document tree."
| * Refactor directory API to "opening document tree."Jeff Sharkey2014-06-094-24/+26
| | | | | | | | | | | | | | | | | | Cleans up API so it consistently refers to opening or working with a subtree of documents. Also separates isChildDocument() support from the concept of directory tree selection. Bug: 15429194 Change-Id: Ice66a751ff4bd0cc4d34c44c5da13a0dc4186dc9
* | Import translations. DO NOT MERGEBaligh Uddin2014-06-041-3/+3
| | | | | | | | | | Change-Id: Iae203008f0966dd0803723e366c75e72dcdf3c63 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2014-06-023-5/+5
| | | | | | | | | | Change-Id: I1bd3672acdf5240152f51ab057999b47b97a9823 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2014-05-281-3/+3
| | | | | | | | | | Change-Id: I3fea029ae2a0d46867dcb8461b65f788457f9edf Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2014-05-261-2/+2
|/ | | | | Change-Id: I982d4f179f55bff026a0173a4e8e740be03af4af Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2014-05-2055-12/+67
| | | | | Change-Id: I154e5f25182ab3b16360623f3433ae8f745594f1 Auto-generated-cl: translation import
* merge master nova by hand, skipped translationsEd Heyl2014-05-1455-67/+12
|\ | | | | | | Change-Id: I4bea0bb9e375361f21d995bf4698d5eb6300ecfb
| * am 50386c57: am ddba067f: am f521ee6f: am e3e2c471: Merge "Set ActionMode ↵Jeff Sharkey2014-05-101-0/+2
| |\ | | | | | | | | | | | | | | | | | | title to the number of selected files" * commit '50386c5701a0bc08e7a851cd92f44e985a4b2cca': Set ActionMode title to the number of selected files
| * \ am 21de56a9: Add directory selection to DocumentsProvider.Jeff Sharkey2014-04-237-288/+206
| |\ \ | | | | | | | | | | | | | | | | * commit '21de56a94668e0fda1b8bb4ee4f99a09b40d28fd': Add directory selection to DocumentsProvider.
| * \ \ am b325345e: Merge "Switch framework Holo references to Quantum.Light"Alan Viverette2014-04-023-5/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit 'b325345ef0adf2849350d339de1ec5f92b67b7ae': Switch framework Holo references to Quantum.Light
* | | | | Import translations. DO NOT MERGEBaligh Uddin2014-05-121-3/+3
| |_|_|/ |/| | | | | | | | | | | | | | | Change-Id: If60a8ee5762d1e89e73afd0b3d5e79b3ef4916c1 Auto-generated-cl: translation import
* | | | am ddba067f: am f521ee6f: am e3e2c471: Merge "Set ActionMode title to the ↵Jeff Sharkey2014-05-101-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | number of selected files" * commit 'ddba067f0fa1560ce3e1aff58d512824ac2e2d7d': Set ActionMode title to the number of selected files