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
f7771013f9
[MOS-550] Revert - Implement eink partial refresh
...
This reverts commit 41d6e786b6 .
2022-09-27 13:14:54 +02:00
Adam Wulkiewicz
41d6e786b6
[MOS-550] Implement eink partial refresh
...
Detect parts of the screen changed since last update and merge them into
bigger regions. These regions defines parts of the context sent to the
display.
Refresh the region covering all of the parts since this is the most time
consuming part and the size of the refreshed region doesn't change the
time much.
Refresh the whole screen if deep refresh is requested and previously
fast refresh was used. This is needed to prevent unwanted artifacts in
some cases.
Refactor some parts of the gui and display code.
2022-09-22 15:50:30 +02: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
Marcin Zieliński
25b1b48131
[MOS-486] Calendar fix research
...
Refactor a variable name.
2022-05-25 16:14:40 +02:00
Marcin Zieliński
ccf977ca82
[MOS-486] Calendar fix research
...
By simplifying the logic, apparently the calendar got fixed.
2022-05-25 16:14:40 +02:00
Lefucjusz
dd3eeaf1e2
[MOS-240] PVS Studio analysis bugs fix
...
Fixes to major part of issues found
by PVS Studio static analysis
mainly micro-optimisations
2022-03-28 13:57:08 +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
Kuba
bf305043a9
[EGD-8168] Fix Fixed lock screen in Calendar and Meditation
...
Fixed empty Lock screen in applications Caledar and Meditation.
Error was caused by not handled messages response at all.
2022-01-25 16:25:02 +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
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
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
38bc935af9
[EGD-7237] Layout NavBar refactor
...
Layout NavBar refactor.
2021-10-28 16:10:03 +02: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
Przemyslaw Brudny
e3a057e15c
[EGD-7310] Alarm GUI and features update
...
Updated AlarmOptionsItem to use UTF8Spinner.
Created specialized widgets to cover options
sets. Updated GenericSpinner to handle Pure
navigation and content swap. Updated Alarm
RRule code to work with Custom Days selection
and new widgets. Added Tests. General GUI
stylistic fixes. Increased app Alarm Clock
and service Time stack sizes.
2021-09-21 14:11:21 +03: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
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
2bdc4fbee6
[BH-740] Split SystemManager - part I
...
Rename SystemManager to SystemManagerCommon
2021-08-19 16:34:50 +02:00
Paweł Joński
45a7216cec
[EGD-7217] Separate commonly used headers from application-calendar
...
Move dateCommon.hpp to module-utils/time
2021-08-10 11:49:14 +02:00
Paweł Joński
606e0597e2
[BH-380] Librarize application-calendar
...
Librarize application-calendar
2021-07-26 09:11:09 +02:00
Wojtek Rzepecki
0e42b0016e
[EGD-7044] Strip down calendar code
...
Stripping the calendar code to provide only
MVP defined functionalities
2021-07-07 09:05:57 +02:00
Kuba
88a9fdedf2
[EGD-6883] Change time settings cleanup
...
Time related settings are handled by service time now.
utils DateAndTimeSettings replaced by static time service api.
2021-06-23 17:30:14 +02:00
Przemyslaw Brudny
4762248402
[EGD-6951] Removed old header implementation
...
Removed old header implementation.
2021-06-21 17:42:54 +02:00
Alek Rudnik
6dfeacffa4
[EGD-6697] Date and time formatting
...
Added system locale dependant date and time formatting.
2021-06-18 15:06:43 +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
Alek Rudnik
978b1d507b
[EGD-6918] Timestamp clean up
...
Removal of not needed methods
Addition of unit tests
Fixes according to newst design guidelines
Added new seprate interface cmake lib for time constants
2021-06-16 15:41:23 +02:00
DariuszSabala
c611e3c011
[BH-376] Utils time turned to separate library
...
Turned module-utils/time folder content into separate library,
cleaned up CMake libs dependencies, fixed include paths
2021-06-09 17:03:29 +02:00
Przemyslaw Brudny
b7e710ef9e
[EGD-6867] Renamed TopBar into StatusBar
...
Renamed TopBar into StatusBar.
2021-06-04 12:24:30 +02:00
Alek Rudnik
93c4675d1d
[EGD-6701] System time usage fixes
...
Fixed all calls to stdlib time.
Removed all redundant calls to Timestamp treated as time source.
2021-05-27 16:54:44 +02:00
Mateusz Grzegorzek
798a2fb45a
[BH-361] Move date to separate directory
...
Move date to separate directory
2021-05-25 10:21:46 +02:00
tomaszkrosnowski
dcd0ebe0a1
[EGD-6338] Fix NAT widget visibility
...
Make sure that NAT (Network Access Technology) widget is visible on top
bar ONLY during call.
2021-05-21 01:27:54 +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
tomaszkrosnowski
cd34ad5ff3
[EGD-6453] Warning when adding incorrect event
...
When adding to Calendar an event which is incorrect (e.g. has empty
title or end which is sooner than start) warning window appears.
2021-04-29 13:45:50 +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
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
fa42d45fb1
[EGD-6555] ListView constants move
...
ListView constants moved from style to ListView.hpp.
2021-04-19 10:53:06 +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 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
Michał Kamoń
cb1e7e4279
[EGD-6298] Fix Calendar crash on allDatEvent focused
...
NewEventCheckBoxWithLabel experienced crashes on focusChangedCallback.
2021-03-26 09:06:32 +01: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