Skip to content

feat: Upcoming events view readme - #179

Open
williscool wants to merge 1 commit into
masterfrom
cursor/upcoming-events-view-readme-24da
Open

feat: Upcoming events view readme#179
williscool wants to merge 1 commit into
masterfrom
cursor/upcoming-events-view-readme-24da

Conversation

@williscool

@williscoolwilliscool commented Jan 15, 2026

Copy link
Copy Markdown
Owner

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


Open in CursorOpen 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

cursorBot commented Jan 15, 2026

Copy link
Copy Markdown

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

@williscoolwilliscool changed the title Upcoming events view readmedocs: Upcoming events view readmeJan 15, 2026
@github-actions

Copy link
Copy Markdown

Code Coverage Report

Overall ProjectNaN% NaN%🍏

There is no coverage information present for the Files changed

@github-actions

Copy link
Copy Markdown

📊 Code Coverage Summary

Coverage TypeCoverage
Overallnull
Changed Files100

View detailed coverage report

@williscoolwilliscool changed the title docs: Upcoming events view readmefeat: Upcoming events view readmeJan 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
Copy Markdown

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 CursorFix in Web

Sign up for freeto 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.

2 participants

@williscool@cursoragent