All Projects → Orange-OpenSource → Simiasque

Orange-OpenSource / Simiasque

Licence: mpl-2.0
A developer tool to hide Android status bar under an overlay mask

Programming Languages

java
68154 projects - #9 most used programming language

#SIMIASQUE

##What is Simiasque? Simiasque is an android application designed for developpers. It allows them to manually hide the status bar under an overlay mask, preventing stress tests (monkey tests) from clicking it.

##Why Monkey tests can be really annoying, and browsing among notifications and settings rather that the application seams to be a frequent issue. This app can be a simple work around to a common problem.

##How to install You can choose to download source code and compile it yourself, or you may want to directly download and install this demo apk

if you prefer to compile it yourself, juste clone our repo

git clone https://github.com/Orange-OpenSource/simiasque.git

and execute gradle command to compile and install the projet to your phone:

./gradlew installDebug

##How to use ###User interface Simply launch the application to get a switch that will allow you to turn the overlay mask on/off. ###Command line You can also use adb to toggle the overlay.

To turn it on:

adb shell am broadcast -a org.thisisafactory.simiasque.SET_OVERLAY --ez enable true

To turn it off:

adb shell am broadcast -a org.thisisafactory.simiasque.SET_OVERLAY --ez enable false

###From another app You can trigger Simiasque from another app using our broadcast receiver. Simply fire an intent with action org.thisisafactory.simiasque.SET_OVERLAY and an extra boolean enable set to true to show the mask and false to hide it.

##Screenshots:

##Contributing Contributions to Simiasque are welcome and greatly appreciated.

##Author: Arnaud Ruffin

##License: MPL-2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].