summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-01Merge pull request #2568 from ByteHamster/crashfixMartin Fietz
2018-04-01Merge pull request #2598 from orionlee/upgrade_android_gradle_plugin_v3Martin Fietz
2018-03-22Fixed crash if media file exists but can not be readByteHamster
2018-03-21Make Circle CI work using @mfretz's configorionlee
2018-03-20Circle CI: decrease JVM max size to workaround 4G limit errororionlee
2018-03-20fix Circle CI syntax errororionlee
2018-03-20circle CI tweak to workaround 4G RAM limit: limit new threads / daemon that m...orionlee
2018-03-18Merge pull request #2569 from ByteHamster/white-iconMartin Fietz
2018-03-18Merge pull request #2574 from ByteHamster/forensicsMartin Fietz
2018-03-18Merge pull request #2600 from Gaffen/queuedragorder-dbsyncMartin Fietz
2018-03-16dummy checkin to trigger Circle CI on pull requestorionlee
2018-03-16Only write queue order to database on drag release for the podcast queue.Matthew Gaffen
2018-03-13More CI fix - still using support lib v25Sam Lee
2018-03-13update circle ci config to work with android gradle plugin upgradeSam Lee
2018-03-13remove the deprecated publishNonDefaultorionlee
2018-03-13robotium-solo : corrected its dependency as androidTestImplementation in app/orionlee
2018-03-13dependencies: replace deprecated compile with implementation / apiorionlee
2018-03-13Upgrade to Android Gradle Plugin v3.0.1 - bare minimal to get it built, ignor...orionlee
2018-03-05Merge pull request #2587 from jannic/prMartin Fietz
2018-03-04Fix possible NPE accessing image.download_urlJan Niehusmann
2018-02-20Backup corrupted dbByteHamster
2018-02-17Removed large iconByteHamster
2018-02-04Merge pull request #2557 from ocrow/developMartin Fietz
2018-02-04Update CHANGELOG.mdMartin Fietz
2018-01-28Fix for #2555 - can't open Preferences activity when there are stored WiFi co...Oliver Crow
2018-01-24Merge pull request #2550 from ByteHamster/download-rangeMartin Fietz
2018-01-23Hotfix for servers not accepting the Range headerByteHamster
2018-01-22Prepare for 1.6.4.51.6.4.5Martin Fietz
2018-01-22Merge pull request #2549 from AntennaPod/bugfix/corrupt-databaseMartin Fietz
2018-01-22Synchronize opening and closing of the databaseMartin Fietz
2018-01-22Merge pull request #2547 from ByteHamster/improve-export-namingH. Lehmann
2018-01-22Merge pull request #2546 from gaul/stringbuilderMartin Fietz
2018-01-21Improved export success wording (Closes #2545)ByteHamster
2018-01-21Merge branch 'develop' into stringbuilderMartin Fietz
2018-01-21Merge pull request #2537 from AntennaPod/refactorMartin Fietz
2018-01-21Prefer StringBuilder over StringBufferAndrew Gaul
2018-01-21Change back to old implementationMartin Fietz
2018-01-21Use temporary StringBuilder for string concatenation in loopMartin Fietz
2018-01-21Revert "Use StringBuilder for string concatenation in loop"Martin Fietz
2018-01-21Remove useless commentMartin Fietz
2018-01-21Add missing spacesMartin Fietz
2018-01-21Inline variablesMartin Fietz
2018-01-21Minor refactoringsMartin Fietz
2018-01-21Fix styleMartin Fietz
2018-01-21Merge branch 'develop' into refactorMartin Fietz
2018-01-21Update translationsMartin Fietz
2018-01-21Merge pull request #2445 from ByteHamster/exportMartin Fietz
2018-01-21Merge pull request #2543 from gaul/static-finalMartin Fietz
2018-01-21Merge pull request #2542 from gaul/static-inner-classMartin Fietz
2018-01-20Make some static fields finalAndrew Gaul