Commit Graph

1647 Commits

Author SHA1 Message Date
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' 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
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
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