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.

90 lines
3.7 KiB

6 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.3.0](https://framagit.org/dystopia-project/simple-email/compare/v1.2.1...v1.3.0) (2018-12-08)
  5. ### Bug Fixes
  6. * change app Invite to share because require google account ([8299d54](https://framagit.org/dystopia-project/simple-email/commit/8299d54))
  7. * check error on open attachment ([87a22a9](https://framagit.org/dystopia-project/simple-email/commit/87a22a9)), closes [#10](https://framagit.org/dystopia-project/simple-email/issues/10)
  8. * prevent flickering on message view ([d6294c6](https://framagit.org/dystopia-project/simple-email/commit/d6294c6))
  9. ### Features
  10. * better layout for the message list ([73aa80d](https://framagit.org/dystopia-project/simple-email/commit/73aa80d)), closes [#8](https://framagit.org/dystopia-project/simple-email/issues/8)
  11. * implement refresh messages list ([f5973df](https://framagit.org/dystopia-project/simple-email/commit/f5973df))
  12. * move color picker account outside of advanced ([7fb625c](https://framagit.org/dystopia-project/simple-email/commit/7fb625c))
  13. ## [1.2.1](https://framagit.org/dystopia-project/simple-email/compare/v1.2.0...v1.2.1) (2018-11-23)
  14. ### Bug Fixes
  15. * check compatibility on notification settings ([36b3e25](https://framagit.org/dystopia-project/simple-email/commit/36b3e25))
  16. * crash on public notification without color ([4bc5d9a](https://framagit.org/dystopia-project/simple-email/commit/4bc5d9a))
  17. # [1.2.0](https://framagit.org/dystopia-project/simple-email/compare/v1.1.2...v1.2.0) (2018-11-20)
  18. ### Bug Fixes
  19. * missing null check on refactor notification ([3318b38](https://framagit.org/dystopia-project/simple-email/commit/3318b38))
  20. ### Features
  21. * improve messages UI ([1e9c5e8](https://framagit.org/dystopia-project/simple-email/commit/1e9c5e8))
  22. ## [1.1.2](https://framagit.org/dystopia-project/simple-email/compare/v1.1.1...v1.1.2) (2018-11-20)
  23. ### Bug Fixes
  24. * cancel single notification per account ([656e51e](https://framagit.org/dystopia-project/simple-email/commit/656e51e))
  25. * focus body on reply message ([4b6e230](https://framagit.org/dystopia-project/simple-email/commit/4b6e230))
  26. * message when no have identities ([4595289](https://framagit.org/dystopia-project/simple-email/commit/4595289))
  27. * wrong riseup smtp port ([ecd870c](https://framagit.org/dystopia-project/simple-email/commit/ecd870c))
  28. ## [1.1.1](https://framagit.org/dystopia-project/simple-email/compare/v1.1.0...v1.1.1) (2018-11-14)
  29. ### Bug Fixes
  30. * crash on new notifications with account without color ([1e0665a](https://framagit.org/dystopia-project/simple-email/commit/1e0665a))
  31. # [1.1.0](https://framagit.org/dystopia-project/simple-email/compare/v1.0.0...v1.1.0) (2018-11-12)
  32. ### Bug Fixes
  33. * message item view when not have size ([2d44ea5](https://framagit.org/dystopia-project/simple-email/commit/2d44ea5))
  34. * trash messages are showing in threads ([573aba1](https://framagit.org/dystopia-project/simple-email/commit/573aba1))
  35. ### Features
  36. * improve new mail notifications per account ([0149a10](https://framagit.org/dystopia-project/simple-email/commit/0149a10))
  37. # [1.0.0](https://framagit.org/dystopia-project/simple-email) (2018/11/08)
  38. ### Bug Fixes
  39. * hide button after show images (#2790b76d)
  40. * check on empty search fallback (#6e9b5992)
  41. * check if has storage framework (#1a07f5fa)
  42. ### Features
  43. * add riseup provider (#4126bae3)
  44. * add text when no have accounts yet (#2d15cd32)
  45. * remove Eula annoying initial view (#a794fc0e)
  46. * improve message interface (#de7dc808)
  47. * change 'enable' advanced option to 'enable sync' to be clear (#fc5949c7)
  48. * set account name on compose (#e4a97052)
  49. * change to switch on advance options (#236d39b1)