~aleteoryx/muditaos

ef189d96 — Mateusz Piesta 2 years ago
[MOS-205] Unneeded fs notify events

Fixed problem with fs notification events
being sent one time too many.
1cbfaaa4 — Lefucjusz 2 years ago
[CP-1822] Fix space returned by DeviceInfo endpoint

Unify the space values returned by DeviceInfo
endpoint by taking into account space taken
by second system partition, which was previously
omitted.
9ece62c1 — Lefucjusz 2 years ago
[MOS-903] Remove reboot to USB MSC mode

Remove mechanics enabling to perform reboot
to MSC mode by sending request to one of the
endpoints via serial port, as it is not
implemented in bootloader and may potentially
be unsafe.
25a8f781 — Lefucjusz 3 years ago
[MOS-199] Change unknown char glyph to match with design

Fix of the issue that glyph displayed as
a substitute for unsupported character
was different than the design suggested.

Additionally minor code cleanup.
9a281dfe — Marcin Zieliński 2 years ago
[MOS-663] Replacement for empty templates screen

Now there's information displayed that there are no
templates and in order to add some, the user needs
to use Mudita Center. Also, given no templates, the
screen doesn't show the 'USE' button.
a42fc708 — Lefucjusz 2 years ago
[MOS-902] Fix crash when entering message thread

Fix of the issue that entering messages
and trying to send SMS without SIM card
inserted (and in a few another cases
when sending resulted in failure)
phone would crash.
8d1da669 — Bartosz 2 years ago
[MOS-237] Removed unnecessary workaround for system reboot

Removed workaround for rebooting into recovery (update)
494121a1 — Mateusz Piesta 2 years ago
[MOS-892] Fixed MTP/FS integration issues

Fixed regression introduced by MOS-544.
08f4d903 — Mateusz Piesta 2 years ago
[MOS-530] Various calculator app fixes

* Fixed issue with subtract operation triggering unusal behavior.
* Unified handling of the add,sub,mul,div operations.
* Updated and verified existing unit tests and added new ones covering
unhandled cases.
* Added basic requirements/readme.
e13ed40f — Lukasz Mastalerz 3 years ago
[CP-1624] Adding numberID as a field to contact and message response

Changing the way Center is recognizing the threads in the message
window by introducing the numberID
015d8ea4 — Lefucjusz 2 years ago
[MOS-29] Fix invalid screen after missed call

Fix of the issue that missed call triggered
view that shown 'call ended' text.
6097f761 — Adam Wulkiewicz 3 years ago
[BH-1609] Fix resizing of format in TimeSetFmtSpinner

Change the resizing logic of the children of TimeSetFmtSpinner.
Remove arguments of TimeSetFmtSpinner and BellStatusClock ctors.
e820a760 — Maciej-Mudita 2 years ago
[MOS-893] Fix invalid time description in the SMS thread

The sending/receiving time information will be displayed as follows:
- Only an hour –> for today
- Yesterday and hour –> for messages received/sent yesterday
- Day of the week and hour –> for messages received/sent within
last 7 days
- Date (day+month) and hour –> for messages older than week,
but still from the same year
- Date (day+month+year) and hour –> for messages
rom previous years
24f63baf — Lukasz Mastalerz 3 years ago
[MOS-871] Loudspeaker icon not updated when audio routing has changed

Fix for the loudspeaker icon has not changed while calling with
loudspeaker on and connecting headset to the phone.
63f09cbc — Maciej-Mudita 3 years ago
[MOS-196] Add days of the week to the list of SMS, calls and notes

If an event (e.g. receiving a call or SMS) happened
in the current week, we display the days of the week
instead of the date on the list.
7d396efc — Lefucjusz 2 years ago
[MOS-204] Fix screen ghosting after emoji selection

Fix of the issue of screen ghosting after
emoji selection, visible particularly well
in messages app - changed fast refresh
to deep one on returning from emoji selection
screen to the previous application.

Additionally minor code cleanup.
fb327651 — Bartosz Szostak 3 years ago
[MOS-578] Fix incorrect logic with SMS notifications

Fixed case, when there's only one thread unread and
there's no info about the thread, only a generic message

Tests are deleted because the fix would require rewritting ALL
of those tests - those will be written with new implementation
of notification table
eca248c6 — Marcin Zieliński 3 years ago
[MOS-35] Add more input modes for USSD reply

Previously only the mode restricted to digits was available.
cfe88321 — Lukasz Mastalerz 3 years ago
[MOS-192] Time should not include 0 at the beginning

Fix for displaying an additional 0 at the begging of the clock.
It affects the clock in the status bar and messages and calls time.
eaedd79f — Lukasz Mastalerz 3 years ago
[MOS-884] Importing contacts from SIM card more than once

Fix for importing and removing contacts from SIM card causes issue that
imported contacts didn't have a name and could by multiplied.
Next