commit
3d9f0053e4
10 changed files with 52 additions and 1 deletions
18
PRIVACY.md
18
PRIVACY.md
|
@ -1,3 +1,19 @@
|
|||
# Privacy Policy
|
||||
|
||||
The app has nothing to store, but settings.
|
||||
#### The application uses the permissions provided by the user only for purposes of proper functioning
|
||||
|
||||
* The application does not store any user data, device usage data or call forwarding data.
|
||||
|
||||
* The application does not transmit any data to any external source.
|
||||
|
||||
* The application stores only a small amount of data related to the application parameters, which are necessary for the proper functioning of the application, these data do not leave the device.
|
||||
|
||||
## Third party service
|
||||
|
||||
* The application uses third party services for call forwarding, these have their own privacy policies, please read them at:
|
||||
|
||||
Signal: https://signal.org/legal/#privacy-policy
|
||||
|
||||
Telegram: https://telegram.org/privacy
|
||||
|
||||
Threema: https://threema.ch/privacy_policy/
|
||||
|
|
10
app/src/main/res/values-fr/string.xml
Normal file
10
app/src/main/res/values-fr/string.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Red</string>
|
||||
<string name="description">L\'application essaiera de rediriger les appels sortants vers Signal/Telegram/Threema s\'ils sont disponibles. Pour fonctionner, l\'application nécessite de nombreuses permissions. Cliquez sur le bouton et accordez les autorisations nécéssaires jusqu\'à ce qu\'il soit activé.</string>
|
||||
<string name="popup">Redirection vers %1$s</string>
|
||||
<string name="destination_signal">Signal</string>
|
||||
<string name="destination_telegram">Telegram</string>
|
||||
<string name="destination_threema">Threema</string>
|
||||
<string name="redirection_delay_description">Délai avant qu\'un appel ne soit redirigé.</string>
|
||||
</resources>
|
1
fastlane/metadata/android/fr-FR/changelogs/1.txt
Normal file
1
fastlane/metadata/android/fr-FR/changelogs/1.txt
Normal file
|
@ -0,0 +1 @@
|
|||
init
|
4
fastlane/metadata/android/fr-FR/changelogs/2.txt
Normal file
4
fastlane/metadata/android/fr-FR/changelogs/2.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
renommer en Red
|
||||
afficher la destination de la redirection
|
||||
corriger la fin d'appel du numéroteur
|
||||
ajout de la priorisation Signal > Télégram
|
1
fastlane/metadata/android/fr-FR/changelogs/3.txt
Normal file
1
fastlane/metadata/android/fr-FR/changelogs/3.txt
Normal file
|
@ -0,0 +1 @@
|
|||
sélecteur du délai avant redirection
|
1
fastlane/metadata/android/fr-FR/changelogs/4.txt
Normal file
1
fastlane/metadata/android/fr-FR/changelogs/4.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Google n'aime pas ma "Privacy Police" :(
|
1
fastlane/metadata/android/fr-FR/changelogs/5.txt
Normal file
1
fastlane/metadata/android/fr-FR/changelogs/5.txt
Normal file
|
@ -0,0 +1 @@
|
|||
support de Threema
|
15
fastlane/metadata/android/fr-FR/full_description.txt
Normal file
15
fastlane/metadata/android/fr-FR/full_description.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
Petite application redirigereant les appels sortants vers Signal/Telegram/Threema si ils sont disponibles.
|
||||
|
||||
Vous pouvez annuler la redirection en cliquant sur la fenêtre contextuelle "Redirection vers...".
|
||||
|
||||
Autorisations:
|
||||
* ACCESS_NETWORK_STATE - Vérifié la disponibilité d\'accès à internet
|
||||
* CALL_PHONE - Passer un appel via messenger
|
||||
* 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 arrière-plan
|
||||
* CALL_REDIRECTION - Traiter les appels sortants
|
||||
|
||||
Toutes les autorisations sont obligatoires.
|
||||
|
||||
C'est un logiciel libre et gratuit.
|
||||
Licence : GPL-3
|
1
fastlane/metadata/android/fr-FR/short_description.txt
Normal file
1
fastlane/metadata/android/fr-FR/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Rediriger les appels sortants vers Signal/Telegram/Threema
|
1
fastlane/metadata/android/fr-FR/title.txt
Normal file
1
fastlane/metadata/android/fr-FR/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Red
|
Loading…
Add table
Add a link
Reference in a new issue