-
Notifications
You must be signed in to change notification settings - Fork 485
Fix: wrong cursor location, added battery optimization disabling screen and styling to the slash command in input field #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: wrong cursor location, added battery optimization disabling screen and styling to the slash command in input field #120
Conversation
…iability Add battery optimization permission and management system to ensure app runs reliably in background: - Add REQUEST_IGNORE_BATTERY_OPTIMIZATIONS permission - Create BatteryOptimizationManager to handle battery optimization checks and requests - Add battery optimization UI screens and flow in onboarding - Integrate battery optimization checks into MainActivity flow
…nd styling - Change message input from String to TextFieldValue for better cursor control - Add SlashCommandVisualTransformation to style slash commands with colored backgrounds - Maintain cursor position when selecting command suggestions
hey thank you, this is a great PR. I've tested it and would love to merge it. we've just merged #129 that refactored the onboarding state. would you mind bringing your PR up to speed with it? |
Yeah no problem, i will update my PR today |
hi @callebtc, |
Very nice PR, hope we'll see more of your contributions! |
Thank you! :) |
@anonfaded we should anchor the buttons at the bottom and make the permission rationale scrollable to support smaller screens https://x.com/franz_fk19/status/1946542465843920965?t=v04pMbXolxcHoREj1L-7ug&s=19 |
Yeah i already did that and opened the PR:) you can check the latest PR, it has screenshots |
About 50 minutes ago. That was fast! 💪 Sorry for not double-checking before sending. |
yeah i faced the issue myself after trying the latest version so i instantly fixed that |
Description
Screenshots
Closes: #119
Checklist