Lukas Großberger
Lukas Großberger
Coagulate could be used by people under 18 which are considered children by e.g. the Google Play Families policy, requiring among other things, that an app should >provide an in-app...
Collect and outline stalking protection features, like: - make it transparent at all times what information is shared with whom - allow viewing one's profile from another person's perspective -...
Fastlane
Evaluate https://fastlane.tools/ https://medium.com/@manoelsrs/setting-up-a-ci-cd-pipeline-for-ios-using-fastlane-and-github-actions-in-a-flutter-project-8fd350237c33 https://docs.fastlane.tools/getting-started/ios/beta-deployment/ https://docs.fastlane.tools/codesigning/getting-started/
Add a check to CI/CD that the listed open source licenses for the project dependencies are up-to-date; block release if they aren't. For example, use `flutter_oss_licenses` to re-generate `oss_licenses.dart` and...
Distribute Coagulate for free via F-Droid. See instructions to get started: https://gitlab.com/fdroid/fdroiddata/blob/master/CONTRIBUTING.md
Currently, quite some dependencies (flutter, android dev, rust, veilid) are installed and in case of Veilid even compiled. Speed up the CI/CD pipeline(s) by e.g. using pre-built Docker images that...
On high density displays, the mapbox map embedded in `lib/map.dart` can look slightly blurry. Enable retina mode when appropriate by adding `{r}` to the `urlTemplate` along with handling `retinaMode.isHighDensity` and...
This PR is intended to kick-start the co-creation of the Peer Introduction pattern as discussed initially in #23. I'm still happy to jump on a synchronous call if you like,...
Having employed the [Persistent Indentity](https://decentpatterns.com/library/persistent-identity/) pattern myself with a UUIDv4 as the identifier, I recently noticed that this exposes users to an increased risk of impersonation attacks. Consider I learn...
## The Design Problem Onboarding communities and finding folks on decentralized apps is hard. Especially for privacy focused social apps this can be the key challenge because only when connected...