Skip to content

Commit c4d39b3

Browse files
chore: strip analytics and rewrite authorship from upstream changes
1 parent 1558e14 commit c4d39b3

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

RELEASE_INFO.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Echo Music v5.2.5
1+
NullMusic v5.2.5
22

33
What's New
44
- Liquid Glass Settings Improvement: Tagged as (Beta), fixed the unscrollable bottom strip on the settings screen, mapped the "Unknown" background style correctly to "Liquid Glass", and added adaptive text colors so the miniplayer and bottom navbar remain legible across Light and Dark themes.
55
- Automix Fixes: Tagged Automix as (Beta) and offloaded the heavy beat-analysis math to a broader thread pool (IO). This prevents the UI and audio playback from freezing or stuttering on devices with limited cores while songs transition smoothly without the need to pause.
6-
- Echo Extractor: A new extractor seamlessly integrated into Echo Music.
6+
- Echo Extractor: A new extractor seamlessly integrated into NullMusic.
77
- Auto-Fetch Mechanism: Echo Extractor automatically fetches updates randomly once every 24 hours on app startup.
8-
- Refined UI: Removed unnecessary extractor toggle cards and redundant text to ensure the settings page matches Echo Music's sleek aesthetics.
8+
- Refined UI: Removed unnecessary extractor toggle cards and redundant text to ensure the settings page matches NullMusic's sleek aesthetics.
99
- AutoMix (Beta): Added DJ-style, beat-matched crossfades that analyze BPM and beat grid to tempo-match and align transitions, with automatic fallback to a regular crossfade when analysis is unclear (#770 by @barathsuresh).
1010
- Lossless Funding Tracker: Added a sleek "Lossless Music Funding Tracker" to the Player Settings to transparently display server costs and goals for Qobuz integration.
1111
- Playlist Migration Crash Fix: Fixed a crash on app open caused by the database migration trying to re-add an already-existing `isAutoSync` column (#755 by @jester-sys).

app/build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030

3131

3232
defaultConfig {
33-
applicationId = "iad1tya.echo.music"
33+
applicationId = "com.nullcore.music"
3434
minSdk = 26
3535
targetSdk = 36
3636
versionCode = 519
@@ -236,8 +236,6 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach
236236
dependencies {
237237
// Firebase - GMS flavor only (excluded from F-Droid / FOSS builds)
238238
"gmsImplementation"(platform("com.google.firebase:firebase-bom:33.1.0"))
239-
"gmsImplementation"("com.google.firebase:firebase-analytics")
240-
"gmsImplementation"("com.google.firebase:firebase-crashlytics")
241239

242240
// Google Drive Sync - GMS flavor only
243241
"gmsImplementation"(libs.play.services.auth)
@@ -318,7 +316,7 @@ dependencies {
318316
implementation(project(":shazamkit"))
319317
implementation(project(":artistvideo"))
320318
implementation(project(":applecanvas"))
321-
implementation(project(":echomusiccanvas"))
319+
implementation(project(":nullmusiccanvas"))
322320
implementation(project(":paxsenixlyrics"))
323321
implementation(project(":jiosaavn"))
324322
implementation(project(":unison"))

app/src/main/res/values-uk/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@
390390
<string name="spotify_waiting_for_login">Очікування входу в Spotify</string>
391391
<string name="export_directory_unavailable">Не вдалося отримати доступ до папки експорту на цьому пристрої. Будь ласка, вкажіть її вручну.</string>
392392
<string name="loading">Завантаження</string>
393-
<string name="listen_on_echo_music">Слухати на Echo Music</string>
393+
<string name="listen_on_echo_music">Слухати на NullMusic</string>
394394
<string name="qs_tile_music_recognizer">Розпізнати музику</string>
395395
<string name="echo_brain_beta">Echo Brain (Бета)</string>
396396
<string name="echo_brain_enable">Увімкнути Echo Brain</string>

0 commit comments

Comments
 (0)