Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Log in other reddit accounts are available. Add an account switcher in the ↵ | Alex Ning | 2019-08-08 | 1 | -2/+2 | |
| | | | | navigation drawer in MainActivity. | |||||
* | Bugs fixed related to submitting link and text posts. | Alex Ning | 2019-08-06 | 1 | -1/+1 | |
| | ||||||
* | Create PostMediaService to submit video and image posts. | Alex Ning | 2019-08-06 | 1 | -3/+13 | |
| | ||||||
* | Minor bugs related to Custom Tabs fixed. Support more reddit domains. | Alex Ning | 2019-08-05 | 1 | -0/+9 | |
| | ||||||
* | Filtering posts to specific type when the type chip is clicked in posts. ↵ | Alex Ning | 2019-08-05 | 1 | -2/+6 | |
| | | | | Minor bugs fixed related to PostDataSource to continue loading posts. | |||||
* | Searching subreddits to post is available. Use Toolbar instead of ActionBar ↵ | Alex Ning | 2019-08-05 | 1 | -5/+12 | |
| | | | | in various activities. Minor bugs fixed. | |||||
* | Create LinkResolverActivity to resolve the reddit links instead of resolving ↵ | Alex Ning | 2019-08-02 | 1 | -32/+17 | |
| | | | | them in different activities. Deep link error handling is still broken. | |||||
* | Implement Deep Link to open reddit links directly in this app. | Alex Ning | 2019-08-01 | 1 | -4/+30 | |
| | ||||||
* | Capture images and videos from camera when click capture fab in ↵ | Alex Ning | 2019-07-24 | 1 | -0/+11 | |
| | | | | PostImageActivity and PostVideoActivity. Go to user's profile after sending image post. | |||||
* | Add a search button in ViewSubredditDetailActivity and ↵ | Alex Ning | 2019-07-18 | 1 | -1/+6 | |
| | | | | ViewUserDetailActivity. Search posts in a specific subreddit is available. Rename SearchActivity to SearchResultActivity. Add SearchActivity for searching instead of searching in MainActivity. | |||||
* | Viewing rules after pressing rules button in PostXXXActivity is available. ↵ | Alex Ning | 2019-07-18 | 1 | -0/+4 | |
| | | | | Extend MarkwonView to support opening reddit subreddit and user links. | |||||
* | Sumbitting gif and video posts is now available. | Alex Ning | 2019-07-14 | 1 | -0/+5 | |
| | ||||||
* | Preparing to submit image posts. | Alex Ning | 2019-07-12 | 1 | -0/+5 | |
| | ||||||
* | Submitting link posts is available. Fixed force stop when a user has no post ↵ | Alex Ning | 2019-07-12 | 1 | -0/+5 | |
| | | | | in ViewUserDetailActivity. | |||||
* | Submitting posts to subreddit is available now. Fixed User's posts cannot be ↵ | Alex Ning | 2019-07-11 | 1 | -2/+4 | |
| | | | | all loaded. | |||||
* | Place all the subscribed subreddits and users to ↵ | Alex Ning | 2019-07-10 | 1 | -2/+11 | |
| | | | | SubscribedThingListingActivity instead of the navigation drawer in MainActivity. | |||||
* | Minor UI tweaks. Preparing for submitting text posts. | Alex Ning | 2019-07-09 | 1 | -2/+5 | |
| | ||||||
* | Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks. | Alex Ning | 2019-06-13 | 1 | -4/+11 | |
| | ||||||
* | Pause lazy mode if the user is swiping posts. | Alex Ning | 2019-06-09 | 1 | -2/+2 | |
| | ||||||
* | Add a search view in MainActivity and add a SearchActivity. | Alex Ning | 2019-02-22 | 1 | -5/+9 | |
| | ||||||
* | View user details in ViewUserDetailActivity. Follow or unfollow user is not ↵ | Alex Ning | 2019-01-11 | 1 | -2/+2 | |
| | | | | properly implemented right now. Change users and subscribed_users databases' schemes. Press Profile in navigation drawer to view my reddit info. Press the username in the post to view that account's info. | |||||
* | New feature: Subscribe or unsubscribe to a subreddit. Allow clear text ↵ | Alex Ning | 2019-01-07 | 1 | -1/+2 | |
| | | | | traffic in Android Pie. Rewrite some code in lambda. | |||||
* | Use Dagger 2 to inject the Retrofit singleton to classes. Minor bugs fixed. | Alex Ning | 2018-10-12 | 1 | -0/+1 | |
| | ||||||
* | Click the subreddit icon or the subreddit name to view the subreddit's ↵ | Alex Ning | 2018-09-21 | 1 | -2/+6 | |
| | | | | details in PostFragment. Make the status bar in ViewSubredditDetailActivity translucent. Prepare to view the user's details in ViewUserDetailActivity. Minor bugs fixed. | |||||
* | Cancel loading the user's info when there is nobody logging in. Delete a ↵ | Alex Ning | 2018-08-05 | 1 | -1/+0 | |
| | | | | line which access a deleted string resource in manifest. | |||||
* | Add the ViewSubredditActivity. Add a OnClickListener in the subscribed ↵ | Alex Ning | 2018-07-30 | 1 | -1/+9 | |
| | | | | subreddits RecyclerView to lauch the ViewSubredditActivity. | |||||
* | First commit | Alex Ning | 2018-07-26 | 1 | -0/+44 | |