Infinity-For-Lemmy/app/src/main/res
2019-06-26 12:36:39 +08:00
..
drawable 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
drawable-hdpi Minor UI tweaks. 2019-01-04 16:02:11 +08:00
drawable-mdpi Minor UI tweaks. 2019-01-04 16:02:11 +08:00
drawable-v21 First commit 2018-07-26 23:04:44 +08:00
drawable-v24 First commit 2018-07-26 23:04:44 +08:00
drawable-xhdpi Minor UI tweaks. 2019-01-04 16:02:11 +08:00
drawable-xxhdpi Minor UI tweaks. 2019-01-04 16:02:11 +08:00
drawable-xxxhdpi Minor UI tweaks. 2019-01-04 16:02:11 +08:00
layout Fixed wrong width of the vertical block of the load more comment placeholder. 2019-06-26 12:36:39 +08:00
menu Add CommentActivity for sending comments (not implemented yet). Minor UI tweaks. 2019-06-13 12:16:04 +08:00
mipmap-anydpi-v26 First commit 2018-07-26 23:04:44 +08:00
mipmap-hdpi First commit 2018-07-26 23:04:44 +08:00
mipmap-mdpi First commit 2018-07-26 23:04:44 +08:00
mipmap-xhdpi First commit 2018-07-26 23:04:44 +08:00
mipmap-xxhdpi First commit 2018-07-26 23:04:44 +08:00
mipmap-xxxhdpi First commit 2018-07-26 23:04:44 +08:00
res First commit 2018-07-26 23:04:44 +08:00
values ReImplemented loading more comments. Load more comments of comments by clicking the load more item (Still has a little issue). Minor bugs fixed. 2019-06-22 11:58:20 +08:00
values-land-v28 Fixed dark theme in landscape mode. Display the host of the url when the post is a link. 2019-06-06 16:11:22 +08:00
values-night Fixed UI problems introduced by dark theme. 2019-06-05 11:25:05 +08:00
values-v28 Dark theme support. 2019-05-07 23:55:49 +08:00
xml Add a search view in MainActivity and add a SearchActivity. 2019-02-22 13:34:24 +08:00