ad-silence
Mute Ad/promotions from Accuradio, Spotify, Soundcloud, TIDAL, Pandora, or Any App. Minimal, extensible & lightweight under 150kb.
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- feature_request.md
- android.yml
- settings.json
- ExampleInstrumentedTest.kt
- Spotify.kt
- About.kt
- AdSilenceActivity.kt
- AppNotification.kt
- CastMuteManager.kt
- CustomApp.kt
- DefaultAppConfig.kt
- Hibernation.kt
- LogAdapter.kt
- LogManager.kt
- NotificationListener.kt
- NotificationParser.kt
- Permission.kt
- Preference.kt
- SupportedApps.kt
- Utils.kt
- selector_text_primary.xml
- bg_button_rounded.xml
- bg_card_rounded.xml
- bg_dialog_rounded.xml
- bg_edit_text.xml
- ic_delete.xml
- ic_edit.xml
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- ic_restore.xml
- about.xml
- activity_ad_silence.xml
- app_selection.xml
- dialog_add_custom_app.xml
- dialog_background_usage.xml
- dialog_debug_log.xml
- dialog_delete_custom_app.xml
- dialog_settings.xml
- item_log.xml
- permission_granting.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- colors.xml
- strings.xml
- themes.xml
- strings.xml
- themes.xml
- AndroidManifest.xml
- ic_launcher-playstore.png
- ExampleUnitTest.kt
- .gitignore
- build.gradle
- fastlane-validation.gradle
- proguard-rules.pro
- README.md
- 1.txt
- 14.txt
- 17.txt
- 18.txt
- 2.txt
- 20.txt
- 23.txt
- 25.txt
- 3.txt
- 30.txt
- 4.txt
- 40.txt
- 42.txt
- 49.txt
- 5.txt
- 51.txt
- 53.txt
- 54.txt
- 55.txt
- 1.png
- 2.png
- 3.png
- 4.png
- 5.png
- 6.png
- icon-old.png
- icon.png
- full_description.txt
- short_description.txt
- title.txt
- gradle-wrapper.jar
- gradle-wrapper.properties
- 1.png
- 2.png
- 3.png
- 4.png
- 5.png
- 6.png
- ad_playing.png
- main.png
- compare_certificates.py
- decompiled-string-search.txt
- out-as-kotlin-formated.txt
- spotify-extraction-script.py
- .gitignore
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/aghontpi/ad-silence
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd ad-silence
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
cd app
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
./gradlew build
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
