-
Notifications
You must be signed in to change notification settings - Fork 354
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
5.1.0 staging #508
Merged
JohanDegraeve
merged 72 commits into
JohanDegraeve:develop
from
paulplant:5.2.0-staging
Mar 24, 2024
Merged
5.1.0 staging #508
JohanDegraeve
merged 72 commits into
JohanDegraeve:develop
from
paulplant:5.2.0-staging
Mar 24, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- remove old widget target - remove references - remove files - keep a copy of the localized text files and extensions used by the old widget as they can be re-used (stored in TodayWidgetSaved folder) - app builds cleanly without anything left of old widget
also added fallback for live activity settings ui to show as disabled when iOS16.2 is not available
removed widget/watch specific/duplicated extensions, moved common data models to xDrip target and made sure targets are set correctly for all common files.
…ection UI updates/fixes
…ype being used - removed some heartbeat debugging
…e is changed - this ensures that the live activities UI is enabled when heartbeat is selected but disabled otherwise
using WKInterfaceDevice.current().screenBounds.size the chart size is modified together with text sizes in all views in order to make sure the view renders nicely in small watches
using WKInterfaceDevice.current().screenBounds.size the chart size is modified together with text sizes in all views in order to make sure the view renders nicely in small watches
… into 5.2.0-staging
was previously activated in the iOS app via dev settings and passed to the watch state, but now just handled by the Watch app. Can be activated/deactivated by tapping 5 times the glucose chart.
- it *should* be disabled for KeepAliveType == .disabled as it will not actually run when the app is sleeping in the background until the app is re-opened
Co-Authored-By: Johan Degraeve <13840461+johandegraeve@users.noreply.github.com>
- also comment out Nightscout treatment sync in RVC as still causing crashes
…tarts to be forced once every 4 hours
- also move small screen pixel limit to constants file
Expired Dexcom G7 transmitters usually stay 'paired' for a while, because the user doesn't delete them in the iOS bluetooth settings. This changes makes sure that xDrip4iOS will not connected to those devices. It sets a timer waiting for an authentication response, if that's not received then it disconnects, forgets the devices and scans for a new one
Not tested by me! Co-Authored-By: bjornoleh <63544115+bjornoleh@users.noreply.github.com> Co-Authored-By: Liroy van Hoewijk <4643445+liroyvh@users.noreply.github.com>
- also update package version for CryptoSwift
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
REQUISITES:
FEATURES/FIXES:
TODO: