2020-08-14 09:46:37 +02:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
namespace Pinetime {
|
|
|
|
namespace Applications {
|
2021-04-09 21:16:21 +02:00
|
|
|
enum class Apps {
|
2021-04-04 04:08:51 +02:00
|
|
|
None, Launcher, Clock, SysInfo, FirmwareUpdate, FirmwareValidation, NotificationsPreview, Notifications, FlashLight, BatteryInfo,
|
2021-04-19 16:28:38 +02:00
|
|
|
Music, Paint, Paddle, Twos, HeartRate, Navigation, StopWatch, Motion, Steps,
|
|
|
|
QuickSettings, Settings, SettingWatchFace, SettingTimeFormat, SettingDisplay, SettingWakeUp, SettingSteps
|
2021-04-04 04:08:51 +02:00
|
|
|
};
|
2020-08-14 09:46:37 +02:00
|
|
|
}
|
2020-12-03 15:33:45 +01:00
|
|
|
}
|