~aleteoryx/muditaos

ref: 62a62295f54e98826b0cb03a4b9a74c3f1bb9faf muditaos/module-utils d---------
255d03a5 — Lefucjusz 3 years ago
[MOS-677] Fix crash on importing unprocessable contact

Fix of the issue that phone crashed when trying
to import contact with phone number that couldn't
be parsed.
Additionally minor code cleanup.
074b33a6 — Adam Wulkiewicz 3 years ago
[MOS-685] Make small improvements in various places of the code

- Forward arguments
- Remove unused code
- Remove auto return type when it's not needed
- Add const to member functions
- Use startsWith and endsWith from utils
- Allow instantiation of operators only for specific types
- Caluclate key mask in compile time
fe708cdf — Adam Wulkiewicz 3 years ago
[MOS-670] Change clang-format AlwaysBreakTemplateDeclarations to Yes

Add --all and --fix-all options to style-check-hook
2edcb7e3 — Adam Wulkiewicz 3 years ago
[MOS-101] Parse MMS notification and show [MMS] in message thread

The `[MMS]` notification is shown in message thread of the correct
number

- Add PDU WAP Push MMS Notification parser
- Use it in ServiceCellular to parse the raw message
- Refactor hexToBytes and bytesToHex utils
- Add endsWith util
- Add unit tests
7c6af2c5 — Onufry Pajaczek 3 years ago
[BH-1542] Pure meditation fix and cetner TimeFixedWidget

*DigitsContainer definicions moved to cpp file(for proper linkage)
*DigitsContainer changed container to std::vector
*Fixed a bug in ProgressTimerWithBarGraphAndCounter where timerText was
treated as timeWidget
*MeditationCountdownWindow timer is now custom size
*Minus removed form MeditationRunningWindow timer
14f78ffc — Mateusz Piesta 3 years ago
[BH-1552] Harmony crashes during startup

Fixed crashing device.
Bell temperature sensor refactor.
228fca4b — Bartosz Cichocki 3 years ago
[MOS-463] Unify cellular namespace

Unified cellular namespace, fixed test buildiing,
removed some unused includes
2b1ae19d — Adam Dobrowolski 3 years ago
[MOS-512] Fix build with gcc12

As in topic
523eb6f5 — Lucjan Bryndza 3 years ago
[MOS-513] Fix issues related to the GCC12 gcc

Fix issues related to the GCC 12
Fix paths for ignore license headers
a5f621bc — Lefucjusz 3 years ago
[MOS-487] Added call events state machine

Added tests and calls substate
bluetooth sm diagram created
All old bluetooth tests reviewed and updated
removed new - with queue it's not required
removed TODO
Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com>
2664e8cc — Adam Dobrowolski 3 years ago
[MOS-487] Move switch case to sm

massive switch case removed
added logger
moved state machine implementation
added double dispatch
e221fe92 — Lefucjusz 3 years ago
[MOS-473] Long time to refresh network coverage fix

Fix of the issue that after the system has started
the network coverage wasn't updated for a long time
on the lock screen
683fb043 — Lefucjusz 3 years ago
[MOS-485] Utils::getNumericValue fix

utils::getNumericValue returned improper result
for uint8_t and int8_t types, this change
fixes it.
3343f028 — Adam Dobrowolski 3 years ago
[MOS-266] Call StateMachine implementation

With some tests, documentation and so on
e7444ff3 — Bartosz Cichocki 3 years ago
[MOS-263] Fix DTMF handling in Pure

By accident, I've broke DTMF handling via Pure's keyboard
This was because of non strict description of API method.
Now, it has been unified to use ASCII code
55bd8c09 — Bartosz Cichocki 3 years ago
[MOS-263] Add HFP DTMF handling

Added handling of HFP DTMF code sending,
fixed DTMF sending in cellular's code
d59ac56d — Bartosz Cichocki 3 years ago
[MOS-347] Separate A2DP from HFP in ProfileManager

Now, both profiles can operate separately. Additonally, minor
fixes has been applied to allow calling via car audio system.
Some infotainment systems still don't work though.
[MOS-326] Change call logic removed from call window

Call logic is now removed from call window and call app.
There was spaghetti logic mixed in window and app, now
call logic is based on notificatins from service cellular.
1cb4da81 — Adam Dobrowolski 3 years ago
[MOS-307] Application and Service example and docs

Working example of application and service ready to copy from
with minimum documentation
Apply suggestions from code review
Co-authored-by:
* Paweł Olejniczak <58421550+pawel-mudita@users.noreply.github.com>
* Paweł Joński <79840715+paweljonskim@users.noreply.github.com>
* Bartosz Cichocki <sp2fet@gmail.com>
e65959b1 — Marek Niepieklo 4 years ago
[MOS-45] Invalid number decoding

Added UT case for failing phone number
Fixed decimal semi-octet decoding (AKA ascii combination)
Next