rosjava / android_core

Android libraries for rosjava
145 stars 166 forks source link

Add ability to remove recent Master URI from Shared Preferences #264

Open stratomda opened 7 years ago

stratomda commented 7 years ago

Add the ability to remove a recent Master URI from Shared Preferences. #257 added feature to automatically add a recent Master URI to Shared Preferences if successfully connected. These recent masters show up as auto completed text when the application is re-run.

Consider implementing when the MasterChooserSettingsActivity (talked about in #257) is merged.

stratomda commented 7 years ago

@jubeira Can we create a new issue for the MasterChooserSettingsActivity? We can include the following task from #257:

We can then close out #257 once the recent host merge is performed and the AppCompatActivity is done (should be later today).