Compare commits

...
5 Commits
Author SHA1 Message Date
aminecmi 01763556b1 Fixed release build issues. 2022-09-13 09:00:54 +02:00
aminecmi e2411c00d8 Shorter description. 2022-09-08 19:00:19 +02:00
aminecmi 0473a5f7bc Changelog. 2022-09-07 21:43:46 +02:00
aminecmi d0d6a4378c Trying to fix fdroid build. 2022-09-07 21:24:38 +02:00
aminecmi 1dfa3c9f07 Version scripts. 2022-09-07 20:24:19 +02:00
7 changed files with 42 additions and 6 deletions

No files matched your search

+11
View File
@@ -1,3 +1,14 @@
# V2/Multiplatform rewrite
**v1**
- The app has the same functionalities as before.
--------------------------------------------------------------------
# Old version changes
**1.7.x**
- Hiding tags with 0 articles
+1 -1
View File
@@ -93,7 +93,7 @@ android {
}
flavorDimensions.add("build")
productFlavors {
create("github") {
create("githubConfig") {
versionNameSuffix = "-github"
dimension = "build"
}
+29 -2
View File
@@ -55,11 +55,38 @@
public *;
}
-dontwarn com.anupcowkur.reservoir.**
-dontwarn javax.annotation.**
-keep class android.support.v7.widget.SearchView { *; }
# maybe remove later ?
-keep class * extends androidx.fragment.app.Fragment
# Keep `Companion` object fields of serializable classes.
# This avoids serializer lookup through `getDeclaredClasses` as done for named companion objects.
-if @kotlinx.serialization.Serializable class **
-keepclassmembers class <1> {
static <1>$Companion Companion;
}
# Keep `serializer()` on companion objects (both default and named) of serializable classes.
-if @kotlinx.serialization.Serializable class ** {
static **$* *;
}
-keepclassmembers class <2>$<3> {
kotlinx.serialization.KSerializer serializer(...);
}
# Keep `INSTANCE.serializer()` of serializable objects.
-if @kotlinx.serialization.Serializable class ** {
public static ** INSTANCE;
}
-keepclassmembers class <1> {
public static <1> INSTANCE;
kotlinx.serialization.KSerializer serializer(...);
}
# @Serializable and @Polymorphic are used at runtime for polymorphic serialization.
-keepattributes RuntimeVisibleAnnotations,AnnotationDefault
+1 -1
View File
@@ -2,7 +2,7 @@
git fetch --tags -p
BASE_VERSION="1.7"
BASE_VERSION="1"
LAST_TAG=$(git tag -l | sort -V | tail -1)
INITIAL_VERSION="${BASE_VERSION//./}$(date '+%y%m%j')"
@@ -1,3 +1 @@
A new RSS reader for <a href="http://selfoss.aditu.de/">selfoss</a>.
It connects to your selfoss instance (works only with selfoss, and can't work without it), and you'll be able to read and manage all your RSS feeds.
File renamed without changes.
File renamed without changes.