Infinity-For-Lemmy/app/src/main/res/layout
2019-06-26 12:36:39 +08:00
..
activity_comment.xml Reply to comments. Preparing for comment deletion. 2019-06-14 18:14:49 +08:00
activity_login.xml Migrate to AndroidX 2019-02-21 17:24:23 +08:00
activity_main.xml Dark theme support. 2019-05-07 23:55:49 +08:00
activity_search.xml Add two features: refresh searching and searching in SearchActivity. Fixed a bug which is the listener object is null when it is called because the parse failed in ParsePost, ParseSubredditData and ParseUserData. 2019-02-26 09:27:51 +08:00
activity_view_image.xml Add an error view when loading the image fails in ViewImageActivity. 2018-10-01 13:45:02 +08:00
activity_view_post_detail.xml 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
activity_view_subreddit_detail.xml Lazy mode in ViewSubredditDetailActivity. 2019-06-11 11:43:19 +08:00
activity_view_user_detail.xml Lazy mode in ViewUserDetailActivity. Fixed follow chip background color in dark mode in ViewUserDetailActivity. Fixed force stop after orientation change in ViewUserDetailActivity. 2019-06-11 11:21:56 +08:00
activity_view_video.xml First commit 2018-07-26 23:04:44 +08:00
app_bar_main.xml Lazy mode in ViewUserDetailActivity. Fixed follow chip background color in dark mode in ViewUserDetailActivity. Fixed force stop after orientation change in ViewUserDetailActivity. 2019-06-11 11:21:56 +08:00
content_main.xml First commit 2018-07-26 23:04:44 +08:00
content_view_subreddit_detail.xml Rename some classes. Change the logic of getting the subreddit icon. Prepare to display posts in ViewSubredditDetailActivity. 2018-08-20 00:04:49 +08:00
content_view_user_detail.xml Click the subreddit icon or the subreddit name to view the subreddit's details in PostFragment. Make the status bar in ViewSubredditDetailActivity translucent. Prepare to view the user's details in ViewUserDetailActivity. Minor bugs fixed. 2018-09-21 23:35:57 +08:00
exo_playback_control_view.xml First commit 2018-07-26 23:04:44 +08:00
fragment_post.xml Dark theme support. 2019-05-07 23:55:49 +08:00
fragment_subreddit_listing.xml Add a feature: Search for users. Fixed calling callback.onResult twice when loading user's posts. 2019-02-23 10:12:26 +08:00
fragment_user_listing.xml Add a feature: Search for users. Change some names of interfaces and methods. 2019-02-23 12:04:16 +08:00
item_comment.xml Calculate the comment placeholder position if the position was changed. 2019-06-23 16:28:08 +08:00
item_footer_error.xml Add a feature: Search for users. Fixed calling callback.onResult twice when loading user's posts. 2019-02-23 10:12:26 +08:00
item_footer_loading.xml Error handling for loading posts now works again. Don't show refresh button as an icon. Rewrite some code. 2018-12-29 13:38:18 +08:00
item_load_comments_failed_placeholder.xml Fixed bugs in CommentRecyclerViewAdapter. Minor layout tweaks. 2019-06-26 12:03:41 +08:00
item_load_comments.xml 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
item_load_more_comments_placeholder.xml Fixed wrong width of the vertical block of the load more comment placeholder. 2019-06-26 12:36:39 +08:00
item_no_comment_placeholder.xml Fixed bugs in CommentRecyclerViewAdapter. Minor layout tweaks. 2019-06-26 12:03:41 +08:00
item_post_detail.xml 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
item_post.xml Minor UI tweaks. 2019-06-18 21:27:40 +08:00
item_subreddit_listing.xml Dark theme support. 2019-05-07 23:55:49 +08:00
item_subscribed_thing.xml Dark theme support. 2019-05-07 23:55:49 +08:00
item_user_listing.xml Dark theme support. 2019-05-07 23:55:49 +08:00
nav_header_main.xml Fixed user icon and user banner not displaying after user login. LoginActivity will not show page not found error after login finish. 2019-02-26 21:56:51 +08:00