flipperzero-firmware
flipperzero-firmware copied to clipboard
Non-Important UI changes
Describe the enhancement you're suggesting.
Some non-important ideas for make FZ a bit better.
After a uSD card is removed without unmount procedure, show warning message, or better, message with sad Flipper image. After remove uSD card with unmount procedure, show notice, or notice with happy Flipper (educational way to always use unmount).
Unmount uSD card - allow to link Fav App button to this function, or, on dev FW's add function to FZ info screen (on desktop long press down). On FZ info just again long press down for legal unmount.
Power off - for now a sad Flipper is shown. After power on, add a happy Flipper screen. On dev FW's disable sad Flipper, or add a "working" Flipper.
Settings - LCD and notifications - LED Brightness - on hover on this - turn on LED and leave it on until row is changed, and allow user to properly verify LED brightness. On "Vibro" - when set "ON", turn on vibration for at least one second (or apply two short vibrates). Current vibro time on set on is so short.
Settings - System - Date Format: option "D/M/Y" is not good. Slashes are used on US "M/D/Y". Please change "D/M/Y" to "D.M.Y" for make date format exact.
Many thanks for any comments, fixes, ... . :)
Anything else?
No response
@Tomi2965 date format is not describing separator format. it describes only the sequence of recording the day, month and year. there is no setting for the separator used, and the code that formats the date must explicitly specify the separator used (period, slash, whatever else)
so if you choose the DD/MM/YYYY format, this does not mean that the date will not be displayed, such as 16-02-2024
@Leptopt1los many thanks for fast reply! Yep, I know. But, here, in Europe, or just in our case (me and my colleague), when we see a date "01/02/XX", for us it's just a 02.january. We are using lot of various systems (cameras, entry systems, ....... Lot of categories), trying to put it all together into one system. Sadly, some systems use "02/01/XX" as a "DD/MM/YY" without any notice, or entered date format. Most of systems is using "DD.MM.YY" or "MM/DD/YY", then we know a right date format. I am always trying to ask all manufacturers to use "DD.MM.YY" or "MM/DD/YY", not DD/MM/YY". No changes needed, if not required. It's just a idea for make FZ better. Thanks a lot.