-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2995 from SarahAlroe/master
Add rebbleagenda, pebble-like animated agenda.
- Loading branch information
Showing
10 changed files
with
703 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.01: Initial version |
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,24 @@ | ||
# Rebble Agenda | ||
|
||
Agenda app for showing upcoming events in an animated fashion. | ||
Heavily inspired by the inbuilt agenda of the pebble time. | ||
Switch between calendar events by swiping up or down. Click the button to exit. | ||
|
||
![Two events shown using the default light system theme](./screenshot_rebbleagenda_events.png) ![The last event of the agenda shown using a custom red theme](./screenshot_rebbleagenda_customtheme.png) ![An animated sun shows the day of the following events](./screenshot_rebbleagenda_sun.png) | ||
|
||
## Settings | ||
|
||
- *Use system theme* - Use the colors of the system theme. Otherwise use following colors. | ||
- *Accent* - The color of the rightmost accent bar if not following system theme. | ||
- *Background* - The background color to use if not following system theme. | ||
- *Foreground* - The foreground color to use if not following system theme. | ||
|
||
## Notes | ||
|
||
- The weather icon in the top right corner is currently just showing the current weather as provided by [weather](https://github.com/espruino/BangleApps/blob/master/apps/weather/). Closest forecast to be implemented in a future release. | ||
- Events only show as much of their title and description as can be fit on the screen, which is one and four (wrapped) lines respectively. | ||
- Events are loaded from ```android.calendar.json```, which is read in its entirety. If you have a very busy schedule, loading may take a second or two. | ||
|
||
## Creator | ||
|
||
- [Sarah Alrøe](https://github.com/SarahAlroe), August+September 2023 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.