janheinrichmerker / android-issue-reporter

A powerful and simple library to open issues on GitHub directly from your app.
MIT License
118 stars 27 forks source link

Allow text copy of device info in github issue #135

Closed HolgerJeromin closed 10 months ago

HolgerJeromin commented 4 years ago

Create github issue Look at the device info (geräteinfo). Would be nice if I could select and copy the device details.

janheinrichmerker commented 10 months ago

You mean on the reporting device?

HolgerJeromin commented 10 months ago

yes

cyb3rko commented 10 months ago

We could just set the TextView holding the device info to support text selection.
Would that be enough?

janheinrichmerker commented 10 months ago

Yes, I think so.