tt-rss-android/src/org/fox/ttrss
Ajay Roopakalu 8fb9d746f3 Fix HTML unescaping in title of ArticleFragment.
The title of an article when displayed in the ArticleFragment is HTML escaped, as opposed to being properly un-escaped as in HeadlinesFragment (currently around line 588).

This produces strings with """ instead of the quote character, for example.
2013-03-14 20:09:59 -03:00
..
offline articlepager: fix context being lost after activity resume in offline 2013-02-14 13:03:39 +04:00
types support server always_display_attachments 2012-10-10 16:45:33 +04:00
util implement dark gray theme, bump version 2013-02-09 20:25:56 +04:00
ApiRequest.java fix disappearing up arrow on actionbar; import cleanup 2012-12-04 10:52:55 +04:00
ArticleFragment.java Fix HTML unescaping in title of ArticleFragment. 2013-03-14 20:09:59 -03:00
ArticlePager.java fix dual refresh race condition when doing openFeedArticles() in tablet 2013-02-11 22:06:40 +04:00
CommonActivity.java prevent crash on 2.3 with dim_status_bar enabled, cleanup unused imports 2013-01-05 12:19:26 +04:00
DummyFragment.java work around against activity always asking about continue/stop sync; 2012-06-20 13:05:09 +04:00
FeedCategoriesFragment.java replace incorrect datasetinvalidated calls with datasetchanged 2013-02-27 10:45:12 +04:00
FeedsActivity.java properly clear active article when going back from headlinesactivity in 2013-02-24 00:52:00 +04:00
FeedsFragment.java replace incorrect datasetinvalidated calls with datasetchanged 2013-02-27 10:45:12 +04:00
GlobalState.java save more GlobalState stuff 2012-11-30 20:21:31 +04:00
HeadlinesActivity.java prevent crash when loading empty feed 2013-02-10 11:19:52 +04:00
HeadlinesEventListener.java misc optimization, do not embed duplicate enclosure images in 2012-09-18 23:50:50 +04:00
HeadlinesFragment.java headlinesfragment: check if getView() exists before assigning list empty 2013-02-13 09:47:04 +04:00
LoadingFragment.java use delayed loading for several containers in tablet mode to visually 2012-09-20 22:57:40 +04:00
OnlineActivity.java update support library 2013-02-11 16:19:12 +04:00
PreferencesActivity.java prevent crash on 2.3 with dim_status_bar enabled, cleanup unused imports 2013-01-05 12:19:26 +04:00
TitleWebView.java cleaner titlewebview implementation 2013-01-02 18:38:03 +04:00