chuck_plugin

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

Лицензия

Лицензия

Группа

Группа

pl.droidsonroids.foqa
Идентификатор

Идентификатор

chuck
Последняя версия

Последняя версия

0.0.21
Дата

Дата

Тип

Тип

aar
Описание

Описание

chuck_plugin
Hyperion plugin for menu item with Chuck - simple in-app HTTP inspector. Part of FoQA project.
Ссылка на сайт

Ссылка на сайт

https://github.com/DroidsOnRoids/FoQA
Система контроля версий

Система контроля версий

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

Скачать chuck

Как подключить последнюю версию

<!-- 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"]

Зависимости

runtime (3)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.0.21
0.0.14
0.0.13
0.0.12
0.0.10
0.0.9