-
Notifications
You must be signed in to change notification settings - Fork 495
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
Adds Option to Copy Panel to Clipboard #1003
Conversation
Damb you Build Checks. |
Well finally down to one issue and its one I'm definitely not going to attempt as I'll probably break the entire thing xD
|
@AntsyLich This is basically done from my end, just let me know if you need me to remove the UI or if there is anything else you need me to do |
Rebase and fix build thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also do a rebase instead of merging. It's a total mess
app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderViewModel.kt
Outdated
Show resolved
Hide resolved
878c4ed
to
41e2dc7
Compare
app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderActivity.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/eu/kanade/tachiyomi/ui/reader/ReaderActivity.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
* Add Copy to Clipboard * Removing Unused Import * Reusing onShare function * Commit Suggestion * Early Return on null Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com> --------- Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com> (cherry picked from commit 0af9099)
* Add Copy to Clipboard * Removing Unused Import * Reusing onShare function * Commit Suggestion * Early Return on null Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com> --------- Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com> (cherry picked from commit 0af9099)
Uses Android's ClipboardManager to copy an Panel to the clipboard.