mirror of
https://github.com/anonfaded/FadCam.git
synced 2026-03-13 09:00:17 +08:00
- Added BackgroundPlaybackService to manage audio playback in the background. - Introduced PlayerHolder as a singleton to share ExoPlayer instance between Activity and Service. - Updated VideoPlayerActivity to handle background playback settings and service lifecycle. - Created MediaButtonReceiver for media button handling with MediaSessionCompat. - Enhanced RecordingService to defer recording start until preview surface is ready. - Added UI elements and settings for background playback in VideoPlayerSettingsFragment. - Updated drawable resources for playback controls and notifications. - Added strings for background playback settings in strings.xml.
72 lines
1.4 KiB
Plaintext
72 lines
1.4 KiB
Plaintext
# Add patterns to ignore here, one per line
|
|
# Example:
|
|
# *.log
|
|
# tmp/
|
|
*.iml
|
|
.gradle
|
|
/local.properties
|
|
/.idea/caches
|
|
/.idea/libraries
|
|
/.idea/modules.xml
|
|
/.idea/workspace.xml
|
|
/.idea/navEditor.xml
|
|
/.idea/assetWizardSettings.xml
|
|
.DS_Store
|
|
/build
|
|
/captures
|
|
.externalNativeBuild
|
|
.cxx
|
|
local.properties
|
|
*.apk
|
|
*.aab
|
|
*.ap_
|
|
*.dm
|
|
.idea/
|
|
.idea/compiler.xml
|
|
.idea/deploymentTargetSelector.xml
|
|
.idea/workspace.xml
|
|
.idea/tasks.xml
|
|
.idea/gradle.xml
|
|
.idea/assetWizardSettings.xml
|
|
.idea/dictionaries
|
|
.idea/libraries
|
|
.idea/caches
|
|
app/release/
|
|
app/debug/
|
|
app/build/
|
|
app/**/build/
|
|
**/build/
|
|
*.jks
|
|
*.keystore
|
|
LICENSE
|
|
.github/*/*
|
|
.github/*
|
|
app/.gitignore
|
|
Ai-Rules.md
|
|
.gitignore
|
|
app/proguard-rules.pro
|
|
app/src/androidTest/java/com/fadcam/ExampleInstrumentedTest.java
|
|
app/src/main/res/drawable/*
|
|
app/src/main/res/mipmap-anydpi-v26/*
|
|
app/src/main/res/xml/backup_rules.xml
|
|
app/src/main/res/xml/data_extraction_rules.xml
|
|
app/src/test/java/com/fadcam/ExampleUnitTest.java
|
|
crowdin.yml
|
|
fastlane/metadata/**
|
|
gradle/**
|
|
gradlew.bat
|
|
gradle.properties
|
|
gradlew
|
|
app/src/main/res/values-ar/strings.xml
|
|
app/src/main/res/values-fr/strings.xml
|
|
app/src/main/res/values-in/strings.xml
|
|
app/src/main/res/values-ps/strings.xml
|
|
app/src/main/res/values-tr/strings.xml
|
|
app/src/main/res/values-zh-rCN/strings.xml
|
|
app/src/main/java/com/fadcam/ui/SettingsFragment.java
|
|
app/src/main/assets/update_available_rocket_animation.json
|
|
|
|
|
|
.repomixignore
|
|
repomix.config.json
|