Git Product home page Git Product logo

patrickfav / under-the-hood Goto Github PK

View Code? Open in Web Editor NEW
217.0 8.0 21.0 9.67 MB

Under the Hood is a flexible and powerful Android debug view library. It uses a modular template system that can be easily extended to your needs, although coming with many useful elements built-in.

Home Page: https://favr.dev/opensource/under-the-hood

License: Apache License 2.0

Java 100.00%
android-debug noop shake-detection android-library android

under-the-hood's Issues

Remove allowBackup from the AndroidManifest

I just noticed that the library has android:allowBackup defined its AndroidManifest. IMHO no library should define android:allowBackup but rather let the actual apps decide if they want to do so.

Issue with noop classifier in v0.7.0

We tried to update to v0.7.0, but we get an issue with the noop classifier for our release build:

These are our dependencies (which works fine with 0.6.0):

// Hood
        debugApi("at.favre.lib.hood:hood-extended:$rootProject.ext.hoodVersion")
        devDeReleaseApi("at.favre.lib.hood:hood-extended:$rootProject.ext.hoodVersion")
        devNlReleaseApi("at.favre.lib.hood:hood-extended:$rootProject.ext.hoodVersion")
        tstDeReleaseApi("at.favre.lib.hood:hood-extended:$rootProject.ext.hoodVersion")
        tstNlReleaseApi("at.favre.lib.hood:hood-extended:$rootProject.ext.hoodVersion")
        acceptanceDeReleaseApi("at.favre.lib.hood:hood-extended:$rootProject.ext.hoodVersion")
        acceptanceNlReleaseApi("at.favre.lib.hood:hood-extended:$rootProject.ext.hoodVersion")

// This disables the shake gesture to get to the debug view on prod release builds
        prodDeReleaseApi("at.favre.lib.hood:hood-extended:$rootProject.ext.hoodVersion") {
            exclude group: 'at.favre.lib.hood', module: 'hood-core'
            prodDeReleaseApi(group: 'at.favre.lib.hood', name: 'hood-core', version: "$rootProject.ext.hoodVersion", classifier: 'noop', ext: 'aar', transitive: true)
        }
        prodNlReleaseApi("at.favre.lib.hood:hood-extended:$rootProject.ext.hoodVersion") {
            exclude group: 'at.favre.lib.hood', module: 'hood-core'
            prodNlReleaseApi(group: 'at.favre.lib.hood', name: 'hood-core', version: "$rootProject.ext.hoodVersion", classifier: 'noop', ext: 'aar', transitive: true)
        }

We get this error message:

Could not find hood-core-0.7.0-noop.aar (at.favre.lib.hood:hood-core:0.7.0).
Searched in the following locations:
    https://repo.maven.apache.org/maven2/at/favre/lib/hood/hood-core/0.7.0/hood-core-0.7.0-noop.aar

Did something change? As far as I can see we are doing it the way that is listed in the README.

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.