Bartosz Kosarzycki
Bartosz Kosarzycki
Consider merging this pull-request. Max-Sdk 19 prevents anyone from actually using this lib :/
I observed this behaviour as well. During debugging of PrettyFormatStrategy everything seems to work fine but on app-runtime logs get mixed up. Lines do not match and sometimes there is...
Temporary solution would be to buffer the result: ``` import android.util.Log import com.orhanobut.logger.LogcatLogStrategy /** * Prints log to logcat * * HINT: This class is redundant and can be removed...
@sami-soft @Mun0n @hezhipengzipp To fix your problem with images being too small - please use the following code sample ``` htmlTextView.setHtml(newValue, HtmlHttpImageGetter(this, null, true)) ``` i.e. set HtmlHttpImageGetter constructor parameter...
I've compiled a version which can be used alongside support design library (eliminates Attribute "rippleColor" has already been defined error) : compile 'com.android.support:design:22.2.1' changes: https://github.com/kosiara/MaterialDesignLibrary/commit/e94c9f37bf427d5d90bc8771357296fc36d9b2d8 binary aar file: https://github.com/kosiara/MaterialDesignLibrary/raw/e3a94ec606062eeb3ae2421a119cd729c43fee76/compiled-versions/MaterialDesign-md_ready-release.aar
I'm facing the same problem: Error:(2) Attribute "rippleColor" has already been defined when adding the new library compile 'com.android.support:design:22.2.1'
I've compiled a version which can be used alongside support design library (eliminates Attribute "rippleColor" has already been defined error) : compile 'com.android.support:design:22.2.1' changes: https://github.com/kosiara/MaterialDesignLibrary/commit/e94c9f37bf427d5d90bc8771357296fc36d9b2d8 binary aar file: https://github.com/kosiara/MaterialDesignLibrary/raw/e3a94ec606062eeb3ae2421a119cd729c43fee76/compiled-versions/MaterialDesign-md_ready-release.aar
I received this message when I fired the conversion with command: chromeos-apk application.apk The error was gone when I fired the conversion with all arguments: chromeos-apk --tablet --scale --name ApplicationName...
Hi I had a similar problem with images but not in the activity area but rather in the listview inside the side menu. I resolved it optimizing the listview refresh-times:...
Could you remove javax.annotation.\* , specifically javax.annotation.Generated from the release of the aar? These shouldn't be included in the gradle dependency.