Skip to content

v4.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 09:08
· 914 commits to main since this release

Features

  • Add clear favorites confirmation dialog (thoulee)
  • Add Snackbar for confirmation of removeFav (thoulee)
  • Add Toast notification for successful queue addition (thoulee)
  • Add error handling for failed track fetches in addTracks service (thoulee)

Bug Fixes

  • fix loading and error handling in MvDetail to avoid incorrect default res value (thoulee)
  • Disable buttons when there is no active track (thoulee)
  • Update TrackListSheet to display "No tracks" message when the track list is empty (thoulee)
  • Update LyricsScreen to use fallbackId when there is no track (thoulee)

Code Refactoring

  • Remove Sentry.ErrorBoundary from SongItem component (thoulee)
  • Update import & extract long press to remove func in TrackItem.tsx (thoulee)
  • Update DialogWithRadioBtns component to support default value (thoulee)
  • Update Albums component to remove unused code and import Chips from separate file (thoulee)
  • Update Player component to use throttle instead of debounce for searchSongs (thoulee)

Chores

  • Add initialNumToRender prop to SwipeableFlatList in AlbumContent.tsx (thoulee)
  • deps: bump react-native-video from 6.0.0 to 6.1.2 #25 (dependabot[bot])
  • deps: bump user-agents from 1.1.215 to 1.1.217 #26 (dependabot[bot])
  • deps: bump @sentry/react-native from 5.22.2 to 5.22.3 #27 (dependabot[bot])
  • deps-dev: bump @react-native/metro-config from 0.73.5 to 0.74.83 #28 (dependabot[bot])
  • Ignore .expo directory in .gitignore (thoulee)
  • Update app.json with expo configuration (thoulee)
  • Add eas.json configuration file (thoulee)
  • Update eas.json with latest production image versions for Android and iOS (thoulee)
  • Update app.json with Android package name (thoulee)
  • Update eas.json with latest production image versions for Android and iOS (thoulee)
  • Update app.json with Android package name (thoulee)
  • restore app.json (thoulee)
  • Update app.json with Android package name and expo configuration (thoulee)
  • Update app.json with Android package name and expo configuration (thoulee)
  • remove expo eas services config files (thoulee)
  • update packages (thoulee)
  • Update AlbumHeader component to handle optional artist parameter (thoulee)
  • Add "Favs" to cSpell dictionary (thoulee)

Commits

  • center ActivityIndicator in UserHeader (thoulee)
  • 36d3714: Merge branch 'main' of github.com:thoulee21/joint-player (thoulee)
  • fef3089: v4.5.3 (thoulee)