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

Notification of new version, blacklisted version and build expiration #296

Merged
merged 5 commits into from
May 13, 2024

Conversation

bjorkert
Copy link
Contributor

This pull request introduces improved notifications for version updates, blacklisting, and build expiration, aiming to enhance user experience by keeping them informed about essential updates and app validity.

Version and Blacklist Notifications:
The application now checks for new versions and blacklisting status each time it becomes active. Notifications for new versions are shown biweekly, while blacklist notifications are shown daily if applicable.
Utilizes caching to reduce network calls. Cache validity is tied to the app version, ensuring data relevance.

Build Expiration Notification:
Alerts users if the app will expire within a week, with daily notifications to prompt action.
Useful for TestFlight builds or other distributions with set expiration dates.
Caching Enhancements:

Introduces cachedForVersion to manage cache validity per app version, refreshing cache data upon new version launches.

@bjorkert bjorkert requested a review from marionbarker May 12, 2024 12:32
@bjorkert
Copy link
Contributor Author

image
image
image

Copy link
Collaborator

@marionbarker marionbarker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and works as expected. Add graphic shown if the version is "blacklisted".

lf-critical-update

@marionbarker marionbarker merged commit c7314b7 into dev May 13, 2024
@marionbarker marionbarker deleted the notifications branch June 19, 2024 14:49
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

Successfully merging this pull request may close these issues.

2 participants