📱 Also available for iOS: Check out Saracroche iOS for iPhone and iPad users!
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.
- 🛡️ Automatically blocks numbers
- 📱 Native Android application
- 🔒 Privacy-respectful: no call data is collected
- 🔄 Regular updates of the number database
Saracroche is available on the Google Play Store : Download Saracroche
- Clone the repository
- Copy
app/src/main/java/com/cbouvat/android/saracroche/config/Config.kt.exampletoConfig.kt - Update the configuration with your server URL
- Open the project in Android Studio
- Sync the project with Gradle files
- Build and run the project on your device or emulator
Requirements:
- Android Studio
- Android SDK API level 29 or higher
- Gradle 8.0+
The app requires a configuration file Config.kt that contains sensitive information like server URLs. This file is gitignored for security.
-
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
-
Edit
Config.ktwith your actual configuration values.
- Kotlin - Primary programming language
- Jetpack Compose - Modern UI toolkit
- MVVM Architecture - Clean architecture pattern
- Android Call Screening API - For call blocking functionality
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.
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/
MAJNUM.csvfile for the list of prefixes : https://extranet.arcep.fr/uploads/MAJNUM.csvidentifiants_CE.csvfile for the operators of the prefixes : https://extranet.arcep.fr/uploads/identifiants_CE.csv
Tool to identify the operator by prefix : https://www.arcep.fr/mes-demarches-et-services/entreprises/fiches-pratiques/base-numerotation.html
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a new branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
If you find Saracroche useful, consider sponsoring the project to help with maintenance and new features:
If you like Saracroche, please consider giving it a star on GitHub to show your support and help others discover the project.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.