summary |
shortlog | log |
commit |
commitdiff |
tree
HEAD ⋅ prev ⋅ next
Marco Trevisan (Treviño) [Sat, 16 Jul 2011 16:53:46 +0000]
Updating to version 0.3.2
Marco Trevisan (Treviño) [Sat, 16 Jul 2011 16:34:44 +0000]
Added Progress spinner dialog while reloading...
Marco Trevisan (Treviño) [Sat, 16 Jul 2011 16:24:43 +0000]
Layout restyle...
Marco Trevisan (Treviño) [Sat, 16 Jul 2011 16:14:04 +0000]
Disable action_button on click, and renable it when possible.
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...
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)
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 20:44:39 +0000]
Update version value to 0.2.1
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 20:34:10 +0000]
Always use Android's strings...
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 20:29:42 +0000]
Removed some debug code
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...
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 19:26:36 +0000]
Parsing about dialog for links... Ready for new version.
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 18:27:55 +0000]
Added about dialog to show program informations
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 17:26:57 +0000]
Updated again the icon, removed unneded files.
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 17:19:45 +0000]
Updated Icon, releasing version 0.1
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.
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.
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 14:43:55 +0000]
Added license informations
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 14:39:06 +0000]
Move to onCreateDialog() / showDialog()
Marco Trevisan (Treviño) [Fri, 15 Jul 2011 14:13:30 +0000]
Added support for restarting the atheros WiFi chip (also when active)
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.
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.
Marco Trevisan (Treviño) [Thu, 14 Jul 2011 21:50:13 +0000]
First basic layout...
Marco Trevisan (Treviño) [Thu, 14 Jul 2011 20:12:30 +0000]
AtherosReloader: first stub!
Added project files