Skip to content

Bump versions for patch release#259

Merged
caleb-bit merged 2 commits intomainfrom
caleb/patch-release
Apr 29, 2026
Merged

Bump versions for patch release#259
caleb-bit merged 2 commits intomainfrom
caleb/patch-release

Conversation

@caleb-bit
Copy link
Copy Markdown
Contributor

@caleb-bit caleb-bit commented Apr 28, 2026

Overview

Bump version code and name for patch release

Next Steps

Release patch

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 28, 2026

Warning

Rate limit exceeded

@caleb-bit has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 2 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7401f33d-02d6-44ff-abe7-8d7724d7d0f3

📥 Commits

Reviewing files that changed from the base of the PR and between 582ddf5 and ceb0a2e.

📒 Files selected for processing (2)
  • app/build.gradle
  • whatsnew/whatsnew-en-US
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch caleb/patch-release

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@caleb-bit caleb-bit merged commit a812419 into main Apr 29, 2026
3 checks passed
@caleb-bit caleb-bit deleted the caleb/patch-release branch April 29, 2026 00:03
caleb-bit added a commit that referenced this pull request Apr 29, 2026
* Add Display settings with dark mode toggle and settings access from login

- Add DisplayBottomSheet with Light / Dark / Device Theme radio options
- Add Display row to SettingsScreen wired to ThemeViewModel
- Expose isLoggedIn from ThemeViewModel; hide logout button when not logged in
- Make settings list scrollable to prevent logout button from squishing
- Add settings icon to LoginPage header so unauthenticated users can access settings
- Add settings_display_* string resources

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Add spacing below filter row in UpcomingMenuScreen

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Address CodeRabbit review comments

- Use collectAsStateWithLifecycle() instead of collectAsState() for lifecycle-aware state collection
- Set logout icon contentDescription to null to avoid TalkBack reading redundant icon label alongside visible "Log out" text

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Refactor theme state to ThemePreference enum; move isLoggedIn to SettingsViewModel

- Add ThemePreference enum (LIGHT/DARK/SYSTEM) to data/models
- Expose themePreferenceFlow from UserPreferencesRepository instead of nullable Boolean
- Replace isDarkMode: StateFlow<Boolean?> with themePreference: StateFlow<ThemePreference> in ThemeViewModel; drop isLoggedIn
- Add isLoggedIn: StateFlow<Boolean> to SettingsViewModel (injecting UserPreferencesRepository)
- Update rememberResolvedDarkMode in Theme.kt to switch on ThemePreference enum
- Update DisplayBottomSheet to accept ThemePreference param directly, removing private DisplayTheme enum
- Update SettingsScreen to use ThemePreference and collect isLoggedIn from settingsViewModel

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Fix report issue button (#257)

* Delayed nit fixes (#258)

* Bump versions for patch release (#259)

* Bump version

* Update whatsnew

---------

Co-authored-by: Andrew Cheung <andrewcheung360@gmail.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

2 participants