aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_search.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Display search history in SearchActivity. Save suggested sort type and nsfw ↵Alex Ning2020-09-291-24/+50
| | | | info in database for SubredditData. Fix an issue in parsing posts.
* Changing font is available. Fix subtitle on toolbar being cut if the font is ↵Alex Ning2020-06-101-2/+2
| | | | large.
* Prepare to add different font support.Alex Ning2020-06-101-2/+4
|
* Remove unused attributes. Fix loading images using GlideImageGetter after ↵Alex Ning2020-04-181-2/+0
| | | | the activity is destroyed.
* 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 ↵Alex Ning2019-08-071-1/+1
| | | | data is required before launching the app.
* Add a search button in ViewSubredditDetailActivity and ↵Alex Ning2019-07-181-47/+64
| | | | ViewUserDetailActivity. Search posts in a specific subreddit is available. Rename SearchActivity to SearchResultActivity. Add SearchActivity for searching instead of searching in MainActivity.
* Add two features: refresh searching and searching in SearchActivity. Fixed a ↵Alex Ning2019-02-261-5/+33
| | | | bug which is the listener object is null when it is called because the parse failed in ParsePost, ParseSubredditData and ParseUserData.
* Change SearchView style in MainActivity. Solve tab layout covering fragments ↵Alex Ning2019-02-221-0/+1
| | | | in viewpager in SearchActivity.
* Add a search view in MainActivity and add a SearchActivity.Alex Ning2019-02-221-0/+43