summaryrefslogtreecommitdiff
path: root/src/displayapp/Apps.h
blob: b3eac43edd7c8e0fe3dd85a8c9e7425a86071b12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#pragma once

namespace Pinetime {
  namespace Applications {
    enum class Apps {
      None,
      Launcher,
      Clock,
      SysInfo,
      FirmwareUpdate,
      FirmwareValidation,
      NotificationsPreview,
      Notifications,
      Alarm,
      HeartRate,
      Motion,
      Steps,
      QuickSettings,
      Settings,
      SettingTimeFormat,
      SettingDisplay,
      SettingWakeUp,
      SettingSteps,
      SettingShakeThreshold,
      SettingAirplaneMode,
      Error
    };
  }
}