summaryrefslogtreecommitdiff
path: root/src/com/android/documentsui/BaseActivity.java
AgeCommit message (Expand)Author
2025-03-20Merge "[DocsUI Peek] Initial Peek overlay and view manager" into main Jeremie Boulic
2025-03-19[DocsUI Peek] Initial Peek overlay and view manager Jeremie Boulic
2025-03-07Add WindowInsets back on non-freeform window devices Ben Reich
2025-03-04[DocsUI M3] update M3 acronym in the code to use_material3 Wenbo Jie
2025-03-03Extract flags into their own Util class Ben Reich
2025-02-27Merge "Move the selection menu from the ActionBar to NavigationView" into main Ben Reich
2025-02-25[DocsUI M3] Fix the alignment for list table header Wenbo Jie
2025-02-24Move the selection menu from the ActionBar to NavigationView Ben Reich
2025-02-24[DocsUI M3] Move drawer burger menu to nav rail Wenbo Jie
2025-02-12[DocsUI M3] Split the main container into 3 sections Wenbo Jie
2025-01-20[DocsUI M3] Add navigation rail layout for medium size screen Wenbo Jie
2024-12-13DocsUI M3: Move parts of the app bar around Luciano Pacheco
2024-11-18[DocsUI M3] Use Material3 Themes Wenbo Jie
2024-11-07Introduce a new DocumentsDefaultM3Theme behind a flag Ben Reich
2024-09-02Prevent clickjacking attack in DocsUi. Aditya
2024-07-29Merge "Fix typo of isInitailSearch to isInitialSearch" into main Treehugger Robot
2024-07-01Remove invalidating ConfigStore in onDestroy. Aditya
2024-05-27Fix typo of isInitailSearch to isInitialSearch Ben Reich
2024-05-03Merge "Add @RequiresApi annotation for sdk version S for UserManagerState." i... Aditya Singh
2024-05-02Add @RequiresApi annotation for sdk version S for UserManagerState. Aditya
2024-04-17Block taking recents screenshot if private profile available Anna Zhuravleva
2024-02-29Fixing bugs related to pausing of private space. Aditya
2024-02-29Modify onProfileActionStatusChange and add tests. Aditya
2024-02-07Add ConfigStore to use feature flags in DocsUI. Aditya
2024-02-06Generalising apis in `dirlist` directory using UserManagerState. Aditya
2024-02-01Implementing cross profile contnet sharing startegy for docsUI. Aditya
2021-08-14work profile pause material next change Shubham Basu
2021-07-14Change toolbar color dynamically based on scroll offset for S. Zemiao Zhu
2020-08-05apps/DocumentsUI - Update language to comply with Android's inclusive languag... Raman Tenneti
2020-06-19Remove 'on phone' from strings Diksha Gohlyan
2020-05-08Fix SearchView UI response to first character delayed. Zemiao Zhu
2020-05-08Merge "Revert "Post SearchFragment dismissal to the next frame when user is s... Zemiao Zhu
2020-05-08Revert "Post SearchFragment dismissal to the next frame when user is searching" Zemiao Zhu
2020-05-02Merge "Post SearchFragment dismissal to the next frame when user is searching... TreeHugger Robot
2020-05-01Post SearchFragment dismissal to the next frame when user is searching Alex Kershaw
2020-04-30Merge "Add checks for nullable mVariables in SearchViewManager." into rvc-dev Zemiao Zhu
2020-04-29Merge changes from topic "hidden-files" into rvc-dev Zemiao Zhu
2020-04-28Fix talkback. Announce Files appname by explicitly call Zemiao Zhu
2020-04-28Add menu item for show hidden files. Zemiao Zhu
2020-04-28Add checks for nullable mVariables in SearchViewManager. Zemiao Zhu
2020-04-23Fix rotating screen triggers search. Zemiao Zhu
2020-04-17Refactor SearchFragment to fix keyboard focus issue. Zemiao Zhu
2020-04-14Fix app crash when activity title set to null at empty work profile root. Zemiao Zhu
2020-04-02Fix talkback directory name when first launch app or rotate screen. Zemiao Zhu
2020-03-26Change DocsUI tabs styling to be consistent with other surfaces Alex Kershaw
2020-03-24Hide tabs and apps when tapping a filter in an empty search Alex Kershaw
2020-03-18Remove hamburger icon when there is only one root. Zemiao Zhu
2020-03-11Hide apps during search across profile Kelvin Kwan
2020-03-10Continue showing a tabbed view when filters are selected Kelvin Kwan
2020-03-09Enable DirectoryFragment.onRefresh works when there is no root doc. Kelvin Kwan