Commit Graph

24 Commits

Author SHA1 Message Date
Lukasz Mastalerz
d9a1194e6f [BH-1688] Create a standard for logs
* Adding document describing how to use logger
* Adjusting logs to follow a new guide
* Change order in log header:
  line number is now before function name
2023-10-23 15:17:44 +02:00
Pawel Olejniczak
68096b8026 [EGD-7656] Fix implementation of the rich text tokens in phonebook
When creating contact with duplicated number,
the confirmation popup was showing incorrect information due to
incorrect fulfilling with contact data.
2021-10-19 15:18:51 +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
Piotr Tański
b421d60aea [EGD-7225] Forwarding namecard via BT removed
Functionality removed from the UI because it isn't implemented.
2021-07-30 13:28:06 +02:00
Mateusz Grzegorzek
7188802f8e [BH-669] Fix CMake in service-appmgr
Fix CMake in service-appmgr
2021-07-21 14:19:41 +02:00
Przemyslaw Brudny
bcdaf15ed1 [EGD-6740] Availability and Change handled by PhoneLockHandler
Availability and Change in phoneLock handled by
PhoneLockHandler. Removed old implementation from
onBoarding and Settings. Cleared language assets.
2021-05-14 13:07:49 +02:00
Artur Śleszyński
71465d8990 [EGD-3119] Hide InputEvent's member fields
Use the InputEvent's convenience methods to express intent.
2021-04-29 08:01:18 +02:00
Adam Dobrowolski
940989833f [EGD-6527] Internationalization API unification
Single api to rule i18n
all calls to localistaion in cpp files unified
cut off ass many dependencies in i18n header as possible
2021-04-20 20:07:44 +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
Piotr Tanski
fe86716984 [EGD-4153] Use actions instead explicit applications switch. (#1032) 2020-11-23 09:32:42 +01:00
Radoslaw Wicik
2276ceed67 [EGD-3743] Update copyrights in fies 2020-10-20 12:55:10 +02:00
Adam Dobrowolski
7b4a706cd6 EGD-4036 Application windows - added register mechanism
* Moved ApplicationLauncher to separate files - declutering
* WindowsStore renamed to WindowsFactory - Store needs to be splitted toavoid antipattern
* Options window build dynamically onBeforeShow
* Dialog windows dynamically built
2020-10-13 17:46:10 +02:00
Pawel Olejniczak
f8b82e887c [EGD-3679] Replace vCard encoding with plain text for exporting contact data
[EGD-3679] Update contact record tests

[EGD-3679] Clean up ContactRecord

[EGD-3679] Remove vcard encoding

[EGD-3679] Update changelog
2020-09-16 11:16:47 +02:00
Pawel Olejniczak
da378f214c [EGD-3530] Add forwarding vcard via SMS
[EGD-3530] Cleanup and minor fixes

[EGD-3530] Fix switching back to previous window and update changelog
2020-08-27 12:51:25 +02:00
Pawel Olejniczak
4e23c4ab2e [EGD-3241] Move fillContactData to phonebookUtils, and use ContactDetailsModel in new ContactDetails window 2020-07-16 12:27:53 +02:00
pholat
e168c4ba09 EGD-3373 Added bold text to messages thread option (#509)
* Options - builder classes with move ctor
* EGD-3373 Added bold text to messages thread option
2020-07-09 16:54:42 +02:00
Pawel Olejniczak
5c5e3228de [EGD-3232] Move function formatVCard to separate class 2020-06-03 10:21:33 +02:00
Pawel Olejniczak
b8c23bd953 [EGD-3232] Remove request for block contact to db api, since blocking contact will be implemented later 2020-06-03 10:21:33 +02:00
Pawel Olejniczak
8aff3ba120 [EGD-3232] Add few nullptr checks and fix header inlcude order 2020-06-03 10:21:33 +02:00
Pawel Olejniczak
117f1eaba7 [EGD-3232] Remove unused dialogs and cleanup headers 2020-06-03 10:21:33 +02:00
Pawel Olejniczak
d553ecab4f [EGD-3232] Move contact option window from ApplicationPhonebook to PhonebookContactOptions and clean up windows names 2020-06-03 10:21:33 +02:00
Pawel Olejniczak
030e3d2c39 [EGD-3232] Rename PhonebookOptionsNamecard to PhonebookNamecardOptions for consistency and clean it up 2020-06-03 10:21:33 +02:00
Pawel Olejniczak
656d842454 [EGD-3232][WIP] Refactor options namecard 2020-06-03 10:21:33 +02:00
Pawel Olejniczak
f17e34dacb [EGD-3232][WIP] Refactor contact options & add deleting contact & add dialog window for blocking contact 2020-06-03 10:21:33 +02:00