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.
24b2a70126 | 5 years ago | |
---|---|---|
.idea | 5 years ago | |
app | 5 years ago | |
buildSrc | 5 years ago | |
dav4jvm@753df939cb | 5 years ago | |
gradle/wrapper | 6 years ago | |
graphics | 7 years ago | |
ical4android@2748491e68 | 5 years ago | |
.gitignore | 6 years ago | |
.gitmodules | 5 years ago | |
.mailmap | 11 years ago | |
.travis.yml | 6 years ago | |
.wait_for_emulator.sh | 11 years ago | |
CHANGELOG.md | 5 years ago | |
LICENSE | 12 years ago | |
README.md | 5 years ago | |
build.gradle.kts | 5 years ago | |
gradle.properties | 6 years ago | |
gradlew | 6 years ago | |
gradlew.bat | 6 years ago | |
project.properties | 10 years ago | |
settings.gradle.kts | 5 years ago |
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 Tasks and Google Drive
- Register at cloud.google.com
- Enable Google Tasks API and Google Drive API
- Create android authorization credentials
Set up Google Maps and Google Places
- 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