David Pérez Cárdenas

Results 3 issues of David Pérez Cárdenas

In the “updateEventType” function located in the folder “activities” file “TaskActivity.kt”, the current code unnecessarily splits UI updates across multiple contexts, with a single runOnUiThread block for some updates and...

In the implementation of the reminder handling logic in “TaskActivity.kt” (and similarly in different activity.kt files), the code filters and sorts a list of reminders inefficiently by creating multiple intermediate...

In the getSyncedCalendarIdsAsList function located in the folder “helpers”, file “Config.kt”, the current code processes a comma-separated string of calendar IDs inefficiently by using two separate collection operations filter and...