# JessYanCoding/ProgressManager

⏳ Listen the progress of  downloading and uploading in Okhttp, compatible Retrofit and Glide (一行代码即可监听 App 中所有网络链接的上传以及下载进度, 包括 Glide 的图片加载进度).

Repository: https://github.com/JessYanCoding/ProgressManager
Canonical: https://ross.abutalabs.com/products/progressmanager
Language: Java
License: Apache-2.0
License Family: permissive
Topics: okhttp, glide, retrofit, listen, receiver, progress, mvparms, arms
Last push: 2022-07-26T21:54:16+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3375, "days_push": 1499, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2715, forks 289 (observed 2026-08-28T04:07:12.026633+00:00)

## What it is
A lightweight Android library that listens to download and upload progress of network requests made with Okhttp, Retrofit, and Glide using a one-line registration API. It uses an EventBus-like pattern where listeners are registered by URL and notified of progress anywhere in the app.

## Use cases
- show download progress bar for files in android app
- track image loading progress with glide
- monitor upload progress for okhttp requests
- sync progress updates across multiple ui components
- listen to retrofit request progress
- display progress for multi-file uploads

## When to choose
- your android app uses okhttp, retrofit, or glide and needs progress callbacks
- you want low-coupling progress listeners decoupled from request code
- you need multiple receivers synchronized on the same url's progress

## When to avoid
- you use ktor or other non-okhttp networking stacks
- you need progress tracking for non-android jvm projects
- you need a library under active development

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, middleware, developer-tools
- domain: mobile-development, android-tools, web-development
- platform: jvm
- tags: okhttp, retrofit, glide, download-progress, upload-progress, event-listener, java, android, mobile

## Member repositories
- JessYanCoding/ProgressManager (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:12.026633+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:15:29.747636+00:00, confidence not recorded.
  - readme: https://github.com/JessYanCoding/ProgressManager (fetched 2026-08-28T04:07:12.026633+00:00, sha 802852964bbf)
- Data as of 2026-08-30T08:39:29.467469+00:00.
