summaryrefslogtreecommitdiff
path: root/app/src/main/java/de
AgeCommit message (Collapse)Author
2018-01-10Merge pull request #2531 from AntennaPod/remove_nineoldandroidsH. Lehmann
Replace ViewHelper
2018-01-09Remove unnecessary annotationsMartin Fietz
2018-01-09Replace code for SDK version lower than 14Martin Fietz
2018-01-09Replace lambda with method referenceMartin Fietz
2018-01-09Replace with lambdaMartin Fietz
2018-01-09Use guard clauseMartin Fietz
2018-01-09Delete PreferenceActivityGingerbreadMartin Fietz
2018-01-09Cleanup executeAsyncMartin Fietz
2018-01-09Replace ViewHelperMartin Fietz
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-07Cleanup order/remove unused includesDirk Mueller
This is the result of Android Studio's include cleanup Macro. This removes some no longer used includes, simplifying the code a bit. The rest is grouping and resorting alphabetically.
2018-01-06Fixed video viewByteHamster
Bug was introduced in #2457, shared element does not exist in video view
2018-01-04Merge pull request #2333 from ByteHamster/item-heightMartin Fietz
Improved list items when using a large font size
2018-01-03Merge pull request #2457 from ByteHamster/sharedElementMartin Fietz
Shared element transition
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-12-11Merge pull request #2456 from AntennaPod/bugfix/2397-duplicate-chaptersMartin Fietz
Avoid duplicate chapters
2017-12-11Merge pull request #2460 from AntennaPod/bugfix/2458-FileUriExposedExceptionMartin Fietz
Avoid FileUriExposedException on OPML Import
2017-10-22Remove multidex againMartin Fietz
2017-10-22Remove multidex againMartin Fietz
2017-10-21Fix install of debug version by using unique providerByteHamster
2017-10-21Avoid FileUriExposedExceptionMartin Fietz
2017-10-21Shared element transition of coverByteHamster
2017-10-21RefactorMartin Fietz
2017-10-20Merge branch 'develop' into htmlpatchMartin Fietz
2017-10-20Merge pull request #2443 from AntennaPod/followup/2272Martin Fietz
Also check keep favorites preference in player widget service
2017-10-19Fix file sharingMartin Fietz
2017-10-19Prevent ArrayIndexOutOfBoundsExceptionMartin Fietz
2017-10-19Check for nullMartin Fietz
2017-10-19Check extra text for nullMartin Fietz
2017-10-15Also check keep favorites preference in player widget serviceMartin 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-10-14Changed visibility from gone to invisibleByteHamster
2017-10-06fix wifi service mem leakdrabux
The WIFI_SERVICE must be looked up on the Application context or memory will leak on devices < Android N. Try changing activity to activity.getApplicationContext() [WifiManagerLeak]
2017-09-23Enable multi-dexingMartin Fietz
2017-09-232423 Handle empty feed url in itunes search resultMartin Fietz
2017-08-08request permissions in api > 23 (Android N etc.)Serge
I'm not sure but did you mean ">=" ?
2017-06-051183 Reload header images on refreshMartin Fietz
2017-06-05RefactorMartin Fietz
2017-06-04Review changesByteHamster
2017-05-03Added null and instanceof checksByteHamster