Hi
I seem to be having the issue with the center title not updating when the wave progress value is set to 100 or has reached a value of 100.
After the wave progress has reached 100 (ie achieved the goal set) I stop calling the setProgressValue() method but still would like the centre title to continue updating if the person exceeds the set goal. But the centre title stops updating once I stop calling the setProgressValue().
I even tried putting this in a if else block where in, if the wave progress is 100 the else block will have value setProgressValue(100) so that there there is a call to this method even with a hard coded value . This also did not help.
The only work around on this is still continue calling the setProgressValue() method with a new value which keeps updating the centre title.
This issue seems to be very cellphone specific. I have an Asus running Marshmallow 6.0.1.
Also on this cellphone the wave is static. What I mean is there is no wave effect inside the widget. I have tried other apps using this widget and it is the same behaviour in other apps also.
Just wondering if you have come across any of these issue earlier and if there are any solutions or workarounds ?
And of course your widget works beautifully on simulators for KitKat Marshmallow and Oreo. I have to still test on others. Great work and thank you for this widget.
Hi I seem to be having the issue with the center title not updating when the wave progress value is set to 100 or has reached a value of 100. After the wave progress has reached 100 (ie achieved the goal set) I stop calling the setProgressValue() method but still would like the centre title to continue updating if the person exceeds the set goal. But the centre title stops updating once I stop calling the setProgressValue(). I even tried putting this in a if else block where in, if the wave progress is 100 the else block will have value setProgressValue(100) so that there there is a call to this method even with a hard coded value . This also did not help. The only work around on this is still continue calling the setProgressValue() method with a new value which keeps updating the centre title. This issue seems to be very cellphone specific. I have an Asus running Marshmallow 6.0.1. Also on this cellphone the wave is static. What I mean is there is no wave effect inside the widget. I have tried other apps using this widget and it is the same behaviour in other apps also. Just wondering if you have come across any of these issue earlier and if there are any solutions or workarounds ? And of course your widget works beautifully on simulators for KitKat Marshmallow and Oreo. I have to still test on others. Great work and thank you for this widget.