zach-klippenstein / captivate

A simple service for detecting wifi hotspots that ask for information (captive portals), and automatically showing the login page.
http://play.google.com/store/apps/details?id=com.zachklipp.captivate
9 stars 3 forks source link

Captivate

Captivate logo

Captivate is an Android app that does one very simple thing: whenever you connect to a wifi hotspot, it tries to determine if you are behind a captive portal. If you are, it shows a notification to let you quickly open the portal login page. If your session times out, Captivate will re-show the notification when you next turn on your screen.

It automates the process of opening a browser, trying to visit a webpage, getting redirected to the portal's login, then having to re-type the URL, or worse, go back to the app that opened the browser and re-share.

Test new features! Join the Captivate Testers Google+ Community to get access to beta versions of Captivate before they're released.

For developers: Captivate sends a broadcast intent whenever the portal state changes. See more below.

What's New

1.5.0

1.4.0

1.3.1

1.3.0

1.2.1

1.2.0

1.1.1

1.1.0

1.0.0

Download

<img alt="Get it on Google Play" src="http://www.android.com/images/brand/get_it_on_play_logo_large.png" />

Developers

Whenever Captivate detects a portal, or a portal signin, or timeout, or anything, it broadcasts the intent com.zachklipp.captivate.intent.ACTION_PORTAL_STATE_CHANGED. It includes two extras containing the current portal state, and information about the portal. The intent and extra names as of v1.1.0 are defined around here.

To receive the intent, you must request permission com.zachklipp.captivate.permission.ACCESS_PORTAL_STATE.