Skip to content
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

Add support for Android 15 #250

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from

refactor: migrate from legacy libraries

811beaa
Select commit
Loading
Failed to load commit list.
Draft

Add support for Android 15 #250

refactor: migrate from legacy libraries
811beaa
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / detekt succeeded Feb 2, 2025 in 5s

5 new alerts

New alerts in code changed by this pull request

  • 5 warnings

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 9 in app/src/main/java/com/kelsos/mbrc/common/utilities/ScopeBase.kt

See this annotation in the file changed.

Code scanning / detekt

An abstract class is unnecessary. May be refactored to an interface or to a concrete class. Warning

An abstract class without an abstract member can be refactored to a concrete class.

Check warning on line 9 in app/src/main/java/com/kelsos/mbrc/common/utilities/ScopeBase.kt

See this annotation in the file changed.

Code scanning / detekt

An abstract class is unnecessary. May be refactored to an interface or to a concrete class. Warning

An abstract class without an abstract member can be refactored to a concrete class.

Check warning on line 9 in app/src/main/java/com/kelsos/mbrc/common/utilities/ScopeBase.kt

See this annotation in the file changed.

Code scanning / detekt

An abstract class is unnecessary. May be refactored to an interface or to a concrete class. Warning

An abstract class without an abstract member can be refactored to a concrete class.

Check warning on line 9 in app/src/main/java/com/kelsos/mbrc/common/utilities/ScopeBase.kt

See this annotation in the file changed.

Code scanning / detekt

An abstract class is unnecessary. May be refactored to an interface or to a concrete class. Warning

An abstract class without an abstract member can be refactored to a concrete class.

Check warning on line 9 in app/src/main/java/com/kelsos/mbrc/common/utilities/ScopeBase.kt

See this annotation in the file changed.

Code scanning / detekt

An abstract class is unnecessary. May be refactored to an interface or to a concrete class. Warning

An abstract class without an abstract member can be refactored to a concrete class.