Commit Graph

5 Commits (b34c89eeec6e687bde317d9a4d37bdc036c4004f)

Author SHA1 Message Date
Alex Baker 67899e6fff Revert "Generate proper UUID strings for new tasks"
This reverts commit b6b0b233e2.
2 years ago
Stanislav Ochotnický b6b0b233e2 Generate proper UUID strings for new tasks
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.
2 years ago
Alex Baker 02a112e3b3 Apply google-java-format 1.5.1 6 years ago
Alex Baker da10291b04 Applying intellij-java-google-style 6 years ago
Alex Baker b181752d6d Create app directory 7 years ago