Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

razinj/context_launcher_legacy

Repository files navigation

❗ A re-write of this app is happening here.

Context Launcher

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

Run

Install dependencies:

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

Install and launch app in an android device/emulator:

npm run start:all

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