Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

5.1 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.4.0 (2020-11-09)

Bug Fixes

  • compatibly with SDK API 21 (9005f7c)
  • crash on uninitialized cursor instance (8071dc3), closes #15
  • gmail authentication over non-oAuth (15cc220)
  • wrong format on compose email addresses (d4a1c8c)
  • ui: improve message items view to compact and unread (7389734)
  • ui: increase distance on refreshable (ce661ca)

Features

  • improve swipe actions in archive/trash folders (0f76b2b)
  • update color picker dialog (c1a2380)

1.3.0 (2018-12-08)

Bug Fixes

  • change app Invite to share because require google account (8299d54)
  • check error on open attachment (87a22a9), closes #10
  • prevent flickering on message view (d6294c6)

Features

  • better layout for the message list (73aa80d), closes #8
  • implement refresh messages list (f5973df)
  • move color picker account outside of advanced (7fb625c)

1.2.1 (2018-11-23)

Bug Fixes

  • check compatibility on notification settings (36b3e25)
  • crash on public notification without color (4bc5d9a)

1.2.0 (2018-11-20)

Bug Fixes

  • missing null check on refactor notification (3318b38)

Features

1.1.2 (2018-11-20)

Bug Fixes

  • cancel single notification per account (656e51e)
  • focus body on reply message (4b6e230)
  • message when no have identities (4595289)
  • wrong riseup smtp port (ecd870c)

1.1.1 (2018-11-14)

Bug Fixes

  • crash on new notifications with account without color (1e0665a)

1.1.0 (2018-11-12)

Bug Fixes

  • message item view when not have size (2d44ea5)
  • trash messages are showing in threads (573aba1)

Features

  • improve new mail notifications per account (0149a10)

1.0.0 (2018/11/08)

Bug Fixes

  • hide button after show images (#2790b76d)
  • check on empty search fallback (#6e9b5992)
  • check if has storage framework (#1a07f5fa)

Features

  • add riseup provider (#4126bae3)
  • add text when no have accounts yet (#2d15cd32)
  • remove Eula annoying initial view (#a794fc0e)
  • improve message interface (#de7dc808)
  • change 'enable' advanced option to 'enable sync' to be clear (#fc5949c7)
  • set account name on compose (#e4a97052)
  • change to switch on advance options (#236d39b1)