Merge branch 'master' into develop

This commit is contained in:
Shinokuni 2020-03-20 22:05:31 +01:00
commit 5b192ae291
6 changed files with 26 additions and 8 deletions

View File

@ -1,3 +1,13 @@
# v1.1.3
- Fix crash for API < 24 #51
- Fix item read state not syncing with Nextcloud News #49
# v1.1.2
- Fix opml not working in release version
- Fix account url not being changed when text field in add account activity was edited
# v1.1.1
Request write storage permission before downloading image.

View File

@ -9,8 +9,8 @@ android {
applicationId "com.readrops.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 7
versionName "1.1.1"
versionCode 9
versionName "1.1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@ -0,0 +1,4 @@
<ul>
<li>Fix opml not working in release version</li>
<li>Fix account url not being changed when text field in add account activity was edited</li>
</ul>

View File

@ -0,0 +1,4 @@
<ul>
<li>Fix crash for API < 24</li>
<li>Fix item read state not syncing with Nextcloud News</li>
</ul>

View File

@ -1,11 +1,11 @@
<p>Readrops is a multi-services RSS feed client.<br></p>
<p><b>Features:</b></p>
<ul>
<li>Local RSS parsing
<li>RSS 2.0, ATOM and JSON formats support
<li>Multiple accounts
<li>Feeds and folders management (create, update and delete feeds/folders if your service API supports it)
<li>Nextcloud News support
<li>FreshRSS support
<li>Local RSS parsing</li>
<li>RSS 2.0, ATOM and JSON formats support</li>
<li>Multiple accounts</li>
<li>Feeds and folders management (create, update and delete feeds/folders if your service API supports it)</li>
<li>Nextcloud News support</li>
<li>FreshRSS support</li>
</ul>
<p>Other features will come in the near future.</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB