Skip to content

Conversation

@williscool
Copy link
Owner

@williscool williscool commented Jan 15, 2026

Add user-facing documentation for the Upcoming Events View and link it from the app's navigation settings.


Open in Cursor Open in Web


Note

Adds an in-app help entry for the Upcoming tab and ships the corresponding user docs.

  • Adds upcoming_events_help preference in navigation_preferences.xml with help icon; click opens a dialog and deep-links to docs via NavigationSettingsFragmentX
  • New strings for help dialog and docs URL; adds ic_help_outline_24dp drawable
  • Documentation: new docs/features/UPCOMING_EVENTS_README.md and link from docs/README.md

Written by Cursor Bugbot for commit 28f868b. This will update automatically on new commits. Configure here.

- Create docs/features/UPCOMING_EVENTS_README.md with user-facing guide
- Add help preference in Navigation settings with in-app dialog
- Add 'View Full Documentation' button to open GitHub docs
- Create ic_help_outline_24dp drawable icon
- Update docs/README.md with new Features section
- Add string resources for help dialog and docs URL

Co-authored-by: wharris <wharris@upscalews.com>
@cursor
Copy link

cursor bot commented Jan 15, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@williscool williscool changed the title Upcoming events view readme docs: Upcoming events view readme Jan 15, 2026
@github-actions
Copy link

Code Coverage Report

Overall Project NaN% NaN% 🍏

There is no coverage information present for the Files changed

@github-actions
Copy link

📊 Code Coverage Summary

Coverage Type Coverage
Overall null
Changed Files 100

View detailed coverage report

@williscool williscool changed the title docs: Upcoming events view readme feat: Upcoming events view readme Jan 15, 2026
@williscool williscool marked this pull request as ready for review January 15, 2026 07:05
android:key="upcoming_events_help"
android:title="@string/upcoming_events_help_title"
android:summary="@string/upcoming_events_help_summary"
android:icon="@drawable/ic_help_outline_24dp" />
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Help preference visible when feature is disabled

Low Severity

The upcoming_events_help preference is always visible, even when the new navigation UI is disabled via the use_new_navigation_ui checkbox. The other Upcoming Events settings (lookahead mode, boundary hour, fixed hours) are correctly hidden when the feature is disabled because their parent PreferenceCategory has android:dependency="use_new_navigation_ui". The help preference lacks this dependency, so users see "Learn how the Upcoming tab works" even when there's no Upcoming tab.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants