Avatar

limecool

limecool@lemmy.ml
Joined
4 posts • 78 comments
Direct message

Here’s the URL to the dev’s privacy policy as listed on the Play Store. It should give a better idea of what he actually does: https://www.iubenda.com/privacy-policy/28463889

permalink
report
reply

That €20 is for remove ads. Update the app and check the sidebar

permalink
report
parent
reply

Play Store has strict rules for apps with user generated content. You have to provide ways to block and report users/content to stay on the play store. Glider didn’t provide a way to automatically report things by the user as hacker news doesn’t provide one. So, google suspended it. Here’s the github issue if you are interested: https://github.com/Mosc/Glider/issues/83

permalink
report
parent
reply

These are miui shenanigans. You can disable chrome in settings and set different browsers as default on most other Roms like oneui, stock android, realmeui, etc. Last time I used miui, I decided never again.

permalink
report
reply

The relevant part which was skipped unless you check the article

Plus some upgrade discounts, but both policies will only apply to customers in India.

permalink
report
reply

Lemmy should have the option to spoiler/NSFW pics in comments.

permalink
report
parent
reply

If you are using hacker news on mobile. I would recommend Glider. It’s a smooth hacker news client. Unfortunately, the dev had his app removed from the play store for reasons but you can access it from its github or fdroid.

permalink
report
reply

Native apps are apps written in the native language of the platform of choice. It would be Java for Android and swift for IOS. Native apps can request lower level access to your system than a webapp.

Now, a webapp is a basically a website which can run like a native app with similar features and is full screen unlike a website. The language is javascript for the front-end and the backend(server) handles some communication. So, webapps can behave and act like native apps but they are not native and won’t have the same lower level access to your system. Think access to storage, accessibility services, settings, etc. Webapps can also be slower compared to native apps which is prominent in non-flagship smartphones.

permalink
report
reply