Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enabling or disabling nsfw are now available. | Alex Ning | 2019-08-22 | 1 | -2/+2 |
| | |||||
* | Refactored all the other classes to support multi user. Clearing the app ↵ | Alex Ning | 2019-08-07 | 1 | -1/+1 |
| | | | | data is required before launching the app. | ||||
* | Add a search button in ViewSubredditDetailActivity and ↵ | Alex Ning | 2019-07-18 | 1 | -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 Ning | 2019-02-26 | 1 | -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 Ning | 2019-02-22 | 1 | -0/+1 |
| | | | | in viewpager in SearchActivity. | ||||
* | Add a search view in MainActivity and add a SearchActivity. | Alex Ning | 2019-02-22 | 1 | -0/+43 |