Skip to content

Commit

Permalink
#1849 Map enhancements. Adds track list, zoom to selection, history t…
Browse files Browse the repository at this point in the history
…rail size and other features. (#1920)

Co-authored-by: Dennis Sheirer <[email protected]>
  • Loading branch information
DSheirer and Dennis Sheirer authored May 19, 2024
1 parent c50a914 commit dddda05
Show file tree
Hide file tree
Showing 14 changed files with 1,573 additions and 248 deletions.
2 changes: 1 addition & 1 deletion src/main/java/io/github/dsheirer/gui/SDRTrunk.java
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public SDRTrunk()
mPlaylistManager.getChannelProcessingManager().addAudioSegmentListener(mAudioRecordingManager);
mPlaylistManager.getChannelProcessingManager().addAudioSegmentListener(mAudioStreamingManager);

MapService mapService = new MapService(mIconModel);
MapService mapService = new MapService(aliasModel, mIconModel);
mPlaylistManager.getChannelProcessingManager().addDecodeEventListener(mapService);

mNowPlayingDetailsVisible = mPreferences.getBoolean(PREFERENCE_NOW_PLAYING_DETAILS_VISIBLE, true);
Expand Down
Loading

0 comments on commit dddda05

Please sign in to comment.