owncloud / android

:phone: The ownCloud Android App
GNU General Public License v2.0
3.85k stars 3.06k forks source link

[FEATURE REQUEST] Google Play In-App Review API #2936

Open abelgardep opened 4 years ago

abelgardep commented 4 years ago

Currently the app has a custom implementation to request a review. Recently, a new api to request a ratio was released, and users could submit Play Store ratings and reviews without the inconvenience of leaving the app.

We could check if it would be interesting, and if it fits our needs.

Here we have the docs and how it looks like: iar-flow

theScrabi commented 4 years ago

The issue is this is a playstore implementation. If we import such functionality we need to be aware that we introduce closed source code into our code base. This means that in order to stay compatible with fdroid we would have to create a seperate build flavour. One with the GMS and playstore integration and one without.

jesmrec commented 4 years ago

is it posible to enable/disable via flag?

lolitaCrastaAcko commented 3 years ago

Once the app review sheet appears if we click on home and if we comeback via recents the dialog disappears. Is it expected behaviour?