Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.21 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.21 KB

Context Launcher

Context Launcher is an Android list-based launcher made to be simple, practical and straight forward to use.

Get it on Google Play

Become a tester.

Preview

Screenshots

Run

Install dependencies:

# NPM
npm ci
# Gradle
cd android && ./gradlew build

Install and launch app in an android device/emulator:

npm run android

Build

Debug APK:

cd android && ./gradlew assembleDebug

Tests

Only RN/Jest are implemented at the moment.

Run:

npm run test

Misc

Open up the debugging menu:

adb shell input keyevent 82

Star History

Star History Chart