summaryrefslogtreecommitdiff
path: root/src/org/fox/ttrss/FeedsFragment.java
AgeCommit message (Expand)Author
2014-10-17initialAndrew Dolgov
2014-10-15remove pulltorefresh library, switch to swiperefreshlayoutAndrew Dolgov
2013-11-27disallow unsubscribing from special feedsAndrew Dolgov
2013-11-27add unsubscribe to feed context menuAndrew Dolgov
2013-10-24check if m_adapter is not null in setselectedfeed/catAndrew Dolgov
2013-10-22attempt to fix sporadic unmarshalling problems by setting bundleAndrew Dolgov
2013-10-18Revert "bump version"Andrew Dolgov
2013-10-18bump versionAndrew Dolgov
2013-10-17experimental support for making launcher shortcuts (to headlinesactivityAndrew Dolgov
2013-10-16fix indeterminate progressbar not completing if http request failsAndrew Dolgov
2013-10-16move pulltorefresh adapter to common activity, remove some imports andAndrew Dolgov
2013-10-16experimentally implement actionbar-pulltorefresh for feeds and catsAndrew Dolgov
2013-10-15update published/unpublished iconsAndrew Dolgov
2013-09-09confirm if necessary catching up feed from context menu Andrew Dolgov
2013-09-09sepia theme fixes; update overflow icons to use modern holo style;Andrew Dolgov
2013-07-30copy actual feedlist when downloading feed icons to prevent concurrentAndrew Dolgov
2013-07-30trim base url when downloading feed iconsAndrew Dolgov
2013-07-19fix crash if sdcard is unmounted and feed icons are enabled (closesAndrew Dolgov
2013-06-07sort feeds and cats case-insensitivelyAndrew Dolgov
2013-06-03fix possible crash in headlinesfragment.refresh if invoked when fragmentAndrew Dolgov
2013-05-18add (invisible) context triangle icon to feed rowsAndrew Dolgov
2013-05-15use thread pool executor for downloading feed iconsAndrew Dolgov
2013-04-29fix illegalargumentexception in feed/cats sort triggered for some reasonAndrew Dolgov
2013-04-26remove custom fragment constructorsAndrew Dolgov
2013-04-21support actionbarsherlockAndrew Dolgov
2013-02-27replace incorrect datasetinvalidated calls with datasetchangedAndrew Dolgov
2013-02-27properly report when feeds/cats list is empty, bump versionAndrew Dolgov
2013-01-07fix default_feed_view=articles on tablets, bump versionAndrew Dolgov
2012-12-04fix disappearing up arrow on actionbar; import cleanupAndrew Dolgov
2012-10-14use proper system cache directory for storing cache filesAndrew Dolgov
2012-10-09check if fragment is attached in fragment asynctasksAndrew Dolgov
2012-09-26fix crash in sortfeeds/sortcats when adapter is already destroyedAndrew Dolgov
2012-09-25split SSL hostname verification to a separate option, do not callAndrew Dolgov
2012-09-24allow browsing child categories as categoriesAndrew Dolgov
2012-09-22fix SSL host verification not being disabled by "trust all hosts"Andrew Dolgov
2012-09-21remove per-fragment loading messagesAndrew Dolgov
2012-09-21improve logging in again if session is lostAndrew Dolgov
2012-09-20fix http basic authAndrew Dolgov
2012-09-20fix missing stuff for default_view_mode implementation in fragmentsAndrew Dolgov
2012-09-20fix for opening category in proper mode from feedsfragmentAndrew Dolgov
2012-09-20fix two context menu crashesAndrew Dolgov
2012-09-19implement default browsing of articlesAndrew Dolgov
2012-09-19implement several loading progressbarsAndrew Dolgov
2012-09-19various lint-related stuffAndrew Dolgov
2012-09-18switch to HttpURLConnection (which should enable SNI on recent androidAndrew Dolgov
2012-09-18do not try to download category iconsAndrew Dolgov
2012-09-18enable nested categories APIAndrew Dolgov
2012-09-17use separate activities for views in small screen modeAndrew Dolgov
2012-09-16fix options menu disappearing on refreshAndrew Dolgov
2012-09-16initialAndrew Dolgov