index
:
AntennaPod
add_dot_yamllint
develop
fix/import_isnt_export
fix/import_isnt_export-3.6.0
fix/inform_on_db_moved
fix/inform_on_db_moved-3.6.0
master
A podcast manager for Android
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
de
/
danoeh
/
antennapod
/
fragment
/
ItemDescriptionFragment.java
Age
Commit message (
Expand
)
Author
2014-03-28
Replaced AppConfig.DEBUG with BuildConfig.DEBUG
daniel oeh
2013-08-19
Reduced number of FindBugs warnings
daniel oeh
2013-08-17
Catch ActivityNotFoundException to prevent crash.
daniel oeh
2013-08-10
Merge branch 'feedmanager_removal' into develop
daniel oeh
2013-08-07
Removed ActionbarSherlock dependency
daniel oeh
2013-08-04
Ported playback classes to DB* classes
daniel oeh
2013-04-26
Fixed nullpointer exception in DescriptionFragment
daniel oeh
2013-04-20
Made sure links are opened in external application
daniel oeh
2013-04-20
Use onPageFinished instead of deprecated PictureListener
daniel oeh
2013-04-06
Webview in AudioPlayerActivity now saves and restores its scroll
daniel oeh
2013-02-28
FeedItem shownotes weren't always loaded correctly
daniel oeh
2013-02-27
Created de.danoeh.antennapod.util.playback package
daniel oeh
2013-02-27
PlaybackService now works with the 'Playable' interface
daniel oeh
2013-02-25
Implemented EventDistributor
daniel oeh
2013-02-24
Added UserPreferences class, limit access to unreadItems and queue
daniel oeh
2013-02-23
Set shownotes background to black when theme is 'dark'. fixes #106
daniel oeh
2013-02-22
Use css margin instead of layout margin for webview
daniel oeh
2013-02-21
Added context menu to shownotes view
daniel oeh
2013-02-21
Improved webview layout when images are displayed
daniel oeh
2013-02-21
Added margin to shownotes. Closes #80
daniel oeh
2013-02-03
Organized imports, added drawables to navigation buttons
daniel oeh
2012-12-20
Use SINGLE_COLUMN layout in shownotes webview
daniel oeh
2012-11-28
Fixed nullpointer exception in webview loader
0.9.6.1
daniel oeh
2012-11-28
Fixed problem with webview on ICS
daniel oeh
2012-11-25
contentEncoded wasn't loaded if description was still in the cache
daniel oeh
2012-11-25
Merge branch 'theme' into develop
daniel oeh
2012-11-24
feeditem description should now be loaded correctly
daniel oeh
2012-11-23
DescriptionFragment now works correctly with different themes
daniel oeh
2012-11-23
Added dark version of borderless button
daniel oeh
2012-11-16
Save references to description and contentEncoded in description
daniel oeh
2012-11-16
if-statement was wrong
daniel oeh
2012-10-28
FeedManager tasks can now return a result on completion
daniel oeh
2012-10-27
Added cachedDescription and cachedContentEncoded
daniel oeh
2012-10-27
Implemented Asynchronous description loading in Itemdescriptionfragment
daniel oeh
2012-09-22
Removed unused imports
daniel oeh
2012-09-13
Fix orientation change bug in ItemDescriptionFragment
daniel oeh
2012-07-31
Prevent item description webview from reloading on orientation change
daniel oeh
2012-07-26
Removed option to disable scrollbar in webview
daniel oeh
2012-07-22
Replaced buildconfig condition with appconfig condition
daniel oeh
2012-07-22
Added DEBUG logging condition
0.8_RC3
daniel oeh
2012-07-21
Fixed a bug that AsyncTasks were not working properly on api 11+
daniel oeh
2012-07-13
Renamed package and application
daniel oeh