[BREAKGLASS] Append-only mirror of github.com/signalapp/libpastelog
Go to file
2018-03-05 16:42:26 -08:00
gradle/wrapper Update gradle and build tools 2018-02-22 14:47:08 -08:00
library Add content type part 2018-03-05 16:42:18 -08:00
sample switch to debuglogs endpoint, update to 1.1.1 2018-03-01 17:50:52 -08:00
.gitignore switch to debuglogs endpoint, update to 1.1.1 2018-03-01 17:50:52 -08:00
build.gradle Bump version to 1.1.2 2018-03-05 16:42:26 -08:00
gradlew primordium 2014-07-16 17:35:49 -07:00
gradlew.bat primordium 2014-07-16 17:35:49 -07:00
LICENSE license 2014-07-16 17:53:21 -07:00
README.md v1.0.7 2016-01-11 01:55:45 +01:00
settings.gradle refactor library folder layout and add sample 2014-10-04 21:27:22 -05:00

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