summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity/MainActivity.java
AgeCommit message (Collapse)Author
2017-04-15Added feed title to delete confirmationByteHamster
Closes #2291
2016-11-01Add ability to rename feedsMartin Fietz
2016-10-12Replace toast with snackbar and optional undo actionMartin Fietz
2016-10-09Add dialog option to auto-enable sleep timerMartin Fietz
2016-10-02Merge pull request #1985 from mfietz/issue/1942-automatic-updateMartin Fietz
On resume, check if the feeds should be (automatically) refreshed.
2016-06-29Fixed rule 'Lamdbas containing only one statement should not nest this ↵Soso Tughushi
statement in a block'
2016-06-20On resume, check if the feeds should be (automatically) refreshed.Martin Fietz
2016-06-08indentation on MainActivity onCreateOptionsMenudomingos86
2016-06-07adapt ui to different flavorsDomingos Lopes
2016-06-04Create one flavor with Google Cast support and one (free) withoutMartin Fietz
2016-04-24allow fine control on where to show the cast buttonDomingos Lopes
2016-04-24have hardware buttons change media volume ONLY when not castingDomingos Lopes
2016-04-23add cast button to important activitiesDomingos Lopes
2016-04-17Refactor QueueEventMartin Fietz
2016-04-14Send FeedItemEvent when a tag has been added or removedMartin Fietz
2016-04-06Add subscription counterMartin Fietz
2016-04-02treat showing the subscriptions list like other drawer items.Tom Hennen
2016-03-31* SubscriptionsAdapter now using its own ItemAccess instead of MainActivityTom Hennen
* SubscriptionFragment now properly reloading data when it should
2016-03-27moved subscriptions up in the nav drawerTom Hennen
2016-03-27added 'add podcast' and back now works properlyTom Hennen
2016-03-25additional cleanup, removed submodule, renamed thingsTom Hennen
2016-03-25updated and fixed PR AntennaPod/AntennPod#1624Tom Hennen
2016-01-27Merge: Updated subscriptionview and synced developRaghul Jagannathan
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