1
0
Fork
You've already forked saracroche-android
0
Saracroche is an Android app that blocks unwanted calls.
  • Kotlin 100%
Claude e663ca4c7a feat: add whitelisted prefixes for always-allowed numbers
Users can now configure phone number prefixes that bypass all blocking
rules. Handles both E.164 (+32212345678) and national (0212345678)
formats. Managed via a new bottom sheet in Settings.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026年04月13日 10:21:27 +02:00
app feat: add whitelisted prefixes for always-allowed numbers 2026年04月13日 10:21:27 +02:00
docs/superpowers/plans feat: add whitelisted prefixes for always-allowed numbers 2026年04月13日 10:21:27 +02:00
gradle Update distributionSha256Sum in gradle-wrapper.properties 2025年09月19日 15:50:24 +02:00
metadata Update phone screenshots for improved visual representation 2025年11月27日 10:47:10 +01:00
.editorconfig Add initial project files: .editorconfig, CODE_OF_CONDUCT.md, CONTRIBUTING.md, LICENSE, README.md, and SECURITY.md 2025年07月29日 15:55:57 +02:00
.gitignore Remove example configuration file and add actual Config object with report server URL 2025年09月18日 12:12:09 +02:00
AGENTS.md docs: update project overview and structure in AGENTS.md 2026年03月20日 12:27:40 +01:00
build.gradle.kts Init projet 2025年07月28日 14:43:12 +02:00
CHANGELOG.md feat: update CHANGELOG 2026年03月25日 17:38:39 +01:00
CODE_OF_CONDUCT.md Update email contact address in Code of Conduct, Security Policy, HelpScreen, and SettingsScreen 2025年08月22日 18:03:44 +02:00
CONTRIBUTING.md docs: update repository links to codeberg 2026年02月26日 15:08:09 +01:00
gradle.properties Init projet 2025年07月28日 14:43:12 +02:00
gradlew Update Gradle wrapper to version 9.0.0 and improve shell scripts for compatibility 2025年09月18日 15:18:58 +02:00
gradlew.bat Update Gradle wrapper to version 9.0.0 and improve shell scripts for compatibility 2025年09月18日 15:18:58 +02:00
LICENSE Update LICENSE file to reflect the correct GNU General Public License v3.0 text 2025年11月11日 16:52:07 +01:00
README.md Updated Blocked Numbers List ( #54 ) 2026年02月27日 10:36:45 +01:00
SECURITY.md Update email contact address in Code of Conduct, Security Policy, HelpScreen, and SettingsScreen 2025年08月22日 18:03:44 +02:00
settings.gradle.kts Init projet 2025年07月28日 14:43:12 +02:00
TODO.md feat: add whitelisted prefixes for always-allowed numbers 2026年04月13日 10:21:27 +02:00

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

F-Droid

Saracroche is also available on F-Droid

Building from Source

  1. Clone the repository
  2. Open the project in Android Studio
  3. Sync the project with Gradle files
  4. Build and run the project on your device or emulator

Requirements:

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

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 list of prefix numbers is in french-list-arcep-operators.json file in the repository.

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.