| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
image picker bugfix for xiaomi and huawei phones
…ge view resize corrupts crop rectangle window
… possibility of choosing where to place the picture, so that being able to get easily further
Start a picker to choose image if no image uri is provided
Added a method to use the camera
Fixes operator-precedence-related bug in flipAxes computation Collectively, these changes ensure that the image is correctly rotated, even if the value passed in is outside of the range [0, 360]. This is particularly important for counter-clockwise rotations.
Fixes counter-clockwise rotation
Added crop overlay released listener
Allow flipping images horizontally and vertically
Need proguard conf
Translation to Spanish (es-rGT)
Add hebrew strings
- Update support library to 27.1.1 and set is static!
…ge-Cropper # Conflicts: # cropper/src/main/res/values-zh/strings.xml
…in), malay, turkist and urdu
[FIX] Crash on Android O
Migrated to AndroidX v1.0.0
Adding 9 new language translations
added exception when file is not a picture (as example - video file)
Swedish translation
Update Readme to androidX
fix test module dependency to use the cropper android library module
|
Hey! I start a new project to handover this library The ideia is that we keep improving because this project don't have updates since 2018 Open to contribute, next pieces of work will be Android 11 permissions, refactor into Kotlin and ActivityContract |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="crop_image_menu_rotate_left">Saat yönünde döndür</string> <string name="crop_image_menu_rotate_right">Döndür</string> <string name="crop_image_menu_crop">Kırp</string> <string name="crop_image_menu_flip">Çevir</string> <string name="crop_image_menu_flip_horizontally">Yatay olarak çevir</string <string name="crop_image_menu_flip_vertically">Dikey olarak çevir</string> <string name="pick_image_intent_chooser_title">Kaynağı seçin</string> <string name="crop_image_activity_no_permissions">İptal ediliyor, gerekli izinler verilmiyor</string> </resources>