diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 2124ee47..37efe5cd 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Unitto is a unit converter for Android + * Unitto is a calculator for Android * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify diff --git a/app/src/debug/AndroidManifest.xml b/app/src/debug/AndroidManifest.xml index 9e250eca..a6e59d38 100644 --- a/app/src/debug/AndroidManifest.xml +++ b/app/src/debug/AndroidManifest.xml @@ -1,6 +1,6 @@ + diff --git a/app/src/main/java/com/sadellie/unitto/App.kt b/app/src/main/java/com/sadellie/unitto/App.kt index 4af0741b..c6762e63 100644 --- a/app/src/main/java/com/sadellie/unitto/App.kt +++ b/app/src/main/java/com/sadellie/unitto/App.kt @@ -1,5 +1,5 @@ /* - * Unitto is a unit converter for Android + * Unitto is a calculator for Android * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify diff --git a/app/src/main/java/com/sadellie/unitto/MainActivity.kt b/app/src/main/java/com/sadellie/unitto/MainActivity.kt index 60190817..c810ef4a 100644 --- a/app/src/main/java/com/sadellie/unitto/MainActivity.kt +++ b/app/src/main/java/com/sadellie/unitto/MainActivity.kt @@ -1,5 +1,5 @@ /* - * Unitto is a unit converter for Android + * Unitto is a calculator for Android * Copyright (c) 2022-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify diff --git a/app/src/main/java/com/sadellie/unitto/UnittoApplication.kt b/app/src/main/java/com/sadellie/unitto/UnittoApplication.kt index e21fa11a..39b84d16 100644 --- a/app/src/main/java/com/sadellie/unitto/UnittoApplication.kt +++ b/app/src/main/java/com/sadellie/unitto/UnittoApplication.kt @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2022-2022 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2022-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/main/java/com/sadellie/unitto/UnittoNavigation.kt b/app/src/main/java/com/sadellie/unitto/UnittoNavigation.kt index 6aac3ba8..a6bae2ec 100644 --- a/app/src/main/java/com/sadellie/unitto/UnittoNavigation.kt +++ b/app/src/main/java/com/sadellie/unitto/UnittoNavigation.kt @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/main/java/com/sadellie/unitto/UnittoTileService.kt b/app/src/main/java/com/sadellie/unitto/UnittoTileService.kt index 111ec544..037b3678 100644 --- a/app/src/main/java/com/sadellie/unitto/UnittoTileService.kt +++ b/app/src/main/java/com/sadellie/unitto/UnittoTileService.kt @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index c8ef5802..d2901294 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -1,5 +1,5 @@ + \ No newline at end of file diff --git a/benchmark/src/main/java/com/sadellie/unitto/benchmark/StartupBaselineProfile.kt b/benchmark/src/main/java/com/sadellie/unitto/benchmark/StartupBaselineProfile.kt index 1993d840..0fb5f900 100644 --- a/benchmark/src/main/java/com/sadellie/unitto/benchmark/StartupBaselineProfile.kt +++ b/benchmark/src/main/java/com/sadellie/unitto/benchmark/StartupBaselineProfile.kt @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/benchmark/src/main/java/com/sadellie/unitto/benchmark/StartupBenchmark.kt b/benchmark/src/main/java/com/sadellie/unitto/benchmark/StartupBenchmark.kt index a69e6fd3..cfef733e 100644 --- a/benchmark/src/main/java/com/sadellie/unitto/benchmark/StartupBenchmark.kt +++ b/benchmark/src/main/java/com/sadellie/unitto/benchmark/StartupBenchmark.kt @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/build-logic/convention/build.gradle.kts b/build-logic/convention/build.gradle.kts index 11ebcfde..6157fa19 100644 --- a/build-logic/convention/build.gradle.kts +++ b/build-logic/convention/build.gradle.kts @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/build-logic/convention/src/main/java/UnittoAndroidApplicationJacocoPlugin.kt b/build-logic/convention/src/main/java/UnittoAndroidApplicationJacocoPlugin.kt index 8b6159fe..fbcacf77 100644 --- a/build-logic/convention/src/main/java/UnittoAndroidApplicationJacocoPlugin.kt +++ b/build-logic/convention/src/main/java/UnittoAndroidApplicationJacocoPlugin.kt @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/build-logic/convention/src/main/java/UnittoAndroidLibraryJacocoPlugin.kt b/build-logic/convention/src/main/java/UnittoAndroidLibraryJacocoPlugin.kt index 26938e3f..a47b2850 100644 --- a/build-logic/convention/src/main/java/UnittoAndroidLibraryJacocoPlugin.kt +++ b/build-logic/convention/src/main/java/UnittoAndroidLibraryJacocoPlugin.kt @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/build-logic/convention/src/main/java/UnittoAndroidTestConventionPlugin.kt b/build-logic/convention/src/main/java/UnittoAndroidTestConventionPlugin.kt index 8aead459..6d0b8581 100644 --- a/build-logic/convention/src/main/java/UnittoAndroidTestConventionPlugin.kt +++ b/build-logic/convention/src/main/java/UnittoAndroidTestConventionPlugin.kt @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/build-logic/convention/src/main/java/UnittoHiltPlugin.kt b/build-logic/convention/src/main/java/UnittoHiltPlugin.kt index 3ff33948..83b0ee73 100644 --- a/build-logic/convention/src/main/java/UnittoHiltPlugin.kt +++ b/build-logic/convention/src/main/java/UnittoHiltPlugin.kt @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/build-logic/convention/src/main/java/UnittoLibraryComposePlugin.kt b/build-logic/convention/src/main/java/UnittoLibraryComposePlugin.kt index 26c40976..a2daeee3 100644 --- a/build-logic/convention/src/main/java/UnittoLibraryComposePlugin.kt +++ b/build-logic/convention/src/main/java/UnittoLibraryComposePlugin.kt @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/build-logic/convention/src/main/java/UnittoLibraryFeaturePlugin.kt b/build-logic/convention/src/main/java/UnittoLibraryFeaturePlugin.kt index dec1f270..1a36a0be 100644 --- a/build-logic/convention/src/main/java/UnittoLibraryFeaturePlugin.kt +++ b/build-logic/convention/src/main/java/UnittoLibraryFeaturePlugin.kt @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/build-logic/convention/src/main/java/UnittoLibraryPlugin.kt b/build-logic/convention/src/main/java/UnittoLibraryPlugin.kt index 52aa472c..1d76a8c8 100644 --- a/build-logic/convention/src/main/java/UnittoLibraryPlugin.kt +++ b/build-logic/convention/src/main/java/UnittoLibraryPlugin.kt @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/build-logic/convention/src/main/java/UnittoRoomPlugin.kt b/build-logic/convention/src/main/java/UnittoRoomPlugin.kt index f2167796..58c7f450 100644 --- a/build-logic/convention/src/main/java/UnittoRoomPlugin.kt +++ b/build-logic/convention/src/main/java/UnittoRoomPlugin.kt @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/build-logic/convention/src/main/java/com/sadellie/unitto/ConfigureCompose.kt b/build-logic/convention/src/main/java/com/sadellie/unitto/ConfigureCompose.kt index bfeff145..c001a840 100644 --- a/build-logic/convention/src/main/java/com/sadellie/unitto/ConfigureCompose.kt +++ b/build-logic/convention/src/main/java/com/sadellie/unitto/ConfigureCompose.kt @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/build-logic/convention/src/main/java/com/sadellie/unitto/ConfigureKotlinAndroid.kt b/build-logic/convention/src/main/java/com/sadellie/unitto/ConfigureKotlinAndroid.kt index 07c0db59..9ecda2a6 100644 --- a/build-logic/convention/src/main/java/com/sadellie/unitto/ConfigureKotlinAndroid.kt +++ b/build-logic/convention/src/main/java/com/sadellie/unitto/ConfigureKotlinAndroid.kt @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/build-logic/convention/src/main/java/com/sadellie/unitto/Jacoco.kt b/build-logic/convention/src/main/java/com/sadellie/unitto/Jacoco.kt index 7ac69315..76194bda 100644 --- a/build-logic/convention/src/main/java/com/sadellie/unitto/Jacoco.kt +++ b/build-logic/convention/src/main/java/com/sadellie/unitto/Jacoco.kt @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/build-logic/convention/src/main/java/com/sadellie/unitto/ProjectExtensions.kt b/build-logic/convention/src/main/java/com/sadellie/unitto/ProjectExtensions.kt index e73f0d76..7f888f32 100644 --- a/build-logic/convention/src/main/java/com/sadellie/unitto/ProjectExtensions.kt +++ b/build-logic/convention/src/main/java/com/sadellie/unitto/ProjectExtensions.kt @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/build-logic/gradle.properties b/build-logic/gradle.properties index 9b6288be..b23e8abb 100644 --- a/build-logic/gradle.properties +++ b/build-logic/gradle.properties @@ -1,6 +1,6 @@ # -# Unitto is a unit converter for Android -# Copyright (c) 2023 Elshan Agaev +# Unitto is a calculator for Android +# Copyright (c) 2023-2024 Elshan Agaev # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/build-logic/settings.gradle.kts b/build-logic/settings.gradle.kts index 9effadbc..412ef610 100644 --- a/build-logic/settings.gradle.kts +++ b/build-logic/settings.gradle.kts @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/build.gradle.kts b/build.gradle.kts index 34dd29b4..d90dc732 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,3 +1,21 @@ +/* + * Unitto is a calculator for Android + * Copyright (c) 2024 Elshan Agaev + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + @Suppress("DSL_SCOPE_VIOLATION") plugins { alias(libs.plugins.android.gradlePlugin) apply false diff --git a/content/discussion.svg b/content/discussion.svg index 28ef3e31..a72e80e8 100644 --- a/content/discussion.svg +++ b/content/discussion.svg @@ -1,6 +1,6 @@ + diff --git a/content/github.svg b/content/github.svg index e716f6ad..aa1e5cc4 100644 --- a/content/github.svg +++ b/content/github.svg @@ -1,3 +1,21 @@ + + diff --git a/content/gplay.svg b/content/gplay.svg index 2bb4c6e3..a51b096a 100644 --- a/content/gplay.svg +++ b/content/gplay.svg @@ -1,3 +1,21 @@ + + diff --git a/content/issue.svg b/content/issue.svg index dfc9bd11..946073f9 100644 --- a/content/issue.svg +++ b/content/issue.svg @@ -1,6 +1,6 @@ - - - @android:color/system_neutral1_900 - diff --git a/core/base/src/main/res/values-night/colors.xml b/core/base/src/main/res/values-night/colors.xml deleted file mode 100644 index f380770d..00000000 --- a/core/base/src/main/res/values-night/colors.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - #1B1B1B - diff --git a/core/base/src/main/res/values-v31/colors.xml b/core/base/src/main/res/values-v31/colors.xml deleted file mode 100644 index 9383bb52..00000000 --- a/core/base/src/main/res/values-v31/colors.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - @android:color/system_neutral1_50 - diff --git a/core/base/src/main/res/values/colors.xml b/core/base/src/main/res/values/colors.xml index 1a825eb3..da41009c 100644 --- a/core/base/src/main/res/values/colors.xml +++ b/core/base/src/main/res/values/colors.xml @@ -1,6 +1,6 @@ - - - - diff --git a/data/calculator/build.gradle.kts b/data/calculator/build.gradle.kts index 6b0d4be8..b0d442a3 100644 --- a/data/calculator/build.gradle.kts +++ b/data/calculator/build.gradle.kts @@ -1,6 +1,6 @@ /* - * Unitto is a unit converter for Android - * Copyright (c) 2023 Elshan Agaev + * Unitto is a calculator for Android + * Copyright (c) 2023-2024 Elshan Agaev * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/data/calculator/src/main/AndroidManifest.xml b/data/calculator/src/main/AndroidManifest.xml index 7bdbce91..d0eeb2ac 100644 --- a/data/calculator/src/main/AndroidManifest.xml +++ b/data/calculator/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@ + . + --> + . + --> + . + --> + . + --> + - - diff --git a/feature/glance/src/main/res/drawable/divide.xml b/feature/glance/src/main/res/drawable/divide.xml index 93d4075d..e0c08811 100644 --- a/feature/glance/src/main/res/drawable/divide.xml +++ b/feature/glance/src/main/res/drawable/divide.xml @@ -1,3 +1,21 @@ + + . + --> + . + --> + . + --> + . + --> + . + --> + . + --> + . + --> + . + --> + . + --> + . + --> + . + --> + . + --> + . + --> + . + --> + . + --> + . + --> + . + --> +