aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-18Selecting subreddits when creating multireddits is now available.Alex Ning1-1/+7
2020-02-12Creating multireddit without specifying subreddits is available.Alex Ning1-3/+9
2019-12-30View subreddit sidebar is now available.Alex Ning1-1/+5
2019-12-19Fixed UI in ViewMultiRedditDetailActivity. Add a share option in Settings -> ...Alex Ning1-1/+1
2019-12-16Showing posts of multireddit is now available. Fix a typo.Alex Ning1-1/+5
2019-12-13Show MultiReddits list.Alex Ning1-1/+4
2019-12-01Downloading video without sound is now available. Minor bugs fixed.Alex Ning1-0/+1
2019-11-15Swiping to refresh posts is now available.Alex Ning1-1/+1
2019-11-12Showing elapsed time in posts and comments is available.Alex Ning1-3/+5
2019-10-28Display a content preview in PostFragment for text posts.Alex Ning1-9/+9
2019-10-08Add ViewGifActivity to view gifs. Fixed some links cannot be opened by browse...Alex Ning1-9/+12
2019-09-29Change project structures.Alex Ning1-51/+51
2019-09-24Minor UI tweaks. Fix UI issues in dark theme. Fix settings activity title.Alex Ning1-1/+1
2019-09-19Delete something related to downloading videos.Alex Ning1-8/+9
2019-09-18Viewing saved comments in Saved is available.Alex Ning1-6/+14
2019-09-17Fixed android.view.DisplayListCanvas.throwIfCannotDraw in ViewPostDetailActiv...Alex Ning1-1/+1
2019-09-16Shrink the vertical block in comments tree. Temporarily disable the splash sc...Alex Ning1-1/+1
2019-09-13Add more deep links.Alex Ning1-0/+49
2019-09-03Display a splash screen when the app starts.Alex Ning1-1/+1
2019-08-28Receiving images, videos and texts to directly submitting different kinds of ...Alex Ning1-15/+32
2019-08-26Changing lazy mode interval in Settings is now available.Alex Ning1-1/+2
2019-08-21Fixed getting same notifications for different accounts (for real this time)....Alex Ning1-1/+6
2019-08-20Handle sending comment fails. Fixed snackbar hidden by keyboard in some activ...Alex Ning1-0/+1
2019-08-18View messages in ViewMessageActivity. Use LinkResolverActivity to handle link...Alex Ning1-1/+7
2019-08-14Sorting gilded posts in AccountPostsActivity is available. Refreshing in Acco...Alex Ning1-1/+1
2019-08-14Current user's upvoted, downvoted, hidden, saved, gilded posts are now availa...Alex Ning1-0/+3
2019-08-13Set NSFW and spoiler are now available.Alex Ning1-0/+2
2019-08-13Editing and deleting comments are now available.Alex Ning1-0/+5
2019-08-12Deleting and editing posts are now available.Alex Ning1-0/+5
2019-08-12Fixed nav bar icon color in dark theme. Transparent nav bar in SubredditSelec...Alex Ning1-1/+2
2019-08-08Log in other reddit accounts are available. Add an account switcher in the na...Alex Ning1-2/+2
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