summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-05-18add (invisible) context triangle icon to feed rowsAndrew Dolgov
2013-05-18add preference to confirm marking headlines as readAndrew Dolgov
2013-05-18add holo triangle backAndrew Dolgov
2013-05-15confirm marking headlines as read from the actionbarAndrew Dolgov
2013-05-15use thread pool executor for downloading feed iconsAndrew Dolgov
2013-05-15show both progressbars when canUseProgressAndrew Dolgov
2013-05-15article: fix width of table elementAndrew Dolgov
2013-05-13fix offlinedownloadservice crash on 1.7.8Andrew Dolgov
2013-05-07Merge pull request #33 from lhw/fixwhitespaceAndrew Dolgov
Fixed a problem with opening links containt special characters like whitespace
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-05-07fix for opening links with special characters like whitespaceLennart Weller
2013-04-29implement duplicate checking for headlinesrequestAndrew Dolgov
2013-04-29restart if theme changedAndrew Dolgov
2013-04-29article fragment: remove title bold faceAndrew Dolgov
2013-04-29fix illegalargumentexception in feed/cats sort triggered for some reasonAndrew Dolgov
when comparator changes in prefs
2013-04-26remove custom fragment constructorsAndrew Dolgov
2013-04-26Do not close cursor that is still in usejan_bar
2013-04-25Fixed score colors as requestedjan_bar
2013-04-25Fixed formatting issuesjan_bar
2013-04-24Show author in offline modejan_bar
2013-04-24Support score in online and offline modejan_bar
Bump database version Fixed bug in database drop order
2013-04-21improve terribleness of workaround for the eaten last line on 2.3 (refsAndrew Dolgov
#670)
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-16offline: modernize UIAndrew Dolgov
2013-04-16integrate viewpagerindicator to display feed reading progressAndrew Dolgov
2013-04-16add missing padding of alt text on 2.3Andrew Dolgov
2013-04-16fix nosuchmethoderror when viewing captions on API < 16Andrew Dolgov
2013-04-16remove notify published/marked toastsAndrew Dolgov
2013-04-16properly toggle unread/marked/published icons on the actionbarAndrew Dolgov
2013-04-16unify theme setting, disable light theme on HCAndrew Dolgov
2013-04-16resize own icons, add share iconAndrew Dolgov
2013-04-16various menu updatesAndrew Dolgov
2013-04-16further menu-related fixesAndrew Dolgov
remove mangled unicode ellipsis in articlefragment
2013-04-16initial support for better holo iconsAndrew Dolgov
2013-04-10make attachments dialog cancelableAndrew Dolgov
2013-04-10View title text on imagesBrad Stewart
Conflicts: res/values-fr/strings.xml res/values/strings.xml
2013-04-08work around against crash when long tapping on an article headerAndrew Dolgov
2013-04-04show_unread_only: change default to trueAndrew Dolgov
2013-04-04make sure show_unread_only setting persists, bump versionAndrew Dolgov
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-31implement basic webview context menu for imagesAndrew Dolgov
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-27offline: fix catchup_above to only process unread articlesAndrew Dolgov
bump version
2013-03-27offline: fix catchup_above not respecting oldest first setting; excludeAndrew Dolgov
current article for consistency with tt-rss
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