Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-05 | Long press a multireddit in the list to show some options. Fix some UI issues. | Alex Ning | 1 | -1/+1 | |
2020-04-04 | Editing multireddits is now available. | Alex Ning | 1 | -1/+10 | |
2020-04-02 | Add an activity for theme preview. | Alex Ning | 1 | -3/+8 | |
2020-03-29 | Continue playing videos after orientation. Deleting all subreddits and users ↵ | Alex Ning | 1 | -1/+2 | |
is now available in advanced settings. | |||||
2020-03-26 | Still implementing custom themes. | Alex Ning | 1 | -0/+1 | |
2020-03-24 | Add CustomThemeListingActivity. | Alex Ning | 1 | -1/+4 | |
2020-03-19 | Still implementing custom theme settings. | Alex Ning | 1 | -1/+3 | |
2020-03-19 | Start implementing custom theme settings. | Alex Ning | 1 | -1/+4 | |
2020-02-18 | Selecting subreddits when creating multireddits is now available. | Alex Ning | 1 | -1/+7 | |
2020-02-12 | Creating multireddit without specifying subreddits is available. | Alex Ning | 1 | -3/+9 | |
2019-12-30 | View subreddit sidebar is now available. | Alex Ning | 1 | -1/+5 | |
2019-12-19 | Fixed UI in ViewMultiRedditDetailActivity. Add a share option in Settings -> ↵ | Alex Ning | 1 | -1/+1 | |
About to let you easily share this app to other people. Version 2.0.0. | |||||
2019-12-16 | Showing posts of multireddit is now available. Fix a typo. | Alex Ning | 1 | -1/+5 | |
2019-12-13 | Show MultiReddits list. | Alex Ning | 1 | -1/+4 | |
2019-12-01 | Downloading video without sound is now available. Minor bugs fixed. | Alex Ning | 1 | -0/+1 | |
2019-11-15 | Swiping to refresh posts is now available. | Alex Ning | 1 | -1/+1 | |
2019-11-12 | Showing elapsed time in posts and comments is available. | Alex Ning | 1 | -3/+5 | |
2019-10-28 | Display a content preview in PostFragment for text posts. | Alex Ning | 1 | -9/+9 | |
2019-10-08 | Add ViewGifActivity to view gifs. Fixed some links cannot be opened by ↵ | Alex Ning | 1 | -9/+12 | |
browsers. Maybe fixed IllegalStateException in ViewSubredditDetailActivity and FilteredThingActivity. Minor bugs fixed. | |||||
2019-09-29 | Change project structures. | Alex Ning | 1 | -51/+51 | |
2019-09-24 | Minor UI tweaks. Fix UI issues in dark theme. Fix settings activity title. | Alex Ning | 1 | -1/+1 | |
2019-09-19 | Delete something related to downloading videos. | Alex Ning | 1 | -8/+9 | |
2019-09-18 | Viewing saved comments in Saved is available. | Alex Ning | 1 | -6/+14 | |
2019-09-17 | Fixed android.view.DisplayListCanvas.throwIfCannotDraw in ↵ | Alex Ning | 1 | -1/+1 | |
ViewPostDetailActivity. Fixed app crashes when pressing the comment button in ViewPostDetailActivity while the post is not loaded. Re-enable spalsh screen. | |||||
2019-09-16 | Shrink the vertical block in comments tree. Temporarily disable the splash ↵ | Alex Ning | 1 | -1/+1 | |
screen to see if android.view.DisplayListCanvas.throwIfCannotDraw exception will be gone. Minor bugs fixed. | |||||
2019-09-13 | Add more deep links. | Alex Ning | 1 | -0/+49 | |
2019-09-03 | Display a splash screen when the app starts. | Alex Ning | 1 | -1/+1 | |
2019-08-28 | Receiving images, videos and texts to directly submitting different kinds of ↵ | Alex Ning | 1 | -15/+32 | |
posts. Fixed video was not shown after selected from picker in PostVideoActivity. Handle some cases that the posts cannot be submitted. Minor bugs fixed. | |||||
2019-08-26 | Changing lazy mode interval in Settings is now available. | Alex Ning | 1 | -1/+2 | |
2019-08-21 | Fixed getting same notifications for different accounts (for real this ↵ | Alex Ning | 1 | -1/+6 | |
time). Add a settings acivity but with no use now. Minor bugs fixed. Minor UI tweaks. | |||||
2019-08-20 | Handle sending comment fails. Fixed snackbar hidden by keyboard in some ↵ | Alex Ning | 1 | -0/+1 | |
activities. Minor bugs fixed. | |||||
2019-08-18 | View messages in ViewMessageActivity. Use LinkResolverActivity to handle ↵ | Alex Ning | 1 | -1/+7 | |
link clicking in CustomMarkwonView. Fixed cannot load user profile image after the post is deleted. | |||||
2019-08-14 | Sorting gilded posts in AccountPostsActivity is available. Refreshing in ↵ | Alex Ning | 1 | -1/+1 | |
AccountPostsActivity is available. | |||||
2019-08-14 | Current user's upvoted, downvoted, hidden, saved, gilded posts are now ↵ | Alex Ning | 1 | -0/+3 | |
available to see. | |||||
2019-08-13 | Set NSFW and spoiler are now available. | Alex Ning | 1 | -0/+2 | |
2019-08-13 | Editing and deleting comments are now available. | Alex Ning | 1 | -0/+5 | |
2019-08-12 | Deleting and editing posts are now available. | Alex Ning | 1 | -0/+5 | |
2019-08-12 | Fixed nav bar icon color in dark theme. Transparent nav bar in ↵ | Alex Ning | 1 | -1/+2 | |
SubredditSelectionActivity for Android version >= 8.1. | |||||
2019-08-08 | Log in other reddit accounts are available. Add an account switcher in the ↵ | Alex Ning | 1 | -2/+2 | |
navigation drawer in MainActivity. | |||||
2019-08-06 | Bugs fixed related to submitting link and text posts. | Alex Ning | 1 | -1/+1 | |
2019-08-06 | Create PostMediaService to submit video and image posts. | Alex Ning | 1 | -3/+13 | |
2019-08-05 | Minor bugs related to Custom Tabs fixed. Support more reddit domains. | Alex Ning | 1 | -0/+9 | |
2019-08-05 | Filtering posts to specific type when the type chip is clicked in posts. ↵ | Alex Ning | 1 | -2/+6 | |
Minor bugs fixed related to PostDataSource to continue loading posts. | |||||
2019-08-05 | Searching subreddits to post is available. Use Toolbar instead of ActionBar ↵ | Alex Ning | 1 | -5/+12 | |
in various activities. Minor bugs fixed. | |||||
2019-08-02 | Create LinkResolverActivity to resolve the reddit links instead of resolving ↵ | Alex Ning | 1 | -32/+17 | |
them in different activities. Deep link error handling is still broken. | |||||
2019-08-01 | Implement Deep Link to open reddit links directly in this app. | Alex Ning | 1 | -4/+30 | |
2019-07-24 | Capture images and videos from camera when click capture fab in ↵ | Alex Ning | 1 | -0/+11 | |
PostImageActivity and PostVideoActivity. Go to user's profile after sending image post. | |||||
2019-07-18 | Add a search button in ViewSubredditDetailActivity and ↵ | Alex Ning | 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. | |||||
2019-07-18 | Viewing rules after pressing rules button in PostXXXActivity is available. ↵ | Alex Ning | 1 | -0/+4 | |
Extend MarkwonView to support opening reddit subreddit and user links. | |||||
2019-07-14 | Sumbitting gif and video posts is now available. | Alex Ning | 1 | -0/+5 | |