[EGD-5779] Swedish localization Add in both the main language file, and the keypad files. Also made slashes easier to type since it's common in Swedish texting culture to use slashes for various things. Co-authored by wojtekidd, edunfelt and rawzen. Update Svenska.json Change bildruta to skärm Det bökiga ordet "skapa" s/BACKA/TILLBAKA/ s/tidigare/innan/ Väckarklocka, välj veckodagar, klinga då och då [EGD-5779] Add Swedish i18n A collective community effort of adding Swedish internationalization to MuditaOS Some minor tweaks
[EGD-6009] Test and repair Update process Fixes to improve Update process.
[EGD-5932] Add more queries to Quotes agent Added queries: - list quotes from selected category, - enable/disable category, - enable/disable single quote, - list enabled quotes, Other fixes: - move `msgHandled` and `msgNotHandled` to `Message.hpp`, - use `typeid` in `QuotesAgent::registerMessages`, - change `Quotes::Queries` style, - make `quotesList` private Queries to add in next PR: - add/read/write quote
[EGD-6197] Unify settings menu text labels Unifying setting menu text labels when it comes to capital and small letters.
[EGD-5449] Add final prompts windows Added Dialog windows for "configuration successful" "no configuration" and "update OS" for Onboarding. Refactor Dialog window implementation and usage of DialogMetadata in other applications.
[EGD-5902] Phone Modes Windows Windows for phone modes created. Offline:FightMode/messages only ServiceCellularApi created. ConnectionFrequency and DND options settings throught AppSettings.
[EGD-5933] Display Category Selection Window This window is needed to assist the user selecting the quotes categories to display.
[EGD-5936] Add Edit Quotes Window This window is needed by the user to assist the user in editing quotes or/and selecting the quotes categories to display.
[EGD-5968] Fix PowerOff window PowerOff window lifting done to comply with given design.
[EGD-5512] Usb security refactor and devices pairing Move all security related functionality to single security endpoint Paired devices can be added to avoid further passcode requests
[EGD-6073] Fix text formatting in retry windows Error message in retry windows was displayed incorrectly.
[EGD-5969] Add battery charging UI Battery charging UI modified according to design
[EGD-5932] Create Quotes agent - add Quotes agent, - implement get all quotes and get all categories queries, - extract PagedData from ListDirData and reuse it in QuotesMessages, - unify naming in Quotes and FileIndexer, - add Quotes agent unit tests
[EGD-5934] Adjust add/edit quote to the design Changed order of fields Author/Note, counter only for Note.
[EGD-6024] Return to All Devices window after attempt to retry action Execution of retry pairing/unpairing/connecting took too long to wait for it on retry popup. Fixed minor bugs.
[EGD-5931] Create Quotes db schema Create Quotes db schema
[EGD-5758] Restore auto locking timer in ApplicationManager Restore auto-locking functionality
[EGD-5995] Settings entry path parser fixed Fixed: get value from setting when creating cache Fixed: path parsing Fixed: request settings value from db Fixed: sql init script
[EGD-5771] Create post update info window Add post update info window.
[EGD-5912] Add forget bluetooth device feature Added button on AllDevices window, and handling for it. Added needed messages for communication with service bluetooth. Feature is now complete on application settings side. Further integration in service bluetooth is needed.