-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: joycode/AndroidJniBitmapOperations
base: master
head repository: AndroidDeveloperLB/AndroidJniBitmapOperations
compare: master
- 16 commits
- 6 files changed
- 3 contributors
Commits on Jan 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1a92d21 - Browse repository at this point
Copy the full SHA 1a92d21View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdbd66d - Browse repository at this point
Copy the full SHA cdbd66dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26d3b2f - Browse repository at this point
Copy the full SHA 26d3b2fView commit details
Commits on Apr 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1d10a83 - Browse repository at this point
Copy the full SHA 1d10a83View commit details -
Merge pull request AndroidDeveloperLB#35 from drspaceboo/master
Add configuration for including the library as a git submodule
Configuration menu - View commit details
-
Copy full SHA for a8a7d56 - Browse repository at this point
Copy the full SHA a8a7d56View commit details
Commits on Apr 27, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for ce4b8a0 - Browse repository at this point
Copy the full SHA ce4b8a0View commit details -
Merge pull request AndroidDeveloperLB#36 from drspaceboo/master
Improve README
Configuration menu - View commit details
-
Copy full SHA for 619ec19 - Browse repository at this point
Copy the full SHA 619ec19View commit details
Commits on May 15, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 37bbf60 - Browse repository at this point
Copy the full SHA 37bbf60View commit details -
Merge pull request AndroidDeveloperLB#37 from drspaceboo/master
Add guard against NPE
Configuration menu - View commit details
-
Copy full SHA for 97a16c2 - Browse repository at this point
Copy the full SHA 97a16c2View commit details
Commits on Sep 26, 2018
-
Move minSdkVersion and targetSdkVersion to gradle
The min and target SDK versions should be declared in Gradle now instead of the Manifest.
Configuration menu - View commit details
-
Copy full SHA for 49592c9 - Browse repository at this point
Copy the full SHA 49592c9View commit details
Commits on Sep 27, 2018
-
Merge pull request AndroidDeveloperLB#38 from drspaceboo/master
Move minSdkVersion and targetSdkVersion to gradle
Configuration menu - View commit details
-
Copy full SHA for 7b2cad6 - Browse repository at this point
Copy the full SHA 7b2cad6View commit details
Commits on Nov 18, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for 31de766 - Browse repository at this point
Copy the full SHA 31de766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1759595 - Browse repository at this point
Copy the full SHA 1759595View commit details -
Configuration menu - View commit details
-
Copy full SHA for 054cfbb - Browse repository at this point
Copy the full SHA 054cfbbView commit details -
Merge pull request AndroidDeveloperLB#43 from hjm1fb/master
Amend the wrong data index of rgbTopRight point
Configuration menu - View commit details
-
Copy full SHA for f631e17 - Browse repository at this point
Copy the full SHA f631e17View commit details
Commits on Jul 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c6b7109 - Browse repository at this point
Copy the full SHA c6b7109View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master