| LOW | linux/logger.h | 1 | #pragma once |
| LOW | linux/main.cpp | 1 | #include <QSettings> |
| LOW | linux/main.cpp | 21 | #include "logger.h" |
| LOW | linux/trayiconmanager.cpp | 1 | #include "trayiconmanager.h" |
| LOW | linux/media/mediacontroller.cpp | 1 | #include "mediacontroller.h" |
| LOW | …src/main/java/me/kavishdevar/librepods/data/Packets.kt | 181 | first = Battery(BatteryComponent.LEFT, leftLevel, if (leftCharging) BatteryStatus.CHARGING else BatteryStatu |
| LOW | …var/librepods/presentation/screens/HearingAidScreen.kt | 201 | // StyledToggle( |
| LOW | …var/librepods/presentation/screens/HearingAidScreen.kt | 221 | // ) |
| LOW | …ar/librepods/presentation/screens/AppSettingsScreen.kt | 261 | onValueChange = { newValue -> |
| LOW | …ds/presentation/screens/AccessibilitySettingsScreen.kt | 401 | ) |
| LOW | …ds/presentation/screens/AccessibilitySettingsScreen.kt | 421 | // .padding(vertical = 0.dp) |
| LOW | …ds/presentation/screens/AccessibilitySettingsScreen.kt | 441 | // .fillMaxWidth() |
| LOW | …ds/presentation/screens/AccessibilitySettingsScreen.kt | 461 | // stringResource(R.string.phone), |
| LOW | …ds/presentation/screens/AccessibilitySettingsScreen.kt | 481 | // ) |
| LOW | …ds/presentation/screens/AccessibilitySettingsScreen.kt | 501 | // Row( |
| LOW | …ds/presentation/screens/AccessibilitySettingsScreen.kt | 521 | // .padding(horizontal = 16.dp), |
| LOW | …ds/presentation/screens/AccessibilitySettingsScreen.kt | 541 | // modifier = Modifier |
| LOW | …ds/presentation/screens/AccessibilitySettingsScreen.kt | 561 | // |
| LOW | …ds/presentation/screens/AccessibilitySettingsScreen.kt | 581 | // onValueChange = { newVal -> |
| LOW | …ds/presentation/screens/AccessibilitySettingsScreen.kt | 601 | // .background(thumbColor, CircleShape) |
| LOW | …ds/presentation/screens/AccessibilitySettingsScreen.kt | 621 | // .background( |
| LOW | …e/kavishdevar/librepods/billing/PlayBillingProvider.kt | 161 | it.products.contains(PREMIUM_PRODUCT_ID) && |
| LOW | android/app/src/main/cpp/l2c_fcr_hook.cpp | 21 | #include <string> |
| LOW | android/app/src/main/cpp/xz/xz_dec_stream.c | 1 | // SPDX-License-Identifier: 0BSD |
| LOW | android/app/src/main/cpp/xz/xz_sha256.c | 21 | #define blk0(i) (W[i] = get_be32(&data[4 * i])) |
| LOW | android/app/src/main/cpp/xz/xz.h | 401 | */ |
| LOW | android/app/src/main/cpp/xz/xz_dec_bcj.c | 701 | case BCJ_POWERPC: |
| LOW | android/app/src/main/cpp/xz/xz_config.h | 41 | |
| LOW | android/app/src/main/cpp/xz/xz_private.h | 21 | # ifdef CONFIG_XZ_DEC_X86 |
| LOW | android/app/src/main/cpp/xz/xz_private.h | 41 | # endif |
| LOW | android/app/src/main/cpp/xz/xz_private.h | 61 | /* If no specific decoding mode is requested, enable support for all modes. */ |
| LOW | android/app/src/main/cpp/xz/xz_private.h | 81 | # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) |