// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. // For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md #include "Application.hpp" #include "Common.hpp" // for RefreshModes #include "GuiTimer.hpp" // for GuiTimer #include "Item.hpp" // for Item #include "MessageType.hpp" // for MessageType #include "module-sys/Timers/TimerFactory.hpp" // for Timer #include "StatusBar.hpp" #include "status-bar/Time.hpp" #include "Translator.hpp" // for KeyInputSim... #include // for Battery #include "common_data/RawKey.hpp" // for RawKey, key... #include "gui/input/InputEvent.hpp" // for InputEvent #include "log/debug.hpp" // for DEBUG_APPLI... #include // for LOG_INFO #include "messages/AppMessage.hpp" // for AppSwitchMe... #include "service-appmgr/Controller.hpp" // for Controller #include #include #include #include #include #include #include #include #include "service-gui/messages/DrawMessage.hpp" // for DrawMessage #include "task.h" // for xTaskGetTic... #include "windows/AppWindow.hpp" // for AppWindow #include "DOMResponder.hpp" #include // for Text #include // for find #include // for distance, next #include // for add_const<>... #include #include #include #include #include