mirror of https://github.com/tasks/tasks
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7458a276b5 | 6 years ago | |
---|---|---|
.idea | ||
app | 6 years ago | |
dav4android@d7c8d849c0 | ||
gradle/wrapper | ||
graphics | 7 years ago | |
ical4android@0aa97542e4 | ||
.gitignore | ||
.gitmodules | ||
.mailmap | ||
.travis.yml | 6 years ago | |
.wait_for_emulator.sh | ||
CHANGELOG.md | 6 years ago | |
LICENSE | ||
README.md | 6 years ago | |
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
project.properties | ||
settings.gradle |
README.md
Please visit tasks.org for end user documentation and support
To get started with development:
- Fork and clone the repository
- command line users: clone with
--recurse-submodules
or rungit submodule update --init
after cloning
- command line users: clone with
- Install and launch Android Studio
- Select
File > Open
, select the Tasks directory, and accept prompts to install missing SDK components
Set up Mapbox
- 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
Set up Google APIs
- Register at cloud.google.com
- Enable the following APIs
- 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