Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Releases: schaal/ocreader

Release 0.46

28 May 16:04
v0.46
Compare
Choose a tag to compare

0.46 (2020-05-28)

  • Use DateUtils to format relative time span
  • Use addPathSegments to build API base url (Closes: #95)
  • Migrate updatedAt to lastModified (Closes: #97)

Release 0.45

18 May 10:30
v0.45
Compare
Choose a tag to compare
  • Add option to reset database
  • Use nextcloud login flow to get an apptoken instead of asking for password
    • User has to login again
  • Update UI
    • Use Bottomsheet instead of Drawers
  • Add system setting to dark theme preference
  • Rewrite in Kotlin
  • Target SDK 29
  • Update app icon background layer

Release 0.43

30 May 18:28
v0.43
Compare
Choose a tag to compare
  • Show warning about possible password leak when sending crash reports using version 0.40 or 0.41

Release 0.42

30 May 18:29
v0.42
Compare
Choose a tag to compare
  • Only send stack trace and app version code when sending bug report

Release 0.41

25 May 18:20
v0.41
Compare
Choose a tag to compare
  • Disable proguard to fix GlideModule not found crash

Release 0.40

23 May 05:03
v0.40
Compare
Choose a tag to compare

Release 0.39

20 Jan 12:04
v0.39
Compare
Choose a tag to compare
  • Update libraries
  • Use Android SDK 27

Release 0.38

23 Sep 15:09
v0.38
Compare
Choose a tag to compare
  • Possible fix for "You cannot start a load for a destroyed activity" crash
  • Minimum SDK level raised to 17

Release 0.37

04 Aug 12:59
v0.37
Compare
Choose a tag to compare
  • Fallback to http when scheme is not entered and https fails when entering server details
  • Add preference to change sort field
  • Replace picasso with glide, which leads to better caching of favicons
  • Use AboutLibraries to display libraries used
  • Allow the fingerprint to be null, Fixes #69
  • Use primary color as default link color in webview

Release 0.36

05 Jun 12:11
v0.36
Compare
Choose a tag to compare
  • Check if feed title is empty, Fixes #67
  • Fix issues reported via email (realm objects no longer valid)