~aleteoryx/muditaos

cd34ad5f — tomaszkrosnowski 4 years ago
[EGD-6453] Warning when adding incorrect event

When adding to Calendar an event which is incorrect  (e.g. has empty
title or end which is sooner than start) warning window appears.
25ba341e — Przemyslaw Brudny 4 years ago
[EGD-5884] Added Lock Screen popup handling

Moved lock screen window to popup. Split DesktopMainWindow into
two parts (popup and regular). Added LockPhoneHandler into
ApplicationManager.
c478d0a1 — Radoslaw Wicik 4 years ago
[EGD-6611] Cache for jenkins

Adding cache dir for ccache.
c42df243 — Pawel.Paprocki 4 years ago
[EGD-6646] Fix Contact Record db tests

Clean  WAL file after db init
71465d89 — Artur Śleszyński 4 years ago
[EGD-3119] Hide InputEvent's member fields

Use the InputEvent's convenience methods to express intent.
12bbabc9 — Wojtek Rzepecki 4 years ago
[EGD-6254] Add meditation end timeout

Added timeout on meditation end screen
to automatically return to main screen
of meditation app.
80c5d5b4 — Radoslaw Wicik 4 years ago
[EGD-6642] Fix googletest gui

Fix Unit Tests: googletest-gui.
6c52780f — Marcin Smoczyński 4 years ago
[EGD-6496] Add basic sample rate transcoding

Add basic interpolator and decimator to change sample rates by a factor
of a prime number. Interpolator repeats samples forming a stair signal,
while decimator drops excessive samples.

Templates have been used to utilize fast integer operations contrary to
byte-by-byte operations for number of bit width vs channel count
combinations.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
c3e84f8c — Pawel.Paprocki 4 years ago
[EGD-6619] Fix Display backlight switches periodically

Reload pwm duty cycle value after CPU frequency change
ce139d27 — Maciej Janicki 4 years ago
[EGD-6583] Add send text

Adds missing send text during
incoming call.
02a8dfa1 — Adam Dobrowolski 4 years ago
[EGD-5238] Fixed no error message on bad style

Fixed no error information on style
61ebd9e8 — Adam Dobrowolski 4 years ago
[EGD-5238] Revert Fixed no error message on bad style

This reverts commit 72992f77d9b93575d748089988f05fe50c0129cc.
182f694a — Przemyslaw Brudny 4 years ago
[EGD-6637] Cleanup locks structure

Renaming existing locks namespace and created proper directory
structure.
18bb7e8c — Mateusz Grzegorzek 4 years ago
[EGD-6315] Fix issues during saving new APN

- disallow saving empty APN form - at least `Name` must be provided,
- show `Save` button only if `Name` field is not empty,
- return to APN list window after adding/editing/deleting APN
  or setting APN to default
5cc2475d — Maciej Janicki 4 years ago
[EGD-6600] Add rejected call message

Adds rejected call message
instead of ended call.
4a19cc3b — Lucjan Bryndza 4 years ago
[EGD-6579] Fix audio crash after playback

Fix phone crash after playback ringtone in new alarm window

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
55de4a64 — Marek Niepieklo 4 years ago
[EGD-6603] Add and enable catching of OOM failures

Catch Out-Of-Memory and stack overflow in OS hooks
27e8a170 — Radoslaw Wicik 4 years ago
[EGD-6622] Add GDB to docker image

GDB may be useful for debugging problems in docker itself.
72992f77 — Adam Dobrowolski 4 years ago
[EGD-5238] Fixed no error message on bad style

With enabled fail on first error we never got to error
printing line in style check
eec4370c — Michał Kamoń 5 years ago
[EGD-5703] Fix SimCard topBar icon on Desktop

In initial design a `TobBar`'s SimCard icon with number is supposed
to display on the home screen only if there are two cards inserted.
Because of the hardware limitations (there is no way of telling if
there is a single or two cards inserted) the established consensus is
that home screen should not display SimCard widget unless it's
indication error state.

Although in the task description there is only home screen mentioned,
the behaviour was established for all `ApplicationDesktop`'s windows.
Next