194 Commits

Author SHA1 Message Date
daniel oeh
f97a71d2f9 Made automatic flattr threshold configurable 2014-07-16 17:33:09 +02:00
daniel oeh
b6c3dd9858 Re-wrote FlattrClickWorker 2014-07-05 22:39:55 +02:00
daniel oeh
d6e0104337 Added long-press menu for timecode links 2014-06-29 12:53:01 +02:00
daniel oeh
30017a316e Implemented Feed-discovery in OnlineFeedView 2014-06-16 01:22:46 +02:00
daniel oeh
45646d4c26 Only report unknown keycode if PlaybackService is playing 2014-06-15 18:22:15 +02:00
David Reiss
500483ba69 Make seek time configurable
A 30-second seek time is way to long for me.  Make the seek duration a
configurable preference.
2014-06-07 23:41:19 -07:00
David Reiss
a78c5173dc Show a toast when an unknown media key is pressed
This is just an idea.  If people want more media keys supported, they
will be able to use this toast to report exactly what key codes their
hardware is generating.

If you don't want to include this, just let me know and I can remove it
from the pull request.
2014-06-07 23:41:19 -07:00
daniel oeh
fb232bed3f Added missing resource 2014-05-20 18:36:46 +02:00
daniel oeh
1ee50e81ae Removed unused resources, reduced number of lint warnings 2014-05-19 01:05:48 +02:00
daniel oeh
0f3b77ed8e Merge branch 'newgui' into develop. closes #407
Conflicts:
	res/layout/feedinfo.xml
2014-05-19 00:04:19 +02:00
daniel oeh
cd91098fde Improved syncing speed for large amounts of feeds. fixes #371
- Bundle db operations in FeedSyncThread
- Show "Processing downloads" message instead of "0 downloads left"
2014-05-17 21:31:52 +02:00
daniel oeh
6444d5433a Split "new episodes" list into two lists 2014-05-11 02:13:13 +02:00
daniel oeh
f8c2c42fc9 Improved spacing 2014-04-27 21:59:31 +02:00
daniel oeh
c881b7982c Allow modification of feed username and password, propagate credentials to episodes. fixes #395 2014-04-27 01:42:48 +02:00
daniel oeh
a0ef9f5a87 Made strings in Sleep timer dialog translatable. fixes #394 2014-04-27 00:48:20 +02:00
daniel oeh
2e22685c79 Merge branch 'develop' into newgui
Conflicts:
	src/de/danoeh/antennapod/activity/MainActivity.java
