* compatibly with SDK API 21 ([9005f7c](https://framagit.org/dystopia-project/simple-email/commit/9005f7c69aad4f7734133f3f636d4bcfd97f5ead))
* crash on uninitialized cursor instance ([8071dc3](https://framagit.org/dystopia-project/simple-email/commit/8071dc32cc50166938f005294e1a360d995f2eaf)), closes [#15](https://framagit.org/dystopia-project/simple-email/issues/15)
* gmail authentication over non-oAuth ([15cc220](https://framagit.org/dystopia-project/simple-email/commit/15cc220fb064cc2d2032b73d89f263e37ae159fd))
* wrong format on compose email addresses ([d4a1c8c](https://framagit.org/dystopia-project/simple-email/commit/d4a1c8ca204c0a7c6dfdd9583031f90a92183577))
***ui:** improve message items view to compact and unread ([7389734](https://framagit.org/dystopia-project/simple-email/commit/738973499224ef09f4bc7d831ff7b7b49685d7cd))
***ui:** increase distance on refreshable ([ce661ca](https://framagit.org/dystopia-project/simple-email/commit/ce661ca32b4d672eb54c9e095ae9bfdff4b0efeb))
### Features
* improve swipe actions in archive/trash folders ([0f76b2b](https://framagit.org/dystopia-project/simple-email/commit/0f76b2bd006dc2a7c8e46129b5513ef474107e12))
* update color picker dialog ([c1a2380](https://framagit.org/dystopia-project/simple-email/commit/c1a2380d2c42c1232498a1eafc8cb32ec8b035d9))
@@ -5,7 +5,7 @@ We're thrilled you're interested in contributing to SimpleEmail! There are lots
## Documentation
Contributions to this document and the frequently asked questions
are preferred in the form of [pull requests][pull-requests]).
are preferred in the form of [pull requests][pull-requests].
## Translations
...
...
@@ -14,7 +14,7 @@ are preferred in the form of [pull requests][pull-requests]).
## Source code
Source code contributions are welcome, there's always work to be done on the SimpleEmail codebase, building from source code is
Source code contributions are welcome, there's always work to be done on the SimpleEmail codebase, building from source code is
straightforward with `./gradlew assembleDebug` Here are the general rules:
* Write good commit messages, we follow the [conventional commits][commits]
...
...
@@ -25,5 +25,6 @@ straightforward with `./gradlew assembleDebug` Here are the general rules:
* When submitting changes, you confirm that your code is licensed under the terms of the [GNU General Public License v3](https://www.gnu.org/licenses/gpl-3.0.html).
* Please test (compile and run) your code before you submit changes
@@ -19,11 +19,9 @@ Alternatively, you can download directly from GitLab [Releases][gitlab-releases]
The focus of SimpleEmail is be a privacy-friendly email app with a good UX/UI and with a community development model.
SimpleEmail is minimalistic by design, so you can concentrate on reading and writing messages, it starts a foreground
SimpleEmail is minimalistic by design, so you can concentrate on reading and writing messages, it starts a foreground
service with a low priority status bar notification to make sure you'll never miss a new email.
*This project has been forked from [FairEmail](https://framagit.org/dystopia-project/simple-email/blob/master/docs/FAQ.md#what-is-the-difference-between-simpleemail-and-fairemail).*
SimpleEmail requires at least Android 6 Marshmallow.
## Frequently asked questions
See [here][faqs] for a list of often asked questions.
...
...
@@ -91,10 +85,14 @@ See [here][faqs] for a list of often asked questions.
* For support on SimpleEmail, please open a [issue][]
* For support on authorizing accounts you should contact your provider.
## Compatibility
SimpleEmail requires at least Android 6 Marshmallow.
## Contributing
Whether you have ideas, translations, features you think are missing, design or code changes, help is always welcome!.
You can submit [pull requests][pull-requests] to this repository, or submit translations using Weblate.
You can submit [pull requests][pull-requests] to this repository, or submit translations using [Weblate](https://hosted.weblate.org/projects/simple-email/).
To get started, take a look at [CONTRIBUTING.md](https://framagit.org/dystopia-project/simple-email/blob/develop/CONTRIBUTING.md)
...
...
@@ -107,7 +105,7 @@ SimpleEmail uses:
*[JCharset](http://www.freeutils.net/source/jcharset/). under [GNU General Public License](http://www.freeutils.net/source/jcharset/#license)
*[Android Support Library](https://developer.android.com/tools/support-library/). under [Apache license](https://android.googlesource.com/platform/frameworks/support/+/master/LICENSE.txt).
*[Android Architecture Components](https://developer.android.com/topic/libraries/architecture/). under [Apache license](https://github.com/googlesamples/android-architecture-components/blob/master/LICENSE).
*[colorpicker](https://android.googlesource.com/platform/frameworks/opt/colorpicker). under [Apache license](https://android.googlesource.com/platform/frameworks/opt/colorpicker/+/master/src/com/android/colorpicker/ColorPickerDialog.java).
*[colorpicker](https://github.com/QuadFlask/colorpicker). under [Apache license](https://github.com/QuadFlask/colorpicker#license).
*[dnsjava](http://www.xbill.org/dnsjava/). under [BSD License](https://sourceforge.net/p/dnsjava/code/HEAD/tree/trunk/LICENSE).
*[OpenPGP API library](https://github.com/open-keychain/openpgp-api). under [Apache License 2.0](https://github.com/open-keychain/openpgp-api/blob/master/LICENSE).
...
...
@@ -115,23 +113,7 @@ SimpleEmail uses:
[![GNU General Public License version 3](https://www.gnu.org/graphics/gplv3-127x51.png)](https://framagit.org/dystopia-project/simple-email/blob/master/LICENSE)
Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) and contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* All assets and docs are under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/),
* All assets and docs are under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/),
for the license of the image used in the [assets](/assets) please see the metadata under the SVG file.