File tree
196 files changed
+1259
-1528
lines changed- app
- src
- androidMain/kotlin/dev/sergiobelda/todometer/app
- glance
- theme
- ui/main
- commonMain/kotlin/dev/sergiobelda/todometer/app
- di
- desktopMain/kotlin/dev/sergiobelda/todometer/app
- iosMain/kotlin/dev/sergiobelda/todometer/app
- app-common
- designsystem
- src/commonMain/kotlin/dev/sergiobelda/todometer/app/common/designsystem
- components
- theme
- ui
- src
- androidMain/kotlin/dev/sergiobelda/todometer/app/common/ui/theme
- commonMain/kotlin/dev/sergiobelda/todometer/app/common/ui
- components
- extensions
- loading
- theme
- desktopMain/kotlin/dev/sergiobelda/todometer/app/common/ui/theme
- iosMain/kotlin/dev/sergiobelda/todometer/app/common/ui/theme
- app-feature
- about
- src
- androidMain/kotlin/dev/sergiobelda/todometer/app/feature/about/ui
- commonMain/kotlin/dev/sergiobelda/todometer/app/feature/about/ui
- addtask
- src/commonMain/kotlin/dev/sergiobelda/todometer/app/feature/addtask/ui
- addtasklist
- src/commonMain/kotlin/dev/sergiobelda/todometer/app/feature/addtasklist/ui
- edittask
- src/commonMain/kotlin/dev/sergiobelda/todometer/app/feature/edittask/ui
- edittasklist
- src/commonMain/kotlin/dev/sergiobelda/todometer/app/feature/edittasklist/ui
- home
- src
- androidMain/kotlin/dev/sergiobelda/todometer/app/feature/home/ui
- commonMain/kotlin/dev/sergiobelda/todometer/app/feature/home/ui
- desktopMain/kotlin/dev/sergiobelda/todometer/app/feature/home/ui
- iosMain/kotlin/dev/sergiobelda/todometer/app/feature/home/ui
- settings
- src/commonMain/kotlin/dev/sergiobelda/todometer/app/feature/settings/ui
- taskdetails
- src/commonMain/kotlin/dev/sergiobelda/todometer/app/feature/taskdetails
- di
- ui
- common
- android
- src/main/java/dev/sergiobelda/todometer/common/android/extensions
- core
- data
- src
- commonMain/kotlin/dev/sergiobelda/todometer/common/data
- localdatasource
- repository
- commonTest/kotlin/dev/sergiobelda/todometer/common/data/localdatasource
- database
- src
- androidMain/kotlin/dev/sergiobelda/todometer/common/database
- androidUnitTest/kotlin/dev/sergiobelda/todometer/common/database
- commonMain/kotlin/dev/sergiobelda/todometer/common/database
- dao
- mapper
- testutils
- commonTest/kotlin/dev/sergiobelda/todometer/common/database
- mapper
- desktopTest/kotlin/dev/sergiobelda/todometer/common/database
- iosTest/kotlin/dev/sergiobelda/todometer/common/database
- designsystem-resources
- src
- androidMain/kotlin/dev/sergiobelda/todometer/common/designsystem/resources
- animation
- type
- commonMain/kotlin/dev/sergiobelda/todometer/common/designsystem/resources/animation
- desktopMain/kotlin/dev/sergiobelda/todometer/common/designsystem/resources
- animation
- type
- iosMain/kotlin/dev/sergiobelda/todometer/common/designsystem/resources/animation
- domain
- src/commonMain/kotlin/dev/sergiobelda/todometer/common/domain
- model
- preference
- repository
- usecase
- task
- taskchecklistitem
- tasklist
- preferences
- src
- androidMain/kotlin/dev/sergiobelda/todometer/common/preferences
- commonMain/kotlin/dev/sergiobelda/todometer/common/preferences
- desktopMain/kotlin/dev/sergiobelda/todometer/common/preferences
- iosMain/kotlin/dev/sergiobelda/todometer/common/preferences
- resources
- src/commonMain/kotlin/dev/sergiobelda/todometer/common/resources
- ui
- src
- commonMain/kotlin/dev/sergiobelda/todometer/common/ui/error
- commonTest/kotlin/dev/sergiobelda/todometer/common/ui/task
- desktopMain/kotlin/dev/sergiobelda/todometer/common/ui/extensions
- gradle/build-logic
- convention
- src/main/kotlin/dev/sergiobelda/gradle/buildlogic/convention
- extensions
- lint
- wearapp-wearos
- src/main/java/dev/sergiobelda/todometer/wearapp/wearos
- di
- ui
- deletetask
- deletetasklist
- home
- taskdetail
- tasklisttasks
- theme
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
196 files changed
+1259
-1528
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 |
| - | |
21 |
| - | |
| 19 | + | |
| 20 | + | |
22 | 21 |
| |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
28 | 26 |
| |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
34 | 30 |
| |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
| 31 | + | |
| 32 | + | |
39 | 33 |
| |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
44 | 37 |
| |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 | 38 |
| |
49 | 39 |
| |
50 | 40 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
| 31 | + | |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
53 |
| - | |
| 52 | + | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
96 |
| - | |
| 95 | + | |
| 96 | + | |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
| 99 | + | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
| 105 | + | |
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
117 |
| - | |
| 117 | + | |
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
| |||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 |
| - | |
137 |
| - | |
| 136 | + | |
| 137 | + | |
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 |
| - | |
| 149 | + | |
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
156 |
| - | |
| 156 | + | |
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
| 129 | + | |
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
| |||
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
145 |
| - | |
| 145 | + | |
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
175 |
| - | |
| 175 | + | |
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
| |||
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
191 |
| - | |
| 191 | + | |
192 | 192 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 |
| - | |
| 96 | + | |
97 | 97 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
| 73 | + | |
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
| 83 | + | |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
90 |
| - | |
| 89 | + | |
| 90 | + | |
91 | 91 |
|
0 commit comments