aboutsummaryrefslogtreecommitdiff
path: root/src/org/fox/ttrss/HeadlinesFragment.java
AgeCommit message (Collapse)Author
2014-01-23fix catchup_above to behave as the desktop version (not includingAndrew Dolgov
selected article)
2014-01-16add open article in web browser to headline context menuAndrew Dolgov
2014-01-16force login when starting in shortcut mode to prevent blank fragmentsAndrew Dolgov
2013-11-27block another invocation of setlabels on api 7Andrew Dolgov
2013-11-24allow more precise font size selection for headlines & articleAndrew Dolgov
remove single_column layout stuff
2013-10-22attempt to fix sporadic unmarshalling problems by setting bundleAndrew Dolgov
classloader on saveinstancestate
2013-10-18Revert "bump version"Andrew Dolgov
This reverts commit cc67716030f04c014b6a36be33318676c2f91872.
2013-10-18bump versionAndrew Dolgov
add feedicon to headlines view on tablets
2013-10-16fix indeterminate progressbar not completing if http request failsAndrew Dolgov
2013-10-16abort if received headlines for the feed which is no longer activeAndrew Dolgov
(because of request taking too long?) (refs #785)
2013-10-16implement headlines fragment pull to refreshAndrew Dolgov
use indeterminate progressbar under actionbar
2013-10-16move pulltorefresh adapter to common activity, remove some imports andAndrew Dolgov
unused pragmas
2013-10-15update published/unpublished iconsAndrew Dolgov
2013-10-15Merge pull request #54 from tuxmobil/masterAndrew Dolgov
Fix for Bug 714 "Mark above as read"
2013-10-15Fix for Bug 714 "Mark above as read"tuxmobil
2013-10-07experimental workaround for the headlines using wrong view on refreshAndrew Dolgov
issue
2013-09-09sepia theme fixes; update overflow icons to use modern holo style;Andrew Dolgov
enable overflow icons for feed items
2013-09-08make ui more ~cards~ like, simplify some drawablesAndrew Dolgov
2013-09-01properly calculate offsets for non-default view modes (closes #770)Andrew Dolgov
2013-08-29replace smooth scrolling with setSelection(0) on headlines refresh (refsAndrew Dolgov
#767)
2013-08-29disable auto mark as read temporarily when scrolling listview back toAndrew Dolgov
top because of new items (refs #767)
2013-08-26scroll to listview top when refreshing headlines (closes #767)Andrew Dolgov
2013-06-03fix possible crash in headlinesfragment.refresh if invoked when fragmentAndrew Dolgov
is not yet initialized
2013-05-29offline: fix wrong excerpt maximum length and headline font size notAndrew Dolgov
being respected
2013-05-28add fancy animations for headlines listAndrew Dolgov
2013-05-27add a headline text size preferenceAndrew Dolgov
2013-05-23fix crash when loading more headlinesAndrew Dolgov
2013-05-23headline style updatesAndrew Dolgov
2013-05-23update articlefragment styleAndrew Dolgov
2013-05-18fix padding on headlinesfragment removed needlessly in portrait mode onAndrew Dolgov
sw600dp
2013-05-18add holo triangle backAndrew Dolgov
2013-05-08Escape HTML from the title of the context menu in HeadlinesFragment. For ↵Sam Malone
example, some Engadget feed items may have a title that includes an apostrophe that is encoded as ' and is displayed in this form. Html.fromHtml is invoked on the article title.
2013-04-26remove custom fragment constructorsAndrew Dolgov
2013-04-25Fixed score colors as requestedjan_bar
2013-04-25Fixed formatting issuesjan_bar
2013-04-24Support score in online and offline modejan_bar
Bump database version Fixed bug in database drop order
2013-04-21support actionbarsherlockAndrew Dolgov
2013-04-18Merge branch 'master' of git://github.com/dalingrin/Tiny-Tiny-RSS-for-HoneycombAndrew Dolgov
Conflicts: res/values/strings.xml res/xml/preferences.xml
2013-04-17Fix missing declarationDalingrin
2013-04-02add preference to show old articles first by using new api stuff; bumpAndrew Dolgov
version
2013-04-01Process read articles in batchesErik Hardesty
Accumulate read articles while scrolling and upload changes to tt-rss only when done scrolling
2013-03-30Add mark read on scroll for headlinesErik Hardesty
2013-03-30support showing article author (requires api 5)Andrew Dolgov
bump version
2013-03-27enlarge maximum amount of articles in headline bufferAndrew Dolgov
modify catchup_above to exclude current article for consistency fix catchup_above to only work on actually unread article (closes #632)
2013-03-25add menu item to set view mode, bump versionAndrew Dolgov
2013-03-21add an option to hide content previews in headlines list (closes #606)Andrew Dolgov
2013-03-19implement different resources for selected and selected+unread headlinesAndrew Dolgov
(refs #595)
2013-02-13headlinesfragment: check if getView() exists before assigning list emptyAndrew Dolgov
view
2013-02-11fix dual refresh race condition when doing openFeedArticles() in tabletAndrew Dolgov
mode
2013-02-10enable headlines list empty viewAndrew Dolgov