-
-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove legacy Java ApiClient #4457
Conversation
|
||
private View mAnchor; | ||
private int mPosLeft; | ||
private int mPosTop; | ||
|
||
public LiveProgramDetailPopup(Context context, LifecycleOwner lifecycleOwner, LiveTvGuide tvGuide, int width, EmptyLifecycleAwareResponse tuneAction) { | ||
public LiveProgramDetailPopup(Context context, LifecycleOwner lifecycleOwner, LiveTvGuide tvGuide, int width, EmptyResponse tuneAction) { |
Check notice
Code scanning / Android Lint
Unknown nullness Note
|
||
private View mAnchor; | ||
private int mPosLeft; | ||
private int mPosTop; | ||
|
||
public LiveProgramDetailPopup(Context context, LifecycleOwner lifecycleOwner, LiveTvGuide tvGuide, int width, EmptyLifecycleAwareResponse tuneAction) { | ||
public LiveProgramDetailPopup(Context context, LifecycleOwner lifecycleOwner, LiveTvGuide tvGuide, int width, EmptyResponse tuneAction) { |
Check notice
Code scanning / Android Lint
Unknown nullness Note
|
||
private View mAnchor; | ||
private int mPosLeft; | ||
private int mPosTop; | ||
|
||
public LiveProgramDetailPopup(Context context, LifecycleOwner lifecycleOwner, LiveTvGuide tvGuide, int width, EmptyLifecycleAwareResponse tuneAction) { | ||
public LiveProgramDetailPopup(Context context, LifecycleOwner lifecycleOwner, LiveTvGuide tvGuide, int width, EmptyResponse tuneAction) { |
Check notice
Code scanning / Android Lint
Unknown nullness Note
|
||
private View mAnchor; | ||
private int mPosLeft; | ||
private int mPosTop; | ||
|
||
public LiveProgramDetailPopup(Context context, LifecycleOwner lifecycleOwner, LiveTvGuide tvGuide, int width, EmptyLifecycleAwareResponse tuneAction) { | ||
public LiveProgramDetailPopup(Context context, LifecycleOwner lifecycleOwner, LiveTvGuide tvGuide, int width, EmptyResponse tuneAction) { |
Check warning
Code scanning / Android Lint
Lambda Parameters Last Warning
|
||
private View mAnchor; | ||
private int mPosLeft; | ||
private int mPosTop; | ||
|
||
public LiveProgramDetailPopup(Context context, LifecycleOwner lifecycleOwner, LiveTvGuide tvGuide, int width, EmptyLifecycleAwareResponse tuneAction) { | ||
public LiveProgramDetailPopup(Context context, LifecycleOwner lifecycleOwner, LiveTvGuide tvGuide, int width, EmptyResponse tuneAction) { |
Check notice
Code scanning / Android Lint
Unknown nullness Note
@@ -121,7 +121,7 @@ | |||
return ndx; | |||
} | |||
|
|||
public static void getProgramsAsync(Fragment fragment, int startNdx, int endNdx, final LocalDateTime startTime, LocalDateTime endTime, final EmptyLifecycleAwareResponse outerResponse) { | |||
public static void getProgramsAsync(Fragment fragment, int startNdx, int endNdx, final LocalDateTime startTime, LocalDateTime endTime, final EmptyResponse outerResponse) { |
Check notice
Code scanning / Android Lint
Unknown nullness Note
@@ -121,7 +121,7 @@ | |||
return ndx; | |||
} | |||
|
|||
public static void getProgramsAsync(Fragment fragment, int startNdx, int endNdx, final LocalDateTime startTime, LocalDateTime endTime, final EmptyLifecycleAwareResponse outerResponse) { | |||
public static void getProgramsAsync(Fragment fragment, int startNdx, int endNdx, final LocalDateTime startTime, LocalDateTime endTime, final EmptyResponse outerResponse) { |
Check notice
Code scanning / Android Lint
Unknown nullness Note
@@ -121,7 +121,7 @@ | |||
return ndx; | |||
} | |||
|
|||
public static void getProgramsAsync(Fragment fragment, int startNdx, int endNdx, final LocalDateTime startTime, LocalDateTime endTime, final EmptyLifecycleAwareResponse outerResponse) { | |||
public static void getProgramsAsync(Fragment fragment, int startNdx, int endNdx, final LocalDateTime startTime, LocalDateTime endTime, final EmptyResponse outerResponse) { |
Check notice
Code scanning / Android Lint
Unknown nullness Note
@@ -121,7 +121,7 @@ | |||
return ndx; | |||
} | |||
|
|||
public static void getProgramsAsync(Fragment fragment, int startNdx, int endNdx, final LocalDateTime startTime, LocalDateTime endTime, final EmptyLifecycleAwareResponse outerResponse) { | |||
public static void getProgramsAsync(Fragment fragment, int startNdx, int endNdx, final LocalDateTime startTime, LocalDateTime endTime, final EmptyResponse outerResponse) { |
Check notice
Code scanning / Android Lint
Unknown nullness Note
Changes
org.jellyfin.apiclient
dependency & JitPack repositoryIssues