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: soucrecodestudy/Android-Universal-Image-Loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nostra13/Android-Universal-Image-Loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 19 files changed
  • 3 contributors

Commits on Apr 9, 2019

  1. Update Gradle, build tools, support lib. Up minSDK to 14.

    Make project compilable.
    nostra13 committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    70275ed View commit details
    Browse the repository at this point in the history
  2. Update travis config

    nostra13 committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    0bc4cf9 View commit details
    Browse the repository at this point in the history
  3. Suppress javadoc errors

    nostra13 committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    7676d25 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Configuration menu
    Copy the full SHA
    2d69115 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Update screenshots

    nostra13 committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    fc3c5f6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Update Gradle: 4.10 -> 5.1. Update Gradle plugin: 3.3.2 -> 3.4.0.

    Remove ldpi resources.
    nostra13 committed May 13, 2019
    Configuration menu
    Copy the full SHA
    1af62c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    f6a9615 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4f00e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae9ad01 View commit details
    Browse the repository at this point in the history
  4. Make circle displayer preserve aspect-ratio

    CircleBitmapDisplayer distorted non-square images to fill the ImageView.
    
    Instead, keep the largest surface centered inside the image that
    preserve aspect-ratio.
    rom1v authored and nostra13 committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    d72d934 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da742a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81eb429 View commit details
    Browse the repository at this point in the history
  7. Update README.

    nostra13 committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    458df4d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Update README.md

    nostra13 authored May 17, 2024
    Configuration menu
    Copy the full SHA
    ba33ec6 View commit details
    Browse the repository at this point in the history
Loading