Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactored all the other classes to support multi user. Clearing the app ↵ | Alex Ning | 2019-08-07 | 5 | -5/+5 | |
| | | | | data is required before launching the app. | |||||
* | Sorting and refreshing in FilteredPostsActivity are available. | Alex Ning | 2019-08-05 | 1 | -0/+17 | |
| | ||||||
* | Searching subreddits to post is available. Use Toolbar instead of ActionBar ↵ | Alex Ning | 2019-08-05 | 1 | -0/+10 | |
| | | | | in various activities. Minor bugs fixed. | |||||
* | Use Brige library and Android-State library to avoid ↵ | Alex Ning | 2019-07-31 | 3 | -3/+3 | |
| | | | | TransactionTooLargeException during state saving and restoration. Minor bugs fixed. | |||||
* | Sorting in SearchResultActivity is available. Switch DataSource instead of ↵ | Alex Ning | 2019-07-28 | 1 | -2/+9 | |
| | | | | replacing fragments when changing sorting types. Minor bugs fixed. | |||||
* | Sorting posts is now available. Minor bugs fixed. | Alex Ning | 2019-07-26 | 2 | -6/+20 | |
| | ||||||
* | Add a search button in ViewSubredditDetailActivity and ↵ | Alex Ning | 2019-07-18 | 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. | |||||
* | Sumbitting gif and video posts is now available. | Alex Ning | 2019-07-14 | 1 | -0/+10 | |
| | ||||||
* | Preparing to submit image posts. | Alex Ning | 2019-07-12 | 1 | -0/+10 | |
| | ||||||
* | Submitting link posts is available. Fixed force stop when a user has no post ↵ | Alex Ning | 2019-07-12 | 1 | -0/+10 | |
| | | | | in ViewUserDetailActivity. | |||||
* | Submitting posts to subreddit is available now. Fixed User's posts cannot be ↵ | Alex Ning | 2019-07-11 | 1 | -0/+10 | |
| | | | | all loaded. | |||||
* | Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks. | Alex Ning | 2019-06-13 | 2 | -2/+18 | |
| | ||||||
* | Lazy mode in ViewUserDetailActivity. Fixed follow chip background color in ↵ | Alex Ning | 2019-06-11 | 3 | -10/+23 | |
| | | | | dark mode in ViewUserDetailActivity. Fixed force stop after orientation change in ViewUserDetailActivity. | |||||
* | Lazy Mode: Automatically scroll down the recyclerview in PostFragment to ↵ | Alex Ning | 2019-06-08 | 1 | -6/+11 | |
| | | | | view posts without using hands. | |||||
* | Refresh post in ViewPostDetailActivity. | Alex Ning | 2019-06-06 | 1 | -0/+10 | |
| | ||||||
* | Fixed user icon and user banner not displaying after user login. ↵ | Alex Ning | 2019-02-26 | 1 | -1/+1 | |
| | | | | LoginActivity will not show page not found error after login finish. | |||||
* | Add a search view in MainActivity and add a SearchActivity. | Alex Ning | 2019-02-22 | 2 | -1/+18 | |
| | ||||||
* | Refreshing posts is working now. | Alex Ning | 2018-12-30 | 2 | -11/+1 | |
| | ||||||
* | Error handling for loading posts now works again. Don't show refresh button ↵ | Alex Ning | 2018-12-29 | 1 | -1/+1 | |
| | | | | as an icon. Rewrite some code. | |||||
* | Add a feature which is refreshing the posts by clicking the refresh button. ↵ | Alex Ning | 2018-09-24 | 2 | -0/+24 | |
| | | | | Minor bugs fixed. Rewrite some code. | |||||
* | Click the subreddit icon or the subreddit name to view the subreddit's ↵ | Alex Ning | 2018-09-21 | 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. | |||||
* | Add the ViewSubredditActivity. Add a OnClickListener in the subscribed ↵ | Alex Ning | 2018-07-30 | 1 | -0/+10 | |
| | | | | subreddits RecyclerView to lauch the ViewSubredditActivity. | |||||
* | Add RecyclerView for subscribed subreddits in navigation drawer and rewrite ↵ | Alex Ning | 2018-07-28 | 2 | -47/+0 | |
| | | | | some code | |||||
* | First commit | Alex Ning | 2018-07-26 | 4 | -0/+67 | |