appwiz / bouncer

A super simple SMS filtering application for iOS

Home Page:https://apps.apple.com/us/app/bouncer-sms-block-list/id1457476313

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bouncer SMS Filter

This is a simple SMS filtering app for iOS that uses the ILMessageFilterExtension to move unwanted and specific messages to the "Junk", "Promotion" and "Transaction" sections of the Messages app.

Different to other apps, Bouncer does not share, upload or send any of your personal information or SMS messages to a remote server. All the filtering happens locally on your phone.

Messages text is checked against a simple user defined blacklist.

Features

  • Filter SMS messages using a simple list of words
  • Catalog filtered messages in iOS 16+ categories (Junk, Transaction, Promotion) and its subcategories
  • Unlimited number of filter rules
  • Localized in English, Spanish, French, German and more!
  • Supports both word lists and regular (PCRE) expressions
  • Import and Export your filter rules

Latest Release

Stable version

Version 2.x is available in the App Store

Feeling adventurous?. Try the beta!

Join the beta test group in Testflight

Looking for the older version?

The old 1.x version (UIkit based) is not avaiable from the App Store anymore, but you can grab the source and build it from the 1.20 release.

Tech Stack/Specs

Bouncer is written 100% in Swift and features things like:

  • All new SwiftUI lifecycle (No storyboards or Appdelegate)
  • Redux-like architecture
  • Combine
  • SwiftUI 2.x features and improvements
  • Zero UIKit
  • No 3rd party dependencies 💪

If you are curious about the architecture approach, check out my Redux-like architecture with SwiftUI series

Building

Fire up XCode open Bouncer.xcodeproj and hit Build. There are no dependencies or additional requirements.

Contribute

Please report any found issues or feel free to fork the repo and open pull requests with fixes, features or updates.

License

Bouncer is distributed under MIT license

About

A super simple SMS filtering application for iOS

https://apps.apple.com/us/app/bouncer-sms-block-list/id1457476313

License:MIT License


Languages

Language:Swift 99.1%Language:Shell 0.9%