summaryrefslogtreecommitdiff
path: root/src/com/android/documentsui/RecentsLoader.java
AgeCommit message (Expand)Author
2025-01-23[DocsUI, Search]: Introduces new loaders for search v2. Bo Majewski
2024-01-25Implementing cross profile contnet sharing startegy for docsUI. Aditya
2020-03-10Add error handling and UI on WP quiet mode / no permission to share Kelvin Kwan
2020-02-25Ensure user can only share documents from allowed users. Kelvin Kwan
2020-02-13Add recents root from different user to ProvidersCache's mTaskRoots Kelvin Kwan
2020-02-06Loads UserId into DocumentInfo Kelvin Kwan
2019-04-11Make global search file not movable Tony Huang
2018-12-11Do the refactor in RecentsLoader and support global search Ivan Chiang
2018-11-06Update all loader to androidx version loader Tony Huang
2018-07-10More movement towards public APIs. Jeff Sharkey
2018-07-09Mechanical refactoring to use public annotations. Jeff Sharkey
2018-01-22Created a SharedMinimal helper. Felipe Leme
2017-05-19Add a type column to show user-friendly type info. Garfield Tan
2017-04-28Fix crash when dragging documents from Recents. Garfield Tan
2017-03-24Refactor RootsCache+RootsAccess to ProvdersCache+ProvdersAccess Jon Mann
2017-03-23Fix racey crash on RecentsLoader reset Jon Mann
2017-03-05Add Feature Flag support. Steve McKay
2017-02-27Make Sorting/paging honor ENABLE_OMC_FEATURES flag Steve McKay
2017-02-27Test/Demo paging support in DocsUI. Steve McKay
2016-10-10Omit the authority if moving returned cursor failed. Garfield Tan
2016-10-03Move sorting back to loading thread. Garfield Tan
2016-09-28Move launch logic into ActionHandlers. Steve McKay
2016-09-22Make RecentsLoader load on a per-authority basis instead of per-root. Ben Lin
2016-09-16Move State to base and root stuff to roots. Steve McKay
2016-09-15Move more classes to more specific locations. Steve McKay
2016-08-11[multi-part] Enable bidrectional sorting Garfield, Tan
2016-02-18UX cleanups. Steve McKay