This repository has been archived by the owner on Apr 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The app now shows different strings for 3 of the languages that I know how to speak (English, French, Spanish). Both the text in the app, as well as the configuration page will appear in the watch language as set by the user.
- Loading branch information
1 parent
de2df8a
commit 3094d47
Showing
19 changed files
with
881 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
#pragma once | ||
#include <pebble.h> | ||
|
||
#define SETTINGS_KEY 3 | ||
|
||
// Define settings struct | ||
typedef struct ClaySettings { | ||
GColor backgroundColor; | ||
GColor circleColor; | ||
GColor textColor; | ||
bool vibrationEnabled; | ||
bool heartRateEnabled; | ||
} ClaySettings; | ||
|
||
void breathe_window_push(); | ||
void breathe_window_push(int min); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.