mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 08:05:56 +03:00
[PR #217] [CLOSED] fix android CI + rootmodule builder #334
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#334
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kavishdevar/librepods/pull/217
Author: @NL-TCH
Created: 10/1/2025
Status: ❌ Closed
Base:
main← Head:multi-device-and-accessibility📝 Commits (10+)
53f242candroid: add accessibility stuff2ff9bd7docs: update transparency mode formata764795android: don't start service every time MainActivity is launched6b3fc7eandroid: add basic multidevice capabilities8eaa710android: clean up a bit of AI gen'd code371430aandroid: clean up main service and remove minimum API on head gestures943a69fandroid: clean up a lot of stuff98bdb18android: implement the accessiblity settings page43d3e0aandroid: add EQ settings for phone and media37e1c85android: add toggle for DID hook📊 Changes
106 files changed (+11709 additions, -6048 deletions)
View changed files
📝
.github/workflows/ci-android.yml(+25 -19)📝
AAP Definitions.md(+14 -37)📝
README.md(+35 -27)📝
android/.gitignore(+1 -0)📝
android/app/build.gradle.kts(+10 -3)➕
android/app/libs/backdrop-debug.aar(+0 -0)➕
android/app/libs/backdrop-release.aar(+0 -0)📝
android/app/src/main/AndroidManifest.xml(+20 -17)📝
android/app/src/main/cpp/l2c_fcr_hook.cpp(+68 -0)📝
android/app/src/main/cpp/l2c_fcr_hook.h(+22 -0)➖
android/app/src/main/java/me/kavishdevar/librepods/CustomDeviceActivity.kt(+0 -188)📝
android/app/src/main/java/me/kavishdevar/librepods/MainActivity.kt(+45 -22)📝
android/app/src/main/java/me/kavishdevar/librepods/QuickSettingsDialogActivity.kt(+19 -1)➖
android/app/src/main/java/me/kavishdevar/librepods/composables/AccessibilitySettings.kt(+0 -221)➖
android/app/src/main/java/me/kavishdevar/librepods/composables/AdaptiveStrengthSlider.kt(+0 -158)📝
android/app/src/main/java/me/kavishdevar/librepods/composables/AudioSettings.kt(+68 -40)📝
android/app/src/main/java/me/kavishdevar/librepods/composables/BatteryIndicator.kt(+73 -80)📝
android/app/src/main/java/me/kavishdevar/librepods/composables/BatteryView.kt(+72 -32)➕
android/app/src/main/java/me/kavishdevar/librepods/composables/CallControlSettings.kt(+470 -0)➕
android/app/src/main/java/me/kavishdevar/librepods/composables/ConfirmationDialog.kt(+205 -0)...and 80 more files
📄 Description
fixes #216
So a few noteworthy things in this PR:
set-outputis deprecated, and changed toGITHUB_OUTPUT🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.