A pebble companion app for https://psylog.net
.vscode | ||
meta | ||
resources/images | ||
src/c | ||
.gitignore | ||
COPYING | ||
LICENSE | ||
package.json | ||
README.md | ||
wscript |
psylog-pebble
This watchapp is intended to be used as a companion app for the PsyLog mobile apps.
Roadmap
- Syncing planned intakes with the PsyLog mobile apps
- Blocker: Implementation in mobile apps
- Android
- iOS
- Limitation: After planning, make sure your phone syncs with the data on your Pebble. Check the sync date in the app and in the watchapp. Your Pebble can only sync changes of its data if your phone doesn't touch a planned intake or a planned intake chain.
- Blocker: Implementation in mobile apps
- Starting a planned intake (single or chain)
- Planned intake time modification on the pebble
- Reminders for planned intakes
- Locking
- Watchapp itself can be locked.
- Mobile app can unlock the watchapp.
- Wiping
- Watchapp data can be wiped.
Development
For practical reasons, the dev environment for this watchapp is Visual Studio Code. Note that the open-source variants will not suffice, due to Microsoft's C/C++ extension being rendered useless on open-source builds. If you find a way to resolve this, or if you know of another development environment that has the ability to include wildcard pa
ths (see .vscode/c_cpp_properties.json
), raise an issue!