l

Results 860 comments of l

GitHub has "annotations" which can be seen in https://github.com/actions-rs/clippy-check screenshot and described in https://github.community/t/what-are-annotations/16173 Submitting these comments as a review has a disadvantage that if you push additional commits closing...

Maybe it is enough to just pull from https://translate.codeberg.org/git/delta-chat/android-metadata/

I have set up a webhook as described in https://docs.weblate.org/en/weblate-5.5.2/admin/continuous.html#github-setup to notify weblate about pushes to Android repository.

Pulling translations in requires doing `git remote add weblate https://translate.codeberg.org/git/delta-chat/android-metadata/` locally, then merging `weblate/main` into the main repo and pushing.

Let's not merge for now, maybe we even can restore Android 4 support. There is no urgent need to upgrade and need to check F-Droid build again if we do.

Built and installed this, seems to work.

Since we use minSdk 21 now, can also merge this. And then tag a release and reenable F-Droid builds with r27 NDK.

Once you update the core to 1.149.0, old NDK will fail to build it, so you will notice that NDK is missing. > tbh, i also totally forgot how to...

Let's merge to unbreak 32-bit nightlies. Otherwise x86 emulator crashes with seccomp.

> I had to comment out some definitions here because otherwise, I would get infinite recursion. This is what the PR linked above is fixing.