Giter Site home page Giter Site logo

tommyteavee / panickit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from guardianproject/panickit

0.0 1.0 0.0 147 KB

a framework for providing trusted connections between panic button apps and other apps that should be triggered by them

Home Page: https://dev.guardianproject.info/projects/panic/wiki

License: GNU Lesser General Public License v2.1

Shell 4.97% Java 95.03%

panickit's Introduction

PanicKit is a collection of tools for letting panic trigger and panic receiver apps safely and easily connect to each other. The trigger apps are the part that the user will actual engage when in a panic situation. The receiver apps receive the trigger signal from the trigger apps when the user has initiated the panic response. The connections between trigger and receiver can be strictly enforced based on packageName and APK signing key.

An overview of the PanicKit and how to use it is here: https://guardianproject.info/code/panickit

Downloads

The binary jar, source jar, and javadoc jar are all available on jcenter(), and they all include GPG signatures. To include this library using gradle, add this line to your build.gradle:

compile 'info.guardianproject.panic:panic:1.0'

License

This library is licensed under the LGPLv2.1. We believe this is compatible with all reasonable uses, including proprietary software, but let us know if it provides difficulties for you. For more info on how that works with Java, see:

https://www.gnu.org/licenses/lgpl-java.en.html

Reproducible Build

To build your own jars from source and recreate the exact same files, bit-for-bit, as the official releases, strip-nondeterminism is required to set the timestamps in the ZIP headers to match the timestamp in the git release tag (e.g. 0.2).

To install it on Debian/jessie, Ubuntu/vivid/15.04 or newer, just do:

sudo apt-get install dh-strip-nondeterminism

For Ubuntu/trusty/14.04, add our PPA:

curl 'https://pgp.mit.edu/pks/lookup?op=get&search=0x6B80A84207B30AC9DEE235FEF50EADDD2234F563' | sudo apt-key add -
sudo add-apt-repository ppa:guardianproject/ppa
sudo apt-get update
sudo apt-get install dh-strip-nondeterminism

panickit's People

Contributors

eighthave avatar

Watchers

 avatar

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.