From 289eeaa4c813e1594f417212294082609f87507b Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Fri, 19 Feb 2021 07:44:45 +0100 Subject: [PATCH] disable sandbox --- resources/desktop/com.github.rssguard.appdata.xml | 2 +- src/librssguard/services/feedly/definitions.h | 5 +---- src/librssguard/services/feedly/feedlyentrypoint.cpp | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/resources/desktop/com.github.rssguard.appdata.xml b/resources/desktop/com.github.rssguard.appdata.xml index 3539e440e..9bbe66082 100644 --- a/resources/desktop/com.github.rssguard.appdata.xml +++ b/resources/desktop/com.github.rssguard.appdata.xml @@ -30,7 +30,7 @@ https://martinrotter.github.io/donate/ - + none diff --git a/src/librssguard/services/feedly/definitions.h b/src/librssguard/services/feedly/definitions.h index 25058d093..5cc6c2c23 100755 --- a/src/librssguard/services/feedly/definitions.h +++ b/src/librssguard/services/feedly/definitions.h @@ -12,11 +12,8 @@ #define FEEDLY_API_REDIRECT_URI_PORT 8080 #define FEEDLY_API_SCOPE "https://cloud.feedly.com/subscriptions" -#if defined(NDEBUG) -#define FEEDLY_API_URL_BASE "https://sandbox7.feedly.com/v3/" -#else +//#define FEEDLY_API_URL_BASE "https://sandbox7.feedly.com/v3/" #define FEEDLY_API_URL_BASE "https://cloud.feedly.com/v3/" -#endif #define FEEDLY_API_SYSTEM_TAG_READ "global.read" #define FEEDLY_API_SYSTEM_TAG_SAVED "global.saved" diff --git a/src/librssguard/services/feedly/feedlyentrypoint.cpp b/src/librssguard/services/feedly/feedlyentrypoint.cpp index c762d1299..215caf687 100755 --- a/src/librssguard/services/feedly/feedlyentrypoint.cpp +++ b/src/librssguard/services/feedly/feedlyentrypoint.cpp @@ -23,7 +23,7 @@ QList FeedlyEntryPoint::initializeSubtree() const { } QString FeedlyEntryPoint::name() const { - return QSL("Feedly (WIP)"); + return QSL("Feedly"); } QString FeedlyEntryPoint::code() const {