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: joycode/AndroidJniBitmapOperations
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AndroidDeveloperLB/AndroidJniBitmapOperations
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.
  • 16 commits
  • 6 files changed
  • 3 contributors

Commits on Jan 28, 2017

  1. Update README.md

    AndroidDeveloperLB authored Jan 28, 2017
    Configuration menu
    Copy the full SHA
    1a92d21 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    AndroidDeveloperLB authored Jan 28, 2017
    Configuration menu
    Copy the full SHA
    cdbd66d View commit details
    Browse the repository at this point in the history
  3. Update README.md

    AndroidDeveloperLB authored Jan 28, 2017
    Configuration menu
    Copy the full SHA
    26d3b2f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Configuration menu
    Copy the full SHA
    1d10a83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request AndroidDeveloperLB#35 from drspaceboo/master

    Add configuration for including the library as a git submodule
    AndroidDeveloperLB authored Apr 25, 2018
    Configuration menu
    Copy the full SHA
    a8a7d56 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

  1. Improve README

    One of the suggested Gadle lines caused issues when trying to build an a CI server that doesn’t use the typical Gradle wrapper. This updated version is more robust and works as expected without breaking.
    cassgenerator committed Apr 27, 2018
    Configuration menu
    Copy the full SHA
    ce4b8a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    619ec19 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Add guard against NPE

    It is possible that `GetDirectBufferAddress` returns null in some cases. Given this it would be best to guard against attempting to access the `_storedBitmapPixels` variable on a null pointer.
    cassgenerator committed May 15, 2018
    Configuration menu
    Copy the full SHA
    37bbf60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97a16c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Move minSdkVersion and targetSdkVersion to gradle

    The min and target SDK versions should be declared in Gradle now instead of the Manifest.
    cassgenerator committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    49592c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Merge pull request AndroidDeveloperLB#38 from drspaceboo/master

    Move minSdkVersion and targetSdkVersion to gradle
    AndroidDeveloperLB authored Sep 27, 2018
    Configuration menu
    Copy the full SHA
    7b2cad6 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Amend the wrong data index of rgbTopRight point

    Fix the bug of having Aliasing when scaling down an complex image using Bilinear Interpolation at certain rates like 0.9 by 
    amending the wrong offset of rgbTopRight point.
    hjm1fb authored Nov 18, 2019
    Configuration menu
    Copy the full SHA
    31de766 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    demo to test the improvement of new code line.
    hjm1fb authored Nov 18, 2019
    Configuration menu
    Copy the full SHA
    1759595 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    054cfbb View commit details
    Browse the repository at this point in the history
  4. Merge pull request AndroidDeveloperLB#43 from hjm1fb/master

    Amend the wrong data index of rgbTopRight point
    AndroidDeveloperLB authored Nov 18, 2019
    Configuration menu
    Copy the full SHA
    f631e17 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Update README.md

    AndroidDeveloperLB authored Jul 12, 2020
    Configuration menu
    Copy the full SHA
    c6b7109 View commit details
    Browse the repository at this point in the history
Loading