* feat: add ability to get logs file from ui
* test: add unit test for log line parsing in logs_provider
* refactor: update all logs to obfuscate sensitive information
* feat: generate dynamic zip file name for logs export
* feat: enhance logging in audiobook player and provider for better debugging
* refactor: extract user display logic into UserBar widget for offline access of settings and logs
* feat: add About section with app metadata and source code link in YouPage
* feat: update shake detection settings to reduce cooldown and feedback options
* fix: shake detector not detecting in background
* enhance shake action handling to avoid unnecessary feedback
* disable shake detector when player not playing anything
* refactor: remove outdated TODO regarding shake detection optimization
* refactor: comment out notifyListeners call in restartTimer method for clarity