summaryrefslogtreecommitdiff
path: root/app/build.gradle
AgeCommit message (Collapse)Author
2015-04-21Add copy to clipboardMartin Fietz
2015-04-21Show URL in feed info, layout optimizationsMartin Fietz
2015-04-11Picasso can handle basic authenticationMartin Fietz
2015-04-05QueueEvents, Queue shows undobar on removal of an itemMartin Fietz
2015-03-14Setup gradleMartin Fietz
2015-01-08Updated version numbersdaniel oeh
2014-12-19Updated dependenciesdaniel oeh
2014-12-10Upgraded dependenciesdaniel oeh
Flattr4j has been upgraded to 2.12. This version makes it possible to use flattr on Android 2.3 devices.
2014-12-07Updated dependenciesdaniel oeh
Removed unused dependencies
2014-11-19Updated dependenciesdaniel oeh
2014-11-12Squashed commit of the following:daniel oeh
commit 8ab8f77557a98adad56006e6d372d8f348191742 Author: daniel oeh <daniel.oeh@gmail.com> Date: Wed Nov 12 16:05:32 2014 +0100 Use OkHttp instead of HttpClient in HttpDownloader - Adds support for SNI -> fixes #354 - fixes #548 commit 38278bc72abcdc190d44f26593f6efdd2b390877 Author: daniel oeh <daniel.oeh@gmail.com> Date: Wed Nov 12 15:04:32 2014 +0100 Use OkHttp instead of HttpClient in GpodnetService
2014-11-10Updated picasso librarydaniel oeh
Use RequestHandler instead of Downloader for extracting bitmaps from media files
2014-11-05Updated build filesdaniel oeh
2014-10-25Updated version numbersdaniel oeh
2014-10-24Removed betterpickers librarydaniel oeh
Not compatible to new support library
2014-10-24Merge branch 'migration' into developdaniel oeh
Non-GUI classes have been moved into the 'core' project in order to allow AntennaPod SP to reference it as a subproject. Conflicts: app/src/main/AndroidManifest.xml build.gradle core/src/main/java/de/danoeh/antennapod/core/service/playback/PlaybackService.java core/src/main/java/de/danoeh/antennapod/core/syndication/namespace/NSSimpleChapters.java core/src/main/java/de/danoeh/antennapod/core/util/ChapterUtils.java gradle/wrapper/gradle-wrapper.properties pom.xml
2014-10-14Updated build filesdaniel oeh
2014-10-11Moved core classes into subprojectdaniel oeh
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure