aboutsummaryrefslogtreecommitdiff
path: root/src/org/fox/ttrss/ArticleFragment.java
AgeCommit message (Expand)Author
2012-10-10support server always_display_attachmentsAndrew Dolgov
2012-10-10fix attachment duplicate checking, bump versionAndrew Dolgov
2012-10-09support article comments for API 4 server (closes #490)Andrew Dolgov
2012-10-09better duplicate image detection for image enclosuresAndrew Dolgov
2012-10-09remove duplicate checking for embedded attachmentsAndrew Dolgov
2012-09-19less-crashy handling on article titleAndrew Dolgov
2012-09-19fix articlefragment progressbarAndrew Dolgov
2012-09-19implement several loading progressbarsAndrew Dolgov
2012-09-19various lint-related stuffAndrew Dolgov
2012-09-19add enclosure url share buttonAndrew Dolgov
2012-09-18misc optimization, do not embed duplicate enclosure images inAndrew Dolgov
2012-09-17implement core offline functionsAndrew Dolgov
2012-09-16reimplement most menu handlersAndrew Dolgov
2012-09-16initialAndrew Dolgov
2012-06-26set LayoutAlgorithm.SINGLE_COLUMN in webviews to fit images without cssAndrew Dolgov
2012-06-22code cleanupAndrew Dolgov
2012-06-22add shadows to light theme, misc layout/theme tweaksAndrew Dolgov
2012-06-20various layout and code updates to support feed_title in virtual feedsAndrew Dolgov
2012-06-19revert ics fragment stuffAndrew Dolgov
2012-06-19categorize source filesAndrew Dolgov
2012-06-19switch to ICS native fragmentsAndrew Dolgov
2012-05-02add some lint fixes, bump minimum SDK version to froyoAndrew Dolgov
2012-03-21add option to justify/left-align article textAndrew Dolgov
2012-03-12implement new attachment UI with buttons to copy URL/view separateAndrew Dolgov
2012-03-12add context menu for article linkAndrew Dolgov
2012-03-11support non-image attachments (closes #434)Andrew Dolgov
2012-02-25support different article text sizesAndrew Dolgov
2012-02-21support attachments in combined mode, fix french translation, bumpAndrew Dolgov
2012-02-06check for article.attachments not being null, bump versionAndrew Dolgov
2012-02-06support article attachments, display image attachments inline (helloAndrew Dolgov
2012-02-03open preferences automatically on first startAndrew Dolgov
2012-02-03set webview acceleration to software to prevent background flicker onAndrew Dolgov
2012-02-01use proper link colors in webview (bump version)Andrew Dolgov
2012-02-01add placeholder textColorLink resolving code to color webview linksAndrew Dolgov
2012-01-31better color for links in articles on dark themeDominique Hazael-Massieux
2012-01-26fix crash with ActivityNotFound exception when opening urls prefixed byAndrew Dolgov
2012-01-25remove ads, bump versionAndrew Dolgov
2011-12-19enable zoom controls in article webview, bump versionAndrew Dolgov
2011-12-13workaround against crash if article content is nullAndrew Dolgov
2011-12-09smooth article swiping using viewpager (in online mode)Andrew Dolgov
2011-12-07remove <video> tags from webviewsAndrew Dolgov
2011-12-07webview: try to trap runtimeexceptionAndrew Dolgov
2011-12-06switch mainactivity typecasting to an interfaceAndrew Dolgov
2011-12-06menu updates, bump version, misc cleanupAndrew Dolgov
2011-12-05implement licensingAndrew Dolgov
2011-12-05make article swipe gesture min distance a bit lowerAndrew Dolgov
2011-12-04rework combined mode to use textviews to prevent graphical glitchesAndrew Dolgov
2011-12-03remove webview zoom for the time being to fix swipingAndrew Dolgov
2011-12-01fix image fitting to width in webviewsAndrew Dolgov
2011-11-30implement workaround to make list items somewhat clickable in combinedAndrew Dolgov