Skip to content

Latest commit

 

History

History
174 lines (108 loc) · 4.83 KB

CHANGELOG.md

File metadata and controls

174 lines (108 loc) · 4.83 KB

0.27 (2017-01-12)

  • Allow user-added CAs on Android >= 7

0.26 (2016-12-30)

  • Downgrade support libraries to 25.0.1 to fix FloatingActionButton behavior (Fixes #34)

0.25 (2016-12-23)

  • The Floating Action Button to mark all items as read now temporarily turns into a reload button after marking all items as read

0.24 (2016-11-12)

  • Fix crash when favicon failed to load
  • Show feed failures in manage feeds activity

0.23 (2016-10-29)

  • Ignore contentHash for now, fixes syncing in certain circumstances (Fixes #26)
  • Add day/night theme support (Fixes #15)

0.22 (2016-10-23)

  • Fix login with subdirectory (Thanks to @Eloo) (Fixes #23)
  • Improve error messages when login failed

0.21 (2016-10-06)

  • Fix crash when username is not known yet (Fixes #22)

0.20 (2016-10-06)

  • Fix ordering in article view

0.19 (2016-10-03)

  • Use the same ordering as the web interface (Fixes #19)
  • Remove sorting options again, Nextcloud News with support for this is not released yet
  • Workaround bug in realm 2.0.0 (realm/realm-java#3505)

0.18 (2016-10-02)

Note: You will have to login and sync again due to internal changes after the upgrade

  • Add Russian translation (Thanks to @thfree)
  • Add more sorting options (sort by publication or update date)
    • Only useful when using Nextcloud News >= 9.0.5 as the "real" publication date is not available on earlier versions (see nextcloud/news#43)
  • Fix feed icons for youtube feeds

0.17 (2016-09-08)

  • Use the same dialog for changing and adding a feed
  • Use the dominant favicon color as feed color
  • Handle the case when the returned item url is NULL

0.16 (2016-08-26)

  • Fix crash when trying to login

0.15 (2016-08-24)

  • It's now possible to manage feeds directly in the app
    • Add new feeds via Share Dialog from other apps
  • Small design improvements (inset dividers)

0.14 (2016-07-25)

  • Only allow colors with high enough contrast as text colors for Feed titles
  • Decode HTML entities in Feed titles
  • Enable zoom on article views (useful for webcomics)

0.13 (2016-07-20)

The "upside down" release

  • Use the largest available favicon
  • Add ability to reverse article sort order

0.12 (2016-07-07)

The "Nothing to see here" release

  • Fix the build on f-droid

0.11 (2016-06-29)

The "New colors, please" release

  • Switch to a light blue color scheme (inspired by Nextcloud theme)
  • Improve performance in the article view
  • Add play button to play enclosed media in an external player
  • Use the hash of the feed url to generate the fallback color when the feed has no favicon

0.10 (2016-06-11)

The "Smooth Operator" release

  • Make the color transition smoother when swiping from article to article
  • Add fade effect or the favicon color in the list view
  • Fix favicon loading (again)
  • Small design changes to better follow the material design spec
  • Some fixes for sdk levels < 19

0.9 (2016-06-05)

The "color ALL the feeds" release

  • Use Gmail-style images for feeds without favicon
  • Fix initial sync not starting when logging in
  • ownCloud news was renamed to Nextcloud news, rename all references
  • Change color scheme (green instead of orange accent color)
  • Add back the FloatingActionButton in the list view to mark all articles as read

0.8 (2016-06-01)

  • Add action mode to article list
  • Improve login activity error handling
  • Don't synchronize item states in parallel
  • Scroll to current item when returning from article view to the article list

0.7 (2016-05-22)

  • Remove accepting of self-signed certs again, this undermines TLS security
  • Don't start a full sync if article changes weren't synced successfully (hopefully fixes #6)
  • Fixes for LoginActivity

0.6 (2016-05-03)

0.5 (2016-04-29)

  • Update proguard rules to fix colors not being applied in article webview

0.4 (2016-04-27)

  • Slight UI improvement for login activity
  • Treat items with the same fingerprint as one item (needs Nextcloud News >= 8.1.0)

0.3 (2016-03-30)

  • Improve loading of feed colors in article view

0.2 (2016-03-17)

  • Improve handling of unread/starred changes
  • Fix bug leading to a crash when selecting an item in the drawer while "only Unread" is selected

0.1 (2016-03-07)

  • Show warning when Nextcloud News is improperly configured
  • Improve drawer reloading when only unread is changed

0.1b2 (2016-02-16)

  • Make favicon loading more reliable
  • Show thumbnails for embedded youtube videos
  • Prevent having to scroll horizontally in article view
  • Add null checks for JSON responses

0.1b (2016-02-10)

First beta release

  • Use hardware rendering for webview on Marshmallow
  • Disable toolbar scrolling in article activity
  • Improve favicon handling
  • Fix initial sync

0.1a (2016-01-31)

Initial alpha release