Commit Graph

87 Commits

Author SHA1 Message Date
Robert Borzecki
2da36d3587 Added settings main window. 2019-07-09 09:12:20 +02:00
Mati
ae9fdf84a8 Merge remote-tracking branch 'origin/master' into module-cell 2019-07-08 08:29:31 +02:00
Mati
834e079375 Cleaned up main a bit 2019-07-08 08:27:37 +02:00
Robert Borzecki
d9fd80dd72 Added navigation in power of window, lambdas for gui. 2019-07-05 09:37:10 +02:00
Robert Borzecki
1bb390c7fd Added wiching to call application's phone number entering window. 2019-07-03 22:08:47 +02:00
Mateusz
ebc2fb367b WiP: Created CellularService template 2019-07-03 15:36:13 +02:00
Mateusz
36d2e45e6b Merge remote-tracking branch 'origin/master' into module-cell 2019-07-03 14:35:37 +02:00
Mateusz
bbc95c654c WiP: GSM cmux implementation bug hunting
Preparation to cellular service
2019-07-03 14:25:08 +02:00
Robert Borzecki
5b15cfc485 Fixed image viewer, updated images, added menu window for desktop. 2019-07-02 16:12:08 +02:00
Mateusz
1ca0c25521 Refactored GetCompleteFrame method 2019-07-02 15:24:24 +02:00
Kuba
30a501db1a Blinky service cleaned. 2019-07-01 08:39:23 +02:00
Kuba
638b79523c Branch change. 2019-06-28 13:46:37 +02:00
Kuba
a63dca6dfd Rtc interupt fxed. 2019-06-28 10:35:41 +02:00
Kuba
a654a0b54d Merge branch 'master' of github.com:muditacom/PurePhone into module-bsp-rtc 2019-06-27 13:22:46 +02:00
Mateusz
cc95454a8a Added proper opening/closing MuxChannels 2019-06-27 08:29:48 +02:00
Robert Borzecki
cc2e182793 Fixed implementation of listdir for target. 2019-06-26 21:03:59 +02:00
Robert Borzecki
5a3085749b Code cleanup. 2019-06-26 18:59:07 +02:00
Kuba
8e9238ca58 Testing RTC functions. Added linux RTC driver skeleton. 2019-06-26 15:54:52 +02:00
Kuba
c3937df664 Code from NXPhone added. 2019-06-26 11:54:38 +02:00
Mati
40b9570f6d Checking communication with GSM modem 2019-06-26 10:02:38 +02:00
Kuba
fc8691561e Application Test deleted. 2019-06-26 08:54:56 +02:00
Kuba
773f2dbc3c Merge branch 'master' of github.com:muditacom/PurePhone into widget_progress_bar 2019-06-25 11:25:30 +02:00
Robert Borzecki
83c14e97d7 Added main desktop window. 2019-06-23 20:03:23 +02:00
Mati
2747df1bcc Started working on GSM0710 mux daemon 2019-06-19 15:42:26 +02:00
Mati
3714b4e6db PowerUp sequence tests 2019-06-18 15:55:24 +02:00
Robert Borzecki
5dc4c6c134 Merge branch 'master' of github.com:muditacom/PurePhone into keyboard_fix 2019-06-17 18:23:26 +02:00
Kuba
4e727ed007 Pull request suggestions added. 2019-06-17 14:22:05 +02:00
Kuba
ee325fe7ac Merge branch 'master' of github.com:muditacom/PurePhone into widget_progress_bar 2019-06-17 11:55:53 +02:00
Robert Borzecki
6964ed3e9e Fixed switch between applications. 2019-06-17 10:17:06 +02:00
Kuba
521d4f44bf Code cleanup. 2019-06-17 10:14:10 +02:00
Mati
fef0aa9977 Added module-cellular template
Added BSP_Cellular layer
Added Linux Cellular driver
Added the very first test
2019-06-14 15:15:27 +02:00
Kuba
970f4584b9 Working on keyboard fix. 2019-06-14 11:13:16 +02:00
Robert Borzecki
6e6da20279 Fixed bug in GUIWorker. 2019-06-12 17:49:11 +02:00
Robert Borzecki
1e34c1b07d Memory access problem. 2019-06-12 10:44:33 +02:00
Robert Borzecki
4ab64524f9 Removed commented code. 2019-06-11 21:00:40 +02:00
Mati
6e1f9ebda1 Removed test code, small update in ServiceDB's destructor. Ready to merge 2019-06-11 13:32:53 +02:00
Mati
c0fd52e3b3 Fixed warnings and removed showtime/kickstarter apps from master 2019-06-11 11:03:43 +02:00
Mati
1bef75c167 Merge remote-tracking branch 'origin/master' into module-db 2019-06-11 10:52:08 +02:00
Mati
b4ddc257f2 Added ThreadRecord tests. Preparations to merge 2019-06-11 10:27:25 +02:00
Kuba
4523f57d4b Branch change. 2019-06-11 09:00:23 +02:00
Robert Borzecki
b4b949d925 Added viewer application for kickstarter. 2019-06-10 18:03:18 +02:00
Mati
f0b2e6aedf WiP: db performance tests
Extended SMS record API
2019-06-10 14:56:05 +02:00
Mati
20b6d8bea9 Added Contact record high-level API.
WiP: perform Db access tests
2019-06-10 13:26:14 +02:00
Mati
2918195e2c Slight change in records API(constructors) 2019-06-07 14:16:57 +02:00
Mati
f50a54e289 DB interfaces optimization.
Fixed compilation errors & warnings
2019-06-07 12:13:40 +02:00
Mati
22305f5ac2 Temp commit v2 2019-06-07 11:20:35 +02:00
Mati
4a19ae04aa From now all services are set to the same priority (lowest one). Fixed minor bugs. Added system clocks info at project launch. Added proper assertions. 2019-06-07 10:25:55 +02:00
Mati
31ad9f2c01 Settings record interface optimizations 2019-06-07 07:43:30 +02:00
Kuba
5c8dc69ed5 Progress bar added in clock application. 2019-06-06 15:28:06 +02:00
Mati
37150d053c Launched DB on hardware 2019-06-06 14:53:35 +02:00