From 89e13b27396f1b0cb4f56f08b90473f63c6b0669 Mon Sep 17 00:00:00 2001 From: Torsten Grote <t@grobox.de> Date: Tue, 21 Feb 2023 13:43:52 -0300 Subject: [PATCH] Add section for how to import Android vector drawables to HACKING.md --- HACKING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index 087cbddc4d..fa3ba6b903 100644 --- a/HACKING.md +++ b/HACKING.md @@ -49,7 +49,8 @@ GRADLE_OPTS="-Duser.language=fr -Duser.country=FR" ./gradlew run Some rules about threading in Briar Desktop: * Always use local variables instead of the composable State objects inside - another thread: [Source](https://code.briarproject.org/briar/briar-desktop/-/merge_requests/55#note_57632) + another + thread: [Source](https://code.briarproject.org/briar/briar-desktop/-/merge_requests/55#note_57632) ## Testing with multiple app instances @@ -74,6 +75,11 @@ in the scope which is configured in Which copyright profile is applied in which scope can be configured in `Settings → Editor → Copyright`. +## Importing Android vector drawables + +There's lots of icons already existing in the Android app. +Those can be imported using [vec2compose](https://github.com/LennartEgb/vec2compose). + ## Unencrypted settings We're currently using the [Java Preferences -- GitLab