Negru Ionut Valentin

Results 10 issues of Negru Ionut Valentin

Changes for ButterKnife 8

Setup Dependencies readme seems to be outdated. I think this should be updated to: `androidTestImplementation 'com.andrewreitz:spock-android:2.0.0'`

Hello, This is intended to be more of an open discussion, than an actual issue. I want to add some Android specific components in the project, like the Bluetooth and...

`BaseActivity` should declare the generic type for `BasePresenter` also. It should be: ``` public abstract class BaseActivity extends AppCompatActivity implements LoaderManager.LoaderCallbacks { ``` This will also fix any issues with:...

First of all I want to thank you for this demo showing how to implement Clean Architecture using MVP in combination with Dagger2 and other useful tools. I have noticed...

Hello, This project is very nice for learning purposes, but I encountered an blocking issue. I need to use Flowable on a stream of data and the Use case of...

> Just be aware about usual MockK support pattern. > Tickets are checked from time to time, replied, discussed, labeled, e.t.c. > But real fixes are applied in a month-two...

In the scenario where the data source is empty the library crashes throwing Method `java.lang.IndexOutOfBoundsException `exception. Code used to test this: ``` assertNull(BerTlv.parse("".toByteArray())) ``` I think this can be easily...

**Describe the bug** Setting a subtitle with SpannableString using ForegroundColorSpan applies the same color to the title also. **To Reproduce** Set a color for the title using `eventTextColor` in xml....

bug
needs info

**Is your feature suggestion related to a problem? Please describe.** I would like to be able to completely remove the separator between hour and days. I would like to be...

enhancement