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
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.
4 years ago
..
schemas/com.todoroo.astrid.dao.Database Add support for relative and repeating alarms 4 years ago
scripts Remove GetLocalization scripts 7 years ago
src Generate proper UUID strings for new tasks 4 years ago
build.gradle.kts Update version and changelog 4 years ago
google_checks.xml Share code style 7 years ago
licenses.yml Get locale api from jitpack 4 years ago
lint.xml Format XML 8 years ago
proguard.pro Remove ButterKnife 5 years ago