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

[Feature - ComposeApp] Share note as Image #275

Merged
merged 14 commits into from
Oct 24, 2021

Conversation

PatilShreyas
Copy link
Owner

@PatilShreyas PatilShreyas commented Oct 24, 2021

Summary

[#119] Adds support in Jetpack Compose app to share notes as an Image

Description

Created a common component Capturable which can capture the Bitmap of a Composable component.


Many Thanks to @ch8n for the PR

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).

ch8n and others added 11 commits October 16, 2021 11:06
🖼️  ISSUE-119 Share Note as image
Bumps [accompanist-swiperefresh](https://github.com/google/accompanist) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/google/accompanist/releases)
- [Commits](google/accompanist@v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: com.google.accompanist:accompanist-swiperefresh
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…oid/com.google.accompanist-accompanist-swiperefresh-0.20.0

[Android]: Bump accompanist-swiperefresh from 0.19.0 to 0.20.0 in /noty-android
@PatilShreyas PatilShreyas merged commit f1f475f into master Oct 24, 2021
@PatilShreyas PatilShreyas deleted the feature/compose/share_image branch October 24, 2021 16:41
@PatilShreyas PatilShreyas linked an issue Oct 24, 2021 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[JetpackCompose] Add support to share note as Image
2 participants