aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_search.xml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start implementing PostOptionsBottomSheetFragment. Rename some drawables.Docile-Alligator2024-09-111-1/+1
* Start adding contentDescription for image views.Docile-Alligator2024-09-051-2/+4
* Show a divider in SearchActivity.Docile-Alligator2024-09-041-0/+6
* Redesign recent search queries UI.Docile-Alligator2024-08-141-5/+7
* Migrate to ViewBinding in some activities.Docile-Alligator2024-04-281-1/+0
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1508. Mino...Docile-Alligator2023-09-181-10/+15
* Added a button to clear all recent searches. (#1487)Abhishek2023-09-141-2/+12
* Allow parallel installation of debug and release versions (#636)sal0max2022-09-211-2/+2
* Added a clear search bar text button (#1063)MChen3212022-09-091-0/+10
* Add a link handler in SearchActivity.Docile-Alligator2022-06-031-11/+28
* Use EditText instead of SimpleSearchView in SearchActivity.Docile-Alligator2022-06-011-22/+18
* Fix clicking a subreddit in subreddit suggestions goes to the subreddit page ...Alex Ning2021-08-251-1/+2
* Suggest subreddits when searching.Alex Ning2021-06-301-9/+0
* Remove back button in the toolbar in SearchActivity.Alex Ning2021-05-151-1/+0
* Add an option to disable search history.Alex Ning2020-12-021-2/+4
* Display search history in SearchActivity. Save suggested sort type and nsfw i...Alex Ning2020-09-291-24/+50
* Changing font is available. Fix subtitle on toolbar being cut if the font is ...Alex Ning2020-06-101-2/+2
* Prepare to add different font support.Alex Ning2020-06-101-2/+4
* Remove unused attributes. Fix loading images using GlideImageGetter after the...Alex Ning2020-04-181-2/+0
* Implement custom multiple themes (Buggy).Alex Ning2020-03-151-0/+2
* Still prepare to add different themes.Alex Ning2020-02-271-2/+2
* AMOLED dark theme is now available.Alex Ning2019-10-031-1/+3
* Minor UI tweaks. Fix UI issues in dark theme. Fix settings activity title.Alex Ning2019-09-241-31/+22
* Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning2019-09-201-2/+4
* Enabling or disabling nsfw are now available.Alex Ning2019-08-221-2/+2
* Refactored all the other classes to support multi user. Clearing the app data...Alex Ning2019-08-071-1/+1
* Add a search button in ViewSubredditDetailActivity and ViewUserDetailActivity...Alex Ning2019-07-181-47/+64
* Add two features: refresh searching and searching in SearchActivity. Fixed a ...Alex Ning2019-02-261-5/+33
* Change SearchView style in MainActivity. Solve tab layout covering fragments ...Alex Ning2019-02-221-0/+1
* Add a search view in MainActivity and add a SearchActivity.Alex Ning2019-02-221-0/+43