Infinity-For-Lemmy/app/src/main/res/layout
2019-02-27 13:15:32 +08:00
..
activity_login.xml Migrate to AndroidX 2019-02-21 17:24:23 +08:00
activity_main.xml Don't draw under display cutouts in landscape mode (API >= 28). 2019-02-27 13:15:32 +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 Load parent-level comments using pagination. Only load comments of comments once more. 2019-02-22 17:00:09 +08:00
activity_view_subreddit_detail.xml Migrate to AndroidX 2019-02-21 17:24:23 +08:00
activity_view_user_detail.xml Migrate to AndroidX 2019-02-21 17:24:23 +08:00
activity_view_video.xml First commit 2018-07-26 23:04:44 +08:00
app_bar_main.xml Change SearchView style in MainActivity. Solve tab layout covering fragments in viewpager in SearchActivity. 2019-02-22 17:26:50 +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 Migrate to AndroidX 2019-02-21 17:24:23 +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 Temporarily use the old way to load comments instead of Paging library. Load more parent-level comments once. Loading comments of comments is now working. 2019-02-20 22:13:26 +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_post.xml Migrate to AndroidX 2019-02-21 17:24:23 +08:00
item_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
item_subscribed_subreddit.xml Use another GifImageView library. 2019-02-21 13:21:32 +08:00
item_user_listing.xml Add a feature: Search for users. Change some names of interfaces and methods. 2019-02-23 12:04:16 +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