mirror of https://github.com/readrops/Readrops.git
Merge branch 'master' into develop
This commit is contained in:
commit
e9e1a94401
|
@ -1,3 +1,8 @@
|
||||||
|
# v1.2.1
|
||||||
|
|
||||||
|
- Accept null value for Nextcloud News feed attribute folderId #87
|
||||||
|
- Fix local RSS url parsing
|
||||||
|
|
||||||
# v1.2.0
|
# v1.2.0
|
||||||
|
|
||||||
- Adaptive icon
|
- Adaptive icon
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
package com.readrops.api.services.nextcloudnews.adapters
|
package com.readrops.api.services.nextcloudnews.adapters
|
||||||
|
|
||||||
import android.annotation.SuppressLint
|
import android.annotation.SuppressLint
|
||||||
import androidx.core.net.toUri
|
|
||||||
import com.readrops.api.utils.exceptions.ParseException
|
import com.readrops.api.utils.exceptions.ParseException
|
||||||
import com.readrops.api.utils.extensions.nextNonEmptyString
|
import com.readrops.api.utils.extensions.nextNonEmptyString
|
||||||
import com.readrops.api.utils.extensions.nextNullableInt
|
import com.readrops.api.utils.extensions.nextNullableInt
|
||||||
|
|
|
@ -12,8 +12,8 @@ android {
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
buildToolsVersion rootProject.ext.buildToolsVersion
|
buildToolsVersion rootProject.ext.buildToolsVersion
|
||||||
|
|
||||||
versionCode 11
|
versionCode 12
|
||||||
versionName "1.2.0"
|
versionName "1.2.1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
testOptions {
|
testOptions {
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
<ul>
|
||||||
|
<li>Accept null value for Nextcloud News feed attribute folderId #87</li>
|
||||||
|
<li>Fix local RSS url parsing</li>
|
||||||
|
</ul>
|
Loading…
Reference in New Issue