Triple-T / gradle-play-publisher

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.1k stars 339 forks source link

Ability to automatically grab screenshots #1057

Closed keunes closed 2 years ago

keunes commented 2 years ago

Problem description

We're currently thinking of adding automated, localized screenshots of our app (https://github.com/AntennaPod/AntennaPod/issues/4044). This way we would be able to improve our play store listings and save ourselves some work of manually creating the images. Following a quick web search I found Fastlane's screengrab. However, the main developer @ByteHamster noted that we're using Triple-T to create builds and push metadata to Google.

Would it somehow be possible to integrate automatic screenshot processes in Triple-T somehow?

Potential solutions/workarounds

Use fastlane's tools - can it peacefully live alongside Triple-T?

Additional context

n/a

SUPERCILEX commented 2 years ago

Thanks for the suggestion, but something like this isn't ever going to be integrated directly into GPP. You can instead use a different tool and wire up the tasks to do the right thing.

keunes commented 2 years ago

Thanks @SUPERCILEX for the reply. Would you happen to know, then, if screengrab/Fastlane can live alongside Triple-T?

SUPERCILEX commented 2 years ago

I don't see why not, but I also haven't tried it. If you run into specific issues, feel free to post them.