Conversation
|
You can test the changes on this Pull Request by downloading the APK here. |
WordPress/src/main/java/org/wordpress/android/viewmodel/giphy/GiphyPickerDataSource.kt
Outdated
Show resolved
Hide resolved
We could support it but we’ll have to refactor Giphy Picker to support single-image picking. Right now, it allows picking multiple images and it can be confusing to the user.
abff168 to
95d7586
Compare
|
Howdy folks! I'm freezing |
| @@ -14,7 +11,6 @@ import com.giphy.sdk.core.network.api.GPHApiClient | |||
| * [searchQuery] is changed by the user. | |||
| */ | |||
| class GiphyPickerDataSource( | |||
There was a problem hiding this comment.
I'm wondering if this should be renamed to something like GifPickerDataSource so once we implement a solution with Tenor, it would be obvious to put it here. I guess it's not that important though.
There was a problem hiding this comment.
That's a good idea. We could probably do it when we switch to a different provider. Git has some quirkiness when files and folders are renamed. It always seemed harder for me to track the history of those. In this case, we probably want to make it easier to see the history of the files and be able to integrate the new provider a bit faster.
planarvoid
left a comment
There was a problem hiding this comment.
Looks good 👍 Sorry to see your changes go 😉
|
Thank you, @planarvoid! |
Fixes #10801
This removes the Giphy option from Actec, Media Library, and Featured Image. The connections to the
GiphyPickerActivityhave been removed. The Giphy SDK dependency was also removed.The
GiphyPickerActivityand its related classes were kept based on @frosty's advice.References:
Testing
Please test that:
Reviewing
Only 1 reviewer is needed but anyone can review.
Submitter Checklist
RELEASE-NOTES.txtif necessary.