Svetlozar Kostadinov
Svetlozar Kostadinov
Found something. Before to reach `stop()` in the next few frames `ProgressBar.drawTrack()` calls `SmoothProgressDrawable.start()` which does: ``` if (mProgressiveStartActivated) { resetProgressiveStart(0); } ... ``` This actually restarts the progress before...
How the getContext() method is supposed to do the job? I think more code is needed. BTW... I have modification for multi-lang support and string keys for each page to...
Wow, that's awesome news! Btw, I've tried to a make a library just like yours before you but hit a hard wall and discarded it. Congrats that you made it...
It works for me on API25 but a custom dialog theme would be much appreciated.
Hi, I have some questions: 1. Does any geometry function work for you or none at all? 2. Would you try without the umlaut to see if it's some kind...
Would you please post some example data and code to try with in the weekend. On Thu, Jun 21, 2018, 19:43 luis901101 wrote: > > 1. The intersects function does...
I'll try to see it this weekend. BTW, did you compare the versions of Spatialite and GEOS used in the lib and GUI to see if the lib versions are...
Hi again, I confirm all of the above. I've manually tested 8 functions in Spatialite GUI and in an example app: Distance(), Equals(), IsValid(), Buffer(), GUnion(), ConvexHull(), Difference() and Intersection()....
Hi, as far as I remember this wrapper is not configured to compile with the virtualrouting module. I could check but at earliest this weekend. On Tue, Aug 13, 2019,...
I'll take a look today. On Mon, Aug 19, 2019, 05:41 phprad wrote: > Please any luck with the new update. > > Thanks > > — > You are...