Commit Graph

87 Commits

Author SHA1 Message Date
Martin Fietz e323f067f3 Fix cropped buttons of update interval/time of day dialog 2015-09-09 19:55:23 +02:00
Tom Hennen 9fe8750ecb changed method of tab use 2015-09-07 21:25:18 -04:00
Martin Fietz 7de666f511 Use CardView to add a shadow 2015-09-05 19:38:09 +02:00
Tom Hennen e24d4efe10 update api version. build breaks, will need further work 2015-09-01 17:50:06 -04:00
Martin Fietz ade60ea83e Upgrade iconify 2015-08-29 15:09:07 +02:00
Martin Fietz 3321e8db4f Custom SSL Socket Factory for Android 4.1+ (but below 5) 2015-08-19 00:19:48 +02:00
Martin Fietz 3abce4c597 Load feed media size on demand 2015-08-18 18:24:16 +02:00
Martin Fietz af2ded8fe0 Replace Picasso with Glide 2015-07-29 18:29:55 +02:00
Martin Fietz 4e8f9a13aa Don't show version code, commit is short hash only (no tag) 2015-07-20 11:35:26 +02:00
Udi Finkelstein 49759dd35c Use "git describe" because it supplies both the commit ID as well as the number of commits since the last release. 2015-07-09 21:56:14 +03:00
Udi Finkelstein 184ac34500 Add commit ID to about screen 2015-07-09 21:21:12 +03:00
Tom Hennen 499fd1c6f2 Fix gradle build from app dir
Fixes AntennaPod/AntennaPod#883
2015-06-18 17:14:13 -04:00
Raghul Jagannathan d0022e053e Subscription view for managing feeds and Navigation drawer feed list cleanup 2015-05-27 08:31:42 +08:00
Martin Fietz f5812fe894 Some working, some not 2015-05-14 11:29:58 +02:00
Tom Hennen e93a631aab removed 'projectsEvaluated' to fix AntennaPod build 2015-05-03 14:45:36 -04:00
Tom Hennen 82464b86c8 fixed typo 2015-05-03 14:16:32 -04:00
Tom Hennen b79c0926e5 populating the version name and code in about.html at build time 2015-05-03 10:29:18 -04:00
Tom Hennen 6830549875 Merge pull request #728 from mfietz/issues/627+727
Add feed: remember credentials, Basic authentication: try UTF-8 encoding
2015-04-27 17:54:28 -04:00
Martin Fietz ff8db54385 Add copy to clipboard 2015-04-21 21:00:51 +02:00
Martin Fietz 7829ddc94e Show URL in feed info, layout optimizations 2015-04-21 17:34:02 +02:00
Martin Fietz 9bd6bcf9d3 Picasso can handle basic authentication 2015-04-11 23:46:33 +02:00
Martin Fietz 8850c09920 QueueEvents, Queue shows undobar on removal of an item 2015-04-05 22:37:35 +02:00
Martin Fietz 4ecf62ab6a Setup gradle 2015-03-14 15:19:06 +01:00
daniel oeh 18bc827ed2 Updated version numbers 2015-01-08 14:04:47 +01:00
daniel oeh 4ec7d54e8b Updated dependencies 2014-12-19 19:56:41 +01:00
daniel oeh 30ac9ecf1d Upgraded dependencies
Flattr4j has been upgraded to 2.12. This version makes it possible to use flattr on Android 2.3 devices.
2014-12-10 21:28:56 +01:00
daniel oeh c78297d6b4 Updated dependencies
Removed unused dependencies
2014-12-07 19:28:19 +01:00
daniel oeh f46d7dad2e Updated dependencies 2014-11-19 15:46:45 +01:00
daniel oeh 7127277626 Squashed commit of the following:
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-12 18:46:36 +01:00
daniel oeh 99068c82cc Updated picasso library
Use RequestHandler instead of Downloader for extracting bitmaps from media files
2014-11-10 22:00:49 +01:00
daniel oeh c179ec7d35 Updated build files 2014-11-05 20:44:18 +01:00
daniel oeh baac7c535a Updated version numbers 2014-10-25 11:24:57 +02:00
daniel oeh 17feaa72ad Removed betterpickers library
Not compatible to new support library
2014-10-24 20:56:39 +02:00
daniel oeh cc052e91ad Merge branch 'migration' into develop
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-24 20:40:07 +02:00
daniel oeh 1995a18a21 Updated build files 2014-10-14 18:41:13 +02:00
daniel oeh 658559699f Moved core classes into subproject 2014-10-11 17:43:07 +02:00
daniel oeh 072639b5b2 Changed project structure
Switched from custom layout to standard gradle project structure
2014-09-17 20:51:45 +02:00