26 Commits

Author SHA1 Message Date
Lefucjusz
773f2c7eb1 [BH-2069] Update license URL in headers
Update outdated license file URL in
license headers across all project.
2024-09-18 11:53:01 +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
90e7a48198 [EGD-7362] Merge release/0.76.1 into master
Merge release/0.76.1 into master.
2021-09-02 11:12:59 +02:00
Piotr Tański
6ff1d9d960 [EGD-7054] Changed the default focused app in the menu
The focused app on entering the menu for the first time is "contacts"
2021-07-29 15:52:50 +02:00
DariuszSabala
4201fcaea6 [BH-384] Turned application desktop to library
Defined separated cmake library, private and public include
directories and dependencies, isolated public headers from private,
cleaned up include paths and defined which targets depend on new
library, cleaned up include paths
2021-07-14 17:07:50 +02:00
Michał Kamoń
0bad6d643b [EGD-6657] ApplicationDesktop clean-up
This PR cleans-up `ApplicationDesktop` after recent changes in
home screen notifications handling.
2021-05-07 15:41:14 +02:00
Alek Rudnik
0b9bca2a05 [EGD-6014] Fix top bar includes
This is only clean up of includes, no functional changes
2021-03-05 17:43:19 +01:00
mkamonMdt
d9612efe7a [EGD-4338] Fix menu notification dot
Each tile in Menu that uses notification dot
is be refreshed. It also solves missing dot
issue of EGD-4129 and lack of sound notification
on incoming text message.
2021-01-15 09:17:03 +01:00
Radoslaw Wicik
2276ceed67 [EGD-3743] Update copyrights in fies 2020-10-20 12:55:10 +02:00
Piotr Tanski
288040d348 [EGD-3514] Fixed a crash on system language change. (#693)
- Fixed by invalidating internal states of running windows after destroying their interfaces.
2020-09-18 16:17:49 +02:00
Tomas Rogala
a90da2fefb [EGD-3437] PR changes 2020-08-06 16:43:48 +02:00
Tomas Rogala
1a7772160a [EGD-3437] Implement border callbacks for Main Menu UI 2020-08-06 16:43:48 +02:00
Adam Dobrowolski
8edd7a6887 EGD-2964 memory leak in DesktopApp 2020-05-04 08:45:20 +02:00
Radoslaw Wicik
a8573a404c Apply new style 2020-03-17 10:03:16 +01:00
Adam Dobrowolski
b70bd3aeda EGD-2927 PR applied 2020-03-04 13:19:05 +01:00
Adam Dobrowolski
ac6ebdfd16 EGD-2927 Added option to show slected element as in designs
Per designs 4th element should be higlighted on first start. not 1st one
2020-03-04 13:19:05 +01:00
Adam Dobrowolski
16738e0797 [EGD-2927] Desktop MenuWindow added notifications handling 2020-03-04 13:19:05 +01: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
Alek
006bc3d129 EGD-2180 Issue with gui::ShowMode 2019-10-15 23:18:02 +02:00
Robert Borzecki
358bf50127 Added bottom and top bars to AppWindow template. 2019-07-13 19:07:45 +02:00
Robert Borzecki
5d569211e3 Added rebuild interface methods. Fixed errors while rebuilding. 2019-07-11 10:30:05 +02:00
Robert Borzecki
f058b6a414 Added Tools page. 2019-07-08 08:08:00 +02:00
Robert Borzecki
806048502e new icons and language options for desktop menu. 2019-07-05 10:28:52 +02:00
Robert Borzecki
d9fd80dd72 Added navigation in power of window, lambdas for gui. 2019-07-05 09:37:10 +02:00
Robert Borzecki
5b15cfc485 Fixed image viewer, updated images, added menu window for desktop. 2019-07-02 16:12:08 +02:00
Robert Borzecki
eeff273b9e Added pin protection window. 2019-07-01 10:26:52 +02:00