.. |
crosspost.xml
|
Display a crosspost icon if the post is a crosspost. Hide the thumbtack icon if the post is not viewed in its subreddit. Tweak the post layout. Minor bugs fixed.
|
2018-10-05 14:28:14 +08:00 |
gold.png
|
Display a thumbtack icon if the post is stickied on top. Display a gold icon 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.
|
2018-08-24 10:38:37 +08:00 |
ic_arrow_back_white_24dp.xml
|
First commit
|
2018-07-26 23:04:44 +08:00 |
ic_arrow_downward_black_20dp.xml
|
Replace the RecyclerView for comments to MultiLevelRecyclerView in order to 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.
|
2018-09-03 00:05:42 +08:00 |
ic_arrow_upward_black_20dp.xml
|
Replace the RecyclerView for comments to MultiLevelRecyclerView in order to 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.
|
2018-09-03 00:05:42 +08:00 |
ic_comment_white_24dp.xml
|
First commit
|
2018-07-26 23:04:44 +08:00 |
ic_error_outline_black_24dp.xml
|
Change the layout of post. Add an error view when loading the preview image fails.
|
2018-09-28 14:49:49 +08:00 |
ic_error_outline_white_24dp.xml
|
Add an error view when loading the image fails in ViewImageActivity.
|
2018-10-01 13:45:02 +08:00 |
ic_expand_less_black_20dp.xml
|
Replace the RecyclerView for comments to MultiLevelRecyclerView in order to 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.
|
2018-09-03 00:05:42 +08:00 |
ic_expand_more_black_20dp.xml
|
Replace the RecyclerView for comments to MultiLevelRecyclerView in order to 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.
|
2018-09-03 00:05:42 +08:00 |
ic_file_download_white_24dp.xml
|
First commit
|
2018-07-26 23:04:44 +08:00 |
ic_insert_comment_white_24dp.xml
|
Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks.
|
2019-06-13 12:16:04 +08:00 |
ic_launcher_background.xml
|
First commit
|
2018-07-26 23:04:44 +08:00 |
ic_link.xml
|
Use a modal bottom sheet to display post selection instead of an alert dialog. Fixed some icons.
|
2019-07-12 11:31:28 +08:00 |
ic_outline_account_circle_24px.xml
|
Minor UI tweaks.
|
2019-01-04 16:02:11 +08:00 |
ic_outline_add_a_photo_24px.xml
|
Preparing to submit image posts.
|
2019-07-13 00:05:38 +08:00 |
ic_outline_check_circle_outline_24px.xml
|
Use a modal bottom sheet to display post selection instead of an alert dialog. Fixed some icons.
|
2019-07-12 11:31:28 +08:00 |
ic_outline_select_photo_24px.xml
|
Preparing to submit image posts.
|
2019-07-13 00:05:38 +08:00 |
ic_outline_settings_24px.xml
|
Use a modal bottom sheet to display post selection instead of an alert dialog. Fixed some icons.
|
2019-07-12 11:31:28 +08:00 |
ic_outline_share_20px.xml
|
Reply to comments. Preparing for comment deletion.
|
2019-06-14 18:14:49 +08:00 |
ic_outline_share_24px.xml
|
Minor UI tweaks.
|
2019-01-04 16:02:11 +08:00 |
ic_outline_text_24px.xml
|
Use a modal bottom sheet to display post selection instead of an alert dialog. Fixed some icons.
|
2019-07-12 11:31:28 +08:00 |
ic_outline_video_label_24px.xml
|
Use a modal bottom sheet to display post selection instead of an alert dialog. Fixed some icons.
|
2019-07-12 11:31:28 +08:00 |
ic_refresh_white_24dp.xml
|
Add a feature which is refreshing the posts by clicking the refresh button. Minor bugs fixed. Rewrite some code.
|
2018-09-24 17:03:57 +08:00 |
ic_reply_black_20dp.xml
|
Replace the RecyclerView for comments to MultiLevelRecyclerView in order to 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.
|
2018-09-03 00:05:42 +08:00 |
ic_search_white_24dp.xml
|
Add a search view in MainActivity and add a SearchActivity.
|
2019-02-22 13:34:24 +08:00 |
ic_send_black_24dp.xml
|
First commit
|
2018-07-26 23:04:44 +08:00 |
ic_send_white_24dp.xml
|
Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks.
|
2019-06-13 12:16:04 +08:00 |
load_post_error_indicator.png
|
Display a custom error view when there is something wrong when loading best 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.
|
2018-08-30 14:08:02 +08:00 |
no_comment_placeholder.png
|
Reimplement ViewPostActivity using one recyclerview to display a post and 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.
|
2019-06-25 09:21:44 +08:00 |
side_nav_bar.xml
|
First commit
|
2018-07-26 23:04:44 +08:00 |
subreddit_default_icon.jpg
|
Add RecyclerView for subscribed subreddits in navigation drawer and rewrite some code
|
2018-07-28 13:38:50 +08:00 |
thumbtack.png
|
Display a thumbtack icon if the post is stickied on top. Display a gold icon 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.
|
2018-08-24 10:38:37 +08:00 |