Quality Assurance utilities for Android apps

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

License

License

MIT
GroupId

GroupId

pl.droidsonroids
ArtifactId

ArtifactId

foqa
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

aar
Description

Description

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

Project URL

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

Source Code Management

https://github.com/DroidsOnRoids/FoQA

Download foqa

How to add to project

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

Dependencies

compile (12)

Group / Artifact Type Version
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

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

Droids On Roids

Mobile & Web App Development Company

Versions

Version
0.0.1