Currently contextual menus are being used when the user long presses a connection in the connection list. Android contextual action bar should be used instead to give a more consistent experience for users using later (post 3.0) versions of Android.
The only problem is that this isn't usually supported in Gingerbread or below. We can use ActionBarSherlock, which extends the Android support library to support these features in older versions of the OS.
Currently contextual menus are being used when the user long presses a connection in the connection list. Android contextual action bar should be used instead to give a more consistent experience for users using later (post 3.0) versions of Android.
The only problem is that this isn't usually supported in Gingerbread or below. We can use ActionBarSherlock, which extends the Android support library to support these features in older versions of the OS.