arberg
arberg
@chrisbanes has not updated repository for 2 years, so I would say its dead. farfromrefug (https://github.com/Akylas/Android-BitmapCache/) made lots of updates in 2014 that was never pulled. I pushed my changes...
The Gradle build compile 'com.github.chrisbanes.bitmapcache:library:2.3' will cause inclusion of support-v4 from maven-central http://mvnrepository.com/artifact/com.google.android/support-v4/r7 This is an ancient release from 2012. The new releases are in android-sdk downloaded and updated via...
I suggest to replace current onDetachFromWindow with ``` @Override protected void onAttachedToWindow() { super.onAttachedToWindow(); onDrawableUnset(getDrawable()); } @Override protected void onDetachedFromWindow() { super.onDetachedFromWindow(); onDrawableSet(getDrawable()); } ``` I had an issue earlier...
From the new readme: On API-26 and newer, Blurry uses PixelCopy to copy directly from the surface of the window, and can thus obtain a bitmap that contains a GoogleMap....
I get the following error when running on Logstash 5.0.1 via Docker Logstash 5.0.1-1 (see below for howto). `Plugin version conflict, aborting ERROR: Installation Aborted, message: Bundler could not find...
### System Details - posh-git version/path: 0.7.3.1 C:\Tools\poshgit\dahlbyk-posh-git-9bda399\src - PowerShell version: 5.1.17134.407 - git version 2.20.1.windows.1 - OS: Microsoft Windows NT 10.0.17134.0 ### Issue Description I was developing our a...
See readme-changes for more info and example. Btw, nice animation framework, I appreciate it.
This includes #49, so I suggest merging that first, though the order probably won't matter. EditTexts have bottom-offset, doesn't work well in some situations (maybe when changing font, I don't...
… with fluent access and links to my new examples