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
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
Maciej-Mudita
6981f836a0
[MOS-717] Add pop-up about SIM removed/inserted in all apps
...
Previously, this information only appears on the desktop,
settings application and onboarding.
2022-12-08 16:03:18 +01:00
Adam Wulkiewicz
fe708cdf31
[MOS-670] Change clang-format AlwaysBreakTemplateDeclarations to Yes
...
Add --all and --fix-all options to style-check-hook
2022-08-26 15:22:39 +02:00
Przemyslaw Brudny
ad3aa54b66
[MOS-123] Added bluetooth authentication popups
...
Added bluetooth authentication popups with different
pair methods and process info display.
2022-03-03 20:37:16 +01:00
Przemyslaw Brudny
4dd045f30f
[EGD-3544] Label replacement with OneLine text
...
Label replacement with OneLine text. Style and usage fixes.
2022-01-20 12:10:31 +01:00
Alek Rudnik
d22405bb47
[EGD-7860] Fix building of application antenna
...
It was not compiling before
2021-12-09 21:06:08 +01:00
Przemyslaw Brudny
7597d38852
[EGD-7857] Renamed BottomBar to NavBar
...
Renamed BottomBar to NavBar.
2021-10-26 13:51:06 +02:00
Piotr Tański
1d2f5cf7a4
[EGD-7754] Dates bumped in disclaimers
...
Dates bumped from 2020 to 2021.
2021-10-11 19:08:26 +02:00
Wojtek Rzepecki
1e8082e02c
[EGD-7570] Add Alarm Clock status bar indicator
...
Added indicator on status bar if any alarm is on
2021-09-23 13:15:02 +02:00
Wojtek Rzepecki
4c19fa16b3
[EGD-7612] Add alarm popup
...
Added alarm popup window. Added ImageBoxWithText
widget.
2021-09-22 15:51:17 +02:00
Marcin Smoczyński
958ce4906c
[BH-897] Split module-sys
...
Split system module to better manage dependencies between system
components.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com >
2021-09-21 16:11:59 +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
0079bc9695
[EGD-7238] Fixed applications deinit handers
...
All apps deinit handlers should call the base function.
2021-09-09 12:51:22 +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
53b6186bd4
[EGD-7222] Disable antenna test application
...
Antenna test application is now disabled.
(cherry picked from commit 8ddc581b84 )
2021-08-25 12:21:28 +02:00
Mateusz Grzegorzek
060a472d47
[BH-663] Fix CMake in service-antenna
...
Fix CMake in service-antenna
2021-07-21 13:46:39 +02:00
Paweł Joński
69077de85f
[BH-374] Fix ENABLE_APP mechanism + adjust includes policy
...
First BH-374 disabled ENALBE_APP mechanism for antenna app,
this commit reverts that unwated change.
Also ajdusts includes policy after recent talks.
2021-06-23 13:00:27 +02:00
Przemyslaw Brudny
4685dc07a7
[EGD-6960] Header addition related style cleanups
...
Header addition related style cleanups.
2021-06-18 13:12:43 +02:00
Paweł Joński
a7fba1b343
[BH-374] Librarize application-antenna
...
Add apps-common, librarize application-antenna
2021-06-17 12:54:02 +02:00
Przemyslaw Brudny
25ba341e6c
[EGD-5884] Added Lock Screen popup handling
...
Moved lock screen window to popup. Split DesktopMainWindow into
two parts (popup and regular). Added LockPhoneHandler into
ApplicationManager.
2021-04-29 12:06:59 +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
Wiktor S. Ovalle Correa
cc0a76f2c7
[EGD-6485] Remove Cellular message types from global
...
Domain-specific message types should not pollute global space.
2021-04-20 17:31:36 +02:00
Przemyslaw Brudny
cbd74648d0
[EGD-6494] Application Manager on action switch fix
...
Application Manager switch on Action no longer causes to
newly opened application main window switch but it
calls declared action handler.
2021-04-13 10:59:29 +02:00
Piotr Tański
81adfe41ab
[EGD-6347] Refactored phone modes handling in applications
...
PhoneModeObserver doesn't work properly in applications.
Applications have to handle the phone mode changes via AppMgr.
Phone mode and tethering handlers separated.
2021-04-12 14:54:55 +02:00
Bartosz Cichocki
22809d630b
[EGD-6208] Add blocking phone mode changes during tethering
...
When the tethering is enabled, the phone mode shouldn't change,
now, any attempt ends with a notification
2021-04-12 12:56:36 +02:00
Piotr Tański
4f0c3c82af
[EGD-6209] Tethering confirmation popup added
...
Provided a tethering confirmation popup.
The popup shows up once a USB cable is connected to a PC.
2021-04-08 09:26:46 +02:00
Jakub Pyszczak
a21e02f91e
[EGD-5743] Added phone modes popup
...
Implementation of phone modes window.
Minor fixes of previous approach.
2021-03-23 10:24:56 +01:00
Piotr Tański
efef7dcf7f
[EGD-6111] Timers refactored
...
Deep refactor of system timers.
2021-03-19 14:09:35 +01:00
Kuba Kleczkowski
5225cc2b36
[EGD-5974] Fix antenna stack size
...
Fixed stack size in service antenna and antenna test app.
2021-03-04 13:07:21 +01:00
Przemyslaw Brudny
84095629df
[EGD-5883] Added generic button popups attach to applications
...
Created structure and implementation for popup windows
attachments on button actions into applications. Moved Volume
window to fit into solution. BarGraph refactored.
2021-03-03 22:21:11 +01:00
Piotr Tański
bc4d32c7d8
[EGD-5158] Change access to the bus methods
...
The bus is now accessible only via Service object.
2021-02-08 16:56:42 +01:00
Piotr Tański
4c61595a27
[EGD-4801] Add application-wide top bar manager
...
Applications configure the top bar once for all their windows.
Sometimes, windows need to configure top bars with its configuration.
2021-01-21 10:46:57 +01:00
breichel
e7931b2153
[EGD-4918] Change network scan for operators
...
Change old implementation of network scan. Now in class
which have rest of network settings as NetworkSettings.
Change method from old message style to connect/API.
2020-12-23 09:15:19 +01:00
jimmorrisson
14918dc4f9
[EGD-4925] Change new filesystem handling implementation in module-gui. ( #1193 )
...
Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module gui. There are some modifications in other modules included which are necessary because of build system issues.
2020-12-16 15:23:11 +01:00
Krzysztof Mozdzynski
0ef0d615f3
[EGD-4150] Change filename i18 to i18n ( #1108 )
...
Change filename of internationalization files from i18 to i18n.
I18n should stand for internationalization, not i18. That's why I changed in 'module-utils' name of the folder 'i18' and both .cpp and .hpp files to 'i18n'.
2020-11-27 18:31:00 +01:00
Radoslaw Wicik
945e39df21
[EGD-4216] Convert service-cellular to library
2020-11-10 13:35:12 +01:00
Piotr Tanski
22102c4ba5
[EGD-4200] Message handling refactored. ( #974 )
2020-11-06 15:24:59 +01:00
Radosław Wicik
a0ffde3ac9
[EGD-4212] Convert service-antenna to library ( #972 )
...
Co-authored-by: Radoslaw Wicik <radoslaw@wicik.pl >
2020-11-06 13:58:02 +01:00
Marcin Smoczyński
486d21af0e
[EGD-4288] refactor global data ( #959 )
...
Reduce firmware size by refactoring global data defined in public
headers.
Each global variable which require runtime initialization adds
initialization code to every translation unit which includes the header
where the variable is defined and declared.
2020-11-04 18:24:39 +01:00
Piotr Tanski
299be4daf6
[EGD-4151] Application manager actions introduced. ( #905 )
...
* [EGD-4151] Application manifest structure defined.
* [EGD-4156] Applications registry and basic action handler implemented.
2020-11-04 10:24:35 +01:00
Radoslaw Wicik
2276ceed67
[EGD-3743] Update copyrights in fies
2020-10-20 12:55:10 +02:00
Piotr Tanski
fdb2cfdb5a
[EGD-3597] Shape rendering refactored. ( #827 )
2020-10-14 12:24:41 +02:00
Bartek Cichocki
305d43a176
[EGD-3773] added A2DP playback backend
2020-10-14 09:23:53 +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
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
kkleczkowski
06e3bb0f3f
Egd 3709 - Application antenna - added parameter history window. ( #713 )
...
* [EGD-3709] Applicatgion antenna switch parameters window.
* [EGD-3709] Changelog + service-antenna disabled.
* [EGD-3709] PR suggestions + missing antenna rquest.
Co-authored-by: Kuba Kleczkowski <dd>
2020-09-22 14:35:00 +02:00
Przemyslaw Brudny
2d808a9fa3
[EGD-3520] Label margins changed to padding.
2020-08-25 09:53:57 +02:00
Przemyslaw Brudny
5c64f96b11
[EGD-3336] Alignment refactor.
2020-07-15 13:07:20 +02:00
kkleczkowski
e46d2a2829
Egd 3244 antenna manager ( #490 )
...
* [EGD-3244] Service antenna + utils State.
* [EGD-3244] CellularAPI + at::response.
* [EGD-3244-antenna-manager] Changes in application Antenna.
* [EGD-3244-antenna-manager] Changes in antenna app ( antenna switch multicast ).
* [EGD-3244-antenna-manager] Changed Antenna app GUI.
* [EGD-3244-antenna-manager] Basic algorithm.
* [EGD-3244-antenna-manager] Fixes in algorithm.
* [EGD-3244-antenna-manager] Small fixes + service blocking.
* [EGD-3244-antenna-manager] Little cleanup.
* [EGD-3244-antenna-manager] Restored Cellular call in Application Antenna.
* [EGD-3244-antenna-manager] Style fix.
* [EGD-3244-antenna-manager] Sewrvice antenna disabled.
* [EGD-3244-antenna-manager] PR suggestions + linux buil fixed.
* [EGD-3244-antenna-manager] Updated changelog
* [EGD-3244-antenna-manager] Style fix.
* [EGD-3244-antenna-manager] Fixed submodule.
* [EGD-3244-antenna-manager] PR suggestions + toNumeric UT.
* [EGD-3244-antenna-manager] PR suggstions again.
Co-authored-by: Kuba Kleczkowski <dd>
2020-07-07 10:54:47 +02:00