Readrops icon indicating copy to clipboard operation
Readrops copied to clipboard

Android multi-services RSS client

Results 110 Readrops issues
Sort by recently updated
recently updated
newest added

I think there could be a dialog when long pressing on a link. There the URL of the link would be shown along with a few options like in an...

enhancement

[DecSync](https://github.com/39aldo39/DecSync) is quite a different service and supporting it would add greater diversity to services supported by Readrops. Furthermore, only [one android app](https://github.com/39aldo39/spaRSS-DecSync) currently supports DecSync so adding this would...

new service

There is bright and dark themes in the app and it's a great feature. But it's be even better to be able to chose to synchronize this setting with global...

enhancement

Hello In my exploration of the app, I poked around in the settings, including the 'Open items in' setting. I switched it between 'External navigator' and 'Webview', but don't notice...

bug

This has caused what was described in #84 but it is relatively mild. But think of the situation: when you are switching accounts in `MainActivity`, `SyncWorker` starts to sync! This...

discussion

Hello, As you may now, many RSS feeds only contain excerpts (or no excerpt at all) of articles, which means that for many RSS feeds we have to open every...

enhancement
2.1

All of a sudden I started getting errors saying "Unable to resolve host 'my.nextcloud.url': No address associated with hostname."

question

## Description Some feeds don't have or have similar colors. An option to customize feed colors it wold solve missing colors or similar colors.

enhancement
2.1

I have my freshrss instance running behind a reverse proxy with basic auth. It seems your app doesn't support that yet, as I am getting 401 errors. Would it be...

enhancement

I have been investigating #93 by adding logging to these places: https://github.com/readrops/Readrops/blob/d6f98b0d085f92852cc07988b5d6771abdff858d/app/src/main/java/com/readrops/app/repositories/FreshRSSRepository.java#L199 https://github.com/readrops/Readrops/blob/d6f98b0d085f92852cc07988b5d6771abdff858d/db/src/main/java/com/readrops/db/dao/FeedDao.java#L129 https://github.com/readrops/Readrops/blob/d6f98b0d085f92852cc07988b5d6771abdff858d/app/src/main/java/com/readrops/app/repositories/ARepository.java#L52 Also I redirected the logs to files on disk. On Jan 14 the "deleted feeds" problem...