disable sandbox

This commit is contained in:
Martin Rotter 2021-02-19 07:44:45 +01:00
parent 105bc40030
commit 289eeaa4c8
3 changed files with 3 additions and 6 deletions

View File

@ -30,7 +30,7 @@
<url type="donation">https://martinrotter.github.io/donate/</url> <url type="donation">https://martinrotter.github.io/donate/</url>
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<releases> <releases>
<release version="3.8.4" date="2021-02-18"/> <release version="3.8.4" date="2021-02-19"/>
</releases> </releases>
<content_rating type="oars-1.0"> <content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute> <content_attribute id="violence-cartoon">none</content_attribute>

View File

@ -12,11 +12,8 @@
#define FEEDLY_API_REDIRECT_URI_PORT 8080 #define FEEDLY_API_REDIRECT_URI_PORT 8080
#define FEEDLY_API_SCOPE "https://cloud.feedly.com/subscriptions" #define FEEDLY_API_SCOPE "https://cloud.feedly.com/subscriptions"
#if defined(NDEBUG) //#define FEEDLY_API_URL_BASE "https://sandbox7.feedly.com/v3/"
#define FEEDLY_API_URL_BASE "https://sandbox7.feedly.com/v3/"
#else
#define FEEDLY_API_URL_BASE "https://cloud.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_READ "global.read"
#define FEEDLY_API_SYSTEM_TAG_SAVED "global.saved" #define FEEDLY_API_SYSTEM_TAG_SAVED "global.saved"

View File

@ -23,7 +23,7 @@ QList<ServiceRoot*> FeedlyEntryPoint::initializeSubtree() const {
} }
QString FeedlyEntryPoint::name() const { QString FeedlyEntryPoint::name() const {
return QSL("Feedly (WIP)"); return QSL("Feedly");
} }
QString FeedlyEntryPoint::code() const { QString FeedlyEntryPoint::code() const {