Commit Graph

58 Commits

Author SHA1 Message Date
Adam Dobrowolski
4a61f400e7 EGD-3055 Fixed printf issues 2020-04-08 12:23:53 +02:00
Mateusz Grzywacz
13f8faef5b [EGD-3032] charger fixes - remove temp battery level polling 2020-03-26 22:08:26 +01:00
Przemyslaw Brudny
c0822b6658 [EDG-3019] Moved log.hpp and debug.hpp into main PurePhone repo 2020-03-24 15:55:32 +01:00
Przemyslaw Brudny
8f92715951 [EDG-3019] Segger utils moved to git submodule 2020-03-23 18:37:37 +01:00
Radoslaw Wicik
a8573a404c Apply new style 2020-03-17 10:03:16 +01:00
Przemyslaw Brudny
5955c358e6 Service Worker queue cleanups 2020-02-24 12:28:02 +01:00
Adam Dobrowolski
55220c45a5 [EGD-2523] Added sim card indicator on topBar 2020-02-18 07:39:16 +00:00
Adam Dobrowolski
ae915f3512 [EGD-2571] Clenup: removed MessageType static_casts, fixed debug.h defines. Added GPIO event 2020-02-12 13:31:13 +00:00
pholat
2b275d7951 [EGD-2571] added GSM command sending & small refactor
* added GSM AT commands on 'Commands' channel
* refactor (for better console/script) handling
* docs update
* GSM request asynch send back on uart to requester
2020-02-11 08:41:26 +00:00
Adam Dobrowolski
5407355177 [EGD-2508] Pre PR cleanup 2020-01-22 08:26:20 +01:00
Adam Dobrowolski
685e4666b8 [EGD-2508] test_harness works ok for app manager debug purposes 2020-01-22 08:26:20 +01:00
Adam Dobrowolski
9634201b53 [EGD-2508] test_harness - added serial 3 receive 2020-01-22 08:26:20 +01:00
kkleczkowski
9811b7a044 Egd 2404 db modem (#137)
* [EGD-2404] Handling incoming SMS.

* [EGD-2404-db-modem] WiP onf db handling.

* [EGD-2404-db-modem] service-db notification + SmsDB::Add.

* WiP handling service-db notification in service-cellular.

* WiP on cellular<->db.

* Fix in usc2, handlig incoming message.

* Code cleanup pt 1.

* Improvements in service-csllular.

* Fixed compilation error on target, small cleanup.

* Small claenup.

* Fixes after rebase.

* Fixed incoming sms date parsing on target.

* Fix after rebase.

* PR suggestions added.

* dynamic_cast + nullptr check.
2020-01-21 10:49:18 +01:00
Adam Dobrowolski
c3582983da [EGD-2476] Added static lifetime store for battery state and use it on UI 2020-01-15 15:51:21 +01:00
Adam Dobrowolski
9e6402e228 [EGD-2335] Addeed codestyle to changed code chunks 2019-12-09 11:19:37 +01:00
Adam Dobrowolski
77e8cd9341 [EGD-2335] WIP adding AppSpecialInput 2019-12-09 11:19:37 +01:00
Adam Dobrowolski
c5c9ea0087 [EGD-2335] WIP: handling keys moved to widget - works smoothly 2019-11-27 11:09:52 +01:00
Robert Borzecki
839ad0d301 Disabled logs, disabled blinking on key press while unlocking. 2019-09-20 11:57:07 +02:00
Robert Borzecki
44a21b9021 keyboard logs. 2019-09-20 08:16:49 +02:00
Robert Borzecki
46c1abe92e Fixed bottom-up navigation in phonebook. 2019-09-19 19:54:25 +02:00
Robert Borzecki
071b2e08f4 Mati's fixes. 2019-09-19 08:43:27 +02:00
Robert Borzecki
3ba8374f69 WIP: crash on resume 2019-09-19 08:10:25 +02:00
Mateusz
6c15d01b49 WiP: Setting core to 0.8V seems unstable, switched back to 0.9V.
Temporarily turned off RTC event resume,
2019-09-18 09:18:03 +02:00
Robert Borzecki
9782aa7b29 Added simple support for power management. 2019-09-09 12:29:08 +02:00
Robert Borzecki
857b8a4bc3 LowPowerMode magic. 2019-09-09 10:09:55 +02:00
Robert Borzecki
74e21f57d4 Added stop timer for eink while going to suspend mode. 2019-09-09 08:51:01 +02:00
Robert Borzecki
59a66f2ad1 Added resume calls to power manager. 2019-09-09 08:31:27 +02:00
Robert Borzecki
f855c7f5d0 Merge branch 'EGD-2079_pwrmgr_services' of github.com:muditacom/PurePhone into EGD-2078-power-manager-app-manager 2019-09-06 07:21:43 +02:00
Robert Borzecki
ab8e611711 Added returning t olast application after locking timeout. 2019-09-02 20:16:51 +02:00
Mateusz
08638faac3 WiP: Update services with powermode handler implementation 2019-09-02 14:09:06 +02:00
Robert Borzecki
ab9a1acbaf Merge branch 'EGD-2079_pwrmgr_services' of github.com:muditacom/PurePhone into EGD-2078-power-manager-app-manager 2019-08-30 10:26:38 +02:00
Robert Borzecki
b866e4a63b Added backend for phone locking after specified window. 2019-08-30 06:40:50 +02:00
Mateusz
e8babd16d5 WiP: Removed unneeded WakeUp/GoSleep handlers
WiP: Added new handler - > SwitchPowerMode
2019-08-29 11:40:31 +02:00
Mateusz
657eb7242f Fix: Keyboard init 2019-08-27 11:54:33 +02:00
Mateusz
ce7ce7157c Merge remote-tracking branch 'origin/EGD-2079_pwrmgr_services' into EGD-2080_evtmgrdeinit 2019-08-27 08:03:45 +02:00
Mateusz
86d32793c7 Fix: WorkerEvent and Worker deinit procedure 2019-08-27 07:51:28 +02:00
Mateusz
1a59b7b6cb #MATI SUPER FIX, fixed async msg handling in DataReceivedHandler 2019-08-12 12:18:59 +02:00
Kuba
03e9f61618 Merge branch 'master' of github.com:muditacom/PurePhone into service-alarms 2019-08-07 09:31:58 +02:00
Kuba
24b40170b0 Unused code romoved. 2019-07-26 12:19:22 +02:00
Kuba
410df0ac7b Fixes and code cleanup in event manager. 2019-07-26 10:09:55 +02:00
Kuba
d23a2f7e7d WiP elerms i event manager. 2019-07-23 13:16:04 +02:00
Mateusz
13da92cb71 Wip: added audio bsp
Fixed CMake include paths in bsp module
2019-07-22 11:20:42 +02:00
Kuba
2d8b447dee Multicast message from DBService. Added GetNext method to Alarms DB. 2019-07-18 16:30:29 +02:00
Kuba
63ca689a17 Fixes in AlarmDB messages. 2019-07-18 10:16:17 +02:00
Kuba
317d9a1f06 Added DBAlarm messages. Working on alarm evenets. 2019-07-17 14:51:42 +02:00
Kuba
40f1f11341 Small refactor in rtc driver. Added irq in linux rtc driver. Changes in WorkerEvent. 2019-07-12 15:16:21 +02:00
Kuba
05e66ab736 Merge branch 'master' of github.com:muditacom/PurePhone into module-bsp-battery 2019-07-10 15:45:13 +02:00
Robert Borzecki
5cf1cf8a11 Added change language flow. 2019-07-10 11:40:20 +02:00
Robert Borzecki
2da36d3587 Added settings main window. 2019-07-09 09:12:20 +02:00
Kuba
3c9061a4e0 Added messages for baterry level and wall adapter connection status. Testing i2c comuunication. 2019-07-09 09:10:53 +02:00