Guillaume BOUERAT

Results 2 issues of Guillaume BOUERAT

Caption find nothing when searching french subtiles even if there are availabe on addic7ed (a kodi plugin works fine with addic7ed)

The function `IterableAuthManager.decodedExpiration()` doesn't check the length of an array before reading the second index, https://github.com/Iterable/iterable-android-sdk/blob/e8b65329c6b1882522e9bccb6df0b60e259492b2/iterableapi/src/main/java/com/iterable/iterableapi/IterableAuthManager.java#L131 so this happens: ``` ArrayIndexOutOfBoundsException: length=1; index=1 in IterableAuthManager.java:131 ``` and when that happens,...