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: LuckyJayce/LargeImage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.5
Choose a base ref
...
head repository: LuckyJayce/LargeImage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 29 files changed
  • 2 contributors

Commits on Jan 24, 2017

  1. 1.0.6

    修改图片加载时机和onDetachedFromWindow的线程释放
    zsy committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    3fef06f View commit details
    Browse the repository at this point in the history
  2. 1.0.7

    修复1.0.6的线程被退出问题
    zsy committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    4d3cef8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. 添加双击事件

    zsy committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    7e8ab07 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	app/src/main/java/com/example/lagerimage_test/MainActivity.java
    zsy committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    5e351b2 View commit details
    Browse the repository at this point in the history
  3. 添加双击事件和事件拦截

    zsy committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    6b1d623 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. 在加载亲加个非空判断避免多次加载图片

    以及修复 int s = (int) Math.sqrt(1.0f * imageWidth * imageHeight / (screenWidth / 2) / (screenHeight / 2));
    改为 int s = Math.ceil(Math.sqrt(1.0f * imageWidth * imageHeight / (screenWidth / 2) / (screenHeight / 2))); 向上取整
    zsy committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    3f0ffda View commit details
    Browse the repository at this point in the history
  2. 1.0.8

    zsy committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    2e1c441 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2017

  1. 优化图片的占用内存,采用LruCache复用图片块

    优化加载,采用单线程池模型
    LuckyJayce committed Jun 17, 2017
    Configuration menu
    Copy the full SHA
    db96777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82af909 View commit details
    Browse the repository at this point in the history
  3. 1.0.9

    LuckyJayce committed Jun 17, 2017
    Configuration menu
    Copy the full SHA
    1b535cf View commit details
    Browse the repository at this point in the history
  4. 1.0.9

    LuckyJayce committed Jun 17, 2017
    Configuration menu
    Copy the full SHA
    32acd3b View commit details
    Browse the repository at this point in the history
  5. 1.0.9

    LuckyJayce committed Jun 17, 2017
    Configuration menu
    Copy the full SHA
    5cdaec6 View commit details
    Browse the repository at this point in the history
  6. 1.0.9

    LuckyJayce committed Jun 17, 2017
    Configuration menu
    Copy the full SHA
    3371b28 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

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

    LuckyJayce committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    bbb0572 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. 1.1.0

    LuckyJayce authored Feb 12, 2018
    Configuration menu
    Copy the full SHA
    e357dda View commit details
    Browse the repository at this point in the history
  2. update

    LuckyJayce authored Feb 12, 2018
    Configuration menu
    Copy the full SHA
    87a0e9f View commit details
    Browse the repository at this point in the history
  3. Update README.md

    LuckyJayce authored Feb 12, 2018
    Configuration menu
    Copy the full SHA
    b18f28c View commit details
    Browse the repository at this point in the history
Loading