summaryrefslogtreecommitdiff
path: root/src/com/android/documentsui/ActionHandler.java
AgeCommit message (Expand)Author
2025-02-13[DocsUI Peek] Define entry point for showing preview Jeremie Boulic
2025-01-16Add "Open" to context menu when a single file is selected Erfan Norozi
2020-04-14Show a spinner when user click on cross profile button Kelvin Kwan
2020-02-25Ensure user can only share documents from allowed users. Kelvin Kwan
2020-02-16Enable navigation between profile tabs, roots Kelvin Kwan
2020-02-14startActivity with proper user and uri according to the attached userId Kelvin Kwan
2019-10-31Add show/hide launcher icon menu for debug Tony Huang
2019-08-30Add deselect all menu item Tony Huang
2019-08-21Use DialogFragment for delete dialog shawnlin
2019-01-03Implement files preview on pick mode specific action Tony Huang
2018-10-24Add sorting item on overflow menu Tony Huang
2018-09-28Support to launch the root from the intent without rootId Ivan Chiang
2018-08-22Migrate to use RecyclerView-Selection library Riddle Hsu
2018-07-09Mechanical refactoring to use public annotations. Jeff Sharkey
2017-09-29Selection code isolation. Steve McKay
2017-09-22Segregate Mouse and Touch input handling. Steve McKay
2017-08-25Move ContentLock and ViewAutoScroller into sel pkg. Steve McKay
2017-06-09Invoke document inspector when properites button clicked Austin Kolander
2017-06-06Add menu to show properties, add feature flag. Dooper
2017-05-08Proper refresh when Authentication finishes with Activity.RESULT_OK. Ben Lin
2017-04-26Clear separation of RootList Context Menu items and DirList items. Ben Lin
2017-04-02Added some debugging tools. Jon Mann
2017-03-23Merge "Implement support for viewing document settings in external applicatio... Jon Mann
2017-03-23Implement support for viewing document settings in external applications Jon Mann
2017-03-23Merge "Revert "Implement support for viewing document settings in external ap... Jon Mann
2017-03-23Revert "Implement support for viewing document settings in external applicati... Jon Mann
2017-03-23Merge "Implement support for viewing document settings in external applicatio... Jon Mann
2017-03-22Implement support for viewing document settings in external applications Jon Mann
2017-03-21Fix viewing files in archives by mouse. Tomasz Mikolajewski
2017-03-10Fix a bug where dropping on Root never works. Ben Lin
2017-03-07Lift loader to activity level. Garfield Tan
2017-03-03Check for droppability when dropping onto Roots. Ben Lin
2017-02-28Start to move access to model in to Injector and ActionHandlers, refactor sel... Jon Mann
2017-01-11Proper ActionMode clean up when spring opening directories. Ben Lin
2017-01-09Removed all auto-open-drawer logic on app start. Ben Lin
2016-12-08Crash fix for accessing DocumentInfo.derivedUri when in Recents. Ben Lin
2016-11-08Move Injector impl into separate class. Steve McKay
2016-10-21Add Cut/Copy/Delete operation to currently focused item. Ben Lin
2016-10-18Features around findPath API. Garfield Tan
2016-10-11Move openContainerDocument() into ActionHandlers. Garfield Tan
2016-10-10Move share impl into files ActionHandler. Steve McKay
2016-10-10Move full delete logic into ActionHandler. Steve McKay
2016-10-07Inject SelectionManager instead of passing on reset. Steve McKay
2016-10-07Move selection to selection pkg, make activity scoped. Steve McKay
2016-10-05Refactor FragmentTuner to ActivityConfig. Garfield Tan
2016-10-03Test location init with doc URI. Steve McKay
2016-09-28Move launch logic into ActionHandlers. Steve McKay
2016-09-26Move delete support into base ActionHandler. Steve McKay
2016-09-22ActionHandler stage 2. Steve McKay
2016-09-22Make root context menu match spec. Garfield Tan