opatry / taskfolio

An Android task management app built using Google Tasks API. Developed to demonstrate my expertise in modern Android development.
https://opatry.github.io/taskfolio/
MIT License
0 stars 0 forks source link
android coil compose-desktop google-auth google-tasks-api kmp koin ktor-client oauth2 playstore room showcase-app todo-app toy-project

Build & Test

Taskfolio

A basic TODO list application based on Google Tasks REST API to showcase KMP app capabilities.

Tech stack

Local development

See details… Decrypt `*.gpg` files needed for development, and copy decrypted versions in proper places. ```bash PLAYSTORE_SECRET_PASSPHRASE=MY_SECRET ./_ci/decrypt_secrets.sh ``` ### Updating `google-services.json` The production `google-services.json` file is ignored by SCM to avoid exposing API keys in public repository. To update it, download the new version, encrypt it using `gpg --symmetric --cipher-algo AES256 google-services.json` and store this in `_ci/google-services.json.gpg`. The `decrypt_secrets.sh` will take it into account.

License

The MIT License (MIT)

Copyright (c) 2024 Olivier Patry

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.