Infinity-For-Lemmy/app/src/main/res/layout
2019-07-18 12:00:46 +08:00
..
activity_comment.xml Fixed comment color in CommentActivity. Minor layout tweaks. 2019-06-28 11:29:05 +08:00
activity_login.xml Migrate to AndroidX 2019-02-21 17:24:23 +08:00
activity_main.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
activity_post_image.xml Flair, spoiler and nsfw support for submitting posts. 2019-07-17 09:31:49 +08:00
activity_post_link.xml Flair, spoiler and nsfw support for submitting posts. 2019-07-17 09:31:49 +08:00
activity_post_text.xml Flair, spoiler and nsfw support for submitting posts. 2019-07-17 09:31:49 +08:00
activity_post_video.xml Flair, spoiler and nsfw support for submitting posts. 2019-07-17 09:31:49 +08:00
activity_rules.xml Viewing rules after pressing rules button in PostXXXActivity is available. Extend MarkwonView to support opening reddit subreddit and user links. 2019-07-18 12:00:46 +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_subreddit_selection.xml Select subreddit in PostTextActivity. 2019-07-10 20:46:54 +08:00
activity_subscribed_thing_listing.xml Place all the subscribed subreddits and users to SubscribedThingListingActivity instead of the navigation drawer in MainActivity. 2019-07-10 15:59:47 +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 Add a FAB in ViewSubredditDetailActivity to submit posts. Display the current subreddit in PostXXXActivity if they are opened from ViewSubredditDetailActivity. 2019-07-16 17:06:34 +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 Minor UI tweaks. Preparing for submitting text posts. 2019-07-09 17:47:40 +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 Minor UI tweaks. Preparing for submitting text posts. 2019-07-09 17:47:40 +08:00
fragment_flair_bottom_sheet.xml Flair, spoiler and nsfw support for submitting posts. 2019-07-17 09:31:49 +08:00
fragment_followed_users_listing.xml Place all the subscribed subreddits and users to SubscribedThingListingActivity instead of the navigation drawer in MainActivity. 2019-07-10 15:59:47 +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_subscribed_subreddits_listing.xml Place all the subscribed subreddits and users to SubscribedThingListingActivity instead of the navigation drawer in MainActivity. 2019-07-10 15:59:47 +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_footer_error.xml Loading more comments in ViewPostDetailActivity is back. Display a progress bar when loading more comments. Display an error view when loading more comments failed. 2019-06-27 15:17:37 +08:00
item_comment_footer_loading.xml Loading more comments in ViewPostDetailActivity is back. Display a progress bar when loading more comments. Display an error view when loading more comments failed. 2019-06-27 15:17:37 +08:00
item_comment.xml Viewing rules after pressing rules button in PostXXXActivity is available. Extend MarkwonView to support opening reddit subreddit and user links. 2019-07-18 12:00:46 +08:00
item_flair.xml Flair, spoiler and nsfw support for submitting posts. 2019-07-17 09:31:49 +08:00
item_footer_error.xml Loading more comments in ViewPostDetailActivity is back. Display a progress bar when loading more comments. Display an error view when loading more comments failed. 2019-06-27 15:17:37 +08:00
item_footer_loading.xml Loading more comments in ViewPostDetailActivity is back. Display a progress bar when loading more comments. Display an error view when loading more comments failed. 2019-06-27 15:17:37 +08:00
item_load_comments_failed_placeholder.xml Minor UI tweaks. Preparing for submitting text posts. 2019-07-09 17:47:40 +08:00
item_load_comments.xml Minor UI tweaks. Preparing for submitting text posts. 2019-07-09 17:47:40 +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 Minor UI tweaks. Preparing for submitting text posts. 2019-07-09 17:47:40 +08:00
item_post_detail.xml Viewing rules after pressing rules button in PostXXXActivity is available. Extend MarkwonView to support opening reddit subreddit and user links. 2019-07-18 12:00:46 +08:00
item_post.xml Display spoiler and flair info in posts. 2019-07-17 21:33:16 +08:00
item_rule.xml Viewing rules after pressing rules button in PostXXXActivity is available. Extend MarkwonView to support opening reddit subreddit and user links. 2019-07-18 12:00:46 +08:00
item_subreddit_listing.xml Dark theme support. 2019-05-07 23:55:49 +08:00
item_subscribed_thing.xml Place all the subscribed subreddits and users to SubscribedThingListingActivity instead of the navigation drawer in MainActivity. 2019-07-10 15:59:47 +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
post_type_bottom_sheet.xml Flair, spoiler and nsfw support for submitting posts. 2019-07-17 09:31:49 +08:00