Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Releases: Alkarex/EasyRSS

v0.7.6

08 May 18:24

Choose a tag to compare

  • Fix regression: crash when clicking "Original page"
  • Fix regression: allow HTTP (in addition of HTTPS)
  • Fix logout
  • Use published time instead of crawl time from API to show article publication date

v0.7.4

19 Apr 10:52

Choose a tag to compare

F-Droid release

v0.7.2

15 Apr 21:10

Choose a tag to compare

Stable release of 0.7.0

  • Update IDE to Android Studio 3.6.2 (IntelliJ) with Gradle
  • Update source code for compatibility Android 10.0 Q, API 29 (retaining compatibility with Android 2.1 Eclair, API 7)
  • Move local files to internal storage, as external storage code is not compatible with Android 6+
  • (Temporarily) disable New items notification, which was not compatible with Android 6+
  • i18n: pt-BR

v0.7.0

14 Apr 21:05

Choose a tag to compare

v0.7.0 Pre-release
Pre-release
  • Update IDE to Android Studio 3.6.2 (IntelliJ) with Gradle
  • Update source code for compatibility Android 10.0 Q, API 29 (retaining compatibility with Android 2.1 Eclair, API 7)
  • Move local files to internal storage, as external storage code is not compatible with Android 6+
  • (Temporarily) disable New items notification, which was not compatible with Android 6+
  • i18n: pt-BR

v0.6.08

22 Jul 10:30

Choose a tag to compare

Bumped version number for F-Droid (no other change compared to v0.6.06, and same APK binary).
#32

v0.6.06

24 May 23:24

Choose a tag to compare

Renamed package and namespace to org.freshrss.easyrss. More cleaning for F-Droid.

v0.6.05

03 May 13:10

Choose a tag to compare

Cleaned dependencies/libraries and replaced the remaining ones with their source code, in preparation to submission to F-Droid.

TLSv1.2

02 May 10:39

Choose a tag to compare

Added support for TLSv1.2 for Android 4.1+. Preparation for F-Droid submission.