Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9374535 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge remote-tracking branch 'origin/lineage-21.0' into v1-u

parents 7b21ad18 819f6f92
Loading
Loading
Loading
Loading

.reuse/dep5

deleted100644 → 0
+0 −30
Original line number Diff line number Diff line
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: LineageParts
Upstream-Contact: The LineageOS Project
Source: https://github.com/LineageOS/android_packages_apps_LineageParts

Files: assets/contributors.db
Copyright:
    2016 The CyanogenMod Project
    2017-2023 The LineageOS Project
License: Apache-2.0

Files: res/drawable-nodpi/color_mode_preview.jpg
Copyright: 2020 The LineageOS Project
License: Apache-2.0

Files: .gitignore app/.gitignore
Copyright: 2023 The LineageOS Project
License: Apache-2.0

Files: gradle/wrapper/*
Copyright: 2007-2023 Gradle, Inc.
License: Apache-2.0

Files: gradlew*
Copyright: 2007-2023 Gradle, Inc.
License: Apache-2.0

Files: .idea/* *.gradle *.properties
Copyright: 2023 The LineageOS Project
License: Apache-2.0

REUSE.toml

0 → 100644
+19 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2023-2024 The LineageOS Project
# SPDX-License-Identifier: Apache-2.0

version = 1
SPDX-PackageName = "LineageParts"
SPDX-PackageSupplier = "The LineageOS Project"
SPDX-PackageDownloadLocation = "https://github.com/LineageOS/android_packages_apps_LineageParts"

[[annotations]]
path = "assets/contributors.db"
precedence = "aggregate"
SPDX-FileCopyrightText = ["2016 The CyanogenMod Project", "2017-2023 The LineageOS Project"]
SPDX-License-Identifier = "Apache-2.0"

[[annotations]]
path = "res/drawable-nodpi/color_mode_preview.jpg"
precedence = "aggregate"
SPDX-FileCopyrightText = "2020 The LineageOS Project"
SPDX-License-Identifier = "Apache-2.0"
+3 −15
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  Copyright (C) 2023 The Android Open Source Project

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
     SPDX-FileCopyrightText: 2023 The Android Open Source Project
     SPDX-License-Identifier: Apache-2.0
-->

<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_height="wrap_content"
+3 −15
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2023 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
     SPDX-FileCopyrightText: 2023 The Android Open Source Project
     SPDX-License-Identifier: Apache-2.0
-->

<Switch
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/switchWidget"
+1 −1
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@
    <string name="profile_remove_dialog_message">%1$s profili çıxarılsın?</string>
    <string name="profile_populate_profile_from_state">Hazırkı cihaz ayarları istifadə edilərək profil konfiqurasiya edilsin?</string>
    <string name="profile_menu_fill_from_state">Hazırkı cihaz ayarlarını daxilə köçür</string>
    <string name="profile_remove_current_profile">Hazırki profil silinə bilməz!</string>
    <string name="profile_remove_current_profile">Hazırkı profil silinə bilməz!</string>
    <string name="profile_app_group_category_title">Bildirişləri yararsız et</string>
    <string name="profile_app_group_item_instructions">Qrupları əlavə et və ya çıxart</string>
    <string name="profile_app_group_item_instructions_summary">Bildiriş əlavə etmək və ya silmək, bu profilin tətbiq qruplarını yararsız edir</string>
Loading