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

conservative fork with some essential patches #1126

Open
wants to merge 99 commits into
base: edge
Choose a base branch
from

Conversation

paroj
Copy link
Contributor

@paroj paroj commented Sep 6, 2022

these patches are quite self-contained and generally make sense to have to me

from #903 #912 #919

fixes #778 fixes #910 fixes #655

daneren2005 and others added 30 commits February 21, 2014 19:41
missing project.properties file
…der already present exception' is thrown (with Content-Length = 0)
…der already present exception' is thrown (with Content-Length = 0)
…gth header already present exception' is thrown (with Content-Length = 0)
flyingOwl and others added 22 commits April 14, 2024 19:58
This introduces an option to control whether the current playlist is
displayed when the album cover is tapped on the Now Playing screen. This
option is enabled by default, so the previous behavior is not changed.
Disabling this option makes it easier to access the fading button panel
at the bottom of the cover.
…irectory instead of getAlbum.

For some reason, subsonic server can't find
an album with specified ID in getAlbum endpoint,
but finds it fine with getMusicDirectory endpoint,
so we will go with it.
This combines the two thumbs up and thumbs down buttons to a single
rating button on the now playing screen. Instead of assingning 1 or 5
stars directly, it will open the rating dialog for the song.
The setting will default to the current behavior: show two buttons.

Fixes daneren2005#1103
it feels like a bug with the default being off
This workflow reuses already existing in repo
debug key in debug.keystore. I understand that this key
can be used by anyone to sign any apk, but I don't
think it should bother us. On our side this key
is only going to be used for signing CI builds, so
an malefactor could use this key only to replace
installed from CI artifact DSUB to a malicous DSUB,
I think it's unlikely somebody going to target this.
Especially after we get DSub2000 to fdroid.

Additionally, this would allow for third-party forks
to provide builds, compatible with ours. Thus allowing
for users to switch between forks of their choice, if
desired.

Also, it appers step setup-android isn't required,
the flow works without it, so deleting it.
Enable logging in jupnp for debug builds
Use kryo lib from maven repo. Bump kryo version from 2.21 to 5.6.0
Add exceptions to log for kryo's exceptions handling
so we can do a release
to make it somewhat useful
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.

Removing from playlist doesn't update UI correctly UI Tweaks Vector Drawables
8 participants