A simple sms spam filter 📨
How it works
This app is designed do be as simple as possible. When an sms arrives it shows a notification unless it thinks it is spam. This way, you can continue using your preferred sms app.
This app is and is available on Google Play: https://play.google.com/store/apps/developer?id=Tools+Lab
Become an early access tester at https://play.google.com/apps/testing/com.toolslab.noisepercolator
This project is written in Kotlin and uses Model-View-Presenter for better testability. Realm is used for reactive data persistence. One of the goals of this app is to work on as many Android versions as pragmatically possible. That's why it can be installed on devices as old as API 16 (Jelly Bean), covering 99.93% of the active Android devices worldwide.
The app is built, unit and instrumentation tested and then deployed to Google Play automatically with the help of Travis and Fastlane Supply.