Quality Assurance utilities for Android apps

Various Quality Assurance utilities to be included in QA/testing variants of Android apps

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

0.0.1
Дата

Дата

Тип

Тип

aar
Описание

Описание

Quality Assurance utilities for Android apps
Various Quality Assurance utilities to be included in QA/testing variants of Android apps
Ссылка на сайт

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

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

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

https://github.com/DroidsOnRoids/FoQA

Скачать foqa

Имя Файла Размер
foqa-0.0.1.pom
foqa-0.0.1.aar 22 KB
foqa-0.0.1-sources.jar 261 bytes
foqa-0.0.1-javadoc.jar 261 bytes
Обзор

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

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

Зависимости

compile (12)

Идентификатор библиотеки Тип Версия
com.willowtreeapps.hyperion : hyperion-core jar 0.9.27
com.willowtreeapps.hyperion : hyperion-attr jar 0.9.27
com.willowtreeapps.hyperion : hyperion-measurement jar 0.9.27
com.willowtreeapps.hyperion : hyperion-disk jar 0.9.27
com.willowtreeapps.hyperion : hyperion-recorder jar 0.9.27
com.willowtreeapps.hyperion : hyperion-phoenix jar 0.9.27
com.willowtreeapps.hyperion : hyperion-crash jar 0.9.27
com.willowtreeapps.hyperion : hyperion-shared-preferences jar 0.9.27
com.willowtreeapps.hyperion : hyperion-geiger-counter jar 0.9.27
com.willowtreeapps.hyperion : hyperion-timber jar 0.9.27
com.willowtreeapps.hyperion : hyperion-build-config jar 0.9.27
com.amitshekhar.android » debug-db jar 1.0.4

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

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

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

Droids On Roids

Mobile & Web App Development Company

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

Версия
0.0.1