summaryrefslogtreecommitdiff
path: root/src/com/android/documentsui/DocumentsApplication.java
AgeCommit message (Expand)Author
2024-07-01Remove invalidating ConfigStore in onDestroy. Aditya
2024-06-05Add SdkLevel V check in onProfileActionStatusChange. Aditya
2024-05-02Add @RequiresApi annotation for sdk version S for UserManagerState. Aditya
2024-02-29Fixing bugs related to pausing of private space. Aditya
2024-02-29Fixing time delay on launch on flag change. Aditya
2024-02-29Modify onProfileActionStatusChange and add tests. Aditya
2024-02-19Fix for loss of `Recents` content from private tab on flag change. Aditya
2024-02-07Add ConfigStore to use feature flags in DocsUI. Aditya
2024-02-01Implementing cross profile contnet sharing startegy for docsUI. Aditya
2022-10-04Fix minimum sdk using @hide API felkachang
2020-03-10Add error handling and UI on WP quiet mode / no permission to share Kelvin Kwan
2020-02-24Remove useless code Tony Huang
2020-02-10Fetch roots from all users and filter them by action Kelvin Kwan
2019-05-22Runtime apply overlay by ThemeOverlayManager Bill Lin
2019-03-15Implement search history UI Tony Huang
2018-11-02Deprecate scoped directory access. Amin Shaikh
2017-05-19Add a type column to show user-friendly type info. Garfield Tan
2017-04-14Allow user control move/copy during drag and drop. Garfield Tan
2017-03-24Refactor RootsCache+RootsAccess to ProvdersCache+ProvdersAccess Jon Mann
2017-03-10Fix a bug where dropping on Root never works. Ben Lin
2016-12-01Don't cache empty roots lists (usually). Steve McKay
2016-10-20Address comments in ag/1514806. Garfield Tan
2016-10-18Features around findPath API. Garfield Tan
2016-09-28Move launch logic into ActionHandlers. Steve McKay
2016-09-26Move delete support into base ActionHandler. Steve McKay
2016-09-16Move State to base and root stuff to roots. Steve McKay
2016-07-12Pull clipping related classes to a separate package. Garfield, Tan
2016-07-11[multi-part] Eliminate 1k selection limit Garfield, Tan
2016-06-24[multi-part] Eliminate 1k selection limit Garfield, Tan
2016-06-16[multi-part] Eliminate 1k selection limit Steve McKay
2016-05-25Separate paste code from DirectoryFragment. Garfield, Tan
2016-05-17Use thumbnail of other sizes if it's missing in current size. Garfield, Tan
2016-04-04Invalidate caches when locale changes. Jeff Sharkey
2016-02-03Lint fixes and config tweaks. Ben Kwa
2013-10-23Update roots when data cleared, refresh UI. Jeff Sharkey
2013-10-01Detect wedged ContentProviders, treat as ANR. Jeff Sharkey
2013-09-19Load RootInfo in background, invalidation. Jeff Sharkey
2013-09-10More UX work for thumbnails, search, management. Jeff Sharkey
2013-08-18Management actions, invalidate caches. Jeff Sharkey