Rafa Vázquez
Rafa Vázquez
I've started using scalpel in my app, and I've been seing a bug (I guess) where setting translation values in views doesn't have any effect. I didn't know which was...
http://crashes.to/s/ea704e2d0bb It's a non-fatal issue, but it's preventing some users from updating their database. Seems like I forgot to test what happens when you already had a database version in...
After the last update some users reported that the app doesn't detect their location properly. This is a really hard thing to find out during rollouts, because users won't complain...
The bonobus can be also queried with the NFC card id. That would be nice.
We want to be able to show some warning or announcement message in the home screen of the application. This message would be selected and activated remotely and selectively. This...
Tussam closed the service that SeviBus uses to read bus locations, so the feature it's not working anymore. It should either be migrated to another service, or simply remove the...
The app model code (Parada, Línea, Favorita, etc) is written in Spanish. This is not nice, and hurts @rocboronat every time he sees it. Let's translate it so he doesn't...
The idea is to migrate all read and write operations related to Paradas to a decoupled architecture based on Actions and DataSources, just as it has been done with Favoritas...
For some reason Travis outputs a really long log that can't even be displayed. It something related to lint and retrolambda, I believe. An example: https://travis-ci.org/Sloy/SeviBus/builds/126708446
Not sure if this is a bug or an issue on my side, so I'm opening the tiket as _Support request_. I migrated my markers to use `MarkerComposable` instead of...