opk12
opk12
Also [ImageToolbox](https://github.com/T8RIN/ImageToolbox), is under active development, featureful, already in F-droid.
@yvolk What about calling an external URL cleaner app via API?
@yvolk Thank you. [Léon](https://github.com/svenjacobs/leon) is an excellent and maintained URL cleaner app, also [available in F-droid](https://f-droid.org/en/packages/com.svenjacobs.app.leon/). I opened a [feature request](https://github.com/svenjacobs/leon/issues/368) so that * andStatus or other app calls Léon...
Hello, just a heads up to mention `--listen-self` in addition to the `--listen all`.
Related: #140
Not an Android dev, but what about splitting the permission into a companion app, as mentioned [in #324](https://github.com/TBog/TBLauncher/issues/324#issuecomment-1731469256)?
Matrix (mentioned in #91) implements transparent E2EE in the client-side libraries. You get security updates for free and don't have to roll your own crypto (which general crypto wisdom considers...
What about reusing [Matrix](https://matrix.org/)? It's an HTTPS REST publish-subscribe API, self-hostable, [open specification](https://spec.matrix.org/latest/), bindings to the major langs, built-in E2EE, file upload, multi-user support (may be relevant if collaboration features...
It's a generic cloud. The server is a Postgres database of JSONs + HTTPS endpoints. The client syncs the DB two-way with a local cache. You can only talk to...
No experience with Tangram, but it's general Java wisdom that the [memory model](https://docs.oracle.com/javase/specs/jls/se17/html/jls-17.html#jls-17.4) is very clear in that, without `synchronized`, the JVM is allowed to transform the code, as long...