Tasky is a task management mobile app to help users manage tasks and schedule events.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
14
commits
3
commits
Fullscreen Display when Task Clicked (all of Task's attributes lest Task.completed can be changed from this screen)
e887f9bView on GitHubTaskItemView(ui): added code for swipe right to complete & swipe left to delete
bd64362View on GitHubfeat(notification): add scheduleNotification to schedule local notifications for both android and ios
2fd0224View on GitHubrefactor(dependency-injection): update android and iOS to use their respective platform module and share a commonModule (which currently includes tasksDao)
6ed38c2View on GitHubfix(dependency-injection): add koin dependencies to build.gradle.kts
7e5d10fView on GitHubchore(dependency-injection): add koin dependency injection
c69690cView on GitHubrefactor(database): merge getPendingTasks and getCompletedTasks to getTasks function which takes in completed boolean
f54db63View on GitHubrefactor(ui): extract composable functions and rename variables and functions with self-explanatory names
39652e8View on GitHubfeat(tasks): add kotlinx datetime library for startAt, endAt and reminderAt properties for Task model
b795852View on GitHubrefactor(tasks): refactor App and CreateTaskRow to move taskName into CreateTaskRow
db1094bView on GitHubperf: set enableStrongSkippingMode to true to reduce recomposition
1ec2f5fView on GitHubrefactor(tasks): set enableStrongSkippingMode to true to reduce recomposition
259c423View on GitHub