arminha

Results 9 comments of arminha

Does this need changes in the proguard config to build properly?

This only affects the version in Google Play which is not published by me and not built from the source in this repository.

The Google Play Version is not build from the source in this repository :disappointed: I'm not publishing it Google Play, so I can't change that.

Sorry for the late answer. Not much actually. It would just take some time to code it. But I have not nearly enough for this little side project nowadays.

Thanks for the offer! I looked at Time4J and am quite impressed. Lots of features and documentation. Good work :+1: I myself am not maintaining the app anymore. @dasbiswajit has...

I was not able to find the cause of this. I think the UpdateWeatherService is not scheduled properly, but can't figure out why. This needs some more debugging

I would first check if onHandleIntent() on the UpdateWeatherService is executed at all. The UpdateWeatherService should be called by the Android AlarmManager about every hour (not exactly, see [AlarmManager.setInexactRepeating](https://developer.android.com/reference/android/app/AlarmManager.html#setInexactRepeating(int,%20long,%20long,%20android.app.PendingIntent))). The...

Thanks for the bug report! Unfortunately I'm not able to support the app any more. Just can't find the time fix bugs, create new releases and keep it all running.

I solved this problem by adding `ext.etaSendMetrics = 'false'` to my `build.gradle` file. The plugin expects a String value. I got an error without the quotation marks.