DevelopFreedom / logmein-android

Automatically login to University WiFi with your Android
https://play.google.com/store/apps/details?id=org.developfreedom.logmein
GNU General Public License v3.0
16 stars 11 forks source link

Show Persistent notification only when connected to pu wifi #13

Closed Ashish-Bansal closed 9 years ago

ylogx commented 9 years ago

Great, so I merged this into release branch. I also created a separate ashish branch for you. It's recommended that you checkout that branch and push into the same branch(ashish).

Everybody works in their separate branch and I eventually merge all those changes into release branch. Master branch has the production code that is tagged for release on F-Droid store i.e a new tag creates an update notification to all F-Droid users.

There are some tasks still pending. One of them is to get the url dynamically instead of hard-coded string (http:172....).

CASE 1: Redirections 302
CASE 2: Local server serves page instead of google.com which redirects (UIET, PU@Campus sometimes does this)

Update: I just opened a separate issue #14 for this. Let's figure out ways to do this there.