Code Monkey home page Code Monkey logo

cash_compass's Introduction

Supported By

Cashcompass Logo

CashCompass

Master Your Money: Effortless Tracking and Smarter Spending
Download for Android (v0.1.3) »

Releases · Report Bug · Contributing

Features 💪

  • 📊 Intuitive dashboard for a complete financial view
  • 💹 Detailed income and expense tracking
  • 🔒 Enhanced data security on-device
  • 💱 Multi-currency support for global use
  • 🌐 User-friendly interface for simplified finance management

Screenshots 📸

Screenshot of CashCompass

Install the app 🚀

You can download the app from the by clicking here, you can also visit the release section to download specific version of the app.

Contributing 🤝

If you want to contribute to this project and make it better, your help is very welcome. Create a pull request and I will review it.

License 📝

This project is licensed under the Apache License 2.0 - see the LICENSE file for details

cash_compass's People

Contributors

tuhinpal avatar

Stargazers

Naim Islam avatar Sahil Khan avatar Kaleab Teshome avatar Lylia avatar  avatar Aryan Vikash avatar Prity Tewary avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

khsahil2019

cash_compass's Issues

Signing releases

Thanks for making your app freely available under a FOSS license! Could you please also sign the APK using a release key? Currently, it's signed by a debug key:

Verified using v1 scheme (JAR signing): true
Verified using v2 scheme (APK Signature Scheme v2): true
Verified using v3 scheme (APK Signature Scheme v3): false
Number of signers: 1
Signer #1 certificate DN: C=US, O=Android, CN=Android Debug
Signer #1 certificate SHA-256 digest: 5dfea829074fb64305632a2dda83d7a02b36d38188a98004ad50170c70b958a5
Signer #1 certificate SHA-1 digest: 74dab7fe382b042589a0112fc049b5f517051d9a
Signer #1 certificate MD5 digest: c4d2e09202983457a1e9fba771f1aeb1
Signer #1 key algorithm: RSA
Signer #1 key size (bits): 2048

For technical background, see e.g.

While on it, my scanner also reported:

SigningBlock blobs:
-------------------
0x504b4453 (DEPENDENCY_INFO_BLOCK; GOOGLE)

This can easily be avoided:

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!

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.