rosjava / android_apps

Applications built on top of the rosjava android libraries.
133 stars 112 forks source link

Put RosAppActivity on a diet #6

Closed stonier closed 11 years ago

stonier commented 11 years ago

Lots of code that was basically detecting its own instance (ros app or app chooser or app chooser returning from an application) and creating alot of forked pathways in the class itself. Since not much of it is actually shared, we decided to split the classes as it is a hell of alot easier to debug.

Now just have to trim out the fat that we're not using in RosAppActivity.

stonier commented 11 years ago

Class has been successfully migrated to android_remocons: https://github.com/ros-java/android_remocons/commit/89b8fc4372ecc8570d5b3dec22dfc9b8cc8afd35

stonier commented 11 years ago

Accidentally closed.