summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity/MainActivity.java
AgeCommit message (Collapse)Author
2015-07-12Open new episodes when removing the currently shown feed via drawerMartin Fietz
2015-07-11Load fragment used in last session correctly.Martin Fietz
2015-07-08Handling update events in feed subscriptions, removed updated time in ↵Raghul
subscription view
2015-07-02Nav drawer subscriptions context menuMartin Fietz
2015-06-21Store information if media has an embedded picture in the databaseMartin Fietz
2015-06-21Fixes Queue not opening from the drawer, small podcasts images not scaling ↵Martin Fietz
up and long URL not wrapping in the podcast info view
2015-06-06Avoid IllegalStateExceptionsTom Hennen
commitAllowingStateLoss should do this for us. As noted in the TODO there is probably a better way, but now is not time.
2015-05-28fixed NPE on navDrawerDataTom Hennen
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-19Order feeds by number of unread items (descending)Martin Fietz
2015-04-22Small fixesMartin Fietz
2015-04-19Start: Restore last feedMartin Fietz
2015-04-19Change new pref key to not crash previous versions (type changed)Martin Fietz
2015-04-18Remove checks for opened drawer, now unneccessaryMartin Fietz
2015-04-18FixesMartin Fietz
2015-04-18Keep index of selected navigation drawer item up to dateMartin Fietz
2015-04-18Bux fixes, testsMartin Fietz
2015-04-18Use Fragment tags to reference to fragments, hide nav elementsMartin Fietz
2015-04-18Add longclick Drawer Preference dialogMartin Fietz
2015-04-18Prepare merge.Martin Fietz
2015-04-16Merge pull request #748 from TomHennen/new_and_all_episodesTom Hennen
New and all episodes fixes AntennaPod/AntennaPod#741 and fixes AntennaPod/AntennaPod#742
2015-04-16renamed EpisodesFragment to AllEpisodesFragmentTom Hennen
2015-04-15now we have 'All Episodes' and 'New Episodes'Tom Hennen
2015-04-15now saving the last navigation fragment the user had loadedTom Hennen
2015-04-05QueueEvents, Queue shows undobar on removal of an itemMartin Fietz
2015-04-05Minor changes: Log, import order, small refactoringsMartin Fietz
2015-04-05switched to 'New Episodes', also displaying queue first in the drawerTom Hennen
2015-01-07minor update to make the queue the first view. Not dynamic (always goes to ↵Tom Hennen
the queue, even if it's empty)
2014-12-19Improved layoutdaniel oeh
- Fixed actionbar shadow on 5.0 - Added text to action buttons in ItemlistFragment - Use ?android:attr/listDivider for horizontal dividers in navigation drawer
2014-12-19Show 'up' button instead of hamburger when showing child fragmentdaniel oeh
2014-12-19Replaced FeedItemDialog with ItemFragmentdaniel oeh
2014-12-19Use toolbar in MainActivity instead of actionbardaniel oeh
2014-12-19Moved settings button into navigation drawerdaniel oeh
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-10-25Removed use of indeterminate progress bardaniel oeh
No longer supported in version 21 of the support library
2014-10-11Moved core classes into subprojectdaniel oeh
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