A Lemmy client forked from the Infinity for Reddit project https://lemdro.id/c/infinityforlemmy
Go to file
2018-08-24 10:38:37 +08:00
.idea Load comment and post content text in HTML form instead of String. Fixed a bug that the icon of subreddits was not parsed properly in ParseSubredditData class. 2018-08-21 00:08:48 +08:00
app Display a thumbtack icon if the post is stickied on top. Display a gold icon and the number of gold if the post is gilded. Load subreddit icons in LoadSubredditIconAsyncTaskListener instead of loading the icons in onPostExecute() of LoadSubredditIconAsyncTask in order to avoid loading icons on a destroyed activity when start the Activity and then press back or up button immediately. 2018-08-24 10:38:37 +08:00
gradle/wrapper First commit 2018-07-26 23:04:44 +08:00
.gitignore First commit 2018-07-26 23:04:44 +08:00
build.gradle Load user info after the new access token is retrieved if the old access token expired. Feature added: vote comment 2018-08-18 09:22:31 +08:00
gradle.properties First commit 2018-07-26 23:04:44 +08:00
gradlew First commit 2018-07-26 23:04:44 +08:00
gradlew.bat First commit 2018-07-26 23:04:44 +08:00
README.md Initial commit 2018-07-26 23:02:52 +08:00
settings.gradle First commit 2018-07-26 23:04:44 +08:00

Infinity-For-Reddit

A Reddit client for Android