Skip to content
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

Feature/settings #2

Merged
merged 6 commits into from
Dec 2, 2024
Merged

Feature/settings #2

merged 6 commits into from
Dec 2, 2024

Conversation

Romasav
Copy link
Collaborator

@Romasav Romasav commented Dec 2, 2024

Summary

  • Implemented a new settings feature, allowing users to update and save band pass filter settings (High Cut Off and Low Cut Off).

Changes

  • Added a dialog interface for updating band pass filter settings (High Cut Off and Low Cut Off).
  • Implemented real-time input validation to ensure only valid numeric values are accepted.
  • Integrated error handling to provide immediate feedback for invalid inputs.
  • Used SharedPreferencesAsync to store settings on device.

Testing

  • Verified that entering valid and invalid values in the settings dialog updates the settings as expected.
  • Checked that settings persist across app restarts.
  • Confirmed that error messages appear for invalid input and disappear when corrected.

@Romasav Romasav merged commit 8d37db8 into dev Dec 2, 2024
1 check failed
@Romasav Romasav mentioned this pull request Dec 2, 2024
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.

1 participant