{"id":13694878,"url":"https://github.com/apsun/NekoSMS","last_synced_at":"2025-05-03T04:31:04.804Z","repository":{"id":2682881,"uuid":"41642310","full_name":"apsun/NekoSMS","owner":"apsun","description":"A pattern-based text message blocker for Android.","archived":false,"fork":false,"pushed_at":"2024-10-21T03:26:00.000Z","size":1736,"stargazers_count":429,"open_issues_count":10,"forks_count":45,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-11-12T21:39:28.622Z","etag":null,"topics":["android","sms","xposed"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apsun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-30T20:37:56.000Z","updated_at":"2024-11-12T08:19:36.000Z","dependencies_parsed_at":"2024-01-14T19:12:28.910Z","dependency_job_id":"a329430d-4359-4332-83ea-83c83ad96fa3","html_url":"https://github.com/apsun/NekoSMS","commit_stats":{"total_commits":352,"total_committers":6,"mean_commits":"58.666666666666664","dds":"0.39488636363636365","last_synced_commit":"8858ddbe474f79ba3ab5742c14f117ca85841bd0"},"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsun%2FNekoSMS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsun%2FNekoSMS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsun%2FNekoSMS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsun%2FNekoSMS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apsun","download_url":"https://codeload.github.com/apsun/NekoSMS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252144545,"owners_count":21701428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","sms","xposed"],"created_at":"2024-08-02T17:01:46.568Z","updated_at":"2025-05-03T04:31:02.245Z","avatar_url":"https://github.com/apsun.png","language":"Java","readme":"# NekoSMS\n\nA pattern-based text message blocker for Android.\n\n## Requirements\n\n- A rooted phone running Android 4.4 KitKat or newer\n- [Xposed framework](http://forum.xda-developers.com/xposed)\n\n## Features\n\n- Works with all SMS apps, stock or third party\n- Block messages based on sender and/or content\n- Supports regular expressions, wildcard patterns, and more\n- Backup and restore your filter rules across devices\n- Free, both as in beer and in speech\n- No internet access, no ads, no telemetry\n\n## Q\u0026A\n\n### Why is it called NekoSMS?\n\nNo reason in particular. I wanted a name that had \"SMS\" in it, and \"neko\"\nwas the first word that popped into my head. Hence, NekoSMS.\n\n### Why does this app require Xposed?\n\n[Starting from Android 4.4, only the default SMS app has the ability to intercept SMS messages](http://android-developers.blogspot.in/2013/10/getting-your-sms-apps-ready-for-kitkat.html).\nIn order to bypass this restriction, code must be modified at the OS level.\n\n### What are the permissions used for?\n\n- `READ_SMS`, `WRITE_SMS` for obvious reasons\n- `VIBRATE` for notifications\n\n### Does NekoSMS work with (insert SMS app here)?\n\nAs long as your ROM supports it, yes. There is no app-specific SMS blocking\ncode, so if it works with one SMS app, it will work with them all.\n\n### How does it work? (for nerds)\n\nIt hooks the internal Android class, [`com.android.internal.telephony.InboundSmsHandler`](https://android.googlesource.com/platform/frameworks/opt/telephony/+/master/src/java/com/android/internal/telephony/InboundSmsHandler.java).\nThis class is responsible for taking the raw SMS data received by the phone\nand dispatching it to the default SMS app, then broadcasting it to all apps\ncapable of reading SMS messages.\n\nEssentially, this app intercepts the data right before it is sent to the\ndefault SMS app, then runs it through the user-defined filters. If the\nmessage matches a blacklist rule, the broadcast is dropped.\n\n### How does it work? (for non-nerds)\n\n[Dragon magic.](https://www.youtube.com/watch?v=kXbrvDsdlgE)\n\n### Hey! Are you trying to steal my personal data?!\n\n[Does this look like the face of evil to you?](http://i.imgur.com/rOYrxsN.gif)\n\nThe code is fully open source, so feel free to check for yourself! :-)\n\n### Nyaa?\n\n[Nyaa!](http://i.imgur.com/EUkvvOl.jpg)\n\n## License\n\nAll code is licensed under [GPLv3](http://www.gnu.org/licenses/gpl-3.0.txt).\nIcons are from Google's [material icons library](https://design.google.com/icons/).\n","funding_links":[],"categories":["Java","android","💬 Communication and Messaging"],"sub_categories":["SMS and Messaging"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapsun%2FNekoSMS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapsun%2FNekoSMS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapsun%2FNekoSMS/lists"}