1581 Commits

Author SHA1 Message Date
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
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
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
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
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
daniel oeh
460e061d35 Fixed yet another proguard issue
(╯°□°)╯︵ pɹɐuƃoɹd
2014-07-26 14:35:03 +02:00
daniel oeh
df288f8f68 Fixed auto-flattr when playback ends 2014-07-26 13:53:03 +02:00
daniel oeh
421786e5c8 Pulled translations 2014-07-26 13:12:37 +02:00
daniel oeh
e3ba60007e Updated submodule 2014-07-26 13:08:34 +02:00
daniel oeh
8a9d6a29e7 Merge branch 'eoineoineoin-master' into eoineoineoin-develop2 2014-07-26 12:52:27 +02:00
Eoin Mcloughlin
89a5c6b879 Display message when search returned no hits 2014-07-26 12:49:49 +02:00
daniel oeh
c1fbc59f1c Fixed IllegalStateExceptions in some Fragments 2014-07-26 12:35:43 +02:00
daniel oeh
aca79dc5b9 Fixed NullPointerException in AudioPlayer 2014-07-26 12:20:19 +02:00
daniel oeh
f72769f8b4 Prepared release of version 0.9.9.2 2014-07-16 17:56:03 +02:00
daniel oeh
f97a71d2f9 Made automatic flattr threshold configurable 2014-07-16 17:33:09 +02:00
daniel oeh
0513302c78 Fixed possible auto-download loop in DownloadService
fixes #443, fixes #468
2014-07-15 12:05:07 +02:00
daniel oeh
c88ee27baa Hide menu items while fragment is loading
fixes #471
2014-07-15 01:14:55 +02:00
daniel oeh
99d68b2982 Hide local menu items when nav drawer is shown 2014-07-15 01:00:42 +02:00
daniel oeh
1b0ee017ce Removed "swipe to remove" from queue, replaced with context menu item.
closes #462
2014-07-13 10:48:04 +02:00
daniel oeh
b87db68419 Added buttons to FeedItemDialog and the episode lists for items without an episode.
fixes #470, fixes #464
2014-07-13 10:31:13 +02:00
daniel oeh
af4929728f Fixed NullPointerException in FeedMedia 2014-07-07 21:34:37 +02:00
daniel oeh
74294bad55 Remove leading and trailing whitespace in URLChecker. fixes #461 2014-07-07 21:01:37 +02:00
daniel oeh
f59623bb94 Fixed ui tests 2014-07-06 13:49:02 +02:00
daniel oeh
fb1fcb0600 Increased use of library methods 2014-07-06 13:48:38 +02:00
daniel oeh
60214f6306 Enabled Java 7 source compatibility 2014-07-06 12:37:43 +02:00
daniel oeh
b6c3dd9858 Re-wrote FlattrClickWorker 2014-07-05 22:39:55 +02:00
daniel oeh
16caf87e2b Reduced number of lint warnings 2014-07-05 21:12:50 +02:00
daniel oeh
4f8c934595 Improved timecode link insertion 2014-06-29 13:23:27 +02:00
daniel oeh
bb6c360cb7 Webview style was not applied correctly 2014-06-29 12:59:24 +02:00
daniel oeh
d6e0104337 Added long-press menu for timecode links 2014-06-29 12:53:01 +02:00
daniel oeh
6b5d269185 Integrated timecode highlighting into Audioplayer 2014-06-29 03:33:22 +02:00
daniel oeh
c9c69aa7c7 Added first implementation of the Timeline class 2014-06-29 02:50:09 +02:00