summaryrefslogtreecommitdiff
path: root/src/org/fox/ttrss/ArticleFragment.java
AgeCommit message (Expand)Author
2013-01-05prevent crash on 2.3 with dim_status_bar enabled, cleanup unused importsAndrew Dolgov
2013-01-04work around against last article line being clipped (refs #527)Andrew Dolgov
2013-01-03rework attachment UI to use a dialog, update published actionbar iconAndrew Dolgov
2013-01-02fix crash on tabletsAndrew Dolgov
2013-01-02cleaner titlewebview implementationAndrew Dolgov
2013-01-01article: do not use embedded webview titlebar in portrait modeAndrew Dolgov
2012-12-31various layout readability updatesAndrew Dolgov
2012-12-31do not underline article header linksAndrew Dolgov
2012-12-31layout improvements, add missing filesAndrew Dolgov
2012-12-31experimental use of titlebarwebviewAndrew Dolgov
2012-12-31add sepia themeAndrew Dolgov
2012-12-14move between articles by tapping left/right sidesAndrew Dolgov
2012-12-09webview: hide builtin zoom controlsAndrew Dolgov
2012-12-09articlefragment: shorten with … instead of ...Andrew Dolgov
2012-12-04fix disappearing up arrow on actionbar; import cleanupAndrew Dolgov
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