Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Yalantis/uCrop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.7
Choose a base ref
...
head repository: Yalantis/uCrop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.8
Choose a head ref
  • 18 commits
  • 23 files changed
  • 13 contributors

Commits on Jan 21, 2022

  1. Migrate jcenter usage to mavenCentral

    Signed-off-by: dmorozov <dmytro.morozov@yalantis.net>
    dmytro1morozov committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    b89a37c View commit details
    Browse the repository at this point in the history
  2. add zh locale strings

    TelephoneTan authored and dmytro1morozov committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    1d6f5f9 View commit details
    Browse the repository at this point in the history
  3. Add ru locale

    Aleksei Arsenev authored and dmytro1morozov committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    0541494 View commit details
    Browse the repository at this point in the history
  4. nl locale

    rielcs authored and dmytro1morozov committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    f3d915e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9443f87 View commit details
    Browse the repository at this point in the history
  6. update german localization

    hdruse authored and dmytro1morozov committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    2e1b5b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b66e256 View commit details
    Browse the repository at this point in the history
  8. fix portuguese language file

    luisvasquez authored and dmytro1morozov committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    5cedf34 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    047ea79 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. fix aspect ratio bugs

    - change fallback for EXTRA_ASPECT_RATIO_X and EXTRA_ASPECT_RATIO_Y to "-1" as "0" has special meaning
    - fix usage of useSourceImageAspectRatio (now properly hides mWrapperStateAspectRatio)
    - fix setTargetAspectRatio at processOptions due to Float.NaN (allows custom aspect ratio definitions with default ratio set to x=CropImageView.DEFAULT_ASPECT_RATIO and y=CropImageView.DEFAULT_ASPECT_RATIO)
    - fix sanity check at setAspectRatioOptions
    Johannes Puchberger authored and dmytro1morozov committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    35d4ca6 View commit details
    Browse the repository at this point in the history
  2. Improve readme

    Drjacky authored and dmytro1morozov committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    5b1d592 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38d909d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Merge pull request #812 from Yalantis/improve/non_native/2.2.8-prs_in…

    …tegration
    
    Improve/non native/2.2.8 prs integration
    severianremi authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    2f52086 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Update compileSdk and targetSdk versions up to 31

    Signed-off-by: dmorozov <dmytro.morozov@yalantis.net>
    dmytro1morozov committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    7ee5fe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2149b63 View commit details
    Browse the repository at this point in the history
  3. Fix Vector drawable issue on Android 5.0

    - Correct the vector drawable path due to bad rendering
    
    Signed-off-by: dmorozov <dmytro.morozov@yalantis.net>
    dmytro1morozov committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    e957285 View commit details
    Browse the repository at this point in the history
  4. Release 2.2.8

    - Update README.md
    - Update version to 2.2.8 in gradle
    
    Signed-off-by: dmorozov <dmytro.morozov@yalantis.net>
    dmytro1morozov committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    161c792 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b190f0 View commit details
    Browse the repository at this point in the history
Loading