GithubHelp home page GithubHelp logo

GPL license about aboutlibraries HOT 6 CLOSED

mbiebl avatar mbiebl commented on June 2, 2024
GPL license

from aboutlibraries.

Comments (6)

mbiebl avatar mbiebl commented on June 2, 2024

image

from aboutlibraries.

mikepenz avatar mikepenz commented on June 2, 2024

The id for this license is GPL-3.0-or-later (3.0 instead of 3-0)

Screenshot 2023-06-19 at 20 46 40

from aboutlibraries.

mbiebl avatar mbiebl commented on June 2, 2024

Argh, sorry for mixing this up (3.0 vs 3-0). Not sure how this happened. Thanks for having a closer look.

I can confirm now, that this work in the main Activity.
In the "Compose Activity" though, tapping on the license info does not open a browser with a link to spdx.org.
Can you confirm this behaviour?

from aboutlibraries.

mikepenz avatar mikepenz commented on June 2, 2024

Yes that is correct. In the Compose default behaviour it would show a dialog instead of launching a web viewer.

However for this license the plugin fails to fetch the respective text format license. Normally the SPDX website exposed a *.txt file per html page: https://spdx.org/licenses/GPL-3.0-or-later.html -> https://spdx.org/licenses/GPL-3.0-or-later.txt however that one is not accessible for this license.

So this information is not available.

You can connect a onLibraryClick and launch the web viewer on the url though.

val uriHandler = LocalUriHandler.current
uriHandler.openUri(uri)

from aboutlibraries.

mbiebl avatar mbiebl commented on June 2, 2024

Is it possible to change the default behaviour of the Compose UI module to behave like the old/legacy UI module?

If not, there is probably nothing left to do in this ticket and it can be closed.

from aboutlibraries.

mikepenz avatar mikepenz commented on June 2, 2024

You mean it launching the browser with the license?

You can, pass in the onLibraryClick function and make it launch the url.

from aboutlibraries.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.