Skip to content

Releases: N3TWORK/twoway-view

0.1.12

26 Sep 18:04
Compare
Choose a tag to compare

same as before because of naming

0.1.11

26 Sep 17:52
Compare
Choose a tag to compare

check that index is not greater than lanes array to avoid ArrayIndexOutOfBoundsException

Fix ArrayIndexOutOfBoundsException in ItemEntries.putItemEntry

22 Aug 14:56
Compare
Choose a tag to compare
0.1.10

check that position is not -1 when calling putItemEntry()

v0.1.9

03 Aug 21:02
b1e4129
Compare
Choose a tag to compare

Ensure lane is greater than -1 in pushChildFrame()

Fix ArrayIndexOutOfBoundsException in Lanes.pushChildFrame

23 Jul 21:18
Compare
Choose a tag to compare
0.1.8

return from pushChildFrame() if(lane >= mLanes.length)

Fix ArrayIndexOutOfBoundsException in Lanes.getChildFrame

19 Jul 17:18
Compare
Choose a tag to compare

Check if laneInfo is undefined before getting it's position from mLanes

Fix invalid position at ItemsEntry.getItemEntry()

10 Jul 19:40
Compare
Choose a tag to compare
0.1.6

check for position == -1 in getItemEntry()

Fix for Fatal Exception at Lanes.191

04 Jul 16:18
Compare
Choose a tag to compare

Fix for:

Fatal Exception: java.lang.ArrayIndexOutOfBoundsException
length=12; index=-1

Latest changes from March

03 Jul 19:54
03c43a3
Compare
Choose a tag to compare
Merge pull request #3 from N3TWORK/fix/lane-span

Try catch on all getLaneSpan