From 5007d89b1cd1f63eb3288640e5cd5cceda2601f2 Mon Sep 17 00:00:00 2001 From: eddyizm Date: Sat, 28 Feb 2026 08:22:39 -0800 Subject: [PATCH] wip: working on new logo --- CHANGELOG.md | 15 +++ app/build.gradle | 2 +- .../degoogled/res/drawable/ic_splash_logo.xml | 107 +++++++++++------- 3 files changed, 79 insertions(+), 45 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f48c4d66..5a017b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## What's Changed +* chore(i18n): Update Polish translation by @skajmer in https://github.com/eddyizm/tempus/pull/441 +* feat: radio logos support for AndroidAuto by @dmachard in https://github.com/eddyizm/tempus/pull/435 +* feat: Port remove song of playlist from tempus ng by @tvillega in https://github.com/eddyizm/tempus/pull/457 +* fix: artist sort by name case sensitive by @tvillega in https://github.com/eddyizm/tempus/pull/462 +* feat: enhance navigation by @tvillega in https://github.com/eddyizm/tempus/pull/450 +* feat: Android Auto: improve media service browsing by @MaFo-28 in https://github.com/eddyizm/tempus/pull/437 +* feat: Support specifying a client certificate for mTLS auth by @tinsukE in https://github.com/eddyizm/tempus/pull/458 + +## New Contributors +* @MaFo-28 made their first contribution in https://github.com/eddyizm/tempus/pull/437 +* @tinsukE made their first contribution in https://github.com/eddyizm/tempus/pull/458 + +**Full Changelog**: https://github.com/eddyizm/tempus/compare/v4.11.0...v4.12.0 + ## What's Changed ## [4.11.0](https://github.com/eddyizm/tempo/releases/tag/v4.11.0) (2026-02-15) * fix: added dynamic application id from gradle variant by @eddyizm in https://github.com/eddyizm/tempus/pull/425 diff --git a/app/build.gradle b/app/build.gradle index f8a8b106..8ab28cbd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ android { targetSdk 35 versionCode 20 - versionName '4.11.0' + versionName '4.12.3-rc' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' javaCompileOptions { diff --git a/app/src/degoogled/res/drawable/ic_splash_logo.xml b/app/src/degoogled/res/drawable/ic_splash_logo.xml index cc4ea53d..98679fbe 100644 --- a/app/src/degoogled/res/drawable/ic_splash_logo.xml +++ b/app/src/degoogled/res/drawable/ic_splash_logo.xml @@ -1,53 +1,72 @@ - + android:viewportWidth="500" + android:viewportHeight="500"> + + android:pathData="M250,0c138.07,0 250,111.93 250,250S388.07,500 250,500 0,388.07 0,250 111.93,0 250,0ZM250,235c-8.28,0 -15,6.72 -15,15c0,8.28 6.72,15 15,15c8.28,0 15,-6.72 15,-15c0,-8.28 -6.72,-15 -15,-15Z"> + + + + + + + + + android:pathData="M250.41,20.5c126.89,0 229.75,102.86 229.75,229.75c0,126.89 -102.86,229.75 -229.75,229.75c-126.89,0 -229.75,-102.86 -229.75,-229.75C20.66,123.36 123.53,20.5 250.41,20.5ZM250.85,161.82c-49.09,0 -88.88,39.79 -88.88,88.88c0,49.09 39.79,88.88 88.88,88.88c49.09,0 88.88,-39.79 88.88,-88.88c0,-49.09 -39.79,-88.88 -88.88,-88.88Z"> + + + + + + + + + android:pathData="M453.23,307.8c-18.5,72.24 -73.8,129.26 -144.2,148.92l-36.39,-138.74c21.97,-7.21 39.22,-24.84 45.88,-47.06l134.71,36.88Z"> + + + + + + + + + android:pathData="M228.3,183.04c-21.73,7.15 -38.82,24.5 -45.62,46.39L47.5,192.42c18.5,-72.24 73.8,-129.26 144.2,-148.92l36.6,139.54Z"> + + + + + + + + - - - - - - - - + android:fillColor="#66FFFFFF" + android:pathData="M250.5,179.5c39.21,0 71,31.79 71,71s-31.79,71 -71,71s-71,-31.79 -71,-71s31.79,-71 71,-71ZM250,235c-8.28,0 -15,6.72 -15,15c0,8.28 6.72,15 15,15c8.28,0 15,-6.72 15,-15c0,-8.28 -6.72,-15 -15,-15Z" /> + \ No newline at end of file