mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-17 17:52:23 +03:00
Add comments and deprecation notices
This commit is contained in:
parent
ce2f5a95d9
commit
d385cf271e
@ -33,6 +33,8 @@ import org.moire.ultrasonic.util.ImageLoader;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* This is the adapter for the display of a single list item (song, album, etc)
|
||||
*
|
||||
* @author Sindre Mehus
|
||||
*/
|
||||
public class EntryAdapter extends ArrayAdapter<Entry>
|
||||
|
@ -14,6 +14,12 @@ import java.util.ArrayList;
|
||||
import java.util.Collection;
|
||||
import java.util.WeakHashMap;
|
||||
|
||||
/**
|
||||
* A View that is periodically refreshed
|
||||
* @deprecated
|
||||
* Use LiveData to ensure that the content is up-to-date
|
||||
**/
|
||||
@Deprecated
|
||||
public class UpdateView extends LinearLayout
|
||||
{
|
||||
private static final WeakHashMap<UpdateView, ?> INSTANCES = new WeakHashMap<UpdateView, Object>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user