MAdjustDGDateTimeResponse.h

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
UI-DEN-8058_Alarm Volume Brightness
UI-DEN-8058_Alarm Volume Brightness
UI-DEN-7524_Service Mode
UI-DEN-7524_Service Mode
We talked about a settingcontroller to be implemented later. RESOLVED

We talked about a settingcontroller to be implemented later.
RESOLVED

RESOLVED

RESOLVED

Good Point. Isn't the BLE case apply everywhere? I was thinking why we even want to hide the keyboard while users can hide it by the keyboard button on the keyboard. We may give it more thoughts. R...

Good Point.
Isn't the BLE case apply everywhere?
I was thinking why we even want to hide the keyboard while users can hide it by the keyboard button on the keyboard.
We may give it more thoughts.
RESOLVED

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

Thanks, RESOLVED

Thanks,
RESOLVED

Great. RESOLVED

Great.
RESOLVED

No problem with what has been done here, just please add some description on top to make it clear it is regarding that. echo out is clear too. RESOLVED.

No problem with what has been done here, just please add some description on top to make it clear it is regarding that.
echo out is clear too.
RESOLVED.

These were created early on but they are no longer being used so I've now deleted them.

These were created early on but they are no longer being used so I've now deleted them.

Sure, I've updated it to use the date command.

Sure, I've updated it to use the date command.

Done

Done

Sounds good, I've removed setting the background color

Sounds good, I've removed setting the background color

Done

Done

Done

Done

There is one use case with the manual BP / HR entry where the keyboard is kept visible after the user presses 'Enter'. This allows the focus to move from systolic -> diastolic -> HR automatically w...

There is one use case with the manual BP / HR entry where the keyboard is kept visible after the user presses 'Enter'. This allows the focus to move from systolic -> diastolic -> HR automatically without causing it to flash invisible and then visible. So at the time it was left it up to the developer of the component to decide when to minimize the keyboard in case it would need to stay up as they kept moved between input fields.

If we remove automatically transitioning from one input field to the next in the manual BP / HR entry pop up, then I'd say there's no reason not to hide the keyboard inside the TextEntry component when Enter is pressed.

Done

Done

Sure, I've updated it to remove the chain of bindings

Sure, I've updated it to remove the chain of bindings

From my design meeting notes I have it written down that we will always be in pacific time as no other timezones will be supported. So, these lines just force the timezone to PST. I've moved this t...

From my design meeting notes I have it written down that we will always be in pacific time as no other timezones will be supported. So, these lines just force the timezone to PST. I've moved this to setup.sh since it really only needs to be run once. Then later more work can be done to add support for timezone adjustment.