Replies: 6 comments 1 reply
-
Could you add the Patreon version to your repo? The Google Play version has the billing library because it requires a monthly subscription, while the Patreon version only uses the API from Patreon to check the subscription status. I remember most of the clear text traffic was from imgur before. I think it doesn't need storage permissions on the Android version > Q, while a read/write permission is needed on older versions. |
Beta Was this translation helpful? Give feedback.
-
Switched to the Patreon version as requested:
Confirm BillingClient & Firebase gone, so
Can you please check if it's still needed – and if so, let me know what for; and if not, remove it?
What for? Maybe posting screenshots or attaching other (local) files to some Reddit post? In the list of features I see "Submit posts (text, link, image and video)", which would match that: |
Beta Was this translation helpful? Give feedback.
-
@Docile-Alligator any news on the permissions and the |
Beta Was this translation helpful? Give feedback.
-
Ah sorry for the late reply. I couldn't quite remember what the read permission is for. I can only see |
Beta Was this translation helpful? Give feedback.
-
And the trailing android.permission.WRITE_EXTERNAL_STORAGE: needed to store downloaded content/media
android.permission.READ_EXTERNAL_STORAGE: implicitly granted by Android as WRITE_EXTERNAL_STORAGE was requested Though I wonder, as your minSdk points to Android 5, if you really need that broad access? If it's for caching, shouldn't the content go to the app's own space? And if it's intended to allow exports, wouldn't SAF (StorageAccessFramework) be the better approach?
Sure, that would be the direction to go if you need the
Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I see your app was removed from F-Droid, so I'm about to add it back to my repo. My scanner however reported:
and also
Can you please clarify…
usesCleartextTraffic
)As for
DEPENDENCY_INFO_BLOCK
, this is easy to avoid:For some background: that BLOB is supposed to be just a binary representation of your app's dependency tree. But as it's encrypted with a public key belonging to Google, only Google can read it – and nobody else can even verify what it really contains.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions