This repository has been archived on 2024-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
tachiyomi/app/src/main/java/eu/kanade/tachiyomi
[pʲɵs] c22e2e8159 Do not suppress a type system error (#2524)
This code was sort of fine when it used raw Java types, but the Kotlin
equivalent technically calls a method that takes a Nothing-typed
argument with a value that is not of type Nothing. Whether that works
depends on how lenient kotlinc is about inserting casts in bytecode.

The solution is to give the unknown type represented by a star an
explicit name by capturing it in a type variable, then cast to that type
instead of Nothing. This is guaranteed to be an unchecked, but valid,
cast.
2020-01-20 18:34:59 -05:00
..
data Anilist: rename "On hold" to "Paused" 2020-01-19 16:29:43 -05:00
extension Fixed extensions showing as obsolete when call fails 2020-01-16 08:57:37 -05:00
network Drop support for Android 4.x (#2440) 2020-01-07 18:46:31 -05:00
source JSON metadata for local manga (#1658) 2020-01-11 15:59:43 -05:00
ui Do not suppress a type system error (#2524) 2020-01-20 18:34:59 -05:00
util Set manga last update field based on chapter fetch time (closes #2217) 2020-01-19 22:21:49 -05:00
widget Add tracker logout dialog (closes #2475) 2020-01-19 17:03:11 -05:00
App.kt Minor code cleanup 2020-01-07 20:17:07 -05:00
AppModule.kt Fix extensions installer on old Android versions. Fix deadlock on devices with 1-2 cores 2018-02-06 11:42:38 +01:00
Migrations.kt Remove local broadcast receiver to prevent race conditions (#1123) 2017-12-11 20:01:28 +01:00