GithubHelp home page GithubHelp logo

afiqiqmal / sharedchamber Goto Github PK

View Code? Open in Web Editor NEW
95.0 4.0 13.0 624 KB

Android Secure SharedPreferences Using Facebook Conceal Encryption

License: MIT License

Java 100.00%
conceal facebook android encryption sharedpreferences secure-android-sharedpreferences concealsharedpreference-android decryption simple java android-secure-sharedpreferences proguard hacktoberfest

sharedchamber's Issues

keeping a reference to the context statically

Hi,
i may have it wrong, but from the code it seems like the context passed to the PreferencesBuilder is saved statically inside ConcealPrefRepository.concealCrypto.
this may cause memory issues since the context will not be released. you may want to use the application context or a weak reference perhaps.

repository is needed

It would be helpful to add this piece of code on Installation :)

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}

Manifest merger failed with multiple errors!!

Gradle build failed with error message "Manifest merger failed with multiple errors"
My App's manifest has allow_backup property set to false which conflicts with this library.

I feel you dont need to specify allow_backup because you are writing a library!!

Cannot get nativeLoad method

I found this error when the app initialize.

Cannot get nativeLoad method
    java.lang.NoSuchMethodException: nativeLoad [class java.lang.String, class java.lang.ClassLoader, class java.lang.String]
    at java.lang.Class.getMethod(Class.java:2068)
        at java.lang.Class.getDeclaredMethod(Class.java:2047)
        at com.facebook.soloader.SoLoader.getNativeLoadRuntimeMethod(SoLoader.java:297)
        at com.facebook.soloader.SoLoader.initSoLoader(SoLoader.java:249)
        at com.facebook.soloader.SoLoader.initImpl(SoLoader.java:156)
        at com.facebook.soloader.SoLoader.init(SoLoader.java:131)
        at com.facebook.soloader.SoLoader.init(SoLoader.java:115)
        at com.facebook.soloader.SoLoader.init(SoLoader.java:142)
        at com.chamber.java.library.SharedChamber.initChamber(SharedChamber.java:86)

it might be similar to this? facebook/fresco#2115

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.