summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/adapter/NavListAdapter.java
AgeCommit message (Collapse)Author
2018-01-14Add final modifiersMartin Fietz
2018-01-14Weaken declaration accessMartin Fietz
2018-01-14Use bulk operation instead of iterationMartin Fietz
2016-06-20Drawer: Only keep a weak reference to parent activityMartin Fietz
2016-06-20Reset holder counter for re-useMartin Fietz
2016-05-02Use strings to point to images, not urisMartin Fietz
2016-04-06Add subscription counterMartin Fietz
2016-04-02treat showing the subscriptions list like other drawer items.Tom Hennen
2016-03-25updated and fixed PR AntennaPod/AntennPod#1624Tom Hennen
2016-01-27Merge: Updated subscriptionview and synced developRaghul Jagannathan
2016-01-09Explanation dialogMartin Fietz
2016-01-09Indicate that episode cache is exhaustedMartin Fietz
2015-09-07Collapsed All and New Episodes in to 'Episodes' using tabsTom Hennen
This is to make room for 'Favorites' in the future. I kept the counter for 'New Episodes' and am displaying it next to 'Episodes'.
2015-09-07episodes fragment with tabs. layout of item info is messed up for some reason.Tom Hennen
2015-08-29Upgrade iconifyMartin Fietz
2015-08-08Cache all images (should reduce lag displaying lists of episodes)Tom Hennen
Cache strategy is now set in ApGlideSettings and referenced everywhere else from there.
2015-07-29Replace Picasso with GlideMartin Fietz
2015-07-02Nav drawer subscriptions context menuMartin Fietz
2015-05-28Handle failed refresh correctly, fix for nav drawer layoutMartin Fietz
2015-05-27Subscription view for managing feeds and Navigation drawer feed list cleanupRaghul Jagannathan
2015-05-19Show correct number of new itemsMartin Fietz
2015-05-19Fix for indicator, changes in context menusMartin Fietz
2015-05-19Order feeds by number of unread items (descending)Martin Fietz
2015-05-19Show feed new items and refresh failureMartin Fietz
2015-04-18Bux fixes, testsMartin Fietz
2015-04-18Use Fragment tags to reference to fragments, hide nav elementsMartin Fietz
2015-04-16using different icon for the 'All Episodes' fragmentTom Hennen
2015-04-15now properly setting the title and changed the icon for 'All Episodes'Tom Hennen
2015-04-15now we have 'All Episodes' and 'New Episodes'Tom Hennen
2015-04-05show the correct icon for queue and new episodesTom Hennen
2015-04-05switched to 'New Episodes', also displaying queue first in the drawerTom Hennen
2014-11-10Updated picasso librarydaniel oeh
Use RequestHandler instead of Downloader for extracting bitmaps from media files
2014-11-05Updated layoutsdaniel oeh
Use new navigation drawer toggle Customized colors of new themes Updated navigation drawer layout Updated "new episodes list" layout Updated feeditemlist layout Fixed refresh button behavior in feeditemlist Updated downloads fragment layout Fixed layouts on smaller screens, updated borderless buttons Use PreferenceFragment instead of PreferenceActivity if possible Changes of the Preference UI should now be made in the PreferenceController class. Replaced vertical_divider with android:attr/listDivider Updated itemlist layout in onlinefeedview Fixed NPE in TagFragment Updated gpodnet list layout Updated search layout Adjusted background color of external player Added material design icons Adjusted primary dark color
2014-09-19Moved non-gui classes to 'core' packagedaniel oeh
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure