~aleteoryx/muditaos

ref: 16763ee2ef6becc6e085b02af105b307f430438d muditaos/image d---------
4f517d23 — Sandra Snan 5 years ago
[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
3b68d925 — lblach 5 years ago
[EGD-6009] Test and repair Update process

Fixes to improve Update process.
31b24ed4 — Mateusz Grzegorzek 5 years ago
[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
16996c95 — Wojtek Cichoń 5 years ago
[EGD-6197] Unify settings menu text labels

Unifying setting menu text labels when it comes
to capital and small letters.
84c99029 — Krzysztof Móżdżyński 5 years ago
[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.
39e6f1b1 — RobertPiet 5 years ago
[EGD-5902] Phone Modes Windows

Windows for phone modes created.
Offline:FightMode/messages only ServiceCellularApi created.
ConnectionFrequency and DND options settings throught AppSettings.
ded0ff6c — lblach 5 years ago
[EGD-5933] Display Category Selection Window

This window is needed to assist the user selecting the quotes
categories to display.
c7ce843b — lblach 5 years ago
[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.
d6968d83 — Wojtek Rzepecki 5 years ago
[EGD-5968] Fix PowerOff window

PowerOff window lifting done
to comply with given design.
66db7b08 — SP2FET 5 years ago
[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
72ac24f2 — Pawel Olejniczak 5 years ago
[EGD-6073] Fix text formatting in retry windows

Error message in retry windows was displayed incorrectly.
776a51e5 — Wojtek Rzepecki 5 years ago
[EGD-5969] Add battery charging UI

Battery charging UI modified
according to design
898de054 — Mateusz Grzegorzek 5 years ago
[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
20fe1b88 — RobertPiet 5 years ago
[EGD-5934] Adjust add/edit quote to the design

Changed order of fields Author/Note, counter only for Note.
77faaaec — Pawel Olejniczak 5 years ago
[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.
ddd10560 — Mateusz Grzegorzek 5 years ago
[EGD-5931] Create Quotes db schema

Create Quotes db schema
e8f7a572 — Tomasz Langowski 5 years ago
[EGD-5758] Restore auto locking timer in ApplicationManager

Restore auto-locking functionality
57705abc — RobertPiet 5 years ago
[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
76dc6f9f — lblach 5 years ago
[EGD-5771] Create post update info window

Add post update info window.
e676068f — Pawel Olejniczak 5 years ago
[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.
Next