Commit Graph

47 Commits

Author SHA1 Message Date
Przemyslaw Brudny
c0822b6658 [EDG-3019] Moved log.hpp and debug.hpp into main PurePhone repo 2020-03-24 15:55:32 +01:00
Adam Dobrowolski
abe6813ce6 EGD-3026 Wall Werror and Wextra added to project 2020-03-24 14:17:12 +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
Mateusz Grzywacz
f41064ffa6 [EGD-2884] Hours in sms thread 2020-03-09 16:53:24 +01:00
Alek-Mudita
8585ea8cf4 Call app - contact recognition (#169)
* [EGD-2569] added # and * as numeric inputs

* [EGD-2569] added '+' input sign

* [EGD-2569] created defines with window names for call app

* [EGD-2547] contact recognition during call

* [EGD-2547] moved UiCommon

* [fix][EGD-2547] fix for setting empty UTF string to text gui field

* [EGD-2547] adding new contact from call enter window

* [EGD-2547] minor clean up and added param validation

* [EGD-2547] easier method to add contact

* [EGD-2569] added new keyboard profile (numeric with special signs)
Desktop is passing it properly to Call app.

* [EGD-2569] added transaltor to enternumberwindow

* [EGD-2569] reverted unnecessary changes

[EGD-2569] revert

[EGD-2569] revert of not needed changes

* [EGD-2569] fix in phone.kprof

* [EGD-2547] unified API to call and send sms

* [EGD-2547]  changed default to true

* [EGD-2547] minor clean up.

* [EGD-2569] revert changes in PinLockWindow.cpp

* [EGD-2569][fix] eneter as null char

* [EGD-2547] PR fixes

[EGD-2547] code review fixes / refactored UiCommon

[EGD-2547] more code review fixes

[EGD-2547] rem not needed cast

* [EGD-2547] PR fixes

* [EGD-2547] splitting of UiCommon

* [EGD-2547] typo fix

* [EGD-2547] revereted one line conversion from char to string.
2020-02-28 09:37:25 +01:00
Adam Dobrowolski
5e5562c261 [EGD-2896] Cleanup to use maxSize 2020-02-26 11:53:03 +01:00
mateusz
1c3a576614 [EGD-2393] PR suggestions | general purpose Axes | 2020-02-11 11:50:15 +01:00
Mateusz Grzywacz
3d3a019de1 [EGD-2393] yaps in thread view and yap size 2020-02-11 11:50:15 +01:00
Adam Dobrowolski
911951090f [EGD-2394] [GUI] Text - added navigation type SCROLL and moved navigation to better place in Text 2020-01-31 14:05:42 +01:00
Adam Dobrowolski
3e69c297b6 [EGD-2394] [FIX] Fit Text to change it's size 2020-01-31 14:05:42 +01:00
Adam Dobrowolski
6e6091f48c [FIX] Fixed Text widget crashed on entering empty value 2020-01-02 15:13:45 +01:00
Adam Dobrowolski
91e532c884 [FIX] Fixed Text widget eating not handled key presses 2020-01-02 15:13:45 +01:00
Adam Dobrowolski
2dd98682e5 [FIX] No text, first letter input fixed
This should be rather fixed in Text lines handling, but it was like that
previously so I just keep it that way
2019-12-10 15:21:19 +01:00
Adam Dobrowolski
93ed20f0ad [FIX] gui::Text handle multipress
Removed too much code on cleanup
2019-12-10 15:21:19 +01:00
Adam Dobrowolski
6b21d1977d [EGD-2334] Updated Text and eng keymap to the way it shall work from design 2019-12-09 11:19:37 +01:00
Adam Dobrowolski
9e6402e228 [EGD-2335] Addeed codestyle to changed code chunks 2019-12-09 11:19:37 +01:00
Adam Dobrowolski
3e207881e3 [EGD-2335] misc fixes 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
52f7fa60aa [EDG-2335] Added callback to set input type on bottom of screen 2019-12-09 11:19:37 +01:00
Adam Dobrowolski
d6efa934db [EDG-2335] Fix - browse only throught available modes 2019-11-27 11:09:52 +01:00
Adam Dobrowolski
c5c9ea0087 [EGD-2335] WIP: handling keys moved to widget - works smoothly 2019-11-27 11:09:52 +01:00
Adam Dobrowolski
e1bde27d79 [EDG-2335] WIP: Application.cpp handling is just sad 2019-11-27 11:09:52 +01:00
Adam Dobrowolski
8c7cd7140f [EDG-2335] WIP: checking key handlig 2019-11-27 11:09:52 +01:00
Adam Dobrowolski
c28f8e2dd5 [FIX] Text fix when there is less lines to show than possible (ie 0) 2019-11-20 11:02:28 +01:00
RomanKubiak
02b26e7f63 GUI: Text widget added color and align methods, removed some
LOG_INFO lines (too much noise)
2019-11-19 05:10:56 -08:00
RomanKubiak
d9186acee3 __FORMAT: module-gui/gui/widgets/Text.cpp module-gui/gui/widgets/Text.hpp 2019-11-19 05:10:56 -08:00
Adam Dobrowolski
164b9281c8 EGD-2195 - Changed sizes for fonts in project
* changed all fonts to follow one `Style.hpp` include
* Moved title to AppWindow from all the places in code
* added logging on font selection - when not found
* minor fixes
2019-10-25 13:04:33 +02:00
Robert Borzecki
5251f79971 Added ThreadViewWindow. 2019-09-26 07:14:31 +02:00
Robert Borzecki
e74b6ba896 Added underline focus. 2019-09-09 14:40:32 +02:00
Robert Borzecki
8a471dd389 Added underline option for text widget. 2019-09-09 07:17:06 +02:00
Robert Borzecki
8e6d13a1e2 Added add new contact window. 2019-09-08 10:19:33 +02:00
Robert Borzecki
b1fd800a3f phonebook memory leak, WIP. 2019-08-30 12:30:17 +02:00
Robert Borzecki
f663352deb Fixed single line mode for text widget. 2019-08-26 11:51:23 +02:00
Robert Borzecki
d8389b7c9a Added browse mode. 2019-08-26 06:57:35 +02:00
Robert Borzecki
0c28d124c2 Fixed backspace issue. 2019-08-23 11:42:40 +02:00
Robert Borzecki
20a2504f11 Added navigation for text widget. 2019-08-23 10:09:55 +02:00
Robert Borzecki
edf7e8ac57 Fixed getText in Text widget. 2019-08-22 11:53:28 +02:00
Robert Borzecki
079bfa6ef1 Added get text method and saving to file. 2019-08-22 07:11:28 +02:00
Robert Borzecki
962fbb9a5d Fixed bug with removing UTF8 character at specified index. 2019-08-22 06:52:49 +02:00
Robert Borzecki
cb13c40947 Fixed kbd profile error with loading hex values. 2019-08-20 13:02:35 +02:00
Robert Borzecki
bf620c3413 Added displaying text lines in text widget. 2019-08-19 13:58:52 +02:00
Robert Borzecki
fc93b81be9 Added insert, encode and expand functions for UTF8 class. 2019-08-19 09:52:47 +02:00
Robert Borzecki
6d122c5749 Added text splitting function for text widget. 2019-08-16 14:42:19 +02:00
Robert Borzecki
ffa538944c Added new window for text editing. 2019-08-14 13:59:24 +02:00
Robert Borzecki
e60fdd95be Added part of text widget implementation. 2019-08-12 12:40:25 +02:00
Robert Borzecki
fefda66337 Added stub class for text widget. 2019-08-05 06:28:45 +02:00