-
Notifications
You must be signed in to change notification settings - Fork 33
feat: reminder before class #95
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
base: main
Are you sure you want to change the base?
feat: reminder before class #95
Conversation
…been initially realized
…e the function failure of flutter_local_notification
… the permission request
- Add a registrar to handle notification click events in a concreted manner
hazuki-keatsu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我回头再改改
|
不依赖本机器的后台运行机制,但是在非原生安卓上要求自启动等权限,保证通知发出。 现在在经过长期测试(3天)之后,发现在XDYou初始化时的安排课前通知的功能还是存在失效的问题。我现在正在排查问题。 不过就目前来说,除了上面的这一点以外,所有期望功能均已实现。 |
This function need long-term test (About 7 days). TEST_STATUS: long-term
|
|
可以,现在最大问题:需要实际的较新苹果设备来测试…… |
|
我室友有上代的iphone,我看看能不能让他帮忙测试(我听说iphone那边对侧载管得很严,我得研究研究) |
我有 adhoc 证书,这块咋搞我也不懂。而且我是用别人名义上架的,到时候还得请人家同意。新版本发布后,到时候再看吧…… |
- simplify the validateAndUpdateNotifications() logic - fix the function failure of CourseReminder Update while the XDYou start - always-on debugging plugin for debugging TEST_STATUS: long-term(3 days)
|
我本来想试试在Windows平台上打包的,发现好像需要XCode的工具链。。。 投降喵(举手) 最新的推送中我将我用来调试的组件常开了,简化了初始化时的通知更新逻辑,但是这个方案是否有效还得等待测试(大概1-3天的样子) |
…raintime_pda into feat/reminderBeforeClass
我过几天给你编一个,在这之前看看如何利用 github action 咋编译吧:P |
|
我发现我连apple账号都注册不了。。 |
- modify the way of generating notification id to solve the problem of the reminder overlapped
|
目前几天的实际场景测试,程序都在正常运行。刚刚修复了通知id重复导致被通知被覆盖的问题 |
|
可以,我尽快开启 1.5.5 版本来测试,苹果安装包预计先搞个 testflight |
已完成的:
flutter_local_notification包作为通知系统的依赖未完成的: