1
0
Fork 0
BangleApps/apps/rebbleagenda
Anton cad2ffe283 Bump version for all apps with fixed undefined variables 2024-03-13 11:56:27 +01:00
..
ChangeLog Bump version for all apps with fixed undefined variables 2024-03-13 11:56:27 +01:00
README.md Added app 'Rebble Agenda' 2023-09-03 21:50:54 +02:00
app-icon.js Fixed icon palette, fixed settings key that breaks on minify, disabled emulator. 2023-09-03 22:19:41 +02:00
app.js Fix apps with undefined variables 2024-03-13 11:51:40 +01:00
app.png Added app 'Rebble Agenda' 2023-09-03 21:50:54 +02:00
metadata.json Bump version for all apps with fixed undefined variables 2024-03-13 11:56:27 +01:00
screenshot_rebbleagenda_customtheme.png Added app 'Rebble Agenda' 2023-09-03 21:50:54 +02:00
screenshot_rebbleagenda_events.png Added app 'Rebble Agenda' 2023-09-03 21:50:54 +02:00
screenshot_rebbleagenda_sun.png Added app 'Rebble Agenda' 2023-09-03 21:50:54 +02:00
settings.js Fixed icon palette, fixed settings key that breaks on minify, disabled emulator. 2023-09-03 22:19:41 +02:00

README.md

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 The last event of the agenda shown using a custom red theme An animated sun shows the day of the following events

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. 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