Skip to content

ahmadtawakol/Bouncer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 14+ categories (Junk, Transaction, Promotion)
  • Unlimmited number of filter rules
  • Automatic migration of filters from Version 1.x
  • Localized in English and Spanish

Tech Stack/Specs

Bouncer is written 100% in Swift, for iOS 14 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 12 (Currently beta), open Bouncer.xcodeproj and hit Build. There are no dependencies or additional requirements.

Latest Release

The old 1.x version (UIkit based) is available from the App Store for free, and you can grab the code from the 1.20 release.

Version 2.x (This new SwiftUI version) will be released when iOS 14 becomes available to the public, but feel free to install it on your own. (Requires iOS 14 beta)

Contribute

Please report any found issues or feed 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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%