Skip to content

🇫🇷 Saracroche est une application Android qui bloque les appels indésirables. 🇬🇧 Saracroche is an Android app that blocks unwanted calls.

License

Notifications You must be signed in to change notification settings

mbaechler/saracroche-android

 
 

Saracroche Android

📱 Also available for iOS: Check out Saracroche iOS for iPhone and iPad users!

Description

Saracroche is an Android app that protects you from unwanted calls by blocking spam phone calls. It's designed to be simple, effective, and privacy-friendly.

Features

  • 🛡️ Automatically blocks numbers
  • 📱 Native Android application
  • 🔒 Privacy-respectful: no call data is collected
  • 🔄 Regular updates of the number database

Installation

Google Play Store

Saracroche is available on the Google Play Store : Download Saracroche

Building from Source

  1. Clone the repository
  2. Copy app/src/main/java/com/cbouvat/android/saracroche/config/Config.kt.example to Config.kt
  3. Update the configuration with your server URL
  4. Open the project in Android Studio
  5. Sync the project with Gradle files
  6. Build and run the project on your device or emulator

Requirements:

  • Android Studio
  • Android SDK API level 29 or higher
  • Gradle 8.0+

Configuration

The app requires a configuration file Config.kt that contains sensitive information like server URLs. This file is gitignored for security.

  1. Copy the example configuration:

    cp app/src/main/java/com/cbouvat/android/saracroche/config/Config.kt.example app/src/main/java/com/cbouvat/android/saracroche/config/Config.kt
  2. Edit Config.kt with your actual configuration values.

Technology Stack

  • Kotlin - Primary programming language
  • Jetpack Compose - Modern UI toolkit
  • MVVM Architecture - Clean architecture pattern
  • Android Call Screening API - For call blocking functionality

List of prefix numbers

The first list is the one containing numbers reserved for telemarketing by ARCEP : https://www.arcep.fr/la-regulation/grands-dossiers-thematiques-transverses/la-numerotation.html And other numbers by the community.

Information about prefixes

All prefixes are communicated by ARCEP : https://www.data.gouv.fr/fr/datasets/ressources-en-numerotation-telephonique/ and https://www.data.gouv.fr/fr/datasets/identifiants-de-communications-electroniques/

Tool to identify the operator by prefix : https://www.arcep.fr/mes-demarches-et-services/entreprises/fiches-pratiques/base-numerotation.html

Contributing

Contributions are welcome! Here's how you can help:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Sponsorship

If you find Saracroche useful, consider sponsoring the project to help with maintenance and new features:

Star the Project ⭐

If you like Saracroche, please consider giving it a star on GitHub to show your support and help others discover the project.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

About

🇫🇷 Saracroche est une application Android qui bloque les appels indésirables. 🇬🇧 Saracroche is an Android app that blocks unwanted calls.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%