Commit Graph

32 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
Lukasz Mastalerz
de7e92c546 [MOS-68] Deleting a contact flow finishes with a wrong screen
Fix for displaying wrong screen after contact removal
2023-02-01 12:48:43 +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
d731a85dfa [EGD-7920] GUI fixes after deleting/add contact
After deleting/add a contact from the calllog, sms options,
and sms thread options, we return to the start screen
of the current application
2021-11-22 12:25:13 +01:00
Piotr Tański
742c8c3e32 [EGD-7671] Break the windows loop in the phonebook
The problem occurs when a user removes a contact from sms thread.
It's not possible to get out of the phonebook app.
2021-10-02 18:15:53 +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
3cf2185d15 [EGD-7226] Removed contacts blocking feature
Contacts blocking is not yet implemented.
Removed the feature from the UI.
2021-07-30 11:04:38 +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
Mateusz Grzegorzek
7c687fca0d [EGD-5776] Replace incorrect block contact icon with the correct one
Replace incorrect block contact icon with the correct one.
2021-04-26 12:29:50 +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
Krzysztof Móżdżyński
84c99029d8 [EGD-5449] Add final prompts windows
Added Dialog windows for "configuration successful"
"no configuration" and "update OS" for Onboarding.
Refactor Dialog window implementation and usage of
DialogMetadata in other applications.
2021-03-12 13:03:44 +01:00
Michał Kamoń
96f65e63f8 [EGD-6108] Fix phonebook leak of DialogMetadata
The cause of leak were releases on `unique_ptr` - reviewer
(my) mistake
2021-03-11 15:31:31 +01:00
Pawel.Paprocki
1e55ef8f72 [EGD-6033] Fix Analise and optimize stack for application-phonebook
Reduce application-phonebook stack size to 1k
Reduce stack usage for Phonebook functions:
contactRemove
contactBlock
showDialogDuplicatedNumber
showDialogDuplicatedSpeedDialNumber
2021-03-10 18:30:41 +01:00
Przemyslaw Brudny
789815859a [EGD-5087] Update Options and replace PageLayout with ListView
PageLayout removed and replaced with ListView.
Options structure and namespace cleanup.
Added ListView ScrollBar type and disable on
construction.
2021-01-15 16:10:26 +01:00
Radoslaw Wicik
998ceac48e [EGD-4217] Convert service-db to library 2020-11-13 12:18:33 +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
c8edecf0ee [EGD-3448] Improve handling of blocking contact window and set proper name for (un)blocking option
[EGD-3448] Add missing assets

[EGD-3448] Update changelog
2020-08-13 12:36:46 +02:00
Radoslaw Wicik
d30d135fba [EGD-3386] Add proper displaying in gui. 2020-07-24 11:26:29 +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
80ba103323 [EGD-3275] Add missing title of dialog window 2020-06-15 18:21:15 +02:00
Pawel Olejniczak
0920f158b5 [EGD-3275] Add notification after blocking contact 2020-06-09 18:28:22 +02:00
Pawel Olejniczak
5da1757d2d [EGD-3275] Add notification after deleting contact 2020-06-09 18:28:22 +02:00
Pawel Olejniczak
eed8089fe4 [EGD-3232] Move default destructor to hpp 2020-06-03 10:21:33 +02:00
Pawel Olejniczak
2bfeb85198 [EGD-3232] Remove redundant onInput handlers 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