summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity/AudioplayerActivity.java
AgeCommit message (Collapse)Author
2016-04-28save current fragment before starting a different activityDomingos Lopes
2016-04-26improve cast session changes after activity resumesDomingos Lopes
2016-04-24add cast disconnect buttonsDomingos Lopes
2016-04-24move playback speed button methods inside AudioplayerActivityDomingos Lopes
2016-04-24allow audioplayer and videoplayer to pass the view intent to the service if ↵Domingos Lopes
the app happens to be casting at the moment
2016-04-24switching between media player activitiesDomingos Lopes
2016-04-24separate audioplayeractivity into audio and cast activitiesDomingos Lopes
2016-04-22Prevent NPEMartin Fietz
2016-04-06Add subscription counterMartin Fietz
2016-04-02treat showing the subscriptions list like other drawer items.Tom Hennen
2016-03-27moved subscriptions up in the nav drawerTom Hennen
2016-03-22code cleaning:Domingos Lopes
- lambda expressions, method references, - multi catches, - remove unnecessary keywords (public keyword on interface method signatures, static on interfaces or enums, final on private method signatures), - == false expressions, - diamond type (<>) expressions, - replace StringBuffer with StringBuilder for local variables used by a single thread, - replace Arrays.asList with Collections.singletonList whenever applicable, - inline variable returns (whenever the variable name's meaning is not important to understand the code), - replace some chains of if/else if/... with switch/case, - break append(a + b) into append(a).append(b) for StringBuilder objects, - unused import statements, - reduce log TAGs to 23 characters, - MaterialDialog callback deprecated, - ActionBarActivity for AppCompatActivity,
2016-03-13Prevent leakMartin Fietz
2016-02-23Prevent NPEMartin Fietz
2016-02-23RefactorMartin Fietz
2016-01-31don't query DB from the UI thread\!Tom Hennen
2016-01-26Only instantiate player fragments onceMartin Fietz
2016-01-26Minor changesMartin Fietz
2016-01-26Tell player fragments to refreshMartin Fietz
2016-01-26Prevent memory leaksMartin Fietz
2016-01-26Only setup player activities onceMartin Fietz
2016-01-21Merge pull request #1561 from mfietz/redesign_audio_playerTom Hennen
Audio player redesign (Part 2)
2016-01-16Audio player redesignMartin Fietz
Sleep timer and audio effects (e.g. balance) accessible from actionbar, fragment pager
2016-01-09Indicate that episode cache is exhaustedMartin Fietz
2015-12-19Prevent ArrayIndexOutOfBoundsExceptionMartin Fietz
2015-12-11If drawer is open, back button closes itMartin Fietz
2015-12-02Replace commons-lang3 where possibleMartin Fietz
2015-11-26RxJava defer -> fromCallableMartin Fietz
2015-11-07If removing currently playing episode, (pause and) skip the sameMartin Fietz
2015-09-10Refactor database accessMartin Fietz
2015-09-05Set max slider playback speed to 2.50 or current speed if it is higher than thatMartin Fietz
2015-09-05Scale animation when playback speed has been changed via popupMartin Fietz
2015-09-05Show dialog where user chooses new playback speedMartin Fietz
2015-08-24Protect use of menuInfo:Tom Hennen
fixes AntennaPod/AntennaPod#1128
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-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-18Remove checks for opened drawer, now unneccessaryMartin Fietz
2015-04-18FixesMartin Fietz
2015-04-18Use Fragment tags to reference to fragments, hide nav elementsMartin Fietz
2015-04-10RefactoringsMartin Fietz
2015-04-05Sync episode actions with gpodder, smart mark as playedMartin Fietz
* Create episode actions when episodes are downloaded, played, deleted and marked as read * Sync (download and upload) episode actions * MediaPlayerActivity deletes almost completely played episode on close * Improved parsing of datetime strings * Smart mark as played can be disabled or set in the preferences
2014-12-19Use 2-line TextView in AudioplayerActivity toolbardaniel oeh
2014-12-19Moved settings button into navigation drawerdaniel oeh
2014-12-19Updated audio player layoutdaniel oeh
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