You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add missing Total amount on Wear Watch BolusProgress Notification
BolusProgressDialog on phone unchanged
Dash driver use now EventOverviewBolusProgress for bolus delivery percentage Fix#4472
Same bolus on the 2 screenshots below.
@olorinmaia could you check with Dash pump if now issue is fixed (I updated Dash Driver to use EventOverviewBolusProgress for bolus progress string (instead of creating the string locally into Dash Driver)
<!-- Events-->
<string name="bolus_delivering">Delivering %1$.2f U</string>
<string name="bolus_delivered_so_far">%1$.2f U / %2$.2f U delivered</string>
<string name="bolus_delivered_successfully">Bolus %1$.2f U delivered successfully</string>
There could be reasons you don't want a space before "U" but at least we can fix this with translations in Norwegian to what we prefer. So not a big deal!
Here I removed the space to be sure the "U" of total amount will not be in a new row.
These spaces should normally be a "Non breaking space"   everywhere in all strings we manage values with units...
I propose to update with the non breaking space here let's see later how we manage all the other strings in AAPS...
This file contains hidden or 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
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.
Add missing Total amount on Wear Watch BolusProgress Notification
BolusProgressDialog on phone unchanged
Dash driver use now EventOverviewBolusProgress for bolus delivery percentage
Fix #4472
Same bolus on the 2 screenshots below.

@olorinmaia could you check with Dash pump if now issue is fixed (I updated Dash Driver to use EventOverviewBolusProgress for bolus progress string (instead of creating the string locally into Dash Driver)