Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

点击Nevolution-wechat的通知进入微信,不会将通知dismiss掉 #38

Open
Brightchu opened this issue Jan 12, 2021 · 14 comments
Open

Comments

@Brightchu
Copy link

点击Nevolution-wechat的通知进入微信,不会将通知dismiss掉。后续新消息到来,该对话内的前序消息依旧会先是在Nevo的群消息提醒内。貌似必须要手动划除,才能dismiss消息。
不知能不能让点击操作实现dismiss。

@MolotovCherry
Copy link
Contributor

MolotovCherry commented Feb 17, 2021

Did you enable synchronous removal or insider mode?

@Brightchu
Copy link
Author

Did you enable synchronous removal or insider mode?

发现了,新版的微信需要打开全局兼容才可以。但是这样息屏提醒就没了

@MolotovCherry
Copy link
Contributor

是的。这个问题就解决了吗?

@Brightchu
Copy link
Author

是的。这个问题就解决了吗?

木有吧,而且通知栏回复的特性也被破坏了,除非开启全局兼容。不知道微信官方要到猴年马月才会升级安卓api版本

@MolotovCherry
Copy link
Contributor

MolotovCherry commented Mar 3, 2021

I am afraid that due to the new WeChat release, compatibility mode is required. There's no way around it in the new releases.

不知道微信官方要到猴年马月才会升级安卓api版本

因为他们已经很多年里没有更新了,所以我已经失望了 ;_; 觉得这个就不可能

@notxx
Copy link

notxx commented Mar 3, 2021

I am afraid that due to the new WeChat release, compatibility mode is required. There's no way around it in the new releases.

不知道微信官方要到猴年马月才会升级安卓api版本

因为他们已经很多年里没有更新了,所以我已经失望了 ;_; 觉得这个就不可能

其实这些特性一直都依赖于微信的Google Auto支持,但是最近微信不仅检测有没有Google Auto存在不存在,还检测系统当前模式是不是驾驶模式……所以除了xposed没办法

@MolotovCherry
Copy link
Contributor

MolotovCherry commented Mar 3, 2021

是的,真是可悲。 我希望他们已经支持现代功能。不过你可以禁用Google Auto,因此不会看到driving mode。 我已禁用了,但我的手机未处于行驶模式,回复有效。这并不理想,但至少我看不到driving mode

@Brightchu
Copy link
Author

I am afraid that due to the new WeChat release, compatibility mode is required. There's no way around it in the new releases.

不知道微信官方要到猴年马月才会升级安卓api版本

因为他们已经很多年里没有更新了,所以我已经失望了 ;_; 觉得这个就不可能

其实这些特性一直都依赖于微信的Google Auto支持,但是最近微信不仅检测有没有Google Auto存在不存在,还检测系统当前模式是不是驾驶模式……所以除了xposed没办法

原来如此。微信是不是神经病啊。自己不升级ndk,倒是积极封堵这些漏洞。他娘的,自己把这些功能支持了会死吗

@notxx
Copy link

notxx commented Mar 3, 2021

I am afraid that due to the new WeChat release, compatibility mode is required. There's no way around it in the new releases.

不知道微信官方要到猴年马月才会升级安卓api版本

因为他们已经很多年里没有更新了,所以我已经失望了 ;_; 觉得这个就不可能

其实这些特性一直都依赖于微信的Google Auto支持,但是最近微信不仅检测有没有Google Auto存在不存在,还检测系统当前模式是不是驾驶模式……所以除了xposed没办法

原来如此。微信是不是神经病啊。自己不升级ndk,倒是积极封堵这些漏洞。他娘的,自己把这些功能支持了会死吗

其实微信曾经做过更好的通知支持的(在酷安看到过截图,直接可以回复),不过他们最终评估的结果是显示不完整体验不好所以不会继续做了。这种事情其实是看用户需求的

@MolotovCherry
Copy link
Contributor

你说得很好啊。我正在编写这个插件里新功能。 我已经做到了撤回模式功能,然后可以看到撤回的信息。我可以肯定地说,微信的编程很buggy。I've had to make too many workarounds just to support proper execution

@MolotovCherry
Copy link
Contributor

I am afraid that due to the new WeChat release, compatibility mode is required. There's no way around it in the new releases.

不知道微信官方要到猴年马月才会升级安卓api版本

因为他们已经很多年里没有更新了,所以我已经失望了 ;_; 觉得这个就不可能

其实这些特性一直都依赖于微信的Google Auto支持,但是最近微信不仅检测有没有Google Auto存在不存在,还检测系统当前模式是不是驾驶模式……所以除了xposed没办法

原来如此。微信是不是神经病啊。自己不升级ndk,倒是积极封堵这些漏洞。他娘的,自己把这些功能支持了会死吗

其实微信曾经做过更好的通知支持的(在酷安看到过截图,直接可以回复),不过他们最终评估的结果是显示不完整体验不好所以不会继续做了。这种事情其实是看用户需求的

It is slightly better, they DID start supporting notification channels, but.... Yeah, it's gravely lacking. The notification looks exactly the same as it did in 2014. :/

@notxx
Copy link

notxx commented Mar 3, 2021

你说得很好啊。我正在编写这个插件里新功能。 我已经做到了撤回模式功能,然后可以看到撤回的信息。我可以肯定地说,微信的编程很buggy。I've had to make too many workarounds just to support proper execution

蛤,那我不是可以抄了?ha, could I copy your codes then? this is my xposed port for nevolution (https://github.com/notxx/NevolutionXposed)

@notxx
Copy link

notxx commented Mar 3, 2021

你说得很好啊。我正在编写这个插件里新功能。 我已经做到了撤回模式功能,然后可以看到撤回的信息。我可以肯定地说,微信的编程很buggy。I've had to make too many workarounds just to support proper execution

对,真实的消息历史记录和Auto支持里面的历史在撤回的情况下会错位的。the real conversation history is not correctly aligned with the history displayed in Auto, if someone did withdraw some message.

@MolotovCherry
Copy link
Contributor

MolotovCherry commented Mar 3, 2021

你说得很好啊。我正在编写这个插件里新功能。 我已经做到了撤回模式功能,然后可以看到撤回的信息。我可以肯定地说,微信的编程很buggy。I've had to make too many workarounds just to support proper execution

蛤,那我不是可以抄了?ha, could I copy your codes then? this is my xposed port for nevolution (https://github.com/notxx/NevolutionXposed)

It's still quite delicate. I wouldn't suggest copying it, it's a bit in alpha state. Buggy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants