Skip to content

Repository files navigation

Globber — pattern-matching call blocker for Android

Dashboard  Rules  Blocked calls log  Settings



Block spam calls by pattern, not just by number. Wildcards, prefixes, and rules — screened silently by Android before your phone ever rings.


CI Issues Last commit License Release

Download

Download latest APK

Grab the latest signed APK from the Releases page. Requires Android 10 (API 29) or newer, and Globber set as the device's call-screening app.

Why

Most blockers want an exact number. Spam doesn't work that way — it rotates through ranges, spoofs prefixes, and burns a new line every call. Globber blocks the shape of the number.

The name comes from glob patterns: you describe the numbers you want gone, and Globber screens every incoming call against your rules.

+1 800 555 ****     →  block the whole 555 block
1900*               →  kill premium-rate prefixes
*0000               →  drop sequential robo-dialers

Features

  • Pattern rules — match by exact, starts-with, contains, ends-with, or regex; not just exact blacklists.
  • Silent screening — uses Android's CallScreeningService; blocked calls are rejected before they ring.
  • Contacts-aware — optionally let known contacts through regardless of rules.
  • Block log — review every screened call, with day grouping, action filters and search.
  • Theming — system / light / dark, with a neon-lime bento UI and custom icon set.
  • Backup — export and import your rules as a JSON file.
  • Fully private — runs 100% on-device. No INTERNET permission, no analytics, no ads. Globber cannot phone home.

Permissions

Permission Why
READ_CONTACTS Allow calls from known contacts (optional)
POST_NOTIFICATIONS Notify when a call is blocked

Tech: Kotlin · Jetpack Compose · Room (rule & log persistence) · CallScreeningService · minSdk 29 / targetSdk 35.

Contributing & policies

License

MIT © 2026 salahu01

About

Globber — a private, pattern-matching call blocker for Android. Block calls by wildcard/prefix rules. No ads, no tracking, fully offline.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages