summaryrefslogtreecommitdiff
path: root/src/org/fox/ttrss/HeadlinesFragment.java
AgeCommit message (Collapse)Author
2012-09-01properly detect portrait orientationAndrew Dolgov
move to ICS style of naming resources for various dpi bump version
2012-08-13remove in-app billingAndrew Dolgov
add spinner-like triangles for headlines fragment context menu bump version
2012-06-24minor code cleanupAndrew Dolgov
2012-06-23implement actionbar list navigationAndrew Dolgov
small fragment behaviour tweaks restart application if login session is lost
2012-06-22remove hardcoded gray from headline rows layoutAndrew Dolgov
properly deselect active article in headlines when closing article panel
2012-06-22adjust headlines left padding in vertical mode on tabletsAndrew Dolgov
add getOrientation()
2012-06-22code cleanupAndrew Dolgov
offline: support feed title in vfeeds
2012-06-22layout/style update (add selection marker arrowheads)Andrew Dolgov
2012-06-22add shadows to light theme, misc layout/theme tweaksAndrew Dolgov
2012-06-20implement publish with noteAndrew Dolgov
2012-06-20various layout and code updates to support feed_title in virtual feedsAndrew Dolgov
(requires API 3)
2012-06-20work around against activity always asking about continue/stop sync;Andrew Dolgov
misc fixes
2012-06-20use activity progress indicatorAndrew Dolgov
2012-06-19xlarge layout fixesAndrew Dolgov
2012-06-19find fragments by tags, misc stuffAndrew Dolgov
2012-06-19categorize more stuffAndrew Dolgov
2012-06-19revert ics fragment stuffAndrew Dolgov
2012-06-19categorize source filesAndrew Dolgov
2012-06-19switch to ICS native fragmentsAndrew Dolgov
2012-03-12hide headlines row separator in small screen modeAndrew Dolgov
2012-03-12implement new attachment UI with buttons to copy URL/view separateAndrew Dolgov
attachment
2012-03-11support non-image attachments (closes #434)Andrew Dolgov
bump version
2012-02-25support different article text sizesAndrew Dolgov
2012-02-21support attachments in combined mode, fix french translation, bumpAndrew Dolgov
version
2012-02-16fix urls with spaces crash in combined modeAndrew Dolgov
2012-02-06support article attachments, display image attachments inline (helloAndrew Dolgov
lolcats)
2012-01-19do not use savedstate putstring/getstring to prevent crashe on legacyAndrew Dolgov
platform versions
2012-01-19implement actionbar search for HC/ICS devicesAndrew Dolgov
2012-01-19add some index out of bounds checks to feeds/headline fragmentsAndrew Dolgov
2011-12-13same fix (2)Andrew Dolgov
2011-12-13same fix for headlines Andrew Dolgov
2011-12-09smooth article swiping using viewpager (in online mode)Andrew Dolgov
2011-12-06switch mainactivity typecasting to an interfaceAndrew Dolgov
2011-12-06menu updates, bump version, misc cleanupAndrew Dolgov
2011-12-06implement synchronization of offline stuff back to the mothershipAndrew Dolgov
2011-12-06use setemptyview on online listsAndrew Dolgov
2011-12-04rework combined mode to use textviews to prevent graphical glitchesAndrew Dolgov
2011-12-03combined mode tweaksAndrew Dolgov
2011-12-03do some webview background hacksAndrew Dolgov
2011-12-01fix image fitting to width in webviewsAndrew Dolgov
2011-11-30implement workaround to make list items somewhat clickable in combinedAndrew Dolgov
mode, make title a link
2011-11-30use meta viewport for embedded webviewsAndrew Dolgov
2011-11-30switch between articles using volume buttonsAndrew Dolgov
2011-11-30do not process headlines onclick in combined modeAndrew Dolgov
2011-11-30implement combined article display mode (closes #399)Andrew Dolgov
2011-11-30automatically load new headlines when scrolled to the bottomAndrew Dolgov
2011-11-30use proper layout separation for normal and large screensAndrew Dolgov
2011-11-30add several menu icons from http://www.androidicons.com/freebies.phpAndrew Dolgov
2011-11-30various menu improvementsAndrew Dolgov
2011-11-30implement special options menu for selected headlinesAndrew Dolgov