Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editing Turkish Language #712

Open
wants to merge 154 commits into
base: develop
Choose a base branch
from
Open

Editing Turkish Language #712

wants to merge 154 commits into from

Conversation

brkcnplt
Copy link

<?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>

nicolabeghin and others added 30 commits August 31, 2016 23:30
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
ArthurHub and others added 28 commits April 6, 2018 11:54
Translation to Spanish (es-rGT)
- Update support library to 27.1.1 and set is static!
…ge-Cropper

# Conflicts:
#	cropper/src/main/res/values-zh/strings.xml
Adding 9 new language translations
added exception when file is not a picture (as example - video file)
fix test module dependency to use the cropper android library module
@Canato
Copy link

Canato commented Nov 27, 2020

Hey!

I start a new project to handover this library
https://github.com/CanHub/Android-Image-Cropper

The ideia is that we keep improving because this project don't have updates since 2018
Hope I can count with your help.

Open to contribute, next pieces of work will be Android 11 permissions, refactor into Kotlin and ActivityContract

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet