summaryrefslogtreecommitdiff
path: root/src/displayapp/Apps.h
blob: adbd386cb7f86c8a6db1b69fad7b3c3795364015 (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
#pragma once

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