-
Notifications
You must be signed in to change notification settings - Fork 568
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
Allow Copying of Library List #1161
Conversation
I'm more inclined towards share as csv instead of copy to clipboard |
Ill do that as soon as I have AS working again |
069189c
to
1048ccc
Compare
1048ccc
to
b3c1a68
Compare
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.
And changelog
app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsDataScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsDataScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsDataScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsDataScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/eu/kanade/tachiyomi/data/export/LibraryExporter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/eu/kanade/tachiyomi/data/export/LibraryExporter.kt
Outdated
Show resolved
Hide resolved
0d47356
to
e56d2d9
Compare
and here too |
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 where my co-author smh
app/src/main/java/eu/kanade/tachiyomi/data/export/LibraryExporter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/eu/kanade/tachiyomi/data/export/LibraryExporter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/eu/kanade/tachiyomi/data/export/LibraryExporter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsDataScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsDataScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsDataScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsDataScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/eu/kanade/tachiyomi/data/export/LibraryExporter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/eu/kanade/tachiyomi/data/export/LibraryExporter.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsDataScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsDataScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsDataScreen.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsDataScreen.kt
Outdated
Show resolved
Hide resolved
Co-Authored-By: AntsyLich <[email protected]>
Co-Authored-By: AntsyLich <[email protected]>
b7c0629
to
5874773
Compare
private fun ColumnSelectionDialog( | ||
onDismissRequest: () -> Unit, | ||
onConfirm: (ExportOptions) -> Unit, | ||
currentOptions: ExportOptions, |
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.
Should be the first parameter
…app/mihon#1161) (cherry picked from commit fab8b17d99c44a08555b1f584c56d62a47737ca0)
…app/mihon#1161) (cherry picked from commit fab8b17d99c44a08555b1f584c56d62a47737ca0)
Closes #43