From 4008729349818669531b70a67ba0db12f7ec7c60 Mon Sep 17 00:00:00 2001 From: Letro Bot Date: Wed, 22 Apr 2026 16:39:25 +0330 Subject: [PATCH] added FORK_DIVERGENCE file --- FORK_DIVERGENCE.md | 65 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 FORK_DIVERGENCE.md diff --git a/FORK_DIVERGENCE.md b/FORK_DIVERGENCE.md new file mode 100644 index 0000000000..f06b0f225a --- /dev/null +++ b/FORK_DIVERGENCE.md @@ -0,0 +1,65 @@ +# FORK_DIVERGENCE + +This document tracks the functional and behavioral differences between this forked repository and its upstream baseline. Each entry represents a deliberate divergence introduced to meet the specific needs of this fork. + +--- + +### **D-0001: Rebranded application icons and logos** + +- **Upstream baseline commit**: `4ad495d36c6ccde088848a2ac90c7db62e963421` +- **Type**: `Behavioral` +- **Date**: `2026-04-15` + +#### **Description** + +This change replaces the default Element X application icons and logos with a custom set to reflect the fork's branding. + +#### **Upstream vs. Fork Behavior** + +- **Upstream**: The application displays the official Element branding. +- **Fork**: The application displays custom logos and icons. + +#### **Files Modified** + +- `.github/workflows/maestro-local.yml` +- `.github/workflows/pull_request.yml` +- `.github/workflows/quality.yml` +- `.github/workflows/sonar.yml` +- `.github/workflows/tests.yml` +- `appicon/element/src/main/ic_launcher-playstore.png` +- `appicon/element/src/main/res/mipmap-hdpi/ic_launcher.webp` +- `appicon/element/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp` +- `appicon/element/src/main/res/mipmap-hdpi/ic_launcher_monochrome.webp` +- `appicon/element/src/main/res/mipmap-hdpi/ic_launcher_round.webp` +- `appicon/element/src/main/res/mipmap-mdpi/ic_launcher.webp` +- `appicon/element/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp` +- `appicon/element/src/main/res/mipmap-mdpi/ic_launcher_monochrome.webp` +- `appicon/element/src/main/res/mipmap-mdpi/ic_launcher_round.webp` +- `appicon/element/src/main/res/mipmap-xhdpi/ic_launcher.webp` +- `appicon/element/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp` +- `appicon/element/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.webp` +- `appicon/element/src/main/res/mipmap-xhdpi/ic_launcher_round.webp` +- `appicon/element/src/main/res/mipmap-xxhdpi/ic_launcher.webp` +- `appicon/element/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp` +- `appicon/element/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.webp` +- `appicon/element/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp` +- `appicon/element/src/main/res/mipmap-xxxhdpi/ic_launcher.webp` +- `appicon/element/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp` +- `appicon/element/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.webp` +- `appicon/element/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp` +- `libraries/designsystem/src/main/res/drawable-night-xxhdpi/element_logo.png` +- `libraries/designsystem/src/main/res/drawable-night/bg_migration.png` +- `libraries/designsystem/src/main/res/drawable-night/onboarding_bg.png` +- `libraries/designsystem/src/main/res/drawable-xxhdpi/element_logo.png` +- `libraries/designsystem/src/main/res/drawable/bg_migration.png` +- `libraries/designsystem/src/main/res/drawable/onboarding_bg.png` +- `libraries/designsystem/src/main/res/drawable/sample_background.webp` + +#### **Impact & Risk** + +- **Impact**: This change alters the visual identity of the application. It does not affect core functionality. The modifications to GitHub workflow files may tailor the CI/CD process for the fork. +- **Risk Level**: `LOW`. The changes are primarily cosmetic. + +#### **AGPL Relevance** + +- Not applicable.