https://github.com/google/volley

Last synced: about 1 month ago

Repository metadata:


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 252
Total Committers: 76
Avg Commits per committer: 3.316
Development Distribution Score (DDS): 0.782

Commits in past year: 3
Committers in past year: 3
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.667

Name Email Commits
Jeff Davidson j****d@g****m 55
Jeff Davidson j****6@c****u 35
Ficus Kirkpatrick f****s@a****m 18
Joe Bowbeer j****r@g****m 15
Ralph Bergmann r****h@t****u 11
sphill99 s****9@g****m 10
Evan Charlton e****n@g****m 6
Evan Charlton e****c@g****m 6
Ulrike Hager u****2@g****m 5
Aurash Mahbod a****h@g****m 5
Michal Bendowski b****i@g****m 4
Eric Liu e****r@g****m 4
Jean-Baptiste Queru j****q@g****m 3
Maurice Chu m****u@g****m 3
Samuel Yvon s****9@g****m 3
Xavier Ducrohet x****v@g****m 3
Jaewoong Eum s****s@n****m 2
Narayan Kamath n****n@g****m 2
Tom Ye t****e@g****m 2
Vladimir Baryshnikov v****b@g****m 2
Ammar Aijazi a****i 2
Yuhan Zhao p****n@g****m 2
David Braun d****n@g****m 1
Dave Santoro d****o@g****m 1
Dan Morrill m****l@s****s 1
Colin Cross c****s@a****m 1
Chad Jones c****j@g****m 1
Cameron Ketcham c****m@g****m 1
Brett Chabot b****t@g****m 1
Andrew Sutherland d****d@g****m 1
and 46 more...

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

maven: com.android.volley:volley

An HTTP library that makes networking for Android apps easier and, most importantly, faster.

  • Homepage: https://github.com/google/volley
  • Documentation: https://appdoc.app/artifact/com.android.volley/volley/
  • Licenses: The Apache License, Version 2.0
  • Latest release: 1.2.1 (published over 3 years ago)
  • Last Synced: 2024-11-11T00:28:00.610Z (about 1 month ago)
  • Versions: 4
  • Dependent Packages: 150
  • Dependent Repositories: 12,310
  • Rankings:
    • Dependent repos count: 0.068%
    • Dependent packages count: 0.494%
    • Average: 3.175%
    • Stargazers count: 5.77%
    • Forks count: 6.367%
maven: com.android.volley:volley-cronet

Cronet support for Volley.

  • Homepage: https://github.com/google/volley
  • Documentation: https://appdoc.app/artifact/com.android.volley/volley-cronet/
  • Licenses: The Apache License, Version 2.0
  • Latest release: 1.2.1 (published over 3 years ago)
  • Last Synced: 2024-11-11T00:27:56.537Z (about 1 month ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 20
  • Rankings:
    • Dependent repos count: 5.301%
    • Stargazers count: 5.77%
    • Forks count: 6.367%
    • Average: 16.831%
    • Dependent packages count: 49.886%

Dependencies

core/build.gradle maven
  • androidx.annotation:annotation 1.0.1 compileOnly
  • androidx.annotation:annotation 1.0.1 testImplementation
  • junit:junit 4.12 testImplementation
  • org.hamcrest:hamcrest-library 1.3 testImplementation
  • org.mockito:mockito-core 2.19.0 testImplementation
  • org.robolectric:robolectric 3.4.2 testImplementation
cronet/build.gradle maven
  • androidx.annotation:annotation 1.0.1 compileOnly
  • org.chromium.net:cronet-embedded 76.3809.111 compileOnly
  • androidx.annotation:annotation 1.0.1 testImplementation
  • junit:junit 4.12 testImplementation
  • org.chromium.net:cronet-embedded 76.3809.111 testImplementation
  • org.mockito:mockito-core 2.19.0 testImplementation
  • org.robolectric:robolectric 3.4.2 testImplementation
.github/workflows/codeql.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/gradle-build.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/setup-java v3 composite
build.gradle maven
testing/build.gradle maven