summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity/MainActivity.java
AgeCommit message (Collapse)Author
2016-01-31don't query DB from the UI thread\!Tom Hennen
2016-01-17Set default update interval for fresh installationsMartin Fietz
2016-01-09Indicate that episode cache is exhaustedMartin Fietz
2016-01-07ShadowsMartin Fietz
2016-01-07getMainActivtyActionBar -> getSupportActionBarMartin Fietz
2015-12-19Prevent ArrayIndexOutOfBoundsExceptionMartin Fietz
2015-12-11If drawer is open, back button closes itMartin Fietz
2015-11-27Merge pull request #1369 from mfietz/ratingTom Hennen
Rating Dialog
2015-11-26RxJava defer -> fromCallableMartin Fietz
2015-11-25Prevent a possible leak, minor refactoringsMartin Fietz
2015-11-09Rating dialogMartin Fietz
2015-11-08AlertDialog -> v7 AlertDialogMartin Fietz
2015-11-08What Tom saidMartin Fietz
2015-11-07If removing currently playing episode, (pause and) skip the sameMartin Fietz
2015-11-06Drawer: (Easier) Feed list context menuMartin Fietz
2015-11-03remove commented out codeTom Hennen
2015-11-03playing around with recycler view. context menu and swiping isn't workingTom Hennen
2015-11-01Merge pull request #1320 from mfietz/user_preferencesTom Hennen
Refactoring: User preferences
2015-11-01Unused parameterMartin Fietz
2015-10-25Just check everything for null before you do stuff with itMartin Fietz
2015-10-09Updated PlaybackTest to deal with some spurious bugs.Tom Hennen
Problem was that the PlaybackController wasn't having currentMedia get updated when playback initially starts. Working around it here by getting the real playback controller that's being used in the app. Still need to update PlaybackSonicTest.
2015-09-20Added 'tags' to FeedItem and properly showing/not showing menu items for ↵Tom Hennen
favorites.
2015-09-10Refactor database accessMartin Fietz
2015-09-09Let Glide trim memory when system asks AP to do soMartin Fietz
2015-09-07fixed dark themeTom Hennen
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-24Protect use of menuInfo:Tom Hennen
fixes AntennaPod/AntennaPod#1128
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-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-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