GithubHelp home page GithubHelp logo

tangobeee / weathernaut Goto Github PK

View Code? Open in Web Editor NEW
40.0 2.0 6.0 30.7 MB

A Weather application for Android devices using OpenWeatherMap API and Open-Meteo.

Home Page: https://tangobee.netlify.app/Weathernaut/

License: MIT License

Kotlin 100.00%
android clean-architecture climate kotlin mvvm open-meteo-api open-source openweathermap-api weather weather-android

weathernaut's People

Contributors

tangobeee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

weathernaut's Issues

Questions on permissions and cleartext traffic

My scanner got some new checks in January and on today's update reported:

! repo/me.tangobee.weathernaut_8.apk declares flag(s): usesCleartextTraffic
! repo/me.tangobee.weathernaut_8.apk declares sensitive permission(s):
  android.permission.ACCESS_COARSE_LOCATION
! repo/me.tangobee.weathernaut_8.apk contains signature block blobs: 0x504b4453 (DEPENDENCY_INFO_BLOCK; GOOGLE)

Can you please clarify what cleartext connections are used? The location permission is most likely to make it easier fetching local weather I guess. As for DEPENDENCY_INFO_BLOCK, that's easy to avoid:

android {
    dependenciesInfo {
        // Disables dependency metadata when building APKs.
        includeInApk = false
        // Disables dependency metadata when building Android App Bundles.
        includeInBundle = false
    }
}

For some background: that BLOB is supposed to be just a binary representation of your app's dependency tree. But as it's encrypted with a public key belonging to Google, only Google can read it โ€“ and nobody else can even verify what it really contains.

Thanks in advance! Oh, and in case you wonder, please take a look here ๐Ÿ˜‰

Crashes

When I open the app, it crashes immediately.
Android 13.

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.