Infinity-For-Lemmy/app/src/main/res/drawable
2018-09-24 17:03:57 +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_account_circle_grey_24dp.xml Add RecyclerView for subscribed subreddits in navigation drawer and rewrite some code 2018-07-28 13:38:50 +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_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_launcher_background.xml First commit 2018-07-26 23:04:44 +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_send_black_24dp.xml First commit 2018-07-26 23:04:44 +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_indicator.png Fixed a bug which causes the app to crash when there is no comment in a post. Add a no comment placeholder which is displayed when there is no comment in a post. 2018-08-11 17:49:30 +08:00
nsfw_rounded_corner.xml First commit 2018-07-26 23:04:44 +08:00
rounded_corner.xml First commit 2018-07-26 23:04: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