Mirror of Tasks App for Android
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.
 
 
Go to file
naofum a2ec18fad5 Translated using Weblate (Japanese)
Currently translated at 100.0% (484 of 484 strings)

Translation: Tasks/Android
Translate-URL: https://weblate.tasks.org/projects/tasks/android/ja/
5 years ago
.idea Android Studio 3.4 5 years ago
app Translated using Weblate (Japanese) 5 years ago
dav4android@ce20774b04 Android Studio 3.4.1 5 years ago
gradle/wrapper Android Studio 3.4 5 years ago
graphics Add graphics 6 years ago
ical4android@491a103922 Android Studio 3.4.1 5 years ago
.gitignore Ignore bundle output 5 years ago
.gitmodules Replace ShortcutBadger submodule with custom class 6 years ago
.mailmap
.travis.yml Add coverage flag 5 years ago
.wait_for_emulator.sh
CHANGELOG.md Final GetLocalization import 5 years ago
LICENSE
README.md Add weblate badge 5 years ago
build.gradle Android Studio 3.4.1 5 years ago
gradle.properties Migrate to AndroidX 6 years ago
gradlew Android Studio 3.4 5 years ago
gradlew.bat Android Studio 3.4 5 years ago
project.properties
settings.gradle Android Studio 3.2 RC2 6 years ago

README.md

Get it on Google Play Get it on Amazon App Store Get it on F-Droid

Donate with Bitcoin PayPal donate button Liberapay donate button

Build Status weblate codecov

Please visit tasks.org for end user documentation and support


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