Xabier Gorostidi

Results 4 issues of Xabier Gorostidi

Some permissions were added on a specific Android API, and were also removed on a different one. This PR intents to delimit the scope of those dangerous permissions. With these...

Currently the UI tests of the project are quite basic or simple and are not mocking behaviors coming from the domain layer. A pretty neat solution for that would be...

Fixes #28 Added tests to cover that case correctly.

Since in Java all primitive types are signed, we could receive a negative advertisement length. In that case, the library doesn't consider this case and it must be converted to...