diff --git a/.gitignore b/.gitignore index 0ed545b6..9d085fd2 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,5 @@ app.*.map.json /android/app/.cxx/ android/.kotlin/ devtools_options.yaml +rust/target +rust_dependencies/target \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bb65f927..f53e8a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.2.0 + +- New: Feature to find friends without a phone number +- New: The verification state is now transferred to the scanned user +- New: Registration setup to configure the most important configurations +- Improved: Show ⌛ instead of the flame icon when it is about to expire +- Improved: FAQ is now in the app rather than opening in the browser +- Improved: Videos can now be paused +- Improved: Lock to record hands-free +- Fix: Many smaller issues + ## 0.1.8 - Improved: Typos and grammar issues thanks to @AlbertUnruh diff --git a/analysis_options.yaml b/analysis_options.yaml index 4328836f..ecfa2298 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -16,9 +16,11 @@ analyzer: - "lib/src/model/protobuf/**" - "lib/src/model/protobuf/api/websocket/**" - "lib/generated/**" + - "lib/core/**" + - "lib/src/localization/**" - "dependencies/**" - "pubspec.yaml" - - "*.arb" + - "**.arb" - "test/drift/**" - "**.g.dart" diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml index cb1ef880..31dc1c5c 100644 --- a/android/app/src/main/res/values/styles.xml +++ b/android/app/src/main/res/values/styles.xml @@ -5,6 +5,8 @@ @drawable/launch_background + + #FF57CC99