10 months agoUpdating to version 0.3.2 master 0.3.2
Marco Trevisan (Treviño) [Sat, 16 Jul 2011 16:53:46 +0000] 
Updating to version 0.3.2

10 months agoAdded Progress spinner dialog while reloading...
Marco Trevisan (Treviño) [Sat, 16 Jul 2011 16:34:44 +0000] 
Added Progress spinner dialog while reloading...

10 months agoLayout restyle...
Marco Trevisan (Treviño) [Sat, 16 Jul 2011 16:24:43 +0000] 
Layout restyle...

10 months agoDisable action_button on click, and renable it when possible.
Marco Trevisan (Treviño) [Sat, 16 Jul 2011 16:14:04 +0000] 
Disable action_button on click, and renable it when possible.

10 months agoImprove the retry-system to reconnect to the WiFi network 0.3.1
Marco Trevisan (Treviño) [Sat, 16 Jul 2011 16:03:00 +0000] 
Improve the retry-system to reconnect to the WiFi network

Thanks to threads we can use more time for retryies...

10 months agoUse a new thread for performing the root operations. 0.3
Marco Trevisan (Treviño) [Sat, 16 Jul 2011 16:02:04 +0000] 
Use a new thread for performing the root operations.

This allows to do async operations, without blocking the UI.
(using the runOnUiThread method for updating the UI)

10 months agoUpdate version value to 0.2.1 0.2.1
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 20:44:39 +0000] 
Update version value to 0.2.1

10 months agoAlways use Android's strings...
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 20:34:10 +0000] 
Always use Android's strings...

10 months agoRemoved some debug code
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 20:29:42 +0000] 
Removed some debug code

10 months agoBugfix: Fedback Toast wasn't shown on direct reload.
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 20:23:21 +0000] 
Bugfix: Fedback Toast wasn't shown on direct reload.

I guess it's a strange behavior when using method overloading...

10 months agoParsing about dialog for links... Ready for new version. 0.2
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 19:26:36 +0000] 
Parsing about dialog for links... Ready for new version.

10 months agoAdded about dialog to show program informations
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 18:27:55 +0000] 
Added about dialog to show program informations

10 months agoUpdated again the icon, removed unneded files.
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 17:26:57 +0000] 
Updated again the icon, removed unneded files.

10 months agoUpdated Icon, releasing version 0.1 0.1
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 17:19:45 +0000] 
Updated Icon, releasing version 0.1

10 months agoWifi isn't always automatically reloaded, don't be too sure in strings :)
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 17:13:24 +0000] 
Wifi isn't always automatically reloaded, don't be too sure in strings :)

Plus, increase the timeout before turning it on.

10 months agoAdded reconnect checkbox on the Connected alert dialog
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 16:42:40 +0000] 
Added reconnect checkbox on the Connected alert dialog

If checked the app tries to reconnect.

10 months agoAdded license informations
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 14:43:55 +0000] 
Added license informations

10 months agoMove to onCreateDialog() / showDialog()
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 14:39:06 +0000] 
Move to onCreateDialog() / showDialog()

10 months agoAdded support for restarting the atheros WiFi chip (also when active)
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 14:13:30 +0000] 
Added support for restarting the atheros WiFi chip (also when active)

10 months agoUse generic runRootCommands to run root commands and check support
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 12:56:48 +0000] 
Use generic runRootCommands to run root commands and check support

It is currently used by isRooted() to check for root support.

10 months agoAdded support for Wifi Status check, and rooting tests
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 12:29:57 +0000] 
Added support for Wifi Status check, and rooting tests

The interfaces now has stubs functions to check for valid root access
and to check for Wifi status.

10 months agoFirst basic layout...
Marco Trevisan (Treviño) [Thu, 14 Jul 2011 21:50:13 +0000] 
First basic layout...

10 months agoAtherosReloader: first stub!
Marco Trevisan (Treviño) [Thu, 14 Jul 2011 20:12:30 +0000] 
AtherosReloader: first stub!

Added project files