aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-06Bugs fixed related to submitting link and text posts.Alex Ning1-1/+1
2019-08-06Create PostMediaService to submit video and image posts.Alex Ning1-3/+13
2019-08-05Minor bugs related to Custom Tabs fixed. Support more reddit domains.Alex Ning1-0/+9
2019-08-05Filtering posts to specific type when the type chip is clicked in posts. Mino...Alex Ning1-2/+6
2019-08-05Searching subreddits to post is available. Use Toolbar instead of ActionBar i...Alex Ning1-5/+12
2019-08-02Create LinkResolverActivity to resolve the reddit links instead of resolving ...Alex Ning1-32/+17
2019-08-01Implement Deep Link to open reddit links directly in this app.Alex Ning1-4/+30
2019-07-24Capture images and videos from camera when click capture fab in PostImageActi...Alex Ning1-0/+11
2019-07-18Add a search button in ViewSubredditDetailActivity and ViewUserDetailActivity...Alex Ning1-1/+6
2019-07-18Viewing rules after pressing rules button in PostXXXActivity is available. Ex...Alex Ning1-0/+4
2019-07-14Sumbitting gif and video posts is now available.Alex Ning1-0/+5
2019-07-12Preparing to submit image posts.Alex Ning1-0/+5
2019-07-12Submitting link posts is available. Fixed force stop when a user has no post ...Alex Ning1-0/+5
2019-07-11Submitting posts to subreddit is available now. Fixed User's posts cannot be ...Alex Ning1-2/+4
2019-07-10Place all the subscribed subreddits and users to SubscribedThingListingActivi...Alex Ning1-2/+11
2019-07-09Minor UI tweaks. Preparing for submitting text posts.Alex Ning1-2/+5
2019-06-13Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks.Alex Ning1-4/+11
2019-06-09Pause lazy mode if the user is swiping posts.Alex Ning1-2/+2
2019-02-22Add a search view in MainActivity and add a SearchActivity.Alex Ning1-5/+9
2019-01-11View user details in ViewUserDetailActivity. Follow or unfollow user is not p...Alex Ning1-2/+2
2019-01-07New feature: Subscribe or unsubscribe to a subreddit. Allow clear text traffi...Alex Ning1-1/+2
2018-10-12Use Dagger 2 to inject the Retrofit singleton to classes. Minor bugs fixed.Alex Ning1-0/+1
2018-09-21Click the subreddit icon or the subreddit name to view the subreddit's detail...Alex Ning1-2/+6
2018-08-05Cancel loading the user's info when there is nobody logging in. Delete a line...Alex Ning1-1/+0
2018-07-30Add the ViewSubredditActivity. Add a OnClickListener in the subscribed subred...Alex Ning1-1/+9