Tags

Tags give the ability to mark specific points in history as being important
  • 1.6.7

    19042db6 · Releasing 1.6.7 ·
    *   Fixed crash on older Android versions when opening a web view
        See !108
    *   Fixed update of views when pressing 'mark all as read' button
        See !107
    *   Improved network caching
        See !105
    *   German translations updated and added
        Thanks to Chris
        See !106
    
  • 1.6.6

    d253b7e2 · Releasing 1.6.6 ·
    - Fixed a crash in Reader
    
  • 1.6.5

    914d1416 · Releasing 1.6.5 ·
    *   Added support for username/password in URLs
        See !100 #128
    *   Fixed https compatibility on older versions of Android
        See !102 #113
    *   Fixed crash for HorribleSubs.info
        See !103 #131
    
  • 1.6.4

    985e13d0 · Releasing 1.6.4 ·
    *   Added paging to lists
        See !99
    *   Added option for maximum number of items per feed
        See !98 #126
    
  • 1.6.3

    1deac74f · Releasing 1.6.3 ·
    *   Now all links are explicitly opened in new browser tabs
        See !97 #117
    *   Fixed buggy back stack
        See !96
    
  • 1.6.2

    54c9ca08 · Releasing 1.6.2 ·
    *   Block cookies from webview
        See !95
    
  • 1.6.1

    4010c2f9 · Releasing 1.6.1 ·
    *   Fixed parsing of some OPML formats
        See !94 #111
    
  • 1.6.0

    520ea2eb · Releasing 1.6.0 ·
    *   Added option of how to open articles.
        One of Reader, WebView or Browser.
        See !93 #39 #102
    *   Fixed resolution of relative links
        See !92 #101
    
  • 1.5.0-1

    33182de0 · Remove now unused test ·
    Updating 1.5.0 release - forgot to delete a test
    
  • 1.5.0

    e547eae1 · Releasing 1.5.0 ·
    *   Fixed notifications
        See !91 #10 #88
    *   Changed to allow installation on internal storage
        This has always been implied by the limitations of Android but now
        it is explicit to avoid issues for people who try to move it to
        external storage.
        See !78 #79
    *   Added special handling for finding Youtube feeds
        See !90 #100
    *   Fixed HTML encoded titles not being decoded in list
        See !89 #91
    *   Changed so more feeds display thumbnail images
        See !88 #96
    *   Fixed various crashes
    
  • 1.4.3

    ee9d892a · Releasing 1.4.3 ·
    *   Fixed crash for missing video urls
        See !84 #90
    *   Improved UI responsiveness but throttling database loaders
        See !81
    *   Fixed existing tag not being shown in edit feed dialog
        See !80 #82
    *   Improved rendering of <pre> tags
        See !77
    *   Added newline between table columns
        See !77
    *   Handle ENTER press in add feed dialog
        See !77
    
  • 1.4.2

    2204ede9 · Releasing 1.4.2 ·
    *   Stopped rendering script tags
        See !75 #85
    
  • 1.4.1

    ca6c5f9f · Releasing 1.4.1 ·
    *   Fixed some translation issues which could cause crashes
        See !74
    *   Added French translation
        See !73
    *   Added Polish translation
        See !72
    
  • 1.4.0

    08864656 · Releasing 1.4.0 ·
    This version changes the database tables slighly which means your
    read-status will be gone. Apologies for the inconvenience.
    
    *   Feeds are now sorted case-insensitively
        See !71 #77
    
    *   Feeds are now displayed using correct encoding
        See !68 #76
    
    *   Articles are parsed to find cover images
        See !67
    
    *   Relative links are now resolved
        See !67
    
    *   Adding feeds will now parse the page in case it's not a feed and try
        to find alternate links to feeds. All results are displayed in the
        dialog.
        See !67
    
    *   Maintain scroll position in articles when switching between apps
        See !66 #71
    
    *   Images with relative URLs are now displayed
        See !66 #37 #54
    
    *   Added app shortcuts for the latest 3 feeds
        See !65 #60
    
    *   Added option to sync once per day
        See !64
    
    *   New icons
        See !63
    
    *   Added support for JSONFeed
        See !41
    
  • 1.3.15

    78a0458c · Releasing 1.3.15 ·
    *   Fixed an installation crash on Android 5
        See !62 #69
    
  • 1.3.14

    61e0dcdd · Releasing 1.3.14 ·
    *   Fixed loss of scroll position on redraw in left drawer menu
        See !61 #57
    
  • 1.3.13

    55b61b15 · Releasing 1.3.13 ·
    *   Add new feed now finds feed links in web pages
    
        Makes it possible to input a url to a site, such as
        `cowboyprogrammer.org`, when adding a new feed.
    
        Previously, the direct address to the RSS/Atom feed was required
        (`cowboyprogrammer.org/atom.xml`). This was not ideal because
    
        - not all sites advertise a link to their feeds
    
        - the location of the feed is not standardized so it's not easily
          guessable
    
        - viewing the source of a web site to find the alternate link is
          very hard to do on mobile
    
        Now, the site you enter is parsed and if it contains alternate
        links to feeds, one of those links are loaded parsed
        instead. Currently RSS and Atom feeds are identified and Atom is
        preferred over RSS.
    
        See !60
    
    *   Target Android 26
        See !60
    
  • 1.3.12

    4f8f49dd · bump version to 1.3.12 ·
    *   Changed so that an empty feed can be dragged to be refreshed
        See !57 #40
    
  • 1.3.11

    fb29d970 · Bump 1.3.11 ·
    *   Added Italian translation
        See !56
    
  • 1.3.10

    a27409b4 · releasing 1.3.10 ·
    1.3.10
    
    *   Fixed crash when toggling 'Notify for new items' on All Feeds
        See !55 #56