Age | Commit message (Collapse) | Author |
|
|
|
|
|
Implemented Picasso Downloaders
Replaced ImageLoader and DiskCache with Picasso
Removed ImageLoader, DiskCache code
|
|
|
|
|
|
fixes #471
|
|
|
|
closes #462
|
|
|
|
|
|
|
|
|
|
Causes too much accidental updates
|
|
|
|
|
|
|
|
- Removed InternalFeedItemlistAdapter
|
|
|
|
|
|
- move to top(bottom) is now disabled for the item at the first(last) item instead of removed. closes #380
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FeedItemMenuHandler so that we can ensure the user was actually in the 'Queue' dropdown when they opened the menu. Also, move to top now only shows up if the item isn't already at the top, similarly, for move to bottom, it only shows up if the item isn't already at the bottom.
|