-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* hotfix: typo * Choose the font (#335) * [270] feat: add setting to change the app font * [270] feat: allow to change font * [333] fix: index existing notes (#334) * [299] Add more actions on multi-selection (#336) * [299] feat: allow to share multiple notes * [299] feat: allow to add labels to multiple notes * [308] Add swipe actions in the bin (#338) * [308] feat: add bin tile swipe action * [308] style: remove prefer_expression_function_bodies * [308] style: move backup utils to services * [308] style: refactor dismissible widgets * [308] feat: add bin swipe actions settings tiles * [308] fix: exit bin selection mode on back button tap * [308] style: fix lint * [308] doc: add README.md section about pre-releases * [308] doc: add README.md note about conversion scripts * [dev] fix: remove nullable * [dev] docs: update README.md * [dev] fix: uncomment code * [347] fix: hidden label icon (#348) * [293] fix: back button for the labels page (#346) * [325] Build mimir (#339) * [325] chore: build mimir * [325] chore: upgrade to flutter 3.27.1 * [325] chore: improve mimir build * [325] fix: notes shared plural * [325] chore: fix submodules * [325] chore: use flutter_mimir from pub.dev * Prepare v1.11.0 (#352) * upgrade Flutter and Dart versions * bump application version * bump dependencies versions * fix: lint * fix: todo * update localizations * update changelogs
- Loading branch information
1 parent
f27a81a
commit 85bd707
Showing
140 changed files
with
10,233 additions
and
1,236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
[submodule ".isar"] | ||
path = .isar | ||
url = https://github.com/isar-community/isar | ||
|
||
[submodule ".mimir"] | ||
path = .mimir | ||
url = https://github.com/GregoryConrad/mimir |
Submodule .mimir
updated
5 files
+14 −20 | .github/dependabot.yaml | |
+1 −1 | .github/workflows/build.yml | |
+4 −4 | pubspec.lock | |
+1 −1 | pubspec.yaml | |
+33 −21 | scripts/build-android.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
-keep class androidx.lifecycle.DefaultLifecycleObserver | ||
-keep class androidx.lifecycle.DefaultLifecycleObserver | ||
|
||
# TODO: check if this can be removed by removing the dependency to encrypt | ||
-dontwarn com.google.errorprone.annotations.CanIgnoreReturnValue | ||
-dontwarn com.google.errorprone.annotations.CheckReturnValue | ||
-dontwarn com.google.errorprone.annotations.Immutable | ||
-dontwarn com.google.errorprone.annotations.RestrictedApi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+191 KB
assets/fonts/JetBrains_Mono/JetBrainsMono-Italic-VariableFont_wght.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+274 KB
assets/fonts/Playfair_Display/PlayfairDisplay-Italic-VariableFont_wght.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.