RepoPilot

Karumi/Dexter

Android library that simplifies the process of requesting permissions at runtime.

Mixed

Stale — last commit 5y ago

MixedDependency

last commit was 5y ago; dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 5y ago; dependency CVE scan unavailable

  • Stale — last commit 5y ago
  • 26+ active contributors
  • Distributed ownership (top contributor 26% of recent commits)
  • Apache-2.0 licensed
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: Karumi/Dexter

Generated by RepoPilot · document generated 2026-09-12 · concise human review Evidence snapshot · analyzed 2026-09-12T23:09:07.845Z · commit 59132a15efe5

Verdict

Mixed — Stale — last commit 5y ago

  • 26+ active contributors
  • Distributed ownership (top contributor 26% of recent commits)
  • Apache-2.0 licensed
  • CI configured
  • 1 more receipt on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

Dexter is an Android library (Java, 112KB codebase) that abstracts the complexity of Android 6.0+ runtime permissions into a fluent, callback-based API. Instead of writing permission-checking boilerplate in Activities, developers call Dexter.withContext(activity).withPermission(Manifest.permission.CAMERA).withListener(listener).check() and handle grants/denials in listener callbacks. It handles the entire flow: checking grant status, showing system dialogs, managing rationale screens, and invoking permission callbacks on the correct thread. Single-module library structure: dexter/src/main/java/com/karumi/dexter/ contains the core engine (Dexter.java entry point, DexterActivity.java for…

Start here

Open these first:

  • dexter/src/main/java/com/karumi/dexter/Dexter.java — Main entry point and public API facade that developers use to request permissions; defines the core DexterBuilder pattern.
  • dexter/src/main/java/com/karumi/dexter/DexterInstance.java — Core state machine that manages the permission request lifecycle and coordinates with the permission service.
  • dexter/src/main/java/com/karumi/dexter/AndroidPermissionService.java — Low-level abstraction over Android's runtime permission system; bridges native Android APIs to the Dexter request model.
  • dexter/src/main/java/com/karumi/dexter/DexterActivity.java — Invisible activity used to capture Android's permission request results and deliver callbacks to listeners.
  • dexter/src/main/java/com/karumi/dexter/listener/multi/MultiplePermissionsListener.java — Core listener interface for multi-permission requests; all permission result handling flows through this contract.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone the repo, sync Gradle dependencies, and run the sample app:

git clone https://github.com/Karumi/Dexter.git
cd Dexter
./gradlew build
./gradlew installDebug  # or open in Android Studio and run

Daily commands:

In Android Studio: File → Open → select Dexter root folder → Gradle sync → Run (or ./gradlew installDebug from CLI). No dev server; this is a library meant to be included as a dependency.

Key cautions & unknowns

  • Stale — last commit 5y ago
  • No test suite: file list shows zero test files; all testing must be manual on Android devices. Thread marshaling: callbacks are forcibly executed on MainThread via MainThread.java—custom listeners that call…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/karumi/dexter?axis=fork)](https://repopilot.app/r/karumi/dexter)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/karumi/dexter on X, Slack, or LinkedIn.

Ask AI about karumi/dexter

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/karumi/dexter"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>