aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_search.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-11Start implementing PostOptionsBottomSheetFragment. Rename some drawables.Docile-Alligator1-1/+1
2024-09-05Start adding contentDescription for image views.Docile-Alligator1-2/+4
2024-09-04Show a divider in SearchActivity.Docile-Alligator1-0/+6
2024-08-14Redesign recent search queries UI.Docile-Alligator1-5/+7
2024-04-28Migrate to ViewBinding in some activities.Docile-Alligator1-1/+0
2023-09-18Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1508. Mino...Docile-Alligator1-10/+15
2023-09-14Added a button to clear all recent searches. (#1487)Abhishek1-2/+12
2022-09-21Allow parallel installation of debug and release versions (#636)sal0max1-2/+2
2022-09-09Added a clear search bar text button (#1063)MChen3211-0/+10
2022-06-03Add a link handler in SearchActivity.Docile-Alligator1-11/+28
2022-06-01Use EditText instead of SimpleSearchView in SearchActivity.Docile-Alligator1-22/+18
2021-08-25Fix clicking a subreddit in subreddit suggestions goes to the subreddit page ...Alex Ning1-1/+2
2021-06-30Suggest subreddits when searching.Alex Ning1-9/+0
2021-05-15Remove back button in the toolbar in SearchActivity.Alex Ning1-1/+0
2020-12-02Add an option to disable search history.Alex Ning1-2/+4
2020-09-29Display search history in SearchActivity. Save suggested sort type and nsfw i...Alex Ning1-24/+50
2020-06-10Changing font is available. Fix subtitle on toolbar being cut if the font is ...Alex Ning1-2/+2
2020-06-10Prepare to add different font support.Alex Ning1-2/+4
2020-04-18Remove unused attributes. Fix loading images using GlideImageGetter after the...Alex Ning1-2/+0
2020-03-15Implement custom multiple themes (Buggy).Alex Ning1-0/+2
2020-02-27Still prepare to add different themes.Alex Ning1-2/+2
2019-10-03AMOLED dark theme is now available.Alex Ning1-1/+3
2019-09-24Minor UI tweaks. Fix UI issues in dark theme. Fix settings activity title.Alex Ning1-31/+22
2019-09-20Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning1-2/+4
2019-08-22Enabling or disabling nsfw are now available.Alex Ning1-2/+2
2019-08-07Refactored all the other classes to support multi user. Clearing the app data...Alex Ning1-1/+1
2019-07-18Add a search button in ViewSubredditDetailActivity and ViewUserDetailActivity...Alex Ning1-47/+64
2019-02-26Add two features: refresh searching and searching in SearchActivity. Fixed a ...Alex Ning1-5/+33
2019-02-22Change SearchView style in MainActivity. Solve tab layout covering fragments ...Alex Ning1-0/+1
2019-02-22Add a search view in MainActivity and add a SearchActivity.Alex Ning1-0/+43