[BH-1316] Vertical layouts Add 2 vertical layouts
[MOS-288] Add community build Add community build Add targets for community fonts
[MOS-153] Fix quotes bugs Fixes quotes bugs: [MOS-320] [MOS-321] [MOS-322] [MOS-323]
[MOS-98] Fix message regression functionality in drafts Fix edit message regression functionality in the drafts Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[MOS-124] Fix navbar text There should be select instead of confirm
[MOS-282] Librarisation of services and test service * options work a bit better ,now services and apps are selectable by option in cmake * test service example added * major documentation for module-services * documentation for project configs and logs Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com> Co-authored-by: Mateusz Piesta <mateusz.piesta@mudita.com>
[MOS-124] Add Code Comparision pairing logic Added missing logic for code comparison pairing, fixed popup text
[MOS-82] Refresh state of pin lock button only if the state was changed Pin lock state of SIM card was not correct if user resigned from entering pin of SIM card.
[MOS-296] Merge fix popup stack issues Fix popup stack issues with Harmony
[MOS-296] Merge new master commits into merge-stable-wip Merge new master commits
[MOS-296] Merge remote-tracking branch 'origin/stable' Merge stable Harmony branch into merge wip branch
[MOS-89] Fixed contact edit window erasing data Fixed edit contact window erasing data on special character select.
[MOS-225] Review applied As above.
[MOS-226] Moved algorithms and their data to separate classes This way we have controll over what does what, and can test them separatelly Logging statistics update more and better data presented
[MOS-123] Added bluetooth authentication popups Added bluetooth authentication popups with different pair methods and process info display.
[MOS-24] Fix music player switch to the next track Unsupported files prevent switching to the next / last track.
[MOS-16] Change favourite contacts font to regular Font was bold, which was inconsistent with designs.
[MOS-250] Added print text edit type for label purposes Added print text edit type for label purposes.
[MOS-244] Change label title above favorite contacts Change title from Favourite Contacts to Favorites to be aligned with designs.
[MOS-245] Fix errant spaces It appears in the past a major edit was made but had used a regex to change some text which resulted in an errant space between the enumuneration/struct/class name and the scope resolution operator. These errant spaces have been removed.