From 37d9c49d8100b09df4b855b0f6cce885e1efdb81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Chiotti?= <44336112+maelchiotti@users.noreply.github.com> Date: Sun, 21 Jun 2026 21:48:15 +0200 Subject: [PATCH 1/2] chore: remove build id --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ee3a716a..f4bce1e6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -98,6 +98,7 @@ jobs: run: | export PUB_CACHE=$HOME/.pub-cache flutter pub get + sed -i -e 's/-Wl,/-Wl,--build-id=none,/' ${PUB_CACHE}/hosted/*/jni-*/src/CMakeLists.txt - name: Setup Isar run: | sudo apt-get install -y tofrodos From e8be2281c72e501b94d1c54e0824eeed6d1a18c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Chiotti?= <44336112+maelchiotti@users.noreply.github.com> Date: Sun, 21 Jun 2026 23:01:10 +0200 Subject: [PATCH 2/2] fix: remove mimir --- .run/Generate files.run.xml | 3 +- lib/common/actions/backup.dart | 5 + lib/models/note/index/note_index.dart | 2 +- lib/models/note/note.dart | 14 ++- lib/models/note/types/checklist_note.dart | 4 +- lib/models/note/types/markdown_note.dart | 4 +- lib/models/note/types/plain_text_note.dart | 4 +- lib/models/note/types/rich_text_note.dart | 2 +- lib/services/database_service.dart | 12 --- lib/services/migration/migration_service.dart | 5 - lib/services/notes/notes_index_service.dart | 66 ------------ lib/services/notes/notes_service.dart | 102 +++++++++--------- pubspec.lock | 96 +++++------------ pubspec.yaml | 2 - 14 files changed, 99 insertions(+), 222 deletions(-) delete mode 100644 lib/services/notes/notes_index_service.dart diff --git a/.run/Generate files.run.xml b/.run/Generate files.run.xml index 9879bd9b..ae87620c 100644 --- a/.run/Generate files.run.xml +++ b/.run/Generate files.run.xml @@ -1,7 +1,6 @@ -