Commit Graph

33 Commits

Author SHA1 Message Date
Przemyslaw Brudny
29f455d46b [EGD-7998] Pure image assets cleanup and update
Pure image assets cleanup and update.
2021-11-25 18:39:16 +01:00
Przemyslaw Brudny
5398907b6f [EGD-7158] Added text paste into Phonebook
Added text paste into Phonebook. Added save
verification.
2021-11-16 18:47:49 +01:00
Przemyslaw Brudny
7597d38852 [EGD-7857] Renamed BottomBar to NavBar
Renamed BottomBar to NavBar.
2021-10-26 13:51:06 +02:00
Mateusz Grzegorzek
58dd02cff1 [BH-861] Cleanup Application split - part I
1. Prepare Pure and Bell specific `Application`
   classes and add them to `app` target:

- `products/BellHybrid/apps/Application.cpp`
- `products/PurePhone/apps/Application.cpp`

2. Update `CMakeLists.txt` files.
3. Move `ApplicationBell` implementation to Bell-specific
   `Application` class and remove `ApplicationBell` files.
4. Change Bell apps parent classes from `ApplicationBell`
  to Bell-specific `Application` class.
5. Rename `Application` to `ApplicationCommon` in the rest of the files.
2021-09-13 11:58:10 +02:00
Przemyslaw Brudny
7933bd0fef [EGD-7065] Phonebook Edit Contact small style update
Phonebook Edit Contact small style update.
2021-08-02 11:36:10 +02:00
Piotr Tański
90f7484e17 [EGD-7223] Removed speed dial feature
The speed dial feature is not finished.
It is removed from the UI.
2021-08-02 09:09:20 +02:00
Przemyslaw Brudny
70ad87ae0b [EGD-7065] Phonebook edit contact style updates
Updated widgets margins. Updated used fonts. Updated focus
change bold on font, cursor position, underline bold. Added
line spacing support and cleaned underline properties.
2021-07-30 16:41:26 +02:00
Przemyslaw Brudny
f463a75a93 [EGD-7164] ListViewEngine separation from ListView
ListViewEngine separation from ListView to support different
scrolls and body ListViews on Bell.
2021-07-19 16:32:10 +02:00
Przemyslaw Brudny
46e0cd3d89 [EGD-6552] Options cleanups and fixes
Fixed options crashes and cleared its structure. All
options returns points to proper list indexes.
2021-04-16 16:49:16 +02:00
Radoslaw Wicik
2276ceed67 [EGD-3743] Update copyrights in fies 2020-10-20 12:55:10 +02:00
Adam
f5f27d642f EGD-2955 EGD-3588 Timers fully refactored & updated (#721)
* Timers now are Application thread safe
* Timers now have consistent API independend of Application (no more c style timers)
* Timers can have either: callback or override onTimer() method - this
  way we can create more complicated timers or just use existing ones
* gui::Timer added via adapter class GuiTimer to decouple sys::Timer
  with gui::Timer
* Fixed race in wrapper
* Updated docs
* fixed using std and cpp_freertos and DataReceivedHandler hidden in Application.hpp
2020-10-02 14:04:57 +02:00
pawpMudita
acd5c12cbf [EGD-3604] Make SAVE button appear when at least one field is fulfilled 2020-09-15 12:46:26 +02:00
Pawel Olejniczak
2928b3e0eb [EGD-3603] Change alternative/other number to second number
[EGD-3603] Cleanup

[EGD-3603] Update changelog
2020-09-09 10:17:35 +02:00
Przemyslaw Brudny
2f72244062 [EGD-3182] Implemented on CRUD notification page and on page item focus memory when rebuilding List. Applied for Phonebook and Messages. 2020-09-08 20:24:54 +02:00
KacperLewandowski
767c1f2286 [EGD-3314] PR changes 2020-08-14 00:09:43 +02:00
KacperLewandowski
cea4786a00 [EGD-3314] Develop EventTime, SeveralOptions and CheckBox items 2020-08-14 00:09:43 +02:00
Przemyslaw Brudny
f796bbc1d7 [EGD-3485] Widget names cleanups. Changelog added. Test fixed. 2020-08-13 12:43:22 +02:00
Przemyslaw Brudny
19e1ca696c [EGD-3451] RequestRecordsCount refactor in whole project. 2020-08-07 12:26:44 +02:00
Przemyslaw Brudny
10cd3cabc7 [EGD-3410] Cleanups. 2020-07-31 12:50:31 +02:00
Przemyslaw Brudny
2e059c80ae [EGD-3410] InternalModel navigation fix, ListView first page top order load bug fix. 2020-07-31 12:50:31 +02:00
Przemyslaw Brudny
bd1887bf3f [EGD-3410] InputBoxWithLabelAndIconItem update and fighting with navigation bug. 2020-07-31 12:50:31 +02:00
Przemyslaw Brudny
939724ce99 [EGD-3410] Cleanups, setters and constructors added. Widget rename, ListView bug fix. 2020-07-31 12:50:31 +02:00
Przemyslaw Brudny
cd89787351 [EGD-3410] TextLine inheritance to Rect added. 2020-07-31 12:50:31 +02:00
Pawel Olejniczak
f493d001d6 [EGD-3445] Fix bottom bar in main phonebook window 2020-07-24 10:07:37 +02:00
Przemyslaw Brudny
3b2b0f0909 [EGD-3189] PR changes. Created InternalModel.hpp. 2020-07-08 17:07:31 +02:00
Pawel Olejniczak
9986387531 [EGD-3189] Fix issues with windows return, and cleanup 2020-07-08 17:07:31 +02:00
Przemyslaw Brudny
edefc0746a [EGD-3189] Added Create and Clear methods to model. 2020-07-08 17:07:31 +02:00
Pawel Olejniczak
6c79d7e69f [EGD-3189] Clear contact data each time entering new/edit contact window 2020-07-08 17:07:31 +02:00
Pawel Olejniczak
4d4ba4e880 [EGD-3189] Add improved verification of contact data, improve contact data flow between window, model, and widget, some cleanups 2020-07-08 17:07:31 +02:00
Przemyslaw Brudny
7fbe758e90 [EGD-3189] Added onSave and onLoad callbacks to list items. 2020-07-08 17:07:31 +02:00
Przemyslaw Brudny
6a9b4f1ce3 [EGD-3189] Cleanups, New contact temporary moved to separate window. 2020-07-08 17:07:31 +02:00
Przemyslaw Brudny
2d0f6b7255 [EGD-3189] OnDimensionsChanged fixes, BottomBar temporary modes refactor, InputCallbacks widget refactors. 2020-07-08 17:07:31 +02:00
Przemyslaw Brudny
d7dca916be [EGD-3189] First window refactor and new widget additions. 2020-07-08 17:07:31 +02:00