summaryrefslogtreecommitdiffstats
path: root/packages/DocumentsUI
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge "DocumentsUI: Use system cancel string resources."Daichi Hirono2015-04-151-1/+1
|\
| * DocumentsUI: Use system cancel string resources.Daichi Hirono2015-04-151-1/+1
| | | | | | | | | | | | BUG=None Change-Id: I989e28ad4729176d66b1b333f242470129d139fa
* | DocumentsUI: Move intent related constants to BaseActivity.DocumentsIntent.Daichi Hirono2015-04-153-14/+16
|/ | | | | BUG=None Change-Id: I81d367d5f8d727a5fa76bc22b2fe871ae441dbcf
* Merge "DocumentsUI: Filter out downloads root if the source documents ↵Daichi Hirono2015-04-154-0/+22
|\ | | | | | | include directory."
| * DocumentsUI: Filter out downloads root if the source documents include ↵Daichi Hirono2015-04-154-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | directory. This is the short term solution for the downloads root, which does not support directory creation. For the long term solution, we need to add a flag to Root model to check if the root support directory creation or not. BUG=20186663 Change-Id: I15c4795892f38e3f968776f732a6f2160ae775fc
* | Merge "Add an initial version of the copy failure dialog to DocumentsUI."Tomasz Mikolajewski2015-04-154-5/+146
|\ \
| * | Add an initial version of the copy failure dialog to DocumentsUI.Tomasz Mikolajewski2015-04-154-5/+146
| | | | | | | | | | | | Change-Id: Ibdfde661aa5b636570c017d3d00565c193d595a3
* | | DocumentsUI: Polish buttons of copy destination dialog.Daichi Hirono2015-04-154-12/+51
| |/ |/| | | | | | | | | | | | | | | * Add cancel button to directory picker dialog. * Turns "select" label to "copy to" label for copy destination picker. BUG=20170953 Change-Id: I66214804aed75a6fccc716d1a01163c634e73d7f
* | Import translations. DO NOT MERGEGeoff Mendal2015-04-1312-24/+12
|/ | | | | Change-Id: I37c3e2c0945bebbf7dd814bad8aa9de1e2c6bef7 Auto-generated-cl: translation import
* DocumentsUI roots can have settings.Jeff Sharkey2015-04-123-2/+17
| | | | | | | | | | Roots use a flag to indicate they have settings, and DocumentsUI offers to launch towards someone who handles a new Settings intent. Slight rename of browse intent for clarity. Bug: 19993667 Change-Id: I86302ec1cfac5e435d8bc5701bdb85fb9b0dcbae
* Merge "DocumentsUI: Add new private intent action to select copy destination."Daichi Hirono2015-04-134-15/+48
|\
| * DocumentsUI: Add new private intent action to select copy destination.Daichi Hirono2015-04-134-15/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | The CL adds INTENT_ACTION_OPEN_COPY_DESTINATION, and implements the behavior to respond the intent action. The directory picker: * filter out read only roots * return document URI instead of document tree URI for the intent action. BUG=b:20146034 Change-Id: I96c565100c3cdaa57cc7abd8cf6d895d148941a7
* | Add support for notifying about child changes in StubProvider.Tomasz Mikolajewski2015-04-131-12/+21
| | | | | | | | Change-Id: I256856a2bbefa6d831e6b912583eca86eeb03ba7
* | Add support for opening files in StubProvider.Tomasz Mikolajewski2015-04-131-47/+58
|/ | | | Change-Id: Ia3df58850cc3df24dc310b29035a41fb75eadeff
* Add support for removing files and directories in StubProvider.Tomasz Mikolajewski2015-04-131-2/+30
| | | | | | Along the way it updates clients about changes in used storage. Change-Id: I02fb1333e1f97f1476b87310a27b75d99fa00854
* Merge "Simulate running out of space in StubProvider."Tomasz Mikolajewski2015-04-131-5/+76
|\
| * Simulate running out of space in StubProvider.Tomasz Mikolajewski2015-04-131-5/+76
| | | | | | | | Change-Id: I0a069c07bcf8784aeb5c5993d90d0a6db6e2afb1
* | Show copy destination when clicking on the copy notification in Documents UI.Tomasz Mikolajewski2015-04-136-56/+59
|/ | | | Change-Id: I3d955595bc46903c134c0633a6d32663cc2d0c05
* Browse mode for DocumentsUI, removed volume state.Jeff Sharkey2015-04-125-25/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The existing management mode is too specific, and requires that storage backends add queryChildDocumentsForManage(), etc. Instead, to offer more natural browsing support, add a new BROWSE_ROOT intent. It behaves mostly like MANAGE_ROOT, except that it doesn't mutate its Uris with setManageMode(), and it shortcuts straight to VIEW on clicked documents. It can be launched like this: $ adb shell am start -a android.provider.action.BROWSE_ROOT -d content://com.android.externalstorage.documents/root/8405-1DFB -c android.intent.category.DEFAULT Also rename a MetricsConstants to make it clearer, and don't auto-mount all emulated volumes. Fix bugs around parceling of DiskInfo/VolumeInfo. Method to resolve the best description for a VolumeInfo, which might need to fall back to DiskInfo. Add back "removed" volume state so we send broadcast when a volume is destroyed, matching the expected public API behavior. Bug: 19993667 Change-Id: I13aff32c5e11dfc63da44aee9e93a27f4690a43f
* Import translations. DO NOT MERGEGeoff Mendal2015-04-1073-5/+151
| | | | | Change-Id: I4be4f944cd8c87529e04aa4c8e19198020c1b262 Auto-generated-cl: translation import
* Merge "Enable directory copying."Ben Kwa2015-04-103-51/+212
|\
| * Enable directory copying.Ben Kwa2015-04-103-51/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Enable directory picking for copying. - Implement recursive copying inside the CopyService. - Pretty up the notification (use an indeterminate notification while calculating copy size) - Do two recursive walks: one to determine the size of the copy job, and then another to actually copy the files. - Switch to using ContentProviderClient instances, for better error detection and handling - Disable copying from the Recents view. Change-Id: Ieb38cca80edf84a487547b68f0d6b328fc4d7701
* | Merge "Prototype the destination picking."Ben Kwa2015-04-082-32/+75
|\ \ | |/
| * Prototype the destination picking.Ben Kwa2015-04-082-32/+75
| | | | | | | | | | | | | | | | | | | | - Add an intent to open a destination picker, and refactor DocumentsActivity accordingly. - Modify CopyService to take a destination for the copy, and to use URIs and PFDs instead of Files and Streams, for better error handling & cleanup. Change-Id: I69dc43823a703674dc29d2215e2df23b33ad7882
* | Merge "Use default theme for StandaloneActivity (DocumentsUI)."Tomasz Mikolajewski2015-04-081-1/+1
|\ \
| * | Use default theme for StandaloneActivity (DocumentsUI).Tomasz Mikolajewski2015-04-081-1/+1
| | | | | | | | | | | | Change-Id: I41841702e0b68123cb73ff1203ca6e6fe5eae320
* | | Merge "Add StubProvider::isChildDocument()."Tomasz Mikolajewski2015-04-081-1/+17
|\ \ \
| * | | Add StubProvider::isChildDocument().Tomasz Mikolajewski2015-04-081-1/+17
| |/ / | | | | | | | | | Change-Id: Ib17df4307c1f658c42468f86e1f66d4469eefe58
* | | Import translations. DO NOT MERGEGeoff Mendal2015-04-0861-421/+440
|/ / | | | | | | | | Change-Id: I0f9b0b3036a149b304b874fbaa2d95cf56e4e816 Auto-generated-cl: translation import
* | Add an initial version for a StubProvider for DocumentsUI.Tomasz Mikolajewski2015-04-082-0/+192
| | | | | | | | | | | | It will be used for testing as well as for development. Change-Id: I1556836e1070d9e4483d2574bba40aa2fdfde229
* | Fix broken tests in DocumentsUI.Tomasz Mikolajewski2015-04-081-1/+1
| | | | | | | | Change-Id: Ia41eda4d9f500882ca7eb62b13a4bca60978bc33
* | Import translations. DO NOT MERGEGeoff Mendal2015-04-0613-90/+95
| | | | | | | | | | Change-Id: I34445592f741f1566ae5493a8f591391ca65d435 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2015-04-0373-73/+585
| | | | | | | | | | Change-Id: I13a822578c3b71e3176704891486783770337b97 Auto-generated-cl: translation import
* | Merge "Enable directory selection. Add an IntentService to copy files."Ben Kwa2015-04-035-0/+327
|\ \ | |/
| * Enable directory selection. Add an IntentService to copy files.Ben Kwa2015-04-035-0/+327
| | | | | | | | Change-Id: I0bec0224aa1b52766664c23f77d60affec702111
* | Import translations. DO NOT MERGEGeoff Mendal2015-04-0173-0/+146
|/ | | | | Change-Id: I02c4b9d0fcb21c0224590503fa8720805db3d2fa Auto-generated-cl: translation import
* Add a "Select All" menu item and code.Ben Kwa2015-03-313-0/+14
| | | | Change-Id: I31ed8bff83d8a621a31ea5c2a0d1bb218f53d6e2
* Implement a standalone file manager activity.Steve McKay2015-03-2516-163/+1199
| | | | Change-Id: Iaf86ef416b979cea4ab3890d3a26f09741392c3d
* Import translations. DO NOT MERGEGeoff Mendal2015-03-201-0/+58
| | | | | Change-Id: Iac1b987545c21b2e4b29787b13fbaf3414a6a2fb Auto-generated-cl: translation import
* Replace usages of deprecated Resources.getColor() and getColorStateList()Alan Viverette2015-03-181-1/+1
| | | | Change-Id: I8f64fe6c4c44a92ff6d07250223ba590a1d691b0
* Import translations. DO NOT MERGEGeoff Mendal2015-03-161-2/+2
| | | | | Change-Id: Ic3f3b8418d69d37a26c0be77047faf3ea9294b0f Auto-generated-cl: translation import
* Remove unused imports in frameworks/base.John Spurlock2015-02-282-4/+0
| | | | Change-Id: I031443de83f93eb57a98863001826671b18f3b17
* Import translations. DO NOT MERGEGeoff Mendal2015-02-251-1/+1
| | | | | Change-Id: If17993f8a25da1cb9a868150bb787d8c1b9810bd Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2015-01-211-3/+3
| | | | | Change-Id: Ida34896ac8597930db790a14bc84cd19452f6902 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2015-01-051-3/+3
| | | | | Change-Id: Ibe706a89d57655a9fb5890533887ca7a793190aa Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBaligh Uddin2014-12-231-3/+3
| | | | | Change-Id: Ib8a2992780a3a20748d2d150e1f887674677cf64 Auto-generated-cl: translation import
* am 44952282: am ce7a0e6c: am 7038c390: Merge "Move Documents action bar ↵Jeff Sharkey2014-11-252-3/+3
|\ | | | | | | | | | | | | update even later." into lmp-mr1-dev * commit '44952282e8e170483eef30f18c74fa3995cad0c9': Move Documents action bar update even later.
| * am ce7a0e6c: am 7038c390: Merge "Move Documents action bar update even ↵Jeff Sharkey2014-11-252-3/+3
| |\ | | | | | | | | | | | | | | | | | | later." into lmp-mr1-dev * commit 'ce7a0e6cc7cd90cc5019f9b150a0295347f38406': Move Documents action bar update even later.
| | * 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
* | | Import translations. DO NOT MERGEGeoff Mendal2014-11-241-2/+2
| | | | | | | | | | | | | | | Change-Id: Ie6a5828d8c8c7267ff4990b30df1d0c5089d5bfb Auto-generated-cl: translation import