[EGD-6563] Don't allow to edit exponent output in calculator Clear the calculator input field before typing if it contains exponent output from previous calculations.
[EGD-6301] Add Connecting to the network in intervals It implements mode Offline Messages only - connecting to the GSM network in defined by user intervals and rejecting incomig calls during connected phase. It also implements handling of connetion interval setiing and small fix in modes popup.
[EGD-5773] Device becomes not responsive when opening settings Use asynchronous communication with service cellular to obtain own number.
[EGD-6426] Fix sim card not being detected Adds selected sim read from settings.
[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
[EGD-6485] Remove Cellular message types from global Domain-specific message types should not pollute global space.
[EGD-6561] Limit calculator decimals to 6 digits Limit to 6 since our `utils::to_string(double)' function also limits to 6 decimals.
[EGD-6561] Make calculator input testable I got sick of manually testing calculator like a troglodyte.
[EGD-6575] Rename Unicast with timeout as UnicastSync Using Unicast with timeout is dangerous and strongly discouraged. This change allows for more precise tracking of such cases.
[EGD-6555] ListView constants move ListView constants moved from style to ListView.hpp.
[EGD-6560] Do not clear "0" on Enter in calculator Do not treat input string "0" as erroneous.
[EGD-6552] Options cleanups and fixes Fixed options crashes and cleared its structure. All options returns points to proper list indexes.
[EGD-6093] Audio settings API Refactored Audio settings API. Moved phone modes logic from serivce audio to service clients level. Removed redundant API. Seprated API for vibration and sound enable/disable. Fixed issues with vibrations logic.
[EGD-6313] Fix Can not find contact by full name Add support for contact full nane in queries
[EGD-6515] Answer/reject calls using headset Clean up propagation of headset keys events Clean up volume control with headset keys Update key mappings for simulator Use headset OK key to answer/reject calls
[EGD-6505] Implement “On when active” Keypad light functionality Implement “On when active” Keypad light functionality
[EGD-6183] Fix HF on search results window HF was occurring when user trying to navigate left on search results window.
[EGD-5440] Onboarding passcode window Add windows for setting passcode during onboarding process
[EGD-6498] Do not perform calculations on empty input We do not produce an error when user calculates empty input.
[EGD-6486] Fix for settings not avaialble at phone startup Fixed the comparison function of EntryPath objects.