Merge branch 'master' into develop

This commit is contained in:
Shinokuni 2020-08-01 15:53:54 +02:00
commit 0691b139b8
12 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,15 @@
#v1.2.0
- Adaptive icon
- Background synchronisation
- Notifications
- FreshRSS and Nextcloud News synchronisation speed improvements
- Add feed direct share action
- Improve some html tags look
- Diplay image title or alt as caption (#63)
- Local RSS fixes (#70, #71)
- Other bug fixes and UI improvements
# v1.1.4
- Fix app crash when using an account url without http scheme #55

View File

@ -14,6 +14,8 @@ Readrops is a multi-services RSS client for Android. Its name is composed of "Re
- Feeds and folders management (create, update and delete feeds/folders if your service API supports it)
- Nextcloud news support
- FreshRSS support
- Background synchronisation
- Notifications
Other features will come in the near future.

View File

@ -12,8 +12,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
versionCode 10
versionName "1.1.4"
versionCode 11
versionName "1.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
testOptions {

View File

@ -0,0 +1,12 @@
<ul>
<li>Adaptive icon</li>
<li>Background synchronisation</li>
<li>Notifications</li>
<li>FreshRSS and Nextcloud News synchronisation speed improvements</li>
<li>Add feed direct share action</li>
<li>Improve some html tags look</li>
<li>Diplay image title or alt as caption (#63)</li>
<li>Local RSS fixes (#70, #71)</li>
<li>Other bug fixes and UI improvements</li>
</ul>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 962 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 312 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 336 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 230 KiB