All Projects → signalapp → libpastelog

signalapp / libpastelog

Licence: GPL-3.0 license
No description, website, or topics provided.

Programming Languages

java
68154 projects - #9 most used programming language

libpastelog

A simple library that provides an easy fragment allowing users to throw debug logs in a pastebin (currently gist) online.

Download

Gradle:

compile 'org.whispersystems:libpastelog:1.0.7'

Maven:

<dependency>
  <groupId>org.whispersystems</groupId>
  <artifactId>libpastelog</artifactId>
  <version>1.0.7</version>
</dependency>

Or download the latest JAR directly.

Usage

Check out the sample application in /sample, note that:

  1. @color/libpastelog_confirmation_background can overridden within your app.
  2. android.permission.INTERNET is required.
  3. the parent activity must not be recreated by orientation changes android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize".

Building

./gradlew build - build the sample and library projects.

License

Copyright 2014 Open Whisper Systems

Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].