rrandomsky
8dccfeef72
[MOS-1042] Fixed inability to save a contact that did not previously have a phone number
...
Fixed inability to save a contact without a phone number
when contact lose the number after replace similar number and
visibility of the SAVE button when editing/creating a contact.
2023-10-24 14:16:10 +02:00
Lefucjusz
73ef0f9566
Revert "[MOS-195] Phone number input style unification"
...
This reverts commit 1c18ac422b .
2023-10-11 14:01:29 +02:00
rrandomsky
1c18ac422b
[MOS-195] Phone number input style unification
...
Unification of input style for phone number. Now every time when the user will provide
a phone number in gui the right function key (RF key) will be work as CLEAR.
This means that if any number is in the phone number field, the RF key will remove
the last character. Otherwise it'll work as typical BACK button.
This changes also provide ability to add * and # sign to number.
2023-09-20 12:07:21 +02:00
rrandomsky
5d4c178103
[MOS-1020] Fix for losing unsaved data
...
Fix for losing unsaved data when the user click the BACK button while
creating or editing note/contact.
2023-09-04 20:18:15 +02:00
Lefucjusz
53e2fae8fb
[MOS-178] Add input mode displaying timeout
...
Added timeout for displaying selected input
mode - now it automatically disappears
after 3 seconds since last change was made.
2023-03-23 11:01:34 +01:00
Przemyslaw Brudny
a72bea8ad6
[MOS-89] Fixed contact edit window erasing data
...
Fixed edit contact window erasing data on special character select.
2022-03-08 17:02:22 +01:00
Przemyslaw Brudny
183d1be499
[EGD-3411] Added OneLine Text with Ellipsis
...
Added OneLine Text with Ellipsis. Text Lines and Cursors
refactor. Added tests.
2022-01-19 10:46:09 +01:00
Adam Dobrowolski
0ec9428917
[EGD-7773] Popups stack poc
...
Stack plus minimum tests added
Updated to master
Removed useless or adressed TODOS
Constants name applied
Renamed searchModel to searchRequestModel
Review applied
We should remove legacy window names
Bell names fixes
2022-01-04 13:01:23 +01:00
Przemyslaw Brudny
1b0f7a989f
[EGD-8104] Fixed return to home actions on phonebook, ringtone and alarm
...
Fixed return to home actions on phonebook, ringtone and alarm.
2021-12-20 13:45:26 +01:00
Maciej Gibowicz
58c05d16d0
[EGD-7920] Fix GUI in adding / removing contacts
...
Adding and immediate removal of a contact made it possible
to edit a contact that no longer existed.
2021-12-16 09:37:11 +01:00
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