Closed standmit closed 1 year ago
Also seeing this on Android 7.
Do you tried to recreate the widget or you can try a reinstallation.
Do you tried to recreate the widget or you can try a reinstallation.
@Gitsaibot Sure. It doesn't help. I had to downgrade the app to version 1.9 to continue using it
@yparitcher Any idea if this may have to do with your changes?
No clue, sorry
Then we need a debug log to see whats happen.
Could you please point me to the correct way to save this log and I will create one?
Same issues on Android 7 since version 2.0. Version 1.9 works fine.
@yparitcher Is there a way to avoid using ssX or mmX in
mTimeFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssX", Locale.US);
? It requieres at least Api 24 and i think this is the reason why android 6 didn't work anymore.
@robertafreese There are several ways to obtain a log, e.g. https://help.testlio.com/en/articles/129738-capturing-logs-from-android
@yparitcher Is there a way to avoid using ssX or mmX in
mTimeFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssX", Locale.US);
? It requieres at least Api 24 and i think this is the reason why android 6 didn't work anymore.
You are right, X
is only supported from 7 on. We need the X
specifier to parse the timezone component of the response, and the earlier Z
specifier is for the wrong format :(
Too bad, then the support for Android 6 falls away.
But the bug is there on Android 7.0, too, as I said.
Since version 2.0 widget doesn't work on Android 6. The "Delay before attempt" message appear instead of a graph all the time.