esafirm / android-image-picker

Image Picker for Android 🤖
MIT License
1.11k stars 327 forks source link

Select all button #438

Open chebum opened 1 year ago

chebum commented 1 year ago

Hello, I'm creating a pull request that implements the Select All button on the toolbar. I implemented the feature, made a test and translations.

This patch introduces the showAllButton property in the config. Default value is false to preserve original behaviour. The select all button appears next to the Done button.