maufl / tasks

Bringing Astrid Tasks back from the dead

Home Page:http://tasks.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Get it on Google Play Get it on F-Droid

Please visit tasks.org for end user documentation and support


Donate with Bitcoin PayPal donate button Liberapay donate button

Build Status weblate codecov

To get started with development:

  1. Fork and clone the repository
    • command line users: clone with --recurse-submodules or run git submodule update --init after cloning
  2. Install and launch Android Studio
  3. Select File > Open, select the Tasks directory, and accept prompts to install missing SDK components

Set up Mapbox

  1. Register at mapbox.com
  2. Add tasks_mapbox_key_debug="<your_api_key>" to your gradle.properties file. You can create an access token or use your default public token

Set up Google Tasks and Google Drive

  1. Register at cloud.google.com
  2. Enable Google Tasks API and Google Drive API
  3. Create android authorization credentials

Set up Google Maps and Google Places

  1. Register at cloud.google.com
  2. Enable Google Maps SDK and Google Places API
  3. Set up an API key
  4. Add tasks_google_key_debug="<your_api_key>" to your gradle.properties file
  5. Select Build > Select Build Variant and choose the googleplay variant

About

Bringing Astrid Tasks back from the dead

http://tasks.org

License:GNU General Public License v3.0


Languages

Language:Java 91.3%Language:Kotlin 8.4%Language:Ruby 0.3%Language:Shell 0.1%