Skip to content

feat(app): add UnifiedPush support for github flavor#1231

Merged
wax911 merged 2 commits into
developfrom
feat/202-app-add-unifiedpush-support-for-githubf-droid-build-flavours-as-a-non-google-push-transport
Jun 9, 2026
Merged

feat(app): add UnifiedPush support for github flavor#1231
wax911 merged 2 commits into
developfrom
feat/202-app-add-unifiedpush-support-for-githubf-droid-build-flavours-as-a-non-google-push-transport

automation: apply spotless linting (#1232)

89eac35
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jun 9, 2026 in 0s

2 new issues (0 max.) of at least severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 2
           

Complexity increasing per file
==============================
- app/src/github/kotlin/co/anitrend/service/MessagingService.kt  6
- app/src/github/kotlin/co/anitrend/initializer/GithubApplicationInitializer.kt  2
- app/src/github/kotlin/co/anitrend/push/UnifiedPushConnector.kt  2
- app/src/github/kotlin/co/anitrend/service/ForegroundService.kt  1
- app/src/main/kotlin/co/anitrend/push/PushRegistrationCoordinator.kt  12
- app/src/test/kotlin/co/anitrend/push/PushRegistrationCoordinatorTest.kt  7
- data/settings/src/main/kotlin/co/anitrend/data/settings/push/IUnifiedPushSettings.kt  4
         

See the complete overview on Codacy

Annotations

Check warning on line 25 in app/src/test/kotlin/co/anitrend/push/PushRegistrationCoordinatorTest.kt

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/src/test/kotlin/co/anitrend/push/PushRegistrationCoordinatorTest.kt#L25

Multiple occurrences of the same string literal within a single file detected. Prefer extracting the string literal into a property or constant.

Check warning on line 27 in app/src/test/kotlin/co/anitrend/push/PushRegistrationCoordinatorTest.kt

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

app/src/test/kotlin/co/anitrend/push/PushRegistrationCoordinatorTest.kt#L27

Multiple occurrences of the same string literal within a single file detected. Prefer extracting the string literal into a property or constant.