-
Notifications
You must be signed in to change notification settings - Fork 7
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
devel
→master
: Commits for v0.3.1-rc2
#36
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* [build-on-pull_req.yml] Raise SDK from for SFOS 2.2.0 to 3.0.2 Adopting changes from sailfishos-applications/filecase#53 * [build-on-tags.yml] Alter SDK versions used Adopting changes from sailfishos-applications/filecase#53 * [build-on-pull_req.yml] Fix copy&paste'o
… as [suggested by @nephros](https://forum.sailfishos.org/t/reviving-cepiperezs-flowplayer/17532/13?u=olf). May use alternatively: `Requires: mpris-qt5-qml-plugin`
It's adding: - org.nemomobile.policy - org.nemomobile.thumnailer - com.jolla.mediaplayer
* [flowplayer.changes] Add stub for v0.3.1 * [flowplayer.spec] Set vendor to `meego` … … before submitting FlowPlayer to the SailfishOS:Chum repository at the Sailfish-OBS. * [AboutPage.qml] Adapt hardcoded version number to `0.3.1` * [flowplayer.spec] Reverting commit d12624f … … in order to make another release with no vendor set, which implies that it will not be submitted to SailfishOS:Chum.
* Avoid undefined artistcount in album view. When listing albums, it's always for one unique artist, so artistcount is always 1 in this context. * Fix cover download. Ensure that the cache directory for covers exists. Also, properly reload the artist image in artist list when a cover is associated to an artist. Rewrite the text position on cover with a direct calculation of the Y position, the anchors solution with alternating undefined values seems not to work properly, when a cover is associated to an artist for instance. * Fix cover download using Quasar cover providers. katastrofos.net is now using secure HTTP, replying with a 301 moved permanently when polled on HTTP only. Avoid HTML parsing on the result by using the query.php method instead of the HTML frontend provided by index.php.
… for the SailfishOS:Chum metadata, as discussed in [FileCase issue \#61](sailfishos-applications/filecase#61).
Don't hardcode the version in QML, but use instead the one given in the RPM spec file; closes issue #29.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.