2014-04-26 23:58:00 +02:00
daniel oeh
15c333ed39 Re-implemented menus 2014-04-21 13:15:33 +02:00
daniel oeh
8b6f16b918 Added fragment for adding new podcasts 2014-04-17 20:33:02 +02:00
daniel oeh
3f1307c4d9 Added downloads fragment 2014-04-06 12:31:24 +02:00
daniel oeh
66641ccdd9 Added queue fragment 2014-04-04 21:00:48 +02:00
daniel oeh
c37b67172e Added navigation drawer + new episodes fragment 2014-04-01 22:53:18 +02:00
Johan Liesén
ffac53f9ed Restore subscriptions when the app is first started
Perform a subscription list restore when the app is started for the
first time. Use a preference setting to figure out if the app is freshly
installed or not.
2014-03-22 15:56:08 +01:00
daniel oeh
d8a9d68bf8 Added authentication notification 2014-03-17 13:31:33 +01:00
daniel oeh
3b5e83c74f Added authentication support to DownloadRequester and HttpDownloader 2014-03-17 13:02:37 +01:00
daniel oeh
bed57245b3 Added single purpose app integration
Antennapod will now import subscriptions from AntennaPodSP (https://github.com/danieloeh/AntennaPodSP) forks when launched
2014-03-12 17:11:46 +01:00
daniel oeh
02653918f0 Merge branch 'flattr_queue_autoflattr' into develop (#331)
Other changes:
- Changed FlattrStatusFetcher into Thread-subclass
- Changed auto-flattr mechanism so that it's compatible with the updated PlaybackService
- Changed a couple of strings

Conflicts:
	src/de/danoeh/antennapod/storage/DBReader.java
	src/de/danoeh/antennapod/storage/DBWriter.java
	src/de/danoeh/antennapod/util/menuhandler/FeedItemMenuHandler.java
	src/instrumentationTest/de/test/antennapod/storage/DBReaderTest.java
2014-02-17 21:40:04 +01:00
daniel oeh
65a2313751 Replace 'cover' with 'picture' 2014-02-15 13:35:38 +01:00
daniel oeh
f4da9674cc Added content descriptions to imagebuttons and imageviews 2014-02-14 14:26:55 +01:00
daniel oeh
c76bd9ba08 Merge branch 'develop_flattr_queue_autoflattr' of git://github.com/peschmae0/AntennaPod into flattr_queue_autoflattr
Conflicts:
	src/de/danoeh/antennapod/storage/DBReader.java
	src/de/danoeh/antennapod/storage/PodDBAdapter.java
2013-12-31 03:17:02 +01:00
daniel oeh
09b93a8b4b strings.xml improvements 2013-10-09 12:37:25 +02:00
daniel oeh
e58922fad0 Merge branch 'feed_preferences' into develop
Conflicts:
	res/values/strings.xml
	src/de/danoeh/antennapod/storage/DBTasks.java
	src/de/danoeh/antennapod/storage/PodDBAdapter.java
2013-10-08 23:43:13 +02:00
daniel oeh
cdd9a0dfde Added settings and description label to FeedInfoActivity, improved layout 2013-10-08 23:22:04 +02:00
Michael Kaiser
cb56bf053c Add feed preference to include/exclude certain feeds from auto downloads 2013-10-08 17:23:04 +02:00
daniel oeh
44e4924db9 Disable download log cleanup, handle media download before saving DownloadStatus
Might resolve problems with failed downloads being reported as successful
2013-10-04 16:14:15 +02:00
daniel oeh
088878fcfd Merge branch 'pause-on-interrupt' of git://github.com/TomHennen/AntennaPod into TomHennen-pause-on-interrupt 2013-10-03 13:15:47 +02:00
Simon Rutishauser
8fbd1ecf9c this consolidates the code from pull request #253 (flattr queue and auto flattr) into a single commit, rebased onto the current development branch 2013-09-29 17:19:11 +02:00
daniel oeh
e579618dae Added FeedRemover message to strings.xml. fixes #279 2013-09-20 22:16:58 +02:00
daniel oeh
9eaffe684d Added option to set gpodder.net hostname 2013-09-19 17:35:52 +02:00
daniel oeh
2bfee6d467 Layout improvements in device authentication screen 2013-09-19 11:42:51 +02:00
daniel oeh
4a2a25a551 Improved error handling in gpodder.net directory 2013-09-15 13:19:24 +02:00
Tom Hennen
34a5e62339 Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into move-to-top 2013-09-09 18:21:00 -04:00
Tom Hennen
c960a65189 Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into pause-on-interrupt 2013-09-09 18:20:15 -04:00
daniel oeh
02926a6e5f Merge branch 'gpoddernet' into develop
Conflicts:
	AndroidManifest.xml
	res/values/arrays.xml
	res/values/strings.xml
	res/xml/preferences.xml
	src/de/danoeh/antennapod/activity/PreferenceActivity.java
2013-09-05 15:24:50 +02:00
Tom Hennen
d538e3899c Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into move-to-top 2013-09-02 19:35:07 -04:00
daniel oeh
730ba3cc26 Added suggestions list
Turned off at the moment
2013-09-01 16:27:01 +02:00
daniel oeh
d45b0e2ea9 Added dialog to change password 2013-09-01 14:41:45 +02:00
daniel oeh
c5f848ead5 Added subscription syncing 2013-09-01 13:49:19 +02:00
daniel oeh
e29d117942 Implemented authentication process 2013-08-31 20:02:56 +02:00
daniel oeh
a60ff4dd36 Added subscribe button to online feed view 2013-08-31 14:26:54 +02:00
daniel oeh
74b9bfdcc3 Added search, taglist, pocdasttaglist etc. 2013-08-24 14:23:31 +02:00