rrandomsky
b4c6a29f47
[BH-1915][BH-1911] Update UI texts and translations
...
Updated multiple custom sounds
related texts and translations.
Post-rebase fixes.
2024-04-10 15:33:14 +02:00
Lefucjusz
43d3a71eda
[MOS-166] Unify grey color levels
...
Unified gray color levels used for texts
displayed in GUI.
Fixed issue with 'No calls yet.' text
not displaying.
2023-02-23 15:23:08 +01:00
Marcin Zieliński
a5bcee8136
[MOS-477] Add the call log erasing option
...
Fixes after the QA report.
2022-05-27 08:57:33 +02:00
Marcin Zieliński
00fd29f8bd
[MOS-477] Add the call log erasing option
...
Add the call log erasing option
2022-05-25 10:55:14 +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
Alek Rudnik
425d23e454
[MOS-97] Fix of wrong label for missed call notification
...
There was no label on missed call notification from private number.
After fix it is diplaying "Missed calls" info.
Original fix from 60bdca5243 [MOS-104]
was also modifed as it previously introduced regression on menu window.
2022-02-15 10:06:13 +00:00
Przemyslaw Brudny
19d6468e30
[EGD-8035] Fixed looped lists and applied to all Pure lists
...
Fixed looped lists bugs and applied to all Pure lists.
2022-01-17 11:23:55 +01:00
Maciej Gibowicz
3bfd6bc55f
[EGD-7871] Fix refreshing calllog details after editing contact
...
After editing a contact from the calllog level,
the calllog details will be refreshed.
2021-12-09 12:27:16 +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
tomaszkrosnowski
fed0508bb8
[EGD-5371] Fixed UI for calls
...
Calllog window and call details UI and layout fixes. Replaced icons.
Other UI changes.
2021-10-28 17:30:40 +02:00
Przemyslaw Brudny
38bc935af9
[EGD-7237] Layout NavBar refactor
...
Layout NavBar refactor.
2021-10-28 16:10:03 +02:00
Wojtek Rzepecki
e29343bdf0
[EGD-5372] Fix callog UI issues
...
small issues in callog UI fixed
2021-10-27 08:01:59 +02:00
Przemyslaw Brudny
7597d38852
[EGD-7857] Renamed BottomBar to NavBar
...
Renamed BottomBar to NavBar.
2021-10-26 13:51:06 +02:00
Przemyslaw Brudny
7fbaf735ed
[EGD-7813] Option Window titles localizations fix
...
Option Window titles localizations fix.
2021-10-25 00:28:08 +02:00
Wojtek Rzepecki
39f6305388
[EGD-7740] Fix callog empty icon blink
...
Fix of blinking icon when entering to non-empty
callog
2021-10-20 09:16:08 +02:00
Pawel Olejniczak
dae736cd3c
[EGD-7795] Unify options window title
...
Options window title in Meditation app was
incorrect. Now all options windows have
unified titles. Additionally few minor fixes
added.
2021-10-14 11:39:39 +02:00
Piotr Tański
9c2a304995
[EGD-7769] Fixed private number translation
...
It wasn't properly translated in call log details window.
2021-10-13 19: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
Piotr Tański
f8adbf2bed
[EGD-7474] Contacts management fixes
...
Fixed managing contacts on the application side.
2021-10-04 15:06:22 +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
Przemyslaw Brudny
ba863035e5
[EGD-7408] Phonebook empty list fix
...
Fixed phonebook empty list. Added deep refresh
for other empty lists.
2021-09-09 19:35:56 +03:00
Przemyslaw Brudny
488cf00018
[EGD-7409] Empty list additions and fixes
...
Fixed bug in empty lists displays and added missing
empty lists in applications.
2021-09-09 16:11:56 +03: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
Mateusz Grzegorzek
ed68fc92ec
[BH-754] Split ServiceDB
...
- rename ServiceDB to ServiceDBCommon,
- create separate ServiceDB for Pure and Bell,
- move Pure-specific functionality
from `ServiceDBCommon` to Pure `ServiceDB`
2021-08-20 10:47:29 +02:00
Mateusz Grzegorzek
e1ef821609
[BH-741] Split ApplicationManager
...
Separate Pure and Bell ApplicationManager functionalities
to separate files.
2021-08-18 14:29:51 +02:00
Lukasz Skrzypczak
36a3e86c96
[BH-382] Rebase and cleaning
...
Rebase and cleaning
2021-07-20 19:34:31 +02:00
DariuszSabala
01d4b62131
[BH-381] Turned application call into lib
...
Defined separate cmake target, dependencies, private, and public
sources, cleaned up include paths
2021-07-13 13:11:44 +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
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
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
Paweł Joński
5ad878c6c4
[BH-371] Replace gsl with mainline submodule and move to third-party
...
Replacing loose gsl files with gsl mainline project as submodule
and moving it to third-party
2021-06-07 09:30:04 +02:00
Michał Kamoń
48f7cf171d
[EGD-6755] Add updated notification icons
...
This PR adds/updates notification icons to latest version provided
by designs.
Also this PR provides new implementation for CallLogDetailsWindow.
The window was using one of the icons updated. To avoid making
temporary corrections on the icon's hardcoded (x,y,w,h) properties,
the entire window was redesign to use up-to-date ModuitaOS GUI
features.
2021-05-19 08:10: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
fa42d45fb1
[EGD-6555] ListView constants move
...
ListView constants moved from style to ListView.hpp.
2021-04-19 10:53:06 +02:00
Wiktor S. Ovalle Correa
14a01945b6
[EGD-6485] ServiceDB cleanup
...
Remove old unused ServiceDB API and deprecate its remains still being
in use.
2021-04-12 13:35:51 +02:00
Piotr Tański
724505bb92
[EGD-2653] Update list of call logs in chunks
...
Automatically update the list of call logs in chunks.
2021-03-11 13:08:03 +01: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
Hubert Chrzaniuk
3cc558b02a
[EGD-2931] Fix private number incoming calls
...
The change adjusts both cellular service as well as
call and call log applications to handle properly
incoming calls from private numbers.
2021-02-12 10:32:15 +01:00
Przemyslaw Brudny
8f80126251
[EGD-3434] ListView Scroll bar refactor
...
Added two new scroll bar types. Fixed for ListView
with equal height elements and PreRendered which
require whole list render - not recommended for big
lists but works with not equal heights elements.
Applied new types to all lists in Pure. Various
cleanups and refactors inside models and listView.
2021-01-29 12:17:52 +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
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
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
Piotr Tanski
fe86716984
[EGD-4153] Use actions instead explicit applications switch. ( #1032 )
2020-11-23 09:32:42 +01:00
Radoslaw Wicik
998ceac48e
[EGD-4217] Convert service-db to library
2020-11-13 12:18:33 +01:00
Radosław Wicik
57f6c267ee
[EGD-4213] Convert service-appmgr to library - library ( #960 )
2020-11-04 15:59:45 +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
Przemyslaw Brudny
e131dae68f
[EGD-3743] Removed old doxygen copyright statements from project.
2020-10-20 12:55:10 +02:00