Merge branch 'master' into develop
This commit is contained in:
commit
5b192ae291
10
CHANGELOG.md
10
CHANGELOG.md
@ -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
|
# v1.1.1
|
||||||
|
|
||||||
Request write storage permission before downloading image.
|
Request write storage permission before downloading image.
|
||||||
|
@ -9,8 +9,8 @@ android {
|
|||||||
applicationId "com.readrops.app"
|
applicationId "com.readrops.app"
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 7
|
versionCode 9
|
||||||
versionName "1.1.1"
|
versionName "1.1.3"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
|
|
||||||
|
4
fastlane/metadata/android/en-US/changelogs/8.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/8.txt
Normal 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>
|
4
fastlane/metadata/android/en-US/changelogs/9.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/9.txt
Normal 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>
|
@ -1,11 +1,11 @@
|
|||||||
<p>Readrops is a multi-services RSS feed client.<br></p>
|
<p>Readrops is a multi-services RSS feed client.<br></p>
|
||||||
<p><b>Features:</b></p>
|
<p><b>Features:</b></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Local RSS parsing
|
<li>Local RSS parsing</li>
|
||||||
<li>RSS 2.0, ATOM and JSON formats support
|
<li>RSS 2.0, ATOM and JSON formats support</li>
|
||||||
<li>Multiple accounts
|
<li>Multiple accounts</li>
|
||||||
<li>Feeds and folders management (create, update and delete feeds/folders if your service API supports it)
|
<li>Feeds and folders management (create, update and delete feeds/folders if your service API supports it)</li>
|
||||||
<li>Nextcloud News support
|
<li>Nextcloud News support</li>
|
||||||
<li>FreshRSS support
|
<li>FreshRSS support</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Other features will come in the near future.</p>
|
<p>Other features will come in the near future.</p>
|
||||||
|
BIN
fastlane/metadata/android/en-US/images/featureGraphic.jpg
Normal file
BIN
fastlane/metadata/android/en-US/images/featureGraphic.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
Loading…
x
Reference in New Issue
Block a user