chuck_plugin

Hyperion plugin for menu item with Chuck - simple in-app HTTP inspector. Part of FoQA project.

License

License

GroupId

GroupId

pl.droidsonroids.foqa
ArtifactId

ArtifactId

chuck
Last Version

Last Version

0.0.21
Release Date

Release Date

Type

Type

aar
Description

Description

chuck_plugin
Hyperion plugin for menu item with Chuck - simple in-app HTTP inspector. Part of FoQA project.
Project URL

Project URL

https://github.com/DroidsOnRoids/FoQA
Source Code Management

Source Code Management

https://github.com/DroidsOnRoids/FoQA.git

Download chuck

How to add to project

<!-- https://jarcasting.com/artifacts/pl.droidsonroids.foqa/chuck/ -->
<dependency>
    <groupId>pl.droidsonroids.foqa</groupId>
    <artifactId>chuck</artifactId>
    <version>0.0.21</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/pl.droidsonroids.foqa/chuck/
implementation 'pl.droidsonroids.foqa:chuck:0.0.21'
// https://jarcasting.com/artifacts/pl.droidsonroids.foqa/chuck/
implementation ("pl.droidsonroids.foqa:chuck:0.0.21")
'pl.droidsonroids.foqa:chuck:aar:0.0.21'
<dependency org="pl.droidsonroids.foqa" name="chuck" rev="0.0.21">
  <artifact name="chuck" type="aar" />
</dependency>
@Grapes(
@Grab(group='pl.droidsonroids.foqa', module='chuck', version='0.0.21')
)
libraryDependencies += "pl.droidsonroids.foqa" % "chuck" % "0.0.21"
[pl.droidsonroids.foqa/chuck "0.0.21"]

Dependencies

runtime (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.3.41
com.willowtreeapps.hyperion : hyperion-plugin jar 0.9.27
pl.droidsonroids : chuck jar 1.1.47

Project Modules

There are no modules declared in this project.

FoQA

Maven Central Logo

Container for various Quality Assurance utilities to be included in QA/testing variants of Android apps.

Description

Integrate various Quality Assurance tools into Android application by adding just one line to build.gradle. FoQA Hyperion plugins can also be used separately.

Usage

Add FoQA dependency to build.gradle of the application module:

dependencies {
    debugImplementation 'pl.droidsonroids.foqa:foqa:<latest version>'
}
dependencies {
    debugImplementation("pl.droidsonroids.foqa:foqa:<latest version>")
}

Latest version number: Maven Central

If not already present add Maven Central repository:

repositories {
    mavenCentral()
}

Contents

See build.gradle for a complete list of components. And build.gradle for versions.

FoQA Hyperion plugins

Device Info plugin

Shows device market name and Android version.

Device info plugin demo

Device info plugin demo

Usage

dependencies {
    debugImplementation 'pl.droidsonroids.foqa:deviceinfo:<latest version>'
}
dependencies {
    debugImplementation("pl.droidsonroids.foqa:deviceinfo:<latest version>")
}

Latest version number: Maven Central

Font Scale plugin

Allows to quickly change system font scale in range from 0.4 to 1.6. System settings write prompt will appear when setting scale for the first time.

Font scale plugin demo

Usage

dependencies {
    debugImplementation 'pl.droidsonroids.foqa:fontscale:<latest version>'
}
dependencies {
    debugImplementation("pl.droidsonroids.foqa:fontscale:<latest version>")
}

Latest version number: Maven Central

Chucker plugin

Allows to quickly launch Chucker. Based on Hyperion Chuck

Usage

dependencies {
    debugImplementation 'pl.droidsonroids.foqa:chucker:<latest version>'
}
dependencies {
    debugImplementation("pl.droidsonroids.foqa:chucker:<latest version>")
}

Latest version number: Maven Central

License

MIT License

pl.droidsonroids.foqa

Droids On Roids

Mobile & Web App Development Company

Versions

Version
0.0.21
0.0.14
0.0.13
0.0.12
0.0.10
0.0.9