Skip to content

Commit

Permalink
For F-Droid release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Docile-Alligator committed Jun 23, 2020
1 parent 1c370c5 commit 51529a0
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 4 deletions.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ dependencies {

def toroVersion = '3.7.0.2010003'
implementation "im.ene.toro3:toro:$toroVersion"
implementation "im.ene.toro3:toro-ext-exoplayer:$toroVersion"
implementation("im.ene.toro3:toro-ext-exoplayer:$toroVersion") {
exclude module: 'extension-ima'
}

testImplementation 'junit:junit:4.13'
androidTestImplementation 'androidx.test:runner:1.2.0'
Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ allprojects {
google()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://dl.bintray.com/sysdata/maven" }
maven { url "https://dl.bintray.com/rilixtech/maven/" }
maven { url "http://repo.pageturner-reader.org" }
mavenCentral()
}
}
Expand Down
35 changes: 35 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<p>Infinity is a beautiful, feature-rich app that offers a smooth Reddit browsing experience. It is completely free and ad-less; you can browse Reddit without interruptions or distractions. Built by a passionate university student, Infinity is open source. Please check out, support or contribute to the project at https://github.com/Docile-Alligator/Infinity-For-Reddit!</p>

<p>A subreddit for this app is available: https://www.reddit.com/r/Infinity_For_Reddit/</p>

<p><b>Highlighted features:</b></p>

<p><b>Lazy mode</b></p>
<p>Automatic scrolling of posts enables you to enjoy amazing content without moving your thumb.</p>

<p><b>Multi-account support</b></p>
<p>Switch to different accounts instantaneously.</p>

<p><b>Night theme</b></p>
<p>Beautifully designed night theme</p>

<p><b>Highlighted feature</b></p>

<p>Lazy mode: Automatic scrolling of posts enables you to enjoy amazing posts without moving your thumb.</p>

<p><b>Features:</b></p>
<ul>
<li>Browsing posts</li>
<li>View comments</li>
<li>Expand and collapse comments section</li>
<li>Vote posts and comments</li>
<li>Save posts</li>
<li>Write comments</li>
<li>Edit comments and delete comments</li>
<li>Submit posts (text, link, image and video)</li>
<li>Edit posts (mark and unmark NSFW and spoiler and edit flair) and delete posts</li>
<li>See all the subscribed subreddits and followed users</li>
<li>View the messages</li>
<li>Get notifications of unread messages</li>
<li>And much more!</li>
</ul>
Binary file added fastlane/metadata/android/en-US/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A beautiful, feature-rich Reddit client.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Infinity for Reddit

0 comments on commit 51529a0

Please sign in to comment.