forked from espruino/BangleApps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/develop' into develop
- Loading branch information
Showing
25 changed files
with
392 additions
and
161 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
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
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 +1,2 @@ | ||
0.01: New app! | ||
0.02: Improve handling of large amounts of files (fix #579) |
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
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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
Gadgetbridge | ||
============= | ||
|
||
This widget allows your Bangle.js to communicate with the Gadgetbridge app on an Android phone. | ||
|
||
Download the [latest Gadgetbridge for Android here](https://f-droid.org/packages/nodomain.freeyourgadget.gadgetbridge/). | ||
|
||
This app supports: | ||
|
||
* Displaying Notifications | ||
* Song display and control | ||
* Call answering | ||
* Find My Phone / Find My Bangle | ||
* Activity reporting | ||
|
||
You can also add [the weather widget](https://banglejs.com/apps/#weather) | ||
|
||
|
||
Notifications | ||
------------- | ||
|
||
By default a notification at the top of the screen is displayed. If you'd like a fullscreen notification | ||
(which will involve leaving the current app) then install [Fullscreen Notifications](https://banglejs.com/apps/#notifyfs) | ||
|
||
|
||
Song display and control | ||
------------------------ | ||
|
||
When the Song Display notification is showing on the screen and a song is playing, you | ||
can swipe left or right on the screen to go to the next or previous song. | ||
|
||
|
||
Find My Phone | ||
------------- | ||
|
||
Go to `Settings`, `App/Widget Settings`, `Gadgetbridge`, `Find Phone`, `On` | ||
|
||
If in range and connected your phone should start ringing. | ||
|
||
|
||
Find My Bangle | ||
------------- | ||
|
||
Onyour phone `Settings`, `App/Widget Settings`, `Gadgetbridge`, `Find Phone`, `On` | ||
|
||
If in range and connected your phone should start ringing. | ||
|
||
|
||
Activity reporting | ||
------------------ | ||
|
||
You'll need a Gadgetbridge release *after* version 0.50.0 for Actvity Reporting to be enabled. | ||
|
||
By default heart rate isn't reported, but it can be enabled from `Settings`, `App/Widget Settings`, `Gadgetbridge`, `Record HRM` |
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
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.