~aleteoryx/muditaos

ref: 74ae1a6589caaf2f822bec932476bbd4b4c12a94 muditaos/products/BellHybrid/BellHybridMain.cpp -rw-r--r-- 4.4 KiB
05b53f4b — Mateusz Grzegorzek 4 years ago
[BH-700] Add minimal Alarm app

Add minimal BellAlarm application
606e0597 — Paweł Joński 4 years ago
[BH-380] Librarize application-calendar

Librarize application-calendar
01ef10db — Paweł Joński 4 years ago
[BH-564] Add Time&Units application

Add first version of Time&Units application (just setting time)
Remove spinner demo application
9267e2d8 — Marcin Smoczyński 4 years ago
[EGD-7161] Remove image name reference in vfs

Add ability to change an image name in the vfs code by decoupling vfs
from a so-called board code.

Introduce platforms as a hardware and os abstraction layer for product
code.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
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
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
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.
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
a7fba1b3 — Paweł Joński 4 years ago
[BH-374] Librarize application-antenna

Add apps-common, librarize application-antenna
0684b127 — Mateusz Grzegorzek 4 years ago
[BH-515] Create main Bell app

Create main Bell app
b6739819 — Alek Rudnik 4 years ago
Merge branch 'master' into stable
0f3fb7c1 — Michał Kamoń 4 years ago
[EGD-6736] Add app's state dependent autoLock mechanism

This PR provides the implementation of the auto-locking mechanism that
is dependent on an application's current auto-locking policy. Three
auto-lock policies have been introduced:

* DetermineByWindow
* DetermineByAppState
* PreventPermanently

Also changed the AutoLockWindow set/get auto-lock time value to the
message-based approach.
Next