You can translate Tasks using Weblate. To get started, register a new account or login with your GitHub account if you have one.
Before opening an issue, please make sure that your issue:
- is not a duplicate (i.e. it has not been reported before, closed or open)
- has not been fixed
- is in English (issues in a language other than English will be closed unless someone translates them)
- does not contain multiple feature requests/bug reports. Please open a separate issue for each one.
- Fork and clone the repository
- Install and launch Android Studio's canary build (Tasks depends on some bleeding-edge features of the canary build, but in the future when those features are stabilized, you will be able to use the stable release of Android Studio)
- Select
File > Open
, select the Tasks directory, and accept prompts to install missing SDK components
- Register at mapbox.com
- Add
tasks_mapbox_key_debug="<your_api_key>"
to yourgradle.properties
file. You can create an access token or use your default public token
- Register at cloud.google.com
- Enable Google Tasks API and Google Drive API
- Create android authorization credentials
- Register at cloud.google.com
- Enable Google Maps SDK and Google Places API
- Set up an API key
- Add
tasks_google_key_debug="<your_api_key>"
to yourgradle.properties
file - Select
Build > Select Build Variant
and choose thegoogleplay
variant