Astrid was a popular cross-platform productivity service that was acquired and discontinued in 2013. The source code from Astrid's open source Android app serves as the basis of Tasks.
Please visit tasks.org for end user documentation and support
- Fork and clone the repository
- Install and launch 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