This repository was archived by the owner on Jun 9, 2025. It is now read-only.
Commit 9b21834
Remove whitespace values from content providers (#109)
* Extend removeEmptyStrings to remove blank strings as well
* Apply removeEmptyAndBlankStrings to populateTask()
* Move removeBlankStrings() to extension method; minor changes
* Minor MiscUtils restructurizing
---------
Co-authored-by: Ricki Hirner <[email protected]>1 parent aaf607c commit 9b21834
File tree
18 files changed
+148
-282
lines changed- lib/src
- androidTest/kotlin/at/bitfire/ical4android
- impl
- util
- main/kotlin/at/bitfire/ical4android
- util
- test/kotlin/at/bitfire/ical4android
18 files changed
+148
-282
lines changedLines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 26 | | |
31 | 27 | | |
32 | 28 | | |
| |||
121 | 117 | | |
122 | 118 | | |
123 | 119 | | |
124 | | - | |
| 120 | + | |
125 | 121 | | |
126 | 122 | | |
127 | 123 | | |
| |||
Lines changed: 7 additions & 36 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 13 | + | |
20 | 14 | | |
21 | 15 | | |
22 | 16 | | |
23 | 17 | | |
24 | 18 | | |
25 | 19 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
34 | 23 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 24 | + | |
44 | 25 | | |
45 | 26 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 27 | + | |
| 28 | + | |
58 | 29 | | |
59 | 30 | | |
60 | 31 | | |
| |||
0 commit comments