| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-07 | Merge pull request #33 from lhw/fixwhitespace | Andrew Dolgov | |
| Fixed a problem with opening links containt special characters like whitespace | |||
| 2013-05-08 | Escape 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-07 | fix for opening links with special characters like whitespace | Lennart Weller | |
| 2013-04-29 | implement duplicate checking for headlinesrequest | Andrew Dolgov | |
| 2013-04-29 | restart if theme changed | Andrew Dolgov | |
| 2013-04-29 | article fragment: remove title bold face | Andrew Dolgov | |
| 2013-04-29 | fix illegalargumentexception in feed/cats sort triggered for some reason | Andrew Dolgov | |
| when comparator changes in prefs | |||
| 2013-04-26 | remove custom fragment constructors | Andrew Dolgov | |
| 2013-04-26 | Do not close cursor that is still in use | jan_bar | |
| 2013-04-25 | Fixed score colors as requested | jan_bar | |
| 2013-04-25 | Fixed formatting issues | jan_bar | |
| 2013-04-24 | Show author in offline mode | jan_bar | |
| 2013-04-24 | Support score in online and offline mode | jan_bar | |
| Bump database version Fixed bug in database drop order | |||
| 2013-04-21 | improve terribleness of workaround for the eaten last line on 2.3 (refs | Andrew Dolgov | |
| #670) | |||
| 2013-04-21 | support actionbarsherlock | Andrew Dolgov | |
| 2013-04-18 | Merge branch 'master' of git://github.com/dalingrin/Tiny-Tiny-RSS-for-Honeycomb | Andrew Dolgov | |
| Conflicts: res/values/strings.xml res/xml/preferences.xml | |||
| 2013-04-17 | Fix missing declaration | Dalingrin | |
| 2013-04-16 | offline: modernize UI | Andrew Dolgov | |
| 2013-04-16 | integrate viewpagerindicator to display feed reading progress | Andrew Dolgov | |
| 2013-04-16 | add missing padding of alt text on 2.3 | Andrew Dolgov | |
| 2013-04-16 | fix nosuchmethoderror when viewing captions on API < 16 | Andrew Dolgov | |
| 2013-04-16 | remove notify published/marked toasts | Andrew Dolgov | |
| 2013-04-16 | properly toggle unread/marked/published icons on the actionbar | Andrew Dolgov | |
| 2013-04-16 | unify theme setting, disable light theme on HC | Andrew Dolgov | |
| 2013-04-16 | resize own icons, add share icon | Andrew Dolgov | |
| 2013-04-16 | various menu updates | Andrew Dolgov | |
| 2013-04-16 | further menu-related fixes | Andrew Dolgov | |
| remove mangled unicode ellipsis in articlefragment | |||
| 2013-04-16 | initial support for better holo icons | Andrew Dolgov | |
| 2013-04-10 | make attachments dialog cancelable | Andrew Dolgov | |
| 2013-04-10 | View title text on images | Brad Stewart | |
| Conflicts: res/values-fr/strings.xml res/values/strings.xml | |||
| 2013-04-08 | work around against crash when long tapping on an article header | Andrew Dolgov | |
| 2013-04-04 | show_unread_only: change default to true | Andrew Dolgov | |
| 2013-04-04 | make sure show_unread_only setting persists, bump version | Andrew Dolgov | |
| 2013-04-02 | add preference to show old articles first by using new api stuff; bump | Andrew Dolgov | |
| version | |||
| 2013-04-01 | Process read articles in batches | Erik Hardesty | |
| Accumulate read articles while scrolling and upload changes to tt-rss only when done scrolling | |||
| 2013-03-31 | implement basic webview context menu for images | Andrew Dolgov | |
| 2013-03-30 | Add mark read on scroll for headlines | Erik Hardesty | |
| 2013-03-30 | support showing article author (requires api 5) | Andrew Dolgov | |
| bump version | |||
| 2013-03-27 | offline: fix catchup_above to only process unread articles | Andrew Dolgov | |
| bump version | |||
| 2013-03-27 | offline: fix catchup_above not respecting oldest first setting; exclude | Andrew Dolgov | |
| current article for consistency with tt-rss | |||
| 2013-03-27 | enlarge maximum amount of articles in headline buffer | Andrew Dolgov | |
| modify catchup_above to exclude current article for consistency fix catchup_above to only work on actually unread article (closes #632) | |||
| 2013-03-25 | add menu item to set view mode, bump version | Andrew Dolgov | |
| 2013-03-24 | sort categories, remove duplicate files | Andrew Dolgov | |
| 2013-03-24 | integrate share app stuff into tt-rss app | Andrew Dolgov | |
| 2013-03-24 | feedcategorylist: use correct classloader | Andrew Dolgov | |
| 2013-03-23 | added handling of volume keys in onKeyUp to suppress beeping | Marcel Dopita | |
| 2013-03-21 | add an option to hide content previews in headlines list (closes #606) | Andrew Dolgov | |
| 2013-03-19 | implement different resources for selected and selected+unread headlines | Andrew Dolgov | |
| (refs #595) | |||
| 2013-03-19 | when clicking on labels or special feeds default to showing contents as | Andrew Dolgov | |
| feeds rather than headlines or articles because of previous behavior making no sense | |||
| 2013-03-14 | Fix HTML unescaping in title of ArticleFragment. | Ajay Roopakalu | |
| 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. | |||