Strange SMS filter for Android
This repository has been archived on 2026-07-22. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Alexander Inglessi c391a337c0 Update AndroidManifest.xml
Added maxSdkVersion to indicate that the app doesn't work with KitKat and higher.
2015-01-13 11:20:08 +03:00
libs Initial commit 2013-08-16 18:43:36 +04:00
res Missing Android 4 icons added; version bump 2013-11-20 23:42:39 +04:00
src/ru/glesik/nostrangersms Keep date when moving SMS to Inbox; version bump 2013-11-20 22:39:05 +04:00
.gitignore Updated for Android Studio 2013-10-08 11:52:40 +04:00
AndroidManifest.xml Update AndroidManifest.xml 2015-01-13 11:20:08 +03:00
ic_launcher-web.png Initial commit 2013-08-16 18:43:36 +04:00
LICENSE Initial commit 2013-08-16 18:43:36 +04:00
proguard-project.txt Initial commit 2013-08-16 18:43:36 +04:00
project.properties Readme update with 4.4 warning 2014-01-26 10:10:17 +01:00
README.md Update website address, new SDK target version 2014-05-14 11:56:12 +04:00

No Stranger SMS

Blocks messages from senders not in your contact list, filtering spam.

Warning: KitKat (Android 4.4) is not supported yet due to API change!

Features:

  • silent notifications and storage of messages from unknown senders;
  • add sender to system address book;
  • delete message or move to Inbox;
  • open source, under GPL license.

Блокировка сообщений от отправителей, отсутствующих в ваших контактах, отсеивающая спам.

Внимание: поддержка KitKat (Android 4.4) пока отсутствует из-за смены API!

Возможности:

  • беззвучные уведомления и хранение сообщений от "незнакомцев";
  • добавление отправителя в системную адресную книгу;
  • удаление или отправка сообщения во входящие;
  • открытый исходный код, лицензия GPL.

Screenshot

t1

Download

Signed Android package: nostrangersms.apk (Android 2.2+)

QR code

Or get if from F-Droid repository:

t2

If you like this application and want to see it on Google Play, please donate (Bitcoin: 1DbZjPqe4uaBv32deNqwbWUTrCempo2Wqk) so I can pay registration fee.

Changelog

1.4

  • Missing Android 4 icons added.

1.3

  • Date is now preserved when moving SMS to Inbox. Removed big borders around message list.

1.2

  • Notification priority set to LOW, Android 2 icons.

1.1

  • Option to delete all messages, refresh on notification click.

1.0

  • Initial release.

License

Copyright (c) 2013 Alexander Inglessi (http://glsk.net).

Code licensed under GNU GPL version 3 or any later version. Artwork licensed under CC BY-NC-SA 3 or any later version.