Andrew Sun

Results 51 comments of Andrew Sun

Method (1) implemented in 6888eb7b8ea4a9cd735617eacd89c3e6d87c925e

For method (2), I believe replacing the dispatchIntent hook with something like this should work: ``` Intent originalIntent = new Intent(intent); intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND); mContext.sendOrderedBroadcast(intent, "com.crossbowffs.nekosms.permission.BLOCK_SMS", new BroadcastReceiver() { @Override public void...

Wow, thanks for the awesome PR! Glad to hear NekoSMS is useful to you :-) Regarding the functionality, I'm curious if you could get the same results with regex filter...

Ah, I see. I personally think the app should offer just the building blocks, and not duplicate this functionality with settings if it can be replicated with filter rules (in...

Sorry for the late reply! I've been busy with other responsibilities recently. I thought about this some more and do think it makes sense to treat "non-numeric" senders specially, assuming...

I do wonder - given that the rule for "numeric" senders is not particularly difficult (which was part of your motivation for adding this in the first place), would it...

Please follow the template and post your logs.

Xposed Installer -> Logs -> Menu -> Save to SD card >我将短信转发到另外一个手机 然后再转发到我的手机就可以屏蔽 这是为什么 不知道,需要看log才能知道

``` 05-10 18:03:42.826 I/Xposed ( 6022): NekoSMS: Received a new SMS message 05-10 18:03:42.844 I/Xposed ( 6022): NekoSMS: Cached SMS filters dirty, loading from database 05-10 18:03:42.848 I/Xposed ( 6022):...

奇怪,那些号码log里没有。看你好像是在用双SIM卡手机,不知道NekoSMS能否支持(虽然我觉得双卡跟单卡hook方式应该没有什么区别。。) 也有可能是ROM做了些patch导致的,你在lineageos下也是在用双SIM卡吗? 还有,规则能在这里上传一下吗?