android-async-http icon indicating copy to clipboard operation
android-async-http copied to clipboard

Seeking maintainers / developers

Open smarek opened this issue 5 years ago • 12 comments

This project has not been developed / maintained for few years. I've finally got hold of James Smith (loopj) and he transfered the whole project to organization (https://github.com/android-async-http) and I'm currently finally able to add more developers, which was issue from late 2014 (missing more developers)

So If you are interested in helping this community thrive again, let me know, and I'll definitely appreaciate any help.

Without more people to work on this project, the progress will be slow, and I cannot guarantee any specific time-allocation i could invest.

smarek avatar May 22 '19 09:05 smarek

Is there any alternative available to this library?

derwaldgeist avatar Jul 02 '19 19:07 derwaldgeist

I want help to keep the project alive where should I start?

saeed-rz avatar Jul 11 '19 11:07 saeed-rz

@saeed-rz thank you, you can either work on fixing issues on master branch (1.4.x releases), or help me get ready 1.5.x release on branch 1.5.0. I'll review your pull-requests (PRs), and if your work will be good, I can add you as project contributor, so you can close/assign issues and make direct changes in the code, without requiring my attention/time.

Does this sound good to you?

smarek avatar Jul 11 '19 11:07 smarek

yes, sounds good, I will start very soon

saeed-rz avatar Jul 11 '19 13:07 saeed-rz

@saeed-rz I've just published, several times (stupid me), snapshot of 1.4.10, which will succeed the 1.4.9 version available since 2015

Standard path (direct) is : https://oss.sonatype.org/content/repositories/snapshots/com/loopj/android/android-async-http/1.4.10-SNAPSHOT/

Gradle configuration is mentioned in README.md in master

repositories {
  maven {
    url 'https://oss.sonatype.org/content/repositories/snapshots/'
  }
}
dependencies {
  compile 'com.loopj.android:android-async-http:1.4.10-SNAPSHOT'
}

Will you please confirm to me, that the release is complete and fully functional, before I release it out in mavenCentral ?

Thank you!

smarek avatar Jul 18 '19 23:07 smarek

I've tested 1.4.10 and its look complete and fully functional. @smarek

saeed-rz avatar Jul 19 '19 21:07 saeed-rz

@saeed-rz released just now to maven central, should appear in two hours tops

smarek avatar Jul 20 '19 06:07 smarek

thanks @smarek for inviting me to collaborate on the android-async-http

saeed-rz avatar Jul 21 '19 05:07 saeed-rz

@saeed-rz thank you for contributing and having the will to keep the development going, current permission set will allow you to manage issues, not push to repository directly, you still have to use PRs for now

smarek avatar Jul 21 '19 13:07 smarek

@smarek I would like to join. Where should I start? Bug fixing?

vinayakb-pits avatar Aug 27 '19 11:08 vinayakb-pits

@vinayakb-pits welcome, yes, take anything from the issues that is fixable and provider pull-request (PR) and it will take few PRs and I might add you as collaborator (same as @saeed-rz ), so you can close and re-categorize tickets and more. Thank you!

smarek avatar Aug 27 '19 14:08 smarek

@smarek : I'll be working on the issues :) Thanks.

abhishku avatar Sep 15 '23 10:09 abhishku