Git Product home page Git Product logo

commonutils's Introduction

CommonUtils

Codacy Badge

This is a library I use inside many of my Android projects (almost all of them). It includes many useful classes to comply Material Design standards and more.

Issues

If the issue is under the com.gianlu.commonutils package this is the right place to create the issue, if it belongs to another package create an issue on the appropriate repository.

Versioning

I usually edit this library from another project, therefore the commit messages might not be the most descriptive ones.

commonutils's People

Contributors

dazzywalkman avatar dependabot-preview[bot] avatar dependabot[bot] avatar devgianlu avatar rudloff 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

commonutils's Issues

Non-free dependencies

We can't build DNS Hero for F-Droid because CommonUtils contains non-free dependencies:

ERROR: Found usual suspect 'firebase' at line 22 at CommonUtils/utils/build.gradle
ERROR: Found usual suspect 'crashlytics' at line 27 at CommonUtils/utils/build.gradle

If I remove these dependencies from CommonUtils/utils/build.gradle then the library does not build correctly:

:CommonUtils:compileReleaseJavaWithJavac/home/pierre/www/fdroiddata/build/com.gianlu.dnshero/CommonUtils/utils/src/main/java/com/gianlu/commonutils/Analytics/AnalyticsApplication.java:10: error: package com.crashlytics.android does not exist
import com.crashlytics.android.Crashlytics;
                              ^
/home/pierre/www/fdroiddata/build/com.gianlu.dnshero/CommonUtils/utils/src/main/java/com/gianlu/commonutils/Analytics/AnalyticsApplication.java:11: error: package com.crashlytics.android.core does not exist
import com.crashlytics.android.core.CrashlyticsCore;
                                   ^
/home/pierre/www/fdroiddata/build/com.gianlu.dnshero/CommonUtils/utils/src/main/java/com/gianlu/commonutils/Analytics/AnalyticsApplication.java:16: error: package com.google.firebase.analytics does not exist
import com.google.firebase.analytics.FirebaseAnalytics;
                                    ^
/home/pierre/www/fdroiddata/build/com.gianlu.dnshero/CommonUtils/utils/src/main/java/com/gianlu/commonutils/Analytics/AnalyticsApplication.java:20: error: package io.fabric.sdk.android does not exist
import io.fabric.sdk.android.Fabric;
                            ^
/home/pierre/www/fdroiddata/build/com.gianlu.dnshero/CommonUtils/utils/src/main/java/com/gianlu/commonutils/Analytics/AnalyticsApplication.java:23: error: cannot find symbol
    private FirebaseAnalytics tracker;
            ^
  symbol:   class FirebaseAnalytics
  location: class AnalyticsApplication
/home/pierre/www/fdroiddata/build/com.gianlu.dnshero/CommonUtils/utils/src/main/java/com/gianlu/commonutils/Analytics/AnalyticsApplication.java:48: error: cannot find symbol
                Crashlytics.logException(throwable);
                ^
  symbol:   variable Crashlytics
  location: class AnalyticsApplication
/home/pierre/www/fdroiddata/build/com.gianlu.dnshero/CommonUtils/utils/src/main/java/com/gianlu/commonutils/Analytics/AnalyticsApplication.java:90: error: package CrashlyticsCore does not exist
                    .core(new CrashlyticsCore.Builder()
                                             ^
/home/pierre/www/fdroiddata/build/com.gianlu.dnshero/CommonUtils/utils/src/main/java/com/gianlu/commonutils/Analytics/AnalyticsApplication.java:89: error: package Crashlytics does not exist
            Fabric.with(this, new Crashlytics.Builder()
                                             ^
/home/pierre/www/fdroiddata/build/com.gianlu.dnshero/CommonUtils/utils/src/main/java/com/gianlu/commonutils/Analytics/AnalyticsApplication.java:89: error: cannot find symbol
            Fabric.with(this, new Crashlytics.Builder()
            ^
  symbol:   variable Fabric
  location: class AnalyticsApplication
/home/pierre/www/fdroiddata/build/com.gianlu.dnshero/CommonUtils/utils/src/main/java/com/gianlu/commonutils/Analytics/AnalyticsApplication.java:101: error: cannot find symbol
            Crashlytics.setUserIdentifier(uuid);
            ^
  symbol:   variable Crashlytics
  location: class AnalyticsApplication
/home/pierre/www/fdroiddata/build/com.gianlu.dnshero/CommonUtils/utils/src/main/java/com/gianlu/commonutils/Analytics/AnalyticsApplication.java:107: error: cannot find symbol
            tracker = FirebaseAnalytics.getInstance(this);
                      ^
  symbol:   variable FirebaseAnalytics
  location: class AnalyticsApplication

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.