Skip to content

1.0.29

Compare
Choose a tag to compare
@jstejada jstejada released this 18 Apr 07:53
· 5452 commits to master since this release

1.0.29 (2/21/2017)

  • Fixes:
    • You can now click inline images in messages to open them
    • More IMAP errors have been identified as retryable, which means users will
      see less errors when syncing an account
    • Improve performance of thread search indexing queries
    • Correctly catch Invalid Login errors when sending
  • Development:
    • Developer bar in Worker window now shows single delta connection
    • More code converted to Javascript

1.0.28 (2/16/2017)

  • Fixes:
    • Fix offline notification bug that caused api outage
    • We now properly handle gmail auth token errors in the middle of the sync loop. This means less red boxes for users!
    • Less battery usage when initial sync has completed!
    • No more errors when saving sent messages to sent folders (auth or accountId errors)
    • No more Lingering tasks in progress marked as failed errors
    • Syncback tasks will continue retrying even after closing app
    • Syncback tasks retry more aggressively
    • Detect more offline errors when sending, sending is more reliable
    • Imap connection pooling (yet to land)
    • More retryable IMAP errors, means less red boxes for users
    • Offline notification now shows itself when we’re actually offline, shows countdown for next reconnect attempt
  • Development:
    • More tests
    • Don't use breadcrumbs in dev mode
    • Add a better reason when waking sync for syncback in the logs
    • BackoffScheduler, BatteryManager added for reusability