Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why is the project not developing? #69

Open
FetFrumos opened this issue Apr 28, 2022 · 2 comments
Open

why is the project not developing? #69

FetFrumos opened this issue Apr 28, 2022 · 2 comments

Comments

@FetFrumos
Copy link

I want using openconnect in my android app. but I see that the project has not been developed for several years. many reports of build problems in new versions of android. What is the reason for stopping development? is it worth investing now at this time? perhaps there is another alternative?

@dlenski
Copy link
Collaborator

dlenski commented May 12, 2022

I believe I'm the last person to make significant contributions here (see https://github.com/dlenski/ics-openconnect).

I'm also an active ongoing contributor to the upstream OpenConnect/libopenconnect (https://gitlab.com/openconnect/openconnect).

What is the reason for stopping development?

I can only speak for myself…

  1. I no longer have any need to use the Android client, or provide it to my colleagues at $EMPLOYER. That takes away a lot of my motivation.
  2. I spend a lot of my free time on the upstream OpenConnect project. I consider that work much more interesting and useful all around.
  3. Bug reports and other feedback from users of Android apps are of a strikingly poor quality compared to users of the POSIX CLI openconnect application.
  4. Building/testing/deploying this app on Android is more difficult and time-consuming, particularly when it comes to managing and understanding the interactions between the native lib and the Android UI.

is it worth investing now at this time? perhaps there is another alternative?

Yep, it's certainly worth picking up again.

Especially if you can fix the CI (dlenski@a52f203), and make it build APK artifacts on every commit, that would go a long way towards motivating me to contribute more… and also making it easier for new people to contribute. 😄

The other low-hanging fruit is simply to update to a more recent libopenconnect, and start taking advantage of the newly-supported protocols and new API features.

@FetFrumos
Copy link
Author

Hi @dlenski ,
I have another questions:

I need libopenconnect.so for armeabi-v7a architecture, but this [makefile ] supports only armeabi ,arm64-v8a , x86, x86_64 architectures, without armeabi-v7a. why is there no support? because armeabi-v7a is the most common architecture for android.

@dlenski dlenski pinned this issue Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants