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.
Tasks app works fine with tasks created in other applications, pulled from CalDav etc. When new events are created, it generates a UUID that's not really a UUID form due to how UUIDHelper is written. This change simplifies the helper and just returns the UUID generated by java util. The code had comments suggesting the method was originally returning something else besides the UUID string itself and possibly for other use cases. The underlying reason for my case is that one piece of software I use (org-caldav) is arguably buggy and expecting actual UUID. However other software I've been using generates/uses UUID so I feel like this should be a compatible/easy change that only affects new items. |
4 years ago | |
|---|---|---|
| .github | 4 years ago | |
| app | 4 years ago | |
| buildSrc | 4 years ago | |
| fastlane | 4 years ago | |
| gradle/wrapper | 5 years ago | |
| graphics | 4 years ago | |
| .gitignore | 6 years ago | |
| .gitmodules | 6 years ago | |
| .mailmap | 12 years ago | |
| .ruby-version | 4 years ago | |
| CHANGELOG.md | 4 years ago | |
| CODE_OF_CONDUCT.md | 5 years ago | |
| CONTRIBUTING.md | 5 years ago | |
| Gemfile | 6 years ago | |
| Gemfile.lock | 4 years ago | |
| LICENSE | 14 years ago | |
| README.md | 5 years ago | |
| V06_09_CHANGELOG.md | 5 years ago | |
| build.gradle.kts | 4 years ago | |
| deps_fdroid.txt | 4 years ago | |
| deps_googleplay.txt | 4 years ago | |
| gradle.properties | 4 years ago | |
| gradlew | 5 years ago | |
| gradlew.bat | 5 years ago | |
| project.properties | 11 years ago | |
| settings.gradle.kts | 6 years ago | |
| update_dependency_diff | 5 years ago | |
README.md
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.
Please visit tasks.org for end user documentation and support
Contributing
Contributions are always welcome! Whether translations, code changes, bug reports, feature requests, or otherwise, your help is appreciated. To get started, take a look at CONTRIBUTING.md.
Communication
Join the #tasks channel on Libera Chat to chat with the Tasks team and other people. Link to webchat
You can also use GitHub Discussions.
If you have a suggestion or want to report a bug, please see CONTRIBUTING.md.

