https://github.com/google/volley
Last synced: about 1 month ago
Repository metadata:
- Host: GitHub
- URL: https://github.com/google/volley
- Owner: google
- License: apache-2.0
- Created: 2017-01-24T17:39:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T16:14:40.000Z (3 months ago)
- Last Synced: 2024-10-29T15:05:34.674Z (about 2 months ago)
- Language: Java
- Homepage: https://google.github.io/volley
- Size: 1.36 MB
- Stars: 3,381
- Watchers: 133
- Forks: 754
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Owner metadata:
- Name: Google
- Login: google
- Email: [email protected]
- Kind: organization
- Description: Google ❤️ Open Source
- Website: https://opensource.google/
- Location:
- Twitter: GoogleOSS
- Company:
- Icon url: https://avatars.githubusercontent.com/u/1342004?v=4
- Repositories: 2445
- Last Synced at: 2023-04-09T05:37:45.829Z
- Profile URL: https://github.com/google
- Sponsor URL:
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 | 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
- Total packages: 2
- Total downloads: unknown
- Total dependent packages: 150 (may contain duplicates)
- Total dependent repositories: 12,330 (may contain duplicates)
- Total versions: 6
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