File tree 3 files changed +14
-9
lines changed
src/main/java/at/bitfire/icsdroid/ui/views
3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 10
10
# ical4j: keep all iCalendar properties/parameters (used via reflection)
11
11
-keep class net.fortuna.ical4j.** { *; }
12
12
13
+ # ical4j needs this
14
+ -keep class org.apache.commons.validator.routines.** { *; }
15
+ -dontwarn org.apache.commons.validator.routines.**
16
+
13
17
# we are not using those optional features of ical4j
14
18
-dontwarn org.jparsec.** # parser for filter expressions
15
19
-dontwarn javax.cache.** # timezone caching
Original file line number Diff line number Diff line change @@ -312,8 +312,7 @@ private fun ColumnScope.ResourceInput(
312
312
imeAction = ImeAction .Go
313
313
),
314
314
keyboardActions = KeyboardActions { onSubmit() },
315
- maxLines = 1 ,
316
- singleLine = true ,
315
+ maxLines = 8 ,
317
316
placeholder = { Text (labelText) },
318
317
isError = error != null ,
319
318
interactionSource = remember { MutableInteractionSource () }.also { interactionSource ->
@@ -346,7 +345,9 @@ fun EnterUrlComposable_Preview() {
346
345
password = " previewUserPassword" ,
347
346
onPasswordChange = {},
348
347
isInsecure = true ,
349
- url = " http://previewUrl.com/calendarfile.ics" ,
348
+ url = " http://previewUrl.com/looong/looong/looong/looong/looong/looong/calendarfile.ics" +
349
+ " \n\n a\n b\n c\n\n " +
350
+ " http://previewUrl.com/looong/looong/looong/looong/looong/looong/calendarfile.ics" ,
350
351
fileName = " file name" ,
351
352
onUrlChange = {},
352
353
urlError = " " ,
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- aboutLibs = " 11.5 .0"
3
- agp = " 8.8.0 "
2
+ aboutLibs = " 11.6 .0"
3
+ agp = " 8.8.1 "
4
4
androidx-activityCompose = " 1.10.0"
5
5
androidx-appCompat = " 1.7.0"
6
6
androidx-archCore = " 2.2.0"
@@ -13,17 +13,17 @@ androidx-work = "2.10.0"
13
13
bitfire-cert4android = " f0964cb"
14
14
bitfire-ical4android = " 883954c"
15
15
compose-dialogs = " 1.3.0"
16
- compose-material = " 1.7.7 "
16
+ compose-material = " 1.7.8 "
17
17
compose-material3 = " 1.3.1"
18
- compose-runtime = " 1.7.7 "
19
- compose-ui = " 1.7.7 "
18
+ compose-runtime = " 1.7.8 "
19
+ compose-ui = " 1.7.8 "
20
20
datastore = " 1.1.2"
21
21
desugaring = " 2.1.4"
22
22
joda-time = " 2.13.1"
23
23
junit = " 4.13.2"
24
24
kotlin = " 2.1.10"
25
25
kotlinx-coroutines = " 1.10.1"
26
- ksp = " 2.1.10-1.0.29 "
26
+ ksp = " 2.1.10-1.0.30 "
27
27
okhttp = " 4.12.0"
28
28
room = " 2.6.1"
29
29
You can’t perform that action at this time.
0 commit comments