theappbusiness / android-proxy-toggle

Small application to help android developers to quickly enable and disable proxy settings
MIT License
425 stars 59 forks source link

Old version under Releases #24

Closed candeiasdan closed 3 years ago

candeiasdan commented 3 years ago

After installing the first version/releave, I have the app with no icon, and a main screen with "Enable" button. IP and port are automatically detected (not possible to configure) Also, the widget is just a button to Enable the proxy.

The installed app has nothing to do with the one showing on Readme. Looks like under release, you have the first draft of the app.

fmontesino commented 3 years ago

Hey @candeiasdan I just downloaded the .tar.gz file from releases and installed on a fresh emulator and it looks as expected:

Are you getting it from here? https://github.com/theappbusiness/android-proxy-toggle/releases/tag/v1.0.0

If not, could you please point me to which .apk did you try to install? I'll happily update them if required!

candeiasdan commented 3 years ago

@fmontesino unzipping the tar.gz I was able to install the app.

If you download the source code (from the same page), and call ./installAndGrantPermission.sh, you get a different version (mentioned above 👆 )

fmontesino commented 3 years ago

Oh, I see now! The source code is added automatically by GitHub when making a release, and the .apk at that time was wrong indeed.

Thanks for letting me know, I will try to amend it ASAP.

Enjoy the app!