aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/search_activity.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Lowercase package names.Alex Ning2020-11-181-1/+1
|
* Fix color of some icons.Alex Ning2020-10-231-1/+1
|
* Long press the Floating Action Button to see more options.Alex Ning2020-09-271-1/+1
|
* Still prepare to support multiple themes.Alex Ning2020-03-011-1/+1
|
* 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.