DeepL Android application is the unofficial Android application of deepl.com website. Try out the world’s best machine translation. DeepL trains artificial intelligence to understand and translate texts.
This is not the official DeepL app. Deepl and Linguee are registered trademarks owned by DeepL GmbH, and used under license. For more informations : https://www.deepl.com/publisher.html
The application contains two product flavors dimensions: "mode" and "service". With the "mode" dimension, you can build the app using the DeepL or the OpenL mode. This will only change the application name and icon. The "service" dimension allow you to build the application with or without the Google Play Services. This is mainly used to be able to provide a build to F-Droid.
We are using Gitflow Workflow design, please use it and respect it. For more informations, read this great article by Vincent Driessen : http://nvie.com/posts/a-successful-git-branching-model/
Various libraries are used in the application project :
- AndroidX Appcompat Library
- AndroidX Lifecycle - Used for MVVM architecture and LiveData
- AndroidX Material Components
- Constraint Layout
- Firebase Crashlytics (You'll need to add your own google-services.json)
- Retrofit 2 and Moshi
- Koin - Dependency injection
- Timber
MIT License
Copyright (c) 2018 Anthony Reboul
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
This project is under MIT license. For more informations : https://choosealicense.com/licenses/mit/