Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release NotyKT v1.3.1 #327

Merged
merged 44 commits into from Nov 16, 2021
Merged

Release NotyKT v1.3.1 #327

merged 44 commits into from Nov 16, 2021

Conversation

PatilShreyas
Copy link
Owner

@PatilShreyas PatilShreyas commented Nov 16, 2021

Summary

Release v1.3.1 (2021-11-16)

This release includes a few improvements and fixes in the Jetpack Compose Application to make it better.

🐛 Bug Fixes

  • [#281] Earlier, After signup, navigating back takes to log in screen. Now it closes the app.
  • [#282] Show proper cards with proper shadow in About screen. (Contributed by @yogeshpaliyal)
  • [#284] Removed focus (cursor) from fields while sharing image of a note. (Contributed by @yogeshpaliyal)
  • [#286] Improved dark mode visibility. (Contributed by @yogeshpaliyal)
  • [#294] Earlier, flickering (recompositions) were happening after performing navigation through screens.

✅ Improvements

  • [#280] Provided helper message for input fields like username and password for better UX in Login/Signup screens.
  • [#283] Improved touch region area of note input fields. (Contributed by @yogeshpaliyal)
  • [#287] Show confirmation dialog before deleting a note.
  • [#297] Show confirmation dialog before logging out.

🎯 Codebase Improvements

  • Used decorationBox property of Composable TextField to show/hide placeholder instead of manually handling in a box.
  • Removed jcenter() from Gradle repositories (Contributed by @sairajsawant)

Many Thanks to superstar ⭐ contributors @yogeshpaliyal, @sairajsawant for contributing PRs and @kasem-sm for raising issues

Checklist

  • Build and linting is passing.
  • This change is not breaking existing flow of a system.
  • I have written test case for this change.
  • This change is tested from all aspects.
  • Implemented any new third-party library (Which not existed before this change).

dependabot bot and others added 30 commits October 28, 2021 02:03
Bumps `lifecycleVersion` from 2.3.1 to 2.4.0.

Updates `lifecycle-viewmodel-ktx` from 2.3.1 to 2.4.0

Updates `lifecycle-livedata-ktx` from 2.3.1 to 2.4.0

Updates `lifecycle-runtime-ktx` from 2.3.1 to 2.4.0

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.lifecycle:lifecycle-livedata-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
[ComposeApp] Improve UI for dark mode
[ComposeApp] Improve touch region area of input fields, Remove focus from fields on sharing image
[ComposeApp] Show confirmation dialogs in the app
…oid/lifecycleVersion-2.4.0

[Android]: Bump lifecycleVersion from 2.3.1 to 2.4.0 in /noty-android
Bumps `lifecycleVersion` from 2.3.1 to 2.4.0.

Updates `lifecycle-viewmodel-ktx` from 2.3.1 to 2.4.0

Updates `lifecycle-livedata-ktx` from 2.3.1 to 2.4.0

Updates `lifecycle-runtime-ktx` from 2.3.1 to 2.4.0

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.lifecycle:lifecycle-livedata-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…oid/lifecycleVersion-2.4.0

[Android]: Bump lifecycleVersion from 2.3.1 to 2.4.0 in /noty-android
Bumps `daggerHiltVersion` from 2.40 to 2.40.1.

Updates `hilt-android-gradle-plugin` from 2.40 to 2.40.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.40...dagger-2.40.1)

Updates `hilt-android` from 2.40 to 2.40.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.40...dagger-2.40.1)

Updates `hilt-android-compiler` from 2.40 to 2.40.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.40...dagger-2.40.1)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-android-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.dagger:hilt-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.dagger:hilt-android-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps `lifecycleVersion` from 2.3.1 to 2.4.0.

Updates `lifecycle-viewmodel-ktx` from 2.3.1 to 2.4.0

Updates `lifecycle-livedata-ktx` from 2.3.1 to 2.4.0

Updates `lifecycle-runtime-ktx` from 2.3.1 to 2.4.0

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.lifecycle:lifecycle-livedata-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.lifecycle:lifecycle-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…oid/daggerHiltVersion-2.40.1

[Android]: Bump daggerHiltVersion from 2.40 to 2.40.1 in /noty-android
Bumps `daggerHiltVersion` from 2.40 to 2.40.1.

Updates `hilt-android-gradle-plugin` from 2.40 to 2.40.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.40...dagger-2.40.1)

Updates `hilt-android` from 2.40 to 2.40.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.40...dagger-2.40.1)

Updates `hilt-android-compiler` from 2.40 to 2.40.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.40...dagger-2.40.1)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-android-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.dagger:hilt-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.dagger:hilt-android-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lottie-compose](https://github.com/airbnb/lottie-android) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/airbnb/lottie-android/releases)
- [Changelog](https://github.com/airbnb/lottie-android/blob/master/CHANGELOG.md)
- [Commits](airbnb/lottie-android@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: com.airbnb.android:lottie-compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lottie](https://github.com/airbnb/lottie-android) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/airbnb/lottie-android/releases)
- [Changelog](https://github.com/airbnb/lottie-android/blob/master/CHANGELOG.md)
- [Commits](airbnb/lottie-android@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: com.airbnb.android:lottie
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@PatilShreyas PatilShreyas merged commit b85a447 into master Nov 16, 2021
@PatilShreyas PatilShreyas deleted the v1.3.1-dev branch November 16, 2021 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment