Skip to content

Discord RPC, Android build fix, Hifi instructions#10

Merged
RayZ3R0 merged 4 commits intomainfrom
develop
Feb 6, 2026
Merged

Discord RPC, Android build fix, Hifi instructions#10
RayZ3R0 merged 4 commits intomainfrom
develop

Conversation

@RayZ3R0
Copy link
Copy Markdown
Owner

@RayZ3R0 RayZ3R0 commented Feb 6, 2026

Description

Improve discord rpc, android build, and better instructions for hifi instance setup.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Maintenance (refactoring, dependencies, etc.)

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have updated the documentation accordingly

…ate notifications

- Added PlaybackNotifier to handle notifications for Discord RPC and MPRIS.
- Refactored AudioManager to integrate PlaybackNotifier for playback state updates.
- Updated commands to utilize PlaybackNotifier for track play, pause, resume, and seek events.
- Enhanced Discord RPC integration with sequence numbers for state updates.
- Improved position synchronization with a dedicated background thread in PlaybackNotifier.
- Removed redundant media control updates from commands, centralizing logic in PlaybackNotifier.
- Added NDK abiFilters for per-ABI builds in Android's build.gradle.kts.
- Implemented separate APK generation for each ABI and custom APK naming.
- Improved AudioManager initialization with logging and startup delays for Android.
- Enhanced audio output handling with failure tracking on Android.
- Updated Discord RPC manager to provide no-op stubs for Android.
- Refactored HiFi configuration to remove default URL and added public instance URL for user convenience.
- Introduced UI elements for copying public HiFi instance URL in Settings and Update Notification Modal.
- Improved media controls handling to be platform-specific, with stubs for Android.
@RayZ3R0 RayZ3R0 merged commit e73efa4 into main Feb 6, 2026
0 of 4 checks passed
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