Skip to content

razinj/context_launcher

Repository files navigation

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

Release apk and aab

Before generating release builds, change the versionCode and versionName in android/app/build.gradle.

./gradlew assembleRelease # Release 'apk'
./gradlew bundleRelease # Release 'aab'

Or run the build.sh script.

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