A bottom dialog picker inspired by Telegram, compatible with all Android versions (1, 10, 11, 12, 13).
- πΈ Take Pictures: Capture photos with the camera and save them to storage.
- π File Search: Easily search through your files.
- π± Wide Compatibility: Supports Android 10+.
- π Expandable & Scrollable: Smooth and intuitive dialog navigation.
- π¨ Fully Customizable: Customize colors, text, minimum and maximum file sizes, and more.
- π No Runtime Permissions Needed: Simplified user experience without requiring additional permissions.
Add the JitPack repository to your root build.gradle
file:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}