summaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Collapse)Author
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
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-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-24Merge tag '1.6.4.1'Martin Fietz
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-17Merge branch 'develop'Martin 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
2017-05-03Allow sharing feed file, as suggested in #2236ByteHamster
2017-04-17Merge pull request #2304 from ByteHamster/start-onceMartin Fietz
Only allow menu invalidations from active fragment
2017-04-17Only allow menu invalidations from active fragmentByteHamster
Fixes #2081
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 duration to chapters listByteHamster
Closes #2174
2017-04-15Added feed title to delete confirmationByteHamster
Closes #2291
2017-04-15Allow choosing between getDuration and getPlayedDurationByteHamster