Updated metadata and removed google proprietary crap
All checks were successful
Android Release Build / build (push) Successful in 9s

This commit is contained in:
partisan 2025-05-06 10:41:07 +02:00
parent 16377221fd
commit 57ef2764a7
21 changed files with 49 additions and 37 deletions

1
.gitignore vendored
View file

@ -13,3 +13,4 @@
.externalNativeBuild .externalNativeBuild
.cxx .cxx
local.properties local.properties
release-key.jks

View file

@ -11,8 +11,8 @@ android {
applicationId = "partisan.weforge.xyz.pulse" applicationId = "partisan.weforge.xyz.pulse"
minSdk = 29 minSdk = 29
targetSdk = 34 targetSdk = 34
versionCode = 9 versionCode = 10
versionName = "1.3.0" versionName = "1.3.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }
@ -50,6 +50,13 @@ android {
lint { lint {
disable += 'MissingTranslation' disable += 'MissingTranslation'
} }
dependenciesInfo {
// Disables dependency metadata when building APKs (for IzzyOnDroid/F-Droid)
includeInApk = false
// Disables dependency metadata when building Android App Bundles (for Google Play)
includeInBundle = false
}
} }
dependencies { dependencies {

View file

@ -1,20 +1,19 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" <com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:card_view="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
card_view:cardBackgroundColor="@android:color/transparent" app:cardCornerRadius="24dp"
card_view:cardCornerRadius="32dp" app:cardElevation="4dp"
card_view:cardElevation="0dp" app:cardBackgroundColor="?attr/colorSurface">
card_view:contentPadding="0dp">
<TextView <TextView
android:id="@+id/description" android:id="@+id/description"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="@color/popup"
android:padding="16dp" android:padding="16dp"
android:textColor="@color/black" android:textColor="?attr/colorOnSurface"
android:textSize="16sp" /> android:textSize="16sp"
android:textAppearance="?attr/textAppearanceBodyMedium"
</androidx.cardview.widget.CardView> android:textAlignment="center" />
</com.google.android.material.card.MaterialCardView>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

After

Width:  |  Height:  |  Size: 163 KiB

Before After
Before After

View file

@ -0,0 +1,2 @@
Forked from Red and renamed to Pulse.
Changed Icons and graphic.

View file

@ -0,0 +1 @@
Added material you icon.

View file

@ -0,0 +1 @@
Added options to toggle and change priority to individual redirect services.

View file

@ -0,0 +1 @@
Updated metadata and removed some background Google BLOB to improve compliance with IzzyOnDroid repo.

View file

@ -1,13 +1,13 @@
Tiny app to redirect outgoing calls to Signal/Telegram/Threema if available. Tiny app to redirect outgoing calls to Signal/Telegram/Threema/Whatsapp if available.
You can cancel redirection by clicking on "Redirecting to.." popup. You can cancel redirection by clicking on "Redirecting to.." popup.
Permissions: Permissions:
* ACCESS_NETWORK_STATE - check internet is available * `ACCESS_NETWORK_STATE` - check internet is available
* CALL_PHONE - make a call via messenger * `CALL_PHONE` - make a call via messenger
* READ_CONTACTS - check contact has a messenger record * `READ_CONTACTS` - check contact has a messenger record
* SYSTEM_ALERT_WINDOW - show redirecting popup and launch an activity from background * `SYSTEM_ALERT_WINDOW` - show redirecting popup and launch an activity from background
* CALL_REDIRECTION - process outgoing call * `CALL_REDIRECTION` - process outgoing call
All permissions are mandatory. All permissions are mandatory.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 163 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 126 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

View file

@ -1 +1 @@
Redirect outgoing calls to Signal/Telegram/Threema Redirect outgoing calls to Signal/Telegram/Threema/Whatsapp

View file

@ -1 +1 @@
Red Pulse

View file

@ -1,15 +1,15 @@
Petite application redirigereant les appels sortants vers Signal/Telegram/Threema si ils sont Petite application redirigereant les appels sortants vers Signal/Telegram/Threema/Whatsapp si ils sont
disponibles. disponibles.
Vous pouvez annuler la redirection en cliquant sur la fenêtre contextuelle "Redirection vers...". Vous pouvez annuler la redirection en cliquant sur la fenêtre contextuelle "Redirection vers...".
Autorisations: Autorisations:
* ACCESS_NETWORK_STATE - Vérifié la disponibilité d\'accès à internet * `ACCESS_NETWORK_STATE` - Vérifié la disponibilité d\'accès à internet
* CALL_PHONE - Passer un appel via messenger * `CALL_PHONE` - Passer un appel via messenger
* READ_CONTACTS - Vérifier que le contact a un enregistreur de message * `READ_CONTACTS` - Vérifier que le contact a un enregistreur de message
* SYSTEM_ALERT_WINDOW - Afficher une fenêtre contextuelle de redirection et lancer une activité en * `SYSTEM_ALERT_WINDOW` - Afficher une fenêtre contextuelle de redirection et lancer une activité en
arrière-plan arrière-plan
* CALL_REDIRECTION - Traiter les appels sortants * `CALL_REDIRECTION` - Traiter les appels sortants
Toutes les autorisations sont obligatoires. Toutes les autorisations sont obligatoires.

View file

@ -1 +1 @@
Rediriger les appels sortants vers Signal/Telegram/Threema Rediriger les appels sortants vers Signal/Telegram/Threema/Whatsapp

View file

@ -1 +1 @@
Red Pulse

View file

@ -1,14 +1,14 @@
Мини приложение для перенаправления исходящих вызовов в Signal/Telegram/Threema. Мини приложение для перенаправления исходящих вызовов в Signal/Telegram/Threema/Whatsapp.
Вы можете отменить перенаправление, кликнув на всплывающее сообщение "Перенаправление в..". Вы можете отменить перенаправление, кликнув на всплывающее сообщение "Перенаправление в..".
Разрешения: Разрешения:
* ACCESS_NETWORK_STATE - проверить наличие интернета * `ACCESS_NETWORK_STATE` - проверить наличие интернета
* CALL_PHONE - позвонить через мессенджер * `CALL_PHONE` - позвонить через мессенджер
* READ_CONTACTS - проверить контакт на наличие записи из мессенджера * `READ_CONTACTS - проверить контакт на наличие записи из мессенджера
* SYSTEM_ALERT_WINDOW - показать всплывающее сообщение о перенаправлении и запустить активити из * `SYSTEM_ALERT_WINDOW` - показать всплывающее сообщение о перенаправлении и запустить активити из
фона фона
* CALL_REDIRECTION - обработать исходящий вызов * `CALL_REDIRECTION` - обработать исходящий вызов
Все разрешения обязательны для работы приложения. Все разрешения обязательны для работы приложения.

View file

@ -1 +1 @@
Перенаправление исходящих вызовов в Signal/Telegram/Threema Перенаправление исходящих вызовов в Signal/Telegram/Threema/Whatsapp

View file

@ -1 +1 @@
Red Pulse