Commit Graph

4754 Commits

Author SHA1 Message Date
Marek Niepieklo
29ba767ef5 [EGD-8027] Disable USB device task
Disabling USB task to prevent BUSY errors during USB_DeviceCdcAcmSend().
2021-11-30 09:40:16 +01:00
Maciej Janicki
81b4fb7915 [BH-1274] Update fuel gauge
Update fuel gauge params
2021-11-29 18:08:41 +01:00
Bartosz Cichocki
56c86cb7b1 [EGD-8019] Clean docker build scripts
Cleanup of docker scripts and small fixups
2021-11-29 16:01:24 +01:00
Maciej Janicki
eae93d93cd [BH-1219] Minor polish pix
Minor fix
2021-11-26 15:20:33 +01:00
Tomasz Rybarski
0ae239f217 [BH-1121] Alarm Activation Message
Alarm Activation Msg translation change
2021-11-26 15:20:33 +01:00
Tigran Soghbatyan
695e0683c6 [BH-1219] Fix language numeral form
Add support for genitive form for Polish language "minute" word
2021-11-26 15:20:33 +01:00
Maciej Janicki
2a2d51968f [BH-1075] Fix translations
Translation fixes
2021-11-26 15:20:33 +01:00
Tigran Soghbatyan
1045daf623 [BH-1122] Fix window timeout
Fix resetTimer behaviour in windows with timeout
2021-11-26 15:20:33 +01:00
Paweł Joński
8439e6a488 [BH-1254] Charging battery UI fix
Charging battery UI fix:
- bigger font
- center widget
2021-11-26 15:20:33 +01:00
Tigran Soghbatyan
db3755545d [BH-1225] Fix incorrect clock display
Fix display of a clock time (missing hour) in applications
2021-11-26 15:20:33 +01:00
Tigran Soghbatyan
a38685be91 [BH-1225] Fix clock formats in apps
Set time format onBeforeShow in applications
2021-11-26 15:20:33 +01:00
Paweł Joński
ccb9e602b9 [BH-1232] Fix 2nd deep press info on onboarding screen
Fix 2nd deep press info on onboarding screen
2021-11-26 15:20:33 +01:00
Paweł Joński
b272683938 [BH-1242] Prewakeup - chime and light at the same time fix
Prewakeup - chime and light at the same time fix
2021-11-26 15:20:32 +01:00
Tomasz Rybarski
d4d0e7ec34 [BH-1222] Alarm Bottom Message Translations
Translations for various cases of bottom alarm
2021-11-26 15:20:32 +01:00
Tomasz Rybarski
e33f5fda3e [BH-1223] Global idle return timer 180s
Home Screen timer updated to 10s
2021-11-26 15:20:32 +01:00
Maciej Janicki
e255d56da2 [BH-1238] Update bootloader version
Update bootloader version in release
2021-11-26 15:20:32 +01:00
Mateusz Piesta
e415112fb0 [BH-1220] Various critical bug fixes
BH-1220 - Hide memory info from About screen
BH-1224 - Removed Svenska language
BH-1226 - Onboarding trigger set to light click
BH-1243 - Implemented proper snooze settings flow
2021-11-26 15:20:32 +01:00
Artur Śleszyński
68af24d8e5 [CP-557] Remove audio files from bell update package
The package is too big and update fails.
2021-11-26 15:20:13 +01:00
Przemyslaw Brudny
29f455d46b [EGD-7998] Pure image assets cleanup and update
Pure image assets cleanup and update.
2021-11-25 18:39:16 +01:00
Marek Niepieklo
b525fc20cd [EGD-7877] Call errors while MTP file transfer
Enabled USB device task to handle USB requests outside IRQ handler
2021-11-25 16:44:39 +01:00
Pawel Olejniczak
483ac3919a [CP-828] Remove outdated calendar test scripts
These tests were created for old implementation
of calendar application, which no longer exists.
2021-11-25 15:54:32 +01:00
Maciej Gibowicz
c94354108f [EGD-7728] Fix refreshing contact details after editing
After editing a contact from the message level,
the contact details will be refreshed in the message view.
2021-11-25 15:07:47 +01:00
Bartosz Cichocki
37171538c9 [EGD-7873] Fix call ended screen during BT connecting
Some devices were sending hangup message during connecting, which caused
call ended screen - now it's disabled unless a call has been picked up
2021-11-25 14:50:45 +01:00
Wojciech Rzepecki
a0914b534c [EGD-5374] Fix call gui issues
fixed state icons to use box layout
plus string and allignement fixes
2021-11-25 13:58:42 +01:00
Bartosz Cichocki
a7f3ae4daf [EGD-7697] Fix BT names in all files
Some fallback names were incorrect
2021-11-25 13:43:51 +01:00
Jakub Pyszczak
ed431b1708 [EGD-7875] Fixed bt not ringing
Fixed bluetooth not ringing after bt call hang up.
2021-11-25 13:34:30 +01:00
Maciej Gibowicz
659d720274 [EGD-7939] Fix wrong battery status after restarting the phone
Adding the necessary, short delay for synchronization
after configuration.
2021-11-25 13:17:20 +01:00
Piotr Tański
2ac019017e [EGD-7993] Fixed contacts matching algorithm
number.isValid() always returns false if there is no national prefix.
2021-11-25 10:02:11 +01:00
tomaszkrosnowski
90bc8a7eba [EGD-7899] Keypad light settings fix
Fixed keypad light settings - removed always on option which had
serious impact on battery life time.
2021-11-25 00:49:04 +01:00
Marek Niepieklo
d63580e17b [EGD-7997] MTP is not deinitialized properly
Destroing the MTP task during USB deinitialization
2021-11-24 16:45:21 +01:00
Kuba
c720ce543a [EGD-8001] Fix enable cellular logs
It will be possible to debug cellular now.
2021-11-24 12:18:49 +01:00
Lucjan Bryndza
778118dac0 [EGD-7658] Fix unsafe usage of std::filesystem::file_size
Find and fix unsafe usage of the file_size in the MuditaOS
filesystem

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
2021-11-24 06:29:41 +01:00
Lucjan Bryndza
9fba3f1ecf [EGD-7727] Fix userrealloc to ANSI standard capable
Fix userrealloc() function to the ANSI to comply
ANSI C standard

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
2021-11-24 06:01:40 +01:00
Lucjan Bryndza
e9177f23aa [EGD-7996] Prevent crashdump recursion from ISR
Calling abort() or exit() from the interrupt context
causes that the phone enters into bootloop, because
in the exception mode ISR cannot be used.
We are add guards for prevent clean system shudown
when abort is called from the ISR context.

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
2021-11-23 14:10:01 +01:00
Wojciech Rzepecki
f9dc8a194e [EGD-7478] Fix torch backlight action
only torch short press refreshes backlight handler
2021-11-23 13:46:36 +01:00
Lucjan Bryndza
1b7e8828d6 [EGD-7881] Fix stat syscalls in the VFS
Fix and unifying the stat() syscall in the VFS.
Fix the ftruncate() syscalls in the FAT and VFS.

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
2021-11-23 10:55:14 +01:00
wojtekrzepecki
8513eaaef5 [EGD-7900] Fix backlight behavior
Cumulated fixes for both screen and keypad light
2021-11-23 09:15:45 +01:00
Wojciech Rzepecki
bd4db9e1b5 [EGD-7960] Fix of concurrent alarms handling
fixed the processing of alarms set to the same time
also taking into account concurrent snoozes
2021-11-23 09:04:00 +01:00
Pawel Olejniczak
24e87ec08b [CP-845] Allow saving contact without a phone number via MC
Removed redundant check for empty number, while adding
a new contact through service-desktop.
2021-11-23 08:52:50 +01:00
Bartosz Cichocki
12aff015de [EGD-7874] Fix no disconnect after unpair
When user tried to unpair connected device, the device was not
disconnecting. Now it's fixed
2021-11-22 14:04:51 +01:00
Przemyslaw Brudny
d731a85dfa [EGD-7920] GUI fixes after deleting/add contact
After deleting/add a contact from the calllog, sms options,
and sms thread options, we return to the start screen
of the current application
2021-11-22 12:25:13 +01:00
Przemyslaw Brudny
264b84f5b2 Merge remote-tracking branch 'origin/stable' 2021-11-22 11:07:33 +01:00
Przemyslaw Brudny
dfafd1fb5f [EGD-7987] Closing window refactor
Closing window refactor.
2021-11-22 11:05:44 +01:00
Pawel Olejniczak
460858b2eb [CP-813] Fix issues with adding contacts via Mudita Center
There was an issue, when contact with a specific number was added,
then removed and added again via Mudita Center. Then
it was displayed without a name. This issue was caused by
another known issue with temporary contacts handling (EGD-79473).
This fix is a workaround to make adding contacts via MC work,
without the need to refactor temporary contacts handling.
2021-11-22 09:48:49 +01:00
Tomasz Rybarski
afc3167920 [BH-1181] Change Onboarding Default Time
Default Time during Onboarding must be 12:00AM
2021-11-19 18:05:19 +01:00
Tigran Soghbatyan
022591a626 [BH-1213] Fix meditation end window timeout
Set meditation end window timeout to 5s
5s captures entire length of gong audio
2021-11-19 17:57:23 +01:00
Mateusz Piesta
a8884a87a9 [BH-1185] Proper handling of snooze on/off
Fixed bug causing snooze on/off settings not being
handled properly.

Snooze indicator update.
2021-11-19 17:48:56 +01:00
Mateusz Piesta
88e4ccf20c [BH-1191] Alarm operations priorities
Implemented a very basic alarm operations priority.

[BH-1204] Fixed time format being incorrectly displayed
in background sounds app.
2021-11-19 17:41:05 +01:00
Tigran Soghbatyan
ad6b3ced40 [BH-1174] Fix frontlight when alarm
Display frontlight only when enabled in settings
2021-11-19 17:32:47 +01:00
Tigran Soghbatyan
09bc79c873 [BH-1217] Fix library app font
Make bottom description font light (not bold)
2021-11-19 17:23:29 +01:00