Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-09-18 | Viewing saved comments in Saved is available. | Alex Ning | 2 | -9/+19 | |
2019-09-17 | Fixed android.view.DisplayListCanvas.throwIfCannotDraw in ↵ | Alex Ning | 1 | -1/+2 | |
ViewPostDetailActivity. Fixed app crashes when pressing the comment button in ViewPostDetailActivity while the post is not loaded. Re-enable spalsh screen. | |||||
2019-09-14 | Fix status bar and navbar icon color in MainActivity. | Alex Ning | 1 | -6/+14 | |
2019-09-08 | Hiding and unhiding posts are now available. | Alex Ning | 1 | -5/+11 | |
2019-08-30 | Lazy mode is available in FilteredThingActivity. Fixed a bug related to lazy ↵ | Alex Ning | 1 | -2/+8 | |
mode. Fixed several bugs in ViewModels. Minor bugs fixed. | |||||
2019-08-30 | View crosspost parent in ViewPostDetailActivity when clicking the crosspost ↵ | Alex Ning | 1 | -6/+13 | |
icon or select Crosspost parent menu item in toolbar. Filter NSFW posts in FilteredThingActivity is now available. | |||||
2019-08-22 | Saving and unsaving post are now available. Disable commenting and replying ↵ | Alex Ning | 1 | -6/+13 | |
for locked posts in last commit. | |||||
2019-08-18 | View messages in ViewMessageActivity. Use LinkResolverActivity to handle ↵ | Alex Ning | 1 | -0/+9 | |
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 | -0/+23 | |
AccountPostsActivity is available. | |||||
2019-08-14 | Sorting users posts in ViewUserDetailActivity and FilteredPostsActivity is ↵ | Alex Ning | 1 | -3/+9 | |
available. | |||||
2019-08-14 | Edit flair for posts is now available. | Alex Ning | 1 | -0/+7 | |
2019-08-13 | Set NSFW and spoiler are now available. | Alex Ning | 1 | -1/+13 | |
2019-08-13 | Editing and deleting comments are now available. | Alex Ning | 1 | -0/+10 | |
2019-08-12 | Deleting and editing posts are now available. | Alex Ning | 2 | -0/+24 | |
2019-08-07 | Refactored all the other classes to support multi user. Clearing the app ↵ | Alex Ning | 5 | -5/+5 | |
data is required before launching the app. | |||||
2019-08-05 | Sorting and refreshing in FilteredPostsActivity are available. | Alex Ning | 1 | -0/+17 | |
2019-08-05 | Searching subreddits to post is available. Use Toolbar instead of ActionBar ↵ | Alex Ning | 1 | -0/+10 | |
in various activities. Minor bugs fixed. | |||||
2019-07-31 | Use Brige library and Android-State library to avoid ↵ | Alex Ning | 3 | -3/+3 | |
TransactionTooLargeException during state saving and restoration. Minor bugs fixed. | |||||
2019-07-28 | Sorting in SearchResultActivity is available. Switch DataSource instead of ↵ | Alex Ning | 1 | -2/+9 | |
replacing fragments when changing sorting types. Minor bugs fixed. | |||||
2019-07-26 | Sorting posts is now available. Minor bugs fixed. | Alex Ning | 2 | -6/+20 | |
2019-07-18 | Add a search button in ViewSubredditDetailActivity and ↵ | Alex Ning | 5 | -6/+47 | |
ViewUserDetailActivity. Search posts in a specific subreddit is available. Rename SearchActivity to SearchResultActivity. Add SearchActivity for searching instead of searching in MainActivity. | |||||
2019-07-14 | Sumbitting gif and video posts is now available. | Alex Ning | 1 | -0/+10 | |
2019-07-12 | Preparing to submit image posts. | Alex Ning | 1 | -0/+10 | |
2019-07-12 | Submitting link posts is available. Fixed force stop when a user has no post ↵ | Alex Ning | 1 | -0/+10 | |
in ViewUserDetailActivity. | |||||
2019-07-11 | Submitting posts to subreddit is available now. Fixed User's posts cannot be ↵ | Alex Ning | 1 | -0/+10 | |
all loaded. | |||||
2019-06-13 | Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks. | Alex Ning | 2 | -2/+18 | |
2019-06-11 | Lazy mode in ViewUserDetailActivity. Fixed follow chip background color in ↵ | Alex Ning | 3 | -10/+23 | |
dark mode in ViewUserDetailActivity. Fixed force stop after orientation change in ViewUserDetailActivity. | |||||
2019-06-08 | Lazy Mode: Automatically scroll down the recyclerview in PostFragment to ↵ | Alex Ning | 1 | -6/+11 | |
view posts without using hands. | |||||
2019-06-06 | Refresh post in ViewPostDetailActivity. | Alex Ning | 1 | -0/+10 | |
2019-02-26 | Fixed user icon and user banner not displaying after user login. ↵ | Alex Ning | 1 | -1/+1 | |
LoginActivity will not show page not found error after login finish. | |||||
2019-02-22 | Add a search view in MainActivity and add a SearchActivity. | Alex Ning | 2 | -1/+18 | |
2018-12-30 | Refreshing posts is working now. | Alex Ning | 2 | -11/+1 | |
2018-12-29 | Error handling for loading posts now works again. Don't show refresh button ↵ | Alex Ning | 1 | -1/+1 | |
as an icon. Rewrite some code. | |||||
2018-09-24 | Add a feature which is refreshing the posts by clicking the refresh button. ↵ | Alex Ning | 2 | -0/+24 | |
Minor bugs fixed. Rewrite some code. | |||||
2018-09-21 | Click the subreddit icon or the subreddit name to view the subreddit's ↵ | Alex Ning | 1 | -0/+10 | |
details in PostFragment. Make the status bar in ViewSubredditDetailActivity translucent. Prepare to view the user's details in ViewUserDetailActivity. Minor bugs fixed. | |||||
2018-07-30 | Add the ViewSubredditActivity. Add a OnClickListener in the subscribed ↵ | Alex Ning | 1 | -0/+10 | |
subreddits RecyclerView to lauch the ViewSubredditActivity. | |||||
2018-07-28 | Add RecyclerView for subscribed subreddits in navigation drawer and rewrite ↵ | Alex Ning | 2 | -47/+0 | |
some code |