Infinity-For-Lemmy/app/src/main/res
2019-07-11 22:56:15 +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 Submitting posts to subreddit is available now. Fixed User's posts cannot be all loaded. 2019-07-11 16:32:27 +08:00
menu Submitting posts to subreddit is available now. Fixed User's posts cannot be all loaded. 2019-07-11 16:32:27 +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 Submitting posts to user account is available. 2019-07-11 22:56:15 +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