clementine-player / Android-Remote

Control Clementine from your Android device
GNU General Public License v3.0
198 stars 80 forks source link

Upgrade material-dialogs to 0.9.4.4 #175

Closed friederbluemle closed 7 years ago

friederbluemle commented 7 years ago

The new version of material-dialogs no longer supports ListView and ListAdapter (see here), which is why the adapter that shows the list of discovered clementines on ConnectActivity had to be refactored at the same time. I replaced CustomClementinesAdapter with ServiceInfoAdapter, based on a standard RecyclerView implementation. item_clementine.xml was replaced with the 98% identical Android-included android.R.layout.simple_list_item_2.

amuttsch commented 7 years ago

Thank you for refactoring the service discovery list! I merged your PR.