Stéphane B.
Stéphane B.
Fix issue #24 Also update dependencies and remove from project IDE files.
Hi, thanks for the lib. I used it in my project but unfortunately it doesn't support RTL. Chevrons are not correctly reflected. Maye be it can be done easily with...
- Fix manifest merge issue `Error:Execution failed for task ':ScoreIt:processDebugManifest'. Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:26:9-36 is also present at [com.github.jkwiecien:CountingTextView:1.0.10] AndroidManifest.xml:12:9-35 value=(true). Suggestion: add 'tools:replace="android:allowBackup"' to...
Hello, thanks for the library. Its manifest sould not include any section.
Attributes are not resolved. There is a mismatch between application package and library. package="com.vlonjatg.progressactivity" compile 'com.vlonjatg.android:progress-activity:1.1.1'
Hello, it is not possible to use this library without RxJava. Dependency is required for compilation. Is it intended? Thanks.
Update build tools. Remove android:allowBackup="true" from manifest to fix this issue: Error:Execution failed for task ':app:processDebugManifest'. Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:9:9-36 is also present at [io.palaima:smoothbluetooth:0.1.0]...
Improve gradle support when adding library locally (not from Maven). Fix animation start when not pressed. setPressed was called with false and animation should not start. Add disable state.
**Description:** Typeface is not applied with textPassword inputType. **Expected behavior:** When android:inputType="text|textPassword|textNoSuggestions" (incorrect behaviour)  When android:inputType="text|textNoSuggestions" (expected behaviour)  **Source code:** @font/ubuntu_regular @font/ubuntu_regular **Android API version:** All **Material Library...