1859 Commits

Author SHA1 Message Date
daniel oeh
ae75f6f7f2 Disable "ellipsize" feature in episode dialog title
Causes problems on Gingerbread devices (see http://stackoverflow.com/questions/12900171/android-textview-wont-show-right-number-of-lines-in-android-2-3)

fixes #448
2014-10-05 17:24:14 +02:00
daniel oeh
39c365eba6 Updated version numbers
closes #504
2014-10-01 20:47:57 +02:00
Mike Chelen
bcd2013e04 do not persist when expanded notifications are unsupported
check to see if expanded notifications are supported by android version, if not then do not persist notification even when option is enabled
related to #480
2014-09-30 16:36:36 -04:00
daniel oeh
1945941a9f Lock in PSMP was not properly released 2014-09-29 17:40:51 +02:00
daniel oeh
5a5ec06c2f Updated changelog 2014-09-29 17:35:52 +02:00
daniel oeh
441165ff3f Merge branch 'mchelen-notifymore2' into develop 2014-09-29 17:34:34 +02:00
daniel oeh
ccb1b2522c Changed preference label
Preference affects both lockscreen and notification.
2014-09-29 17:33:54 +02:00
daniel oeh
cb677fd821 Replaced numbers with constants 2014-09-29 17:31:32 +02:00
daniel oeh
ebac91b6f8 Merge branch 'notifymore' of git://github.com/mchelen/AntennaPod into mchelen-notifymore2 2014-09-29 16:53:54 +02:00
Mike Chelen
ab59b83d21 use persistant notification option for persistant lockscreen controls 2014-09-28 22:57:54 -04:00
daniel oeh
24b49f1a13 Prepared release of version 0.9.9.4 2014-09-28 22:22:29 +02:00
daniel oeh
6da0fd9ea5 Upgraded dependencies 2014-09-28 21:50:15 +02:00
daniel oeh
8e0595ee66 Merge branch 'issue-497' into develop 2014-09-28 21:24:04 +02:00
daniel oeh
21b5b835e3 Moved non-gui classes to 'core' package 2014-09-19 22:51:35 +02:00
daniel oeh
984454bf43 Created core package for storing callback classes 2014-09-18 19:09:17 +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
daniel oeh
76add8ef68 Removed maven build files 2014-09-15 21:09:09 +02:00
daniel oeh
1ebb209bc6 Added support for reading MP4 chapters 2014-09-13 20:37:30 +02:00
danieloeh
4b1b271ca9 Merge pull request #501 from mchelen/patch-1
convert html to markdown, add fdroid & bitcoin logo, add bountysource link
2014-09-10 21:26:20 +02:00
daniel oeh
2467046ec6 Release WakeLock when it isn't needed
Release WakeLock in Presto's MediaPlayer when it is not needed. That way, it is going to behave just like Android's MediaPlayer.
2014-09-10 21:11:43 +02:00
Mike Chelen
fa3b87dd3a add bountysource link 2014-08-31 05:09:27 -04:00
Mike Chelen
1edb961187 convert html to markdown, add fdroid & bitcoin logos 2014-08-31 05:07:34 -04:00
daniel oeh
d94d064510 Fixed NullpointerException in PicassoProvider 2014-08-13 19:56:41 +02:00
daniel oeh
cf1e9cb59b Fixed NullpointerException in TagListFragment 2014-08-12 16:46:01 +02:00
daniel oeh
57c70871b6 Fixed NullpointerException in GpodnetAuthenticationActivity 2014-08-12 16:39:10 +02:00
daniel oeh
b0500e7048 Use isNotEmpty instead of isNoneEmpty
Caused NoSuchMethodError on at least one device
2014-08-12 16:29:02 +02:00
daniel oeh
1f685b0295 Fixed NullPointerException in MediaPlayerActivity 2014-08-12 16:25:56 +02:00
daniel oeh
bdc677bc76 Added equals implementation to FeedComponent
fixes #488

Items of removed feed weren't properly removed from queue
2014-08-11 20:43:05 +02:00
daniel oeh
dccbfea114 Call fit() instead of resize() 2014-08-11 20:09:00 +02:00
daniel oeh
4002fc4bba Removed transition animation in audioplayer
Caused a white box to appear in the bottom area of the screen (#484)
2014-08-11 19:40:23 +02:00
daniel oeh
b69bd01fe7 Use feed image if media file has no image
closes #484
2014-08-08 16:04:42 +02:00
daniel oeh
a8bf235017 Merge branch 'develop' 0.9.9.3 2014-08-06 22:04:55 +02:00
daniel oeh
8dc740bb8f Pulled translations 2014-08-06 21:16:21 +02:00
daniel oeh
ca58b93e14 Merge branch 'issue-330' into develop 2014-08-06 21:14:58 +02:00
daniel oeh
ee807628bb Prevent flattr login if API keys are missing
closes #474
2014-08-06 19:37:18 +02:00
daniel oeh
04cb23acff Removed FlattrConfig
API credentials have been moved into gradle.properties
2014-08-06 18:47:54 +02:00
daniel oeh
640cdad1fe Acquire wifi lock if media file is being streamed 2014-08-05 17:12:31 +02:00
daniel oeh
df92bd98ab Acquire wake lock when playing media 2014-08-05 16:43:33 +02:00
Mike Chelen
b43037c958 disable expanded notification option when unsupported & provide informative toast 2014-08-03 17:59:45 -04:00
daniel oeh
5ae7371b2a Prepared release of next version 2014-08-03 16:40:34 +02:00
daniel oeh
bd759a706c Fixed typo 2014-08-01 13:19:00 +02:00
daniel oeh
18372a4d9b Abandon audio focus when a phone call comes in
Otherwise playback continues directly after the end of the call
2014-08-01 13:17:02 +02:00
daniel oeh
876b69d21c Increase maxLines in FeedItemDialog
closes #448
2014-08-01 12:16:47 +02:00
daniel oeh
df28eb6b04 Use requestWindowFeature instead of support version
supportRequestWindowFeature throws a NullpointerException in some cases

closes #479
2014-08-01 11:52:15 +02:00
daniel oeh
988b327efe Fixed NullPointerException in PicassoProvider 2014-08-01 11:49:12 +02:00
Mike Chelen
baf980951e add settings options for persistent and expanded notifications 2014-07-31 02:01:17 -04:00
daniel oeh
09c4736867 Replaced ImageLoader and DiskCache with Picasso
Implemented Picasso Downloaders

Replaced ImageLoader and DiskCache with Picasso

Removed ImageLoader, DiskCache code
2014-07-30 12:42:01 +02:00
Mike Chelen
fb4ccb381b persistant expanded notification with play/pause/stop buttons 2014-07-30 03:59:34 -04:00
daniel oeh
583b2adaae Merge branch 'develop'
Conflicts:
	submodules/dslv
0.9.9.2
2014-07-26 14:42:59 +02:00
daniel oeh
460e061d35 Fixed yet another proguard issue
(╯°□°)╯︵ pɹɐuƃoɹd
2014-07-26 14:35:03 +02:00