Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Editing flair is now available. | Alex Ning | 2019-08-14 | 1 | -0/+9 | |
| | ||||||
* | Editing and deleting comments are now available. | Alex Ning | 2019-08-13 | 1 | -0/+9 | |
| | ||||||
* | Log in other reddit accounts are available. Add an account switcher in the ↵ | Alex Ning | 2019-08-08 | 5 | -0/+45 | |
| | | | | navigation drawer in MainActivity. | |||||
* | Sorting posts is now available. Minor bugs fixed. | Alex Ning | 2019-07-26 | 1 | -0/+9 | |
| | ||||||
* | Preparing to submit image posts. | Alex Ning | 2019-07-12 | 2 | -0/+18 | |
| | ||||||
* | Use a modal bottom sheet to display post selection instead of an alert ↵ | Alex Ning | 2019-07-12 | 5 | -0/+45 | |
| | | | | dialog. Fixed some icons. | |||||
* | Reimplement ViewPostActivity using one recyclerview to display a post and ↵ | Alex Ning | 2019-06-25 | 1 | -0/+0 | |
| | | | | its comments instead of using a recyclerview inside NestedScrollView to prevent onBindViewHolder gets called for all the comments data at once and thus consumes more memory and freezes after the comments are loaded. | |||||
* | Reply to comments. Preparing for comment deletion. | Alex Ning | 2019-06-14 | 1 | -0/+4 | |
| | ||||||
* | Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks. | Alex Ning | 2019-06-13 | 2 | -0/+10 | |
| | ||||||
* | Add a search view in MainActivity and add a SearchActivity. | Alex Ning | 2019-02-22 | 1 | -0/+5 | |
| | ||||||
* | Minor UI tweaks. | Alex Ning | 2019-01-04 | 5 | -37/+18 | |
| | ||||||
* | Display a crosspost icon if the post is a crosspost. Hide the thumbtack icon ↵ | Alex Ning | 2018-10-05 | 1 | -0/+17 | |
| | | | | if the post is not viewed in its subreddit. Tweak the post layout. Minor bugs fixed. | |||||
* | Add an error view when loading the image fails in ViewImageActivity. | Alex Ning | 2018-10-01 | 1 | -0/+5 | |
| | ||||||
* | Change the layout of post. Add an error view when loading the preview image ↵ | Alex Ning | 2018-09-28 | 1 | -0/+9 | |
| | | | | fails. | |||||
* | Add a feature which is refreshing the posts by clicking the refresh button. ↵ | Alex Ning | 2018-09-24 | 1 | -0/+5 | |
| | | | | Minor bugs fixed. Rewrite some code. | |||||
* | Replace the RecyclerView for comments to MultiLevelRecyclerView in order to ↵ | Alex Ning | 2018-09-02 | 5 | -6/+14 | |
| | | | | display the comment trees easily. Click the expand more button to expand the comment tree. Click the expand less button to hide the comment tree. Rewrite some code. | |||||
* | Display a custom error view when there is something wrong when loading best ↵ | Alex Ning | 2018-08-30 | 1 | -0/+0 | |
| | | | | posts. Probably fix a bug that holder.getAdapterPosition() returns -1 when loading subreddit icons in the RecyclerView of PostFragment. Subreddit banners are parsed correctly in ParseSubscribedThing. Check if the api call is successful in onResponse. Rewrite some methods. | |||||
* | Display a thumbtack icon if the post is stickied on top. Display a gold icon ↵ | Alex Ning | 2018-08-24 | 2 | -0/+0 | |
| | | | | and the number of gold if the post is gilded. Load subreddit icons in LoadSubredditIconAsyncTaskListener instead of loading the icons in onPostExecute() of LoadSubredditIconAsyncTask in order to avoid loading icons on a destroyed activity when start the Activity and then press back or up button immediately. | |||||
* | Fixed a bug which causes the app to crash when there is no comment in a ↵ | Alex Ning | 2018-08-11 | 1 | -0/+0 | |
| | | | | post. Add a no comment placeholder which is displayed when there is no comment in a post. | |||||
* | Add RecyclerView for subscribed subreddits in navigation drawer and rewrite ↵ | Alex Ning | 2018-07-28 | 2 | -0/+5 | |
| | | | | some code | |||||
* | First commit | Alex Ning | 2018-07-26 | 11 | -0/+247 | |