~aleteoryx/muditaos

ref: 9ab0114a1df646f45625c3dd47a4ea85e092b2a7 muditaos/products/PurePhone d---------
30c42fb6 — Lukasz Skrzypczak 4 years ago
[BH-377] Liberalize application special input

Liberalize app SI
36a3e86c — Lukasz Skrzypczak 4 years ago
[BH-382] Rebase and cleaning

Rebase and cleaning
cc3f7930 — DariuszSabala 4 years ago
[BH-385] Turned application meditation into lib

Created separate cmake library, defined public and private
include search path and dependencies, removed this app
from BellHybrid target dependencies and added explicitly
as PurePhone dependency, cleaned up include paths
71becac0 — Mateusz Piesta 4 years ago
[EGD-6609] Separated out sms logic

Switching to async sending model required separation of out sms logic.
Specific class was added and most of the logic was moved from cellular
service to this class.
335f5814 — Artur Śleszyński 4 years ago
[CP-282] Add md5sums to the version.json file

Move checksums from a separate file to the version.json file.
4201fcae — DariuszSabala 4 years ago
[BH-384] Turned application desktop to library

Defined separated cmake library, private and public include
directories and dependencies, isolated public headers from private,
cleaned up include paths and defined which targets depend on new
library, cleaned up include paths
6eeb1d75 — DariuszSabala 4 years ago
[BH-628] Cleaned up module-vfs cmake

Cleaned up pattern of sharing source files among libraries
using cached lists, ultimately leading to silent linkage
failures. Symbols build repeatedly in different libraries
was linked depending on which library was passed in linker
command arguments first, so for example in same cases
cellular bsp files compiled in module-vfs was linked instead
of those from module-bsp leading to failure of cellular work
despite no explicite build failure.
01d4b621 — DariuszSabala 4 years ago
[BH-381] Turned application call into lib

Defined separate cmake target, dependencies, private, and public
sources, cleaned up include paths
ee2c085e — Przemyslaw Brudny 4 years ago
[EGD-7130] Renamed settings application

Renamed settings application.
73bb6684 — DariuszSabala 4 years ago
[BH-464] Fix make all

Fixed make all functionality, now it builds both products top
targets, made usb stack compile only in rt1051 builds (see also
a related issue raised by community)
9194323b — Przemyslaw Brudny 4 years ago
[EGD-7120] Remove old settings application

Moved valuable assets to new settings.
Removed old settings.
3005b048 — DariuszSabala 4 years ago
[BH-386] Turned app messages into lib

Turned application messages into library, defined dependencies,
private and public sources, cleaned include paths, massive
cleaned headers
053c06d7 — DariuszSabala 4 years ago
[BH-390] Turned notes app into library

Turned application notes into separate library, specified
private and public include directories and dependencies,
removed application notes from Bell Hybrid target
82b58594 — Mateusz Grzegorzek 4 years ago
[BH-363] Move libphonenumber to a separate directory

Move libphonenumber to a separate directory
8e0f008a — Paweł Joński 4 years ago
[BH-379] Librarize application-calculator

Librarize application-calculator
a0d2c91b — DariuszSabala 4 years ago
[BH-392] Turned application phonebook into lib

Created application phonebook separate library, defined private
and public source files and dependencies
58af3549 — Mateusz Grzegorzek 4 years ago
[EGD-6979] Fix for "Unable to catch hard faults on rt1051 via GDB"

`CrashCatcher_armv7m.S` wasn't properly linked to
`CrashCatcher::CrashCatcher`, which cause that HFs on rt1051
wasn't caught via GDB.
Added `CrashCatcherARM` library that solves
above issue.
ef0872ea — Piotr Tański 4 years ago
[EGD-5709] Fixed actions support in Call application

Fixed:
- returning from a call window to previous application
- closing SMS templates window if open from call window
0e25f859 — DariuszSabala 4 years ago
[BH-388] Turned music player app into library

Turned application music player into separate library,
specified private and public include directories and
dependencies
a7fba1b3 — Paweł Joński 4 years ago
[BH-374] Librarize application-antenna

Add apps-common, librarize application-antenna
Next