Giter Club home page Giter Club logo

simiasque's Introduction

#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

simiasque's People

Contributors

arnaudruffin avatar mkaloer avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.