aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/search_activity.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change project structures.Alex Ning2019-09-291-1/+1
|
* 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-0/+12
ViewUserDetailActivity. Search posts in a specific subreddit is available. Rename SearchActivity to SearchResultActivity. Add SearchActivity for searching instead of searching in MainActivity.