v2.0
|
@ -1,3 +1,11 @@
|
|||
# v2.0
|
||||
|
||||
- Restore swipe to mark as read (#188)
|
||||
- Restore Ordering by article id in Timeline tab
|
||||
- Improve OPML file picker filtering (#195)
|
||||
- Translation updates
|
||||
- See previous beta versions to get full changelog since v1.3
|
||||
|
||||
# v2.0-beta02
|
||||
|
||||
- Fix migration issues from v1.3 and older (especially for F-Droid builds)
|
||||
|
@ -47,6 +55,7 @@
|
|||
- Migrate to Nextcloud News API 1.3
|
||||
- 🆕 Follow system theme option (default)
|
||||
- 🆕 Option to disable battery optimization for background synchronization
|
||||
- Add support for new Android versions until Android 14 (API 34)
|
||||
|
||||
## Technical
|
||||
|
||||
|
|
36
README.md
|
@ -1,8 +1,5 @@
|
|||
<p align="center"><a href="https://github.com/readrops/Readrops/releases/tag/v2.0-beta02">Readrops 2.0 second beta is out!</a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="fastlane/metadata/android/en-US/images/icon.png" width=180>
|
||||
<img src="fastlane/metadata/android/en-US/images/icon.png" width=180>
|
||||
</p>
|
||||
|
||||
<h1 align="center"><b>Readrops</b></h1>
|
||||
|
@ -12,32 +9,37 @@
|
|||
<a href="https://codecov.io/gh/readrops/Readrops"><img src="https://codecov.io/gh/readrops/Readrops/branch/develop/graph/badge.svg?token=229PNPQPMM"></a>
|
||||
<a href="https://hosted.weblate.org/engage/readrops/"><img src="https://hosted.weblate.org/widgets/readrops/-/strings/svg-badge.svg"/></a>
|
||||
|
||||
<h4 align="center">Readrops is a multi-services RSS client for Android. Its name is composed of "Read" and "drops", where drops are information drops in an ocean of news.</h4>
|
||||
<h4 align="center">Readrops is a multi-services RSS client for Android. Its name is composed of "Read" and "drops", where drops are articles in an ocean of news.</h4>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://play.google.com/store/apps/details?id=com.readrops.app"><img src="images/google-play-badge.png" width=250></a>
|
||||
<a href="https://f-droid.org/en/packages/com.readrops.app/"><img src="images/fdroid-badge.png" width=250></a>
|
||||
</p>
|
||||
|
||||
<a href="https://play.google.com/store/apps/details?id=com.readrops.app"><img src="images/google-play-badge.png" width=250></a>
|
||||
<a href="https://f-droid.org/en/packages/com.readrops.app/"><img src="images/fdroid-badge.png" width=250></a>
|
||||
</p>
|
||||
|
||||
# Features
|
||||
|
||||
- Local RSS parsing : support for RSS 2, RSS 1, ATOM and JSONFeed
|
||||
- Nextcloud news support
|
||||
- FreshRSS support
|
||||
- Multiple accounts
|
||||
- Feeds and folders management (create, update and delete feeds/folders if your service API supports it)
|
||||
- Local RSS parsing:
|
||||
- RSS2
|
||||
- RSS1
|
||||
- ATOM
|
||||
- JSONFeed
|
||||
- External services:
|
||||
- FreshRSS
|
||||
- Nextcloud News
|
||||
- Fever API
|
||||
- Multi-account
|
||||
- Feeds and folders management (create, update and delete feeds/folders if supported by the service API)
|
||||
- OPML import/export
|
||||
- Background synchronisation
|
||||
- Notifications
|
||||
|
||||
# Screenshots
|
||||
|
||||
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_1.png" width=250> <img src="fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_2.png" width=250> <img src="fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_3.png" width=250>
|
||||
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_1.jpg" width=250> <img src="fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_2.jpg" width=250> <img src="fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_3.jpg" width=250>
|
||||
|
||||
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_4.png" width=250> <img src="fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_5.png" width=250> <img src="fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_6.png" width=250>
|
||||
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_4.jpg" width=250> <img src="fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_5.jpg" width=250> <img src="fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_6.jpg" width=250>
|
||||
|
||||
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_7.png" width=250> <img src="fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_8.png" width=250>
|
||||
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_7.jpg" width=250> <img src="fastlane/metadata/android/en-US/images/phoneScreenshots/Screenshot_8.jpg" width=250>
|
||||
|
||||
# Licence
|
||||
|
||||
|
|
|
@ -12,8 +12,8 @@ android {
|
|||
defaultConfig {
|
||||
applicationId = "com.readrops.app"
|
||||
|
||||
versionCode = 16
|
||||
versionName = "2.0-beta02"
|
||||
versionCode = 17
|
||||
versionName = "2.0"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
** New 2.0 version **
|
||||
|
||||
* New design
|
||||
* Fever API implementation
|
||||
|
||||
See changelog for full list.
|
After Width: | Height: | Size: 632 KiB |
Before Width: | Height: | Size: 127 KiB |
After Width: | Height: | Size: 720 KiB |
Before Width: | Height: | Size: 115 KiB |
After Width: | Height: | Size: 817 KiB |
Before Width: | Height: | Size: 2.1 MiB |
After Width: | Height: | Size: 358 KiB |
Before Width: | Height: | Size: 962 KiB |
After Width: | Height: | Size: 165 KiB |
Before Width: | Height: | Size: 312 KiB |
After Width: | Height: | Size: 207 KiB |
Before Width: | Height: | Size: 104 KiB |
After Width: | Height: | Size: 244 KiB |
Before Width: | Height: | Size: 336 KiB |
After Width: | Height: | Size: 187 KiB |
Before Width: | Height: | Size: 230 KiB |