Hi Wodanaz ur stuff is kool. Actually, I'm surprised just how good WSplit is, so big up 2 u for making such a kool app.
I got a bug for you in how WS handles missing splits. Say you have:
1: Has time
2: Has time
3: No time
4: No time
5: Has time
After split 1 is completed, as expected the status at the bottom says "prev segment" and the appropriate time. After split 2, however, there is nothing in the status when there should be. After split 3, there is no status, which is correct behaviour. Then after split 4, the status is "prev segment +0.0", before split 5 returns to the normal behaviour.
My guess is that whether the status appears or not, is currently based on whether the current segment has a time, when it should be based on the previous segment instead.
I got a bug for you in how WS handles missing splits. Say you have:
1: Has time
2: Has time
3: No time
4: No time
5: Has time
After split 1 is completed, as expected the status at the bottom says "prev segment" and the appropriate time. After split 2, however, there is nothing in the status when there should be. After split 3, there is no status, which is correct behaviour. Then after split 4, the status is "prev segment +0.0", before split 5 returns to the normal behaviour.
My guess is that whether the status appears or not, is currently based on whether the current segment has a time, when it should be based on the previous segment instead.