Skip to content

Releases: LeanderBB/you-have-mail

v0.19.0 (Re-release)

05 Jan 16:18
Compare
Choose a tag to compare

Added

  • Received messages can now be marked read, moved to trash or spam from the notification

Changed

  • Create individual notifications for each message and group them by account email.

Fixed

  • Going back in the activity history should now correctly return to the last place before opening
    the mail application.

Note

This is a re-release as an old artifact of v0.19.0 was uploaded due to a bug in the build script.

v0.18.2

22 Dec 20:57
Compare
Choose a tag to compare

Fix

  • FDroid build reproducibility

v0.18.0

17 Dec 18:05
Compare
Choose a tag to compare

Changed

  • Remember UI state when switching between landscape and vertical views (Thanks @pangratt12345)
  • Add more poll intervals (Thanks @pangratt12345)
  • Improve poll interval drop down menu (Thanks @pangratt12345)
  • Check email and password input before sending request to server (Thanks @pangratt12345)

v0.17.0

20 Oct 10:25
Compare
Choose a tag to compare

Changed

  • Dependency updates
  • Improve account list update

v0.16.4

22 Aug 18:18
Compare
Choose a tag to compare

Fixed

  • Fix poll for intervals less than 15 min.

v0.16.3

05 Aug 18:31
Compare
Choose a tag to compare

Fixed

  • Fixed some notifications not being delivered
  • Do not cancel work on startup if no change has been made to poll interval

v0.16.2

04 Aug 10:54
Compare
Choose a tag to compare

Fixed

  • Register workers when boot signal is received

v0.16.1

04 Aug 06:29
Compare
Choose a tag to compare

This release just changes the build environment to match the fdroid ci image in order to guarantee reproducible builds.

Nothing has changed compared to the v0.16.0 release.

v0.16.0

03 Aug 14:10
Compare
Choose a tag to compare

Notice

  • All accounts will be in logged out state after migration
    to new storage format.

Changed

  • Removed background service and notification
  • Polling is now preformed by WorkManager
  • Account state is persisted to disk between OS reboots
  • Update dependencies and deprecated APIs

Fixes

  • Startup crash when starting service from a worker
  • Fix proxy screen not remembering values
  • Https is not a valid proxy protocol

v0.15.0

25 Feb 18:51
Compare
Choose a tag to compare

Features