• Stars
    star
    416
  • Rank 103,613 (Top 3 %)
  • Language
    Java
  • License
    GNU General Publi...
  • Created about 9 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A pattern-based text message blocker for Android.

NekoSMS

A pattern-based text message blocker for Android.

Requirements

Features

  • Works with all SMS apps, stock or third party
  • Block messages based on sender and/or content
  • Supports regular expressions, wildcard patterns, and more
  • Backup and restore your filter rules across devices
  • Free, both as in beer and in speech
  • No internet access, no ads, no telemetry

Q&A

Why is it called NekoSMS?

No reason in particular. I wanted a name that had "SMS" in it, and "neko" was the first word that popped into my head. Hence, NekoSMS.

Why does this app require Xposed?

Starting from Android 4.4, only the default SMS app has the ability to intercept SMS messages. In order to bypass this restriction, code must be modified at the OS level.

What are the permissions used for?

  • READ_SMS, WRITE_SMS for obvious reasons
  • VIBRATE for notifications

Does NekoSMS work with (insert SMS app here)?

As long as your ROM supports it, yes. There is no app-specific SMS blocking code, so if it works with one SMS app, it will work with them all.

How does it work? (for nerds)

It hooks the internal Android class, com.android.internal.telephony.InboundSmsHandler. This class is responsible for taking the raw SMS data received by the phone and dispatching it to the default SMS app, then broadcasting it to all apps capable of reading SMS messages.

Essentially, this app intercepts the data right before it is sent to the default SMS app, then runs it through the user-defined filters. If the message matches a blacklist rule, the broadcast is dropped.

How does it work? (for non-nerds)

Dragon magic.

Hey! Are you trying to steal my personal data?!

Does this look like the face of evil to you?

The code is fully open source, so feel free to check for yourself! :-)

Nyaa?

Nyaa!

License

All code is licensed under GPLv3. Icons are from Google's material icons library.

More Repositories

1

GoogleImageShell

Google image search extension for Windows Explorer.
C#
174
star
2

RemotePreferences

A drop-in solution for inter-app access to SharedPreferences.
Java
138
star
3

AbsoluteTouchEx

Turns your Windows precision touchpad into a tablet. Kind of.
C++
115
star
4

uSticker

Custom stickers for Gboard on Android.
Kotlin
71
star
5

AbsoluteTouch

Turns your Synaptics touchpad into a tablet. Kind of.
C++
38
star
6

loliOS

Lightweight & operational Linux-inspired OS.
C
33
star
7

SoundCloudAdAway

Removes ads in the SoundCloud Android app.
Java
30
star
8

AniConvert

Yet another batch file converter for HandBrake.
Python
27
star
9

TumblrAdAway

A simple ad-blocker for the Android Tumblr app.
Java
26
star
10

Cardapter

SoundCloud for Android Auto.
Kotlin
19
star
11

QuoteLock

Quotes on your Android lockscreen!
Java
16
star
12

NoOverlayWarning

Bypasses the screen overlay detected dialog
Java
13
star
13

Stickerboard

Custom stickers in your iOS keyboard.
Swift
12
star
14

Pad2Screen

Turn any Windows precision touchpad into a touchscreen.
C
9
star
15

NoMouseAccel

Disables mouse acceleration on macOS.
C
8
star
16

stfu

Customizable call blocker for Android.
Kotlin
6
star
17

VNaaS

Visual Novel as a Service
Python
5
star
18

XposedPlugin

Xposed support plugin for IntelliJ IDEA/Android Studio
Java
5
star
19

Waifupaper

Live2D wallpaper framework for Android.
Kotlin
5
star
20

NoVpnMonitor

Removes the "connection may be monitored" message on Android.
Java
5
star
21

DebugKit

Tweaks to simplify Android app reverse engineering.
Java
4
star
22

sc2mp3

Adds a download button to SoundCloud tracks.
JavaScript
4
star
23

NoUsbNotification

Removes the USB debugging and MTP/PTP notifications on Android.
Java
4
star
24

CCIKotlin

Cracking the Coding Interview in Kotlin.
Kotlin
3
star
25

Ticketizer

Unofficial Python client for 12306.cn
Python
3
star
26

AndroidRE

Intro to Android reverse engineering repo
Java
3
star
27

LuaBridge

A method binding extension library for LuaJ.
Java
3
star
28

sc-repost-blocker

A browser extension to remove reposts from your SoundCloud stream.
JavaScript
3
star
29

shim

A tool to attack unencrypted HTTP pages.
Go
2
star
30

AutoMoodle

Automatically copy answers from the previous attempt on Moodle
JavaScript
2
star
31

TouchIME

Input text using your touchpad.
C#
2
star
32

VPNHelper

Manage L2TP VPN connections in Mac OS X.
C
1
star
33

Hazuki

Data structures and algorithms in C.
C
1
star
34

EmptySwipe

Disables the "swipe up on home to search" gesture on Android.
Java
1
star
35

PowerPlanChanger

A replacement for the power notification tray icon.
C#
1
star
36

stm32f407

Playground for the STM32F407 (aka STM32F4 Discovery)
C
1
star
37

NoShareServices

Prevents the Android share dialog from displaying services.
Java
1
star
38

taxcalc

A basic federal tax withholding calculator.
Python
1
star
39

gastrak

A basic Costco Gasoline price map.
Go
1
star
40

udm14-for-safari

Redirects Google to 'Web' search mode by default.
Swift
1
star