Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ public enum SearchType {
PHOTO_SEARCH, // gets all files with mimetype "image/%"
SHARED_SEARCH, // show all shares
GALLERY_SEARCH, // combined photo and video
FILE_ID_SEARCH // search one file specified by file id
FILE_ID_SEARCH, // search one file specified by file id
CONTENT_TYPE_SEARCH,
RECENTLY_ADDED_SEARCH
}

private String searchQuery;
Expand Down