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 | |
|---|---|---|
| .. | ||
| schemas/com.todoroo.astrid.dao.Database | 4 years ago | |
| scripts | 7 years ago | |
| src | 4 years ago | |
| build.gradle.kts | 4 years ago | |
| google_checks.xml | 7 years ago | |
| licenses.yml | 4 years ago | |
| lint.xml | 8 years ago | |
| proguard.pro | 5 years ago | |