From 2eff21bb393f212ae6cfc6b9322c7ac22af8db47 Mon Sep 17 00:00:00 2001
From: Next Alone <12210746+NextAlone@users.noreply.github.com>
Date: Wed, 31 Jan 2024 13:17:33 +0800
Subject: [PATCH 1/4] build: fix debug build
Signed-off-by: Next Alone <12210746+NextAlone@users.noreply.github.com>
---
TMessagesProj/build.gradle | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/TMessagesProj/build.gradle b/TMessagesProj/build.gradle
index 7e3420d5af..4b5c42b25f 100644
--- a/TMessagesProj/build.gradle
+++ b/TMessagesProj/build.gradle
@@ -226,7 +226,10 @@ android {
java {
srcDirs "src/main/java", "src/gservcies/java"
}
- jni.srcDirs = ["./jni/"]
+ jni.srcDirs = []
+ jniLibs {
+ srcDir "src/main/libs"
+ }
manifest {
srcFile "src/gservcies/AndroidManifest.xml"
}
From a91f2de15c7f79eb4ba01cc4e0b3de3ef21e8275 Mon Sep 17 00:00:00 2001
From: Next Alone <12210746+NextAlone@users.noreply.github.com>
Date: Wed, 31 Jan 2024 12:47:42 +0800
Subject: [PATCH 2/4] build: trigger pr action on synchronize
Signed-off-by: Next Alone <12210746+NextAlone@users.noreply.github.com>
---
.github/workflows/pr.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index f64e78dc4d..9951f4ae4f 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -2,7 +2,7 @@ name: Pull request
on:
pull_request:
- types: [opened, reopened]
+ types: [opened, reopened, synchronize]
jobs:
check:
From 8483cd510d00f933396a961609cb6710bc1ab963 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BB=BB=E5=A4=A9=E5=A4=A9?=
<61044187+ruattd@users.noreply.github.com>
Date: Mon, 5 Feb 2024 18:13:38 +0800
Subject: [PATCH 3/4] fix: splash animation in dark mode (#33)
---
.../src/main/res/values-night-v31/styles.xml | 20 +++++++++++++++++++
.../src/main/res/values-night/styles.xml | 4 ----
2 files changed, 20 insertions(+), 4 deletions(-)
create mode 100644 TMessagesProj/src/main/res/values-night-v31/styles.xml
diff --git a/TMessagesProj/src/main/res/values-night-v31/styles.xml b/TMessagesProj/src/main/res/values-night-v31/styles.xml
new file mode 100644
index 0000000000..65bbe1eda8
--- /dev/null
+++ b/TMessagesProj/src/main/res/values-night-v31/styles.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/TMessagesProj/src/main/res/values-night/styles.xml b/TMessagesProj/src/main/res/values-night/styles.xml
index ef4c3bfa49..625a207e0d 100644
--- a/TMessagesProj/src/main/res/values-night/styles.xml
+++ b/TMessagesProj/src/main/res/values-night/styles.xml
@@ -21,10 +21,6 @@
- #1c242e
- #232d3a
- #000000
- - false
-
- - @integer/splash_screen_duration
- - ?android:windowBackground