summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity
AgeCommit message (Collapse)Author
2018-01-09Fixed scaling of videoByteHamster
2018-01-09Added configChangesByteHamster
2018-01-09Added Picure in pictureByteHamster
2018-01-08Set video aspect on initial creationDirk Mueller
Previously on first start of a video the aspect ratio was not correct (annoying on a 18:9 phone as it doesn't match the usual 16:9 aspect ratio). So extract the code into a setupVideoAspectRatio() helper and call it from surfaceCreated as well.
2018-01-07Simplified onActivityResultByteHamster
2018-01-07Using FileUtils.copyInputStreamToFileByteHamster
2018-01-07Closing correctlyByteHamster
2018-01-07Style changes and loggingByteHamster
2018-01-03Merge pull request #2457 from ByteHamster/sharedElementMartin Fietz
Shared element transition
2018-01-02Merge branch 'develop'Martin Fietz
2017-12-25Review changesByteHamster
2017-12-24Cleanup import/exportByteHamster
2017-12-24Showing dialog when import succeedsByteHamster
2017-12-24Supporting export using documents store APIByteHamster
2017-12-24Import/Export activityByteHamster
2017-10-24Merge tag '1.6.4.1'Martin Fietz
2017-10-21Avoid FileUriExposedExceptionMartin Fietz
2017-10-21Shared element transition of coverByteHamster
2017-10-20Merge branch 'develop' into htmlpatchMartin Fietz
2017-10-19Check extra text for nullMartin Fietz
2017-10-17Merge branch 'develop'Martin Fietz
2017-10-15Merged add_feed_label and add_new_feed_labelByteHamster
Closes #1833
2017-10-15lambdas break old Androids, sigh.Danial Klimkin
2017-10-15Reworking data dir dialogDanial Klimkin
2017-08-08request permissions in api > 23 (Android N etc.)Serge
I'm not sure but did you mean ">=" ?
2017-06-05RefactorMartin Fietz
2017-05-03Added null and instanceof checksByteHamster
2017-05-03Allow sharing feed file, as suggested in #2236ByteHamster
2017-04-16Merge pull request #2294 from ByteHamster/stats-durationMartin Fietz
Allow choosing between getDuration and getPlayedDuration
2017-04-15Renamed type to modeByteHamster
2017-04-15Added feed title to delete confirmationByteHamster
Closes #2291
2017-04-15Allow choosing between getDuration and getPlayedDurationByteHamster
2017-04-10Merge pull request #2287 from mfietz/2275-share-opmlMartin Fietz
Share OPML [Fixed]
2017-04-10Convert string to uriMartin Fietz
2017-04-09Merge branch 'develop' into developMartin Fietz
2017-03-17Handle OPML send intentCj Malone
2016-12-03Add branded launch screen.VarunBarad
2016-11-19Fix adding YouTube feedsCj Malone
2016-11-01Do not check permissions for OPML import on pre-M Android versionsMartin Fietz
2016-11-01Move EventBus register/unregister to appropriate classMartin Fietz
2016-11-01Merge pull request #2172 from mfietz/feature/1794-rename-feedsMartin Fietz
Rename feeds
2016-11-01Replace jsoup's example html to plain text parser with adaptation thereofMartin Fietz
2016-11-01Sanitize HTML from Atom feed descriptions/subtitlesMartin Fietz
2016-11-01Add ability to rename feedsMartin Fietz
2016-11-01Hide author(s) and language feed information if emptyMartin Fietz
2016-10-30Merge branch 'develop' into 2085-auto-enable-sleep-timerMartin Fietz
2016-10-15Move opml packageMartin Fietz
2016-10-15Refactor OPML export from asynctask to observableMartin Fietz
2016-10-12Replace toast with snackbar and optional undo actionMartin Fietz
2016-10-09Add dialog option to auto-enable sleep timerMartin Fietz