Rodrigo Soria

Results 9 issues of Rodrigo Soria

the link to the code of conduct is broken in the file open-source/rootstrap_contributing_guide.md. It returns a 404. Actually the link is: https://github.com/rootstrap/{repository}/blob/master/CODE_OF_CONDUCT.md Should it be this one?: https://opensource.guide/code-of-conduct/ (it is...

Buenas tardes En la última actualización que hemos hecho de nuestra aplicación apareció una alerta de Google sobre declaración de permisos debido al siguiente permiso : `android.permission.ACCESS_COARSE_LOCATION` Nosotros no utilizamos...

I see Unity as a 3rd party. But now Unity uses LevelPlay together with IronSource to provide ads, so I think IronSource should be present as an option

As discussed on the Android Roundtable of 01/12/2021 there will be very useful to create an application's flow using a single activity structure with a bunch of fragments for each...

enhancement

As discussed on the Android's Roundtable of 01/12/2021 it seems good to migrate the current LiveData implementations to Kotlin flows, which is the new official way of sharing reactive information...

enhancement

In the repository are some files which were auto-generated by Android Studio (or another tool) and sometimes they change based on user configuration or IDE version. These values and their...

Hi! Looking at the library docs, we can get a logger by doing this `val logger = KotlinLogging.logger {}` Which internally gets the class of the `{}` function sent to...

Starting on Android 11, background location permission must be requested separately from the foreground location permissions (coarse & fine). Requesting them together causes the operative system to ignore the whole...

Hi, I am verifying if a user has permissions on background via an android service at startup, and I am receiving an exception that crashes the app because the app's...