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.

66 lines
2.4 KiB

5 years ago
  1. # Change Log
  2. All notable changes to this project will be documented in this file.
  3. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
  4. # [1.2.0](https://framagit.org/dystopia-project/simple-email/compare/v1.1.2...v1.2.0) (2018-11-20)
  5. ### Bug Fixes
  6. * missing null check on refactor notification ([3318b38](https://framagit.org/dystopia-project/simple-email/commit/3318b38))
  7. ### Features
  8. * improve messages UI ([1e9c5e8](https://framagit.org/dystopia-project/simple-email/commit/1e9c5e8))
  9. ## [1.1.2](https://framagit.org/dystopia-project/simple-email/compare/v1.1.1...v1.1.2) (2018-11-20)
  10. ### Bug Fixes
  11. * cancel single notification per account ([656e51e](https://framagit.org/dystopia-project/simple-email/commit/656e51e))
  12. * focus body on reply message ([4b6e230](https://framagit.org/dystopia-project/simple-email/commit/4b6e230))
  13. * message when no have identities ([4595289](https://framagit.org/dystopia-project/simple-email/commit/4595289))
  14. * wrong riseup smtp port ([ecd870c](https://framagit.org/dystopia-project/simple-email/commit/ecd870c))
  15. ## [1.1.1](https://framagit.org/dystopia-project/simple-email/compare/v1.1.0...v1.1.1) (2018-11-14)
  16. ### Bug Fixes
  17. * crash on new notifications with account without color ([1e0665a](https://framagit.org/dystopia-project/simple-email/commit/1e0665a))
  18. # [1.1.0](https://framagit.org/dystopia-project/simple-email/compare/v1.0.0...v1.1.0) (2018-11-12)
  19. ### Bug Fixes
  20. * message item view when not have size ([2d44ea5](https://framagit.org/dystopia-project/simple-email/commit/2d44ea5))
  21. * trash messages are showing in threads ([573aba1](https://framagit.org/dystopia-project/simple-email/commit/573aba1))
  22. ### Features
  23. * improve new mail notifications per account ([0149a10](https://framagit.org/dystopia-project/simple-email/commit/0149a10))
  24. # [1.0.0](https://framagit.org/dystopia-project/simple-email) (2018/11/08)
  25. ### Bug Fixes
  26. * hide button after show images (#2790b76d)
  27. * check on empty search fallback (#6e9b5992)
  28. * check if has storage framework (#1a07f5fa)
  29. ### Features
  30. * add riseup provider (#4126bae3)
  31. * add text when no have accounts yet (#2d15cd32)
  32. * remove Eula annoying initial view (#a794fc0e)
  33. * improve message interface (#de7dc808)
  34. * change 'enable' advanced option to 'enable sync' to be clear (#fc5949c7)
  35. * set account name on compose (#e4a97052)
  36. * change to switch on advance options (#236d39b1)