-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bugfixes #95
Bugfixes #95
Conversation
nucleus-ffm
commented
Oct 1, 2023
- fix Sort order reversed #92
- fix Crash #90
- fix Clicked on a notification but the announcements list was empty #55
- add a timeout to http requests
- update flutter and dependencies
- improve detection of urls with bordered text
Is the internal phone number change completed? |
For Android 14 I have added the function to request the SCHEDULE_EXACT_ALARM permission. Sadly this is a permission that needs to be given in the settings (the app opens the matching settings page - comparable to the battery excemption as it was before). |
I would suggest doing this in a later version. Andoid 14 is really new and I think we can do this later. I still need to think about a solution. But we could also just show an alertDialog to ask for permission (for now). |
You mean that the app converts e.g. the German numbers to international numbers? No, I haven't implemented that yet and I will try it later. We can create a issue to not forget this feature. |
I think the old web address extractor did not work with subdomains because it had some logic included that cuts after the first dot and adds a "https". This was likely made with only "www" subdomains in mind. I now created a regex and tests for that too and slightly improved the extraction from a hyperlinks (by searching for |
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.
looks good