The app stores are a scam anyways... they have become ridiculously complicated and a way for the tech companies to monopolize software
Posts by
It's been a while since I've published an app, but it seems the play store now displays this banner on smaller apps and it is hilarious to think nobody stopped for second to think about what they were doing
I'm trying to update op-sqlite sqlcipher to the latest version and it's failing on a normal query with an out-of-memory error (on mark2)
Completely random and only with that test, is anyone running the latest version of sqlcipher?
In case you need a newer version of openssl on Android you can use this user published version
central.sonatype.com/namespace/io...
I was exploring a hard to debug memory leak in react native for at least 6 hours today. Turns out that when you don't add accessibilityLabel to RectButton or Pressable, it will fucking traverse all children to find a Text node or View with accessibilityLabel. This is insane. 1/4