summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/util
AgeCommit message (Collapse)Author
2014-09-28Upgraded dependenciesdaniel oeh
2014-09-13Added support for reading MP4 chaptersdaniel oeh
2014-08-12Use isNotEmpty instead of isNoneEmptydaniel oeh
Caused NoSuchMethodError on at least one device
2014-08-06Merge branch 'issue-330' into developdaniel oeh
2014-08-06Prevent flattr login if API keys are missingdaniel oeh
closes #474
2014-08-06Removed FlattrConfigdaniel oeh
API credentials have been moved into gradle.properties
2014-08-05Acquire wake lock when playing mediadaniel oeh
2014-07-30Replaced ImageLoader and DiskCache with Picassodaniel oeh
Implemented Picasso Downloaders Replaced ImageLoader and DiskCache with Picasso Removed ImageLoader, DiskCache code
2014-07-15Hide local menu items when nav drawer is showndaniel oeh
2014-07-13Added buttons to FeedItemDialog and the episode lists for items without an ↵daniel oeh
episode. fixes #470, fixes #464
2014-07-07Remove leading and trailing whitespace in URLChecker. fixes #461daniel oeh
2014-07-06Increased use of library methodsdaniel oeh
2014-07-05Reduced number of lint warningsdaniel oeh
2014-06-29Improved timecode link insertiondaniel oeh
2014-06-29Webview style was not applied correctlydaniel oeh
2014-06-29Integrated timecode highlighting into Audioplayerdaniel oeh
2014-06-29Added first implementation of the Timeline classdaniel oeh
2014-06-16Implemented FeedDiscovererdaniel oeh
2014-06-15Added support for itpc-protocol. closes #333daniel oeh
2014-06-07Make seek time configurableDavid Reiss
A 30-second seek time is way to long for me. Make the seek duration a configurable preference.
2014-05-31Merge branch 'patch-1' of git://github.com/mschuetz/AntennaPod into ↵daniel oeh
mschuetz-patch-1
2014-05-25Added support for "pcast"-protocol, start FeedViewActivity immediately when ↵daniel oeh
clicking on a link. closes #425
2014-05-12Moved "show info" into itemlist headerdaniel oeh
2014-05-07NUM_LENGTH should be 1024 for accurate download progess displayMatthias Schütz
unless NUM_LENGTH is 1024, the displayed size is 0KB or 0MB etc. for growing ranges below the respective boundary i.e. 1000-1023, 1024000-1048575
2014-04-21Re-implemented searchdaniel oeh
2014-04-04Added queue fragmentdaniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-03-28Enable screen timeout when video is paused. closes #368daniel oeh
2014-03-19Don't encode already encoded URLs. fixes #376daniel oeh
2014-03-17Added authentication dialog to OnlineFeedViewActivitydaniel oeh
2014-03-17Added authentication support to DownloadRequester and HttpDownloaderdaniel oeh
2014-03-04Possible fix of issue #365daniel oeh
2014-02-27Do not add things to the flattr queue if the user isn't logged indaniel oeh
- Bugfix: The no-token dialog was shown every time a feed was refreshed if the user wasn't logged in and had clicked the "flattr this" button before
2014-02-17Merge branch 'flattr_queue_autoflattr' into develop (#331)daniel oeh
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-14Added content descriptions to imagebuttons and imageviewsdaniel oeh
2014-02-14Resolved intent redelivery issuedaniel oeh
2014-02-10Fixed issue with switching between audio and video playerdaniel oeh
2014-02-10Bugfix: Video was paused when starteddaniel oeh
2014-02-10Improved error handling in MediaPlayerActivitydaniel oeh
2014-01-15* don't load all Feeds and FeedItems to memory when refreshing the flattr statusSimon Rutishauser
with items received from the flattr api * added method for resetting flattr status of all feeds and items This adresses https://github.com/danieloeh/AntennaPod/pull/331#issuecomment-32112929 items 1 and 3. followup on #331
2014-01-12avoid waiting on the GUI threaddaniel oeh
2014-01-02* directly update Feed/FeedItem FlattrStatus instead of writing back entire ↵Simon Rutishauser
Feed/FeedItem to database * fix race condition when fetching FlattrStatus * fix missing copy of Flattr status in Feed.updateFromOther() * fix feed reading from db, was missing FlattrStatus followup on #331
2014-01-01Re-enable support for the "Flattr this app" item in SettingsSimon Rutishauser
2013-12-31Merge branch 'develop_flattr_queue_autoflattr' of ↵daniel oeh
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-30Use AspectRatioVideoView instead of standard video viewdaniel oeh
2013-12-29Updated video player UIdaniel oeh
2013-12-29Adapted remaining classes to new playback service modeldaniel oeh
2013-12-25Made PlaybackService use the PSMP and PSTMdaniel oeh
2013-12-15Created playback package inside service packagedaniel oeh
2013-10-19Fixed menu item visibilitydaniel oeh