Results 17 issues of Olmo Gallegos

Implement a test that could be like "should hide soft keyboard when search button is pressed" It would be desirable to bring it to perfect red, then green, for every...

As the whole repo is written in English, the `Search` button should have its text in English. The screenshots should also be updated

Update JakeWharton's ButterKnife from 6.x to 8.x and submit a PR If checkstyle and tests are both passing, merge it

Update `dagger` to `2.11` and apply more advanced configurations like [this one](https://www.youtube.com/watch?v=hjHZkZr3GZw) or [this one](https://proandroiddev.com/mvvm-architecture-viewmodel-and-livedata-part-2-di-1a6b1f96d84b) Add some additional screens and/or use cases if necessary See if we can use delayed...

When called with this parameter, the command should prompt the user for answering two questions: 1.- Which country are you from? In case the answer is `Spain`, pushdemont will say...

The headers for PDF files can be seen [in this link](https://stackoverflow.com/questions/941813/how-can-i-determine-if-a-file-is-a-pdf-file) Add a check that reads the first bytes and do not attempt to render the PDF if headers can't...

Instead of instantiating a new `PdfViewPager` with a new instance each time, evaluate if it's possible to reuse the one coming from XML (already in memory) and make it load...

Hi, First of all, thanks for this awesome lib. I've implemented a simple `OnSearchActionListener` and have noticed that `onButtonClicked` is not being called when I tap on the `clear` and...

Hi, thanks for the awesome lib. I've tried to reproduce your code, and just noticed that `getLayoutInflater()` is not a method from `BaseAdapter` nor `CardStackAdapter`. Instead, I had to obtain...