From a128a6117161f1626d543d7c40c8f9b6d3eaa586 Mon Sep 17 00:00:00 2001 From: RemIsMyWaifuu <160653991+RemIsMyWaifuu@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:19:36 +0000 Subject: [PATCH] Docs: LLM disclaimer compliance (#266) * chore(docs): Credit LLMs everywhere applicable Credit chatgpt and Github copilot wherever they MAY have been used. * chore(docs): Ktfmt compliance Ktfmt format compliance for the CI. * chore(docs): Add credit to LLM in build.gradle.kts Add credits in gradle build file. --------- Co-authored-by: Yassine El graoui <164810676+yassine04e@users.noreply.github.com> --- app/build.gradle.kts | 1 + app/proguard-rules.pro | 1 + .../androidTest/java/com/github/se/travelpouch/HiltTestRunner.kt | 1 + .../androidTest/java/com/github/se/travelpouch/di/TestModule.kt | 1 + .../com/github/se/travelpouch/e2e/ActivityCreationAndEdit.kt | 1 + .../java/com/github/se/travelpouch/e2e/DocumentUpload.kt | 1 + .../java/com/github/se/travelpouch/e2e/TravelCreation.kt | 1 + .../se/travelpouch/model/documents/DocumentsManagerTest.kt | 1 + .../travelpouch/permissions/LocationPermissionComposableTest.kt | 1 + .../se/travelpouch/ui/authentication/GoogleSignInButtonTest.kt | 1 + .../ui/authentication/RememberFirebaseAuthLauncherUITest.kt | 1 + .../github/se/travelpouch/ui/authentication/SignInViewTest.kt | 1 + .../travelpouch/ui/authentication/TestSignInEmailPasswordUI.kt | 1 + .../github/se/travelpouch/ui/dashboard/AddActivityScreenTest.kt | 1 + .../github/se/travelpouch/ui/dashboard/EditActivityScreenTest.kt | 1 + .../com/github/se/travelpouch/ui/dashboard/TimelineScreenTest.kt | 1 + .../github/se/travelpouch/ui/dashboard/TravelActivityScreen.kt | 1 + .../se/travelpouch/ui/dashboard/map/ActivitiesMapScreenTest.kt | 1 + .../github/se/travelpouch/ui/documents/DocumentListItemTest.kt | 1 + .../com/github/se/travelpouch/ui/documents/DocumentListTest.kt | 1 + .../github/se/travelpouch/ui/documents/DocumentPreviewTest.kt | 1 + .../com/github/se/travelpouch/ui/home/AddTravelScreenTest.kt | 1 + .../java/com/github/se/travelpouch/ui/home/CalendarScreenTest.kt | 1 + .../java/com/github/se/travelpouch/ui/home/MapContentTest.kt | 1 + .../com/github/se/travelpouch/ui/home/OnboardingScreenTest.kt | 1 + .../com/github/se/travelpouch/ui/home/StorageDashboardTests.kt | 1 + .../com/github/se/travelpouch/ui/home/TravelListScreenTest.kt | 1 + .../com/github/se/travelpouch/ui/navigation/PagerSwipeTest.kt | 1 + .../se/travelpouch/ui/notification/NotificationItemTest.kt | 1 + .../se/travelpouch/ui/notification/NotificationScreenTest.kt | 1 + .../java/com/github/se/travelpouch/ui/profile/ProfileEditTest.kt | 1 + .../com/github/se/travelpouch/ui/profile/ProfileScreenTest.kt | 1 + .../com/github/se/travelpouch/ui/travel/EditTravelScreenTest.kt | 1 + .../github/se/travelpouch/ui/travel/ParticipantListScreenTest.kt | 1 + app/src/main/AndroidManifest.xml | 1 + app/src/main/java/com/github/se/travelpouch/MainActivity.kt | 1 + app/src/main/java/com/github/se/travelpouch/TravelPouchApp.kt | 1 + app/src/main/java/com/github/se/travelpouch/di/AppModules.kt | 1 + app/src/main/java/com/github/se/travelpouch/di/Database.kt | 1 + .../main/java/com/github/se/travelpouch/helper/NetworkManager.kt | 1 + .../main/java/com/github/se/travelpouch/model/FirebasePaths.kt | 1 + .../java/com/github/se/travelpouch/model/activity/Activity.kt | 1 + .../github/se/travelpouch/model/activity/ActivityRepository.kt | 1 + .../se/travelpouch/model/activity/ActivityRepositoryFirebase.kt | 1 + .../github/se/travelpouch/model/activity/ActivityViewModel.kt | 1 + .../se/travelpouch/model/activity/map/DirectionsRepository.kt | 1 + .../model/activity/map/DirectionsRepositoryInterface.kt | 1 + .../se/travelpouch/model/activity/map/DirectionsResponse.kt | 1 + .../se/travelpouch/model/activity/map/DirectionsViewModel.kt | 1 + .../se/travelpouch/model/authentication/AuthenticationService.kt | 1 + .../github/se/travelpouch/model/dashboard/CalendarViewModel.kt | 1 + .../github/se/travelpouch/model/documents/DocumentContainer.kt | 1 + .../github/se/travelpouch/model/documents/DocumentRepository.kt | 1 + .../github/se/travelpouch/model/documents/DocumentViewModel.kt | 1 + .../github/se/travelpouch/model/documents/DocumentsManager.kt | 1 + .../com/github/se/travelpouch/model/events/EventRepository.kt | 1 + .../com/github/se/travelpouch/model/events/EventViewModel.kt | 1 + .../main/java/com/github/se/travelpouch/model/events/Events.kt | 1 + .../java/com/github/se/travelpouch/model/events/Repository.kt | 1 + .../java/com/github/se/travelpouch/model/gps/GPSRepository.kt | 1 + .../java/com/github/se/travelpouch/model/gps/GPSViewModel.kt | 1 + .../se/travelpouch/model/home/StorageDashboardViewModel.kt | 1 + .../github/se/travelpouch/model/location/LocationRepository.kt | 1 + .../github/se/travelpouch/model/location/LocationViewModel.kt | 1 + .../se/travelpouch/model/location/NominatimLocationRepository.kt | 1 + .../se/travelpouch/model/notifications/NotificationContainer.kt | 1 + .../se/travelpouch/model/notifications/NotificationContent.kt | 1 + .../se/travelpouch/model/notifications/NotificationRepository.kt | 1 + .../model/notifications/NotificationRepositoryFirestore.kt | 1 + .../se/travelpouch/model/notifications/NotificationViewModel.kt | 1 + .../main/java/com/github/se/travelpouch/model/profile/Profile.kt | 1 + .../com/github/se/travelpouch/model/profile/ProfileModelView.kt | 1 + .../com/github/se/travelpouch/model/profile/ProfileRepository.kt | 1 + .../se/travelpouch/model/profile/ProfileRepositoryFirebase.kt | 1 + .../github/se/travelpouch/model/profile/ProfileRepositoryMock.kt | 1 + .../github/se/travelpouch/model/travels/ListTravelViewModel.kt | 1 + .../com/github/se/travelpouch/model/travels/TravelContainer.kt | 1 + .../com/github/se/travelpouch/model/travels/TravelRepository.kt | 1 + .../se/travelpouch/model/travels/TravelRepositoryFirestore.kt | 1 + .../github/se/travelpouch/model/travels/TravelRepositoryMock.kt | 1 + .../se/travelpouch/permissions/LocationPermissionComposable.kt | 1 + app/src/main/java/com/github/se/travelpouch/resources/C.kt | 1 + .../se/travelpouch/ui/authentication/GoogleSignInButton.kt | 1 + .../ui/authentication/RememberFirebaseAuthLauncher.kt | 1 + .../java/com/github/se/travelpouch/ui/authentication/SignIn.kt | 1 + .../se/travelpouch/ui/authentication/SignInWithPassword.kt | 1 + .../github/se/travelpouch/ui/dashboard/ActivityRowComposable.kt | 1 + .../java/com/github/se/travelpouch/ui/dashboard/AddActivity.kt | 1 + .../main/java/com/github/se/travelpouch/ui/dashboard/Calendar.kt | 1 + .../github/se/travelpouch/ui/dashboard/CalendarLaunchedEffect.kt | 1 + .../github/se/travelpouch/ui/dashboard/CalendarViewComposable.kt | 1 + .../github/se/travelpouch/ui/dashboard/DateVisualTransformer.kt | 1 + .../java/com/github/se/travelpouch/ui/dashboard/EditActivity.kt | 1 + .../github/se/travelpouch/ui/dashboard/NextActivitiesBanner.kt | 1 + .../main/java/com/github/se/travelpouch/ui/dashboard/Timeline.kt | 1 + .../com/github/se/travelpouch/ui/dashboard/TravelActivity.kt | 1 + .../se/travelpouch/ui/dashboard/map/ActivitiesMapScreen.kt | 1 + .../com/github/se/travelpouch/ui/dashboard/map/CameraUpdater.kt | 1 + .../java/com/github/se/travelpouch/ui/documents/DocumentList.kt | 1 + .../com/github/se/travelpouch/ui/documents/DocumentListItem.kt | 1 + .../com/github/se/travelpouch/ui/documents/DocumentPreview.kt | 1 + .../com/github/se/travelpouch/ui/fields/DateTimeInputField.kt | 1 + .../com/github/se/travelpouch/ui/fields/LocationQueryField.kt | 1 + app/src/main/java/com/github/se/travelpouch/ui/home/AddTravel.kt | 1 + app/src/main/java/com/github/se/travelpouch/ui/home/Map.kt | 1 + .../java/com/github/se/travelpouch/ui/home/OnboardingScreen.kt | 1 + .../java/com/github/se/travelpouch/ui/home/StorageDashboard.kt | 1 + .../main/java/com/github/se/travelpouch/ui/home/TravelList.kt | 1 + .../github/se/travelpouch/ui/navigation/BottomNavigationMenu.kt | 1 + .../com/github/se/travelpouch/ui/navigation/NavigationActions.kt | 1 + .../java/com/github/se/travelpouch/ui/navigation/SwipePager.kt | 1 + .../github/se/travelpouch/ui/notifications/NotificationItem.kt | 1 + .../se/travelpouch/ui/notifications/NotificationsScreen.kt | 1 + .../github/se/travelpouch/ui/profile/ModifyingProfileScreen.kt | 1 + .../java/com/github/se/travelpouch/ui/profile/ProfileScreen.kt | 1 + app/src/main/java/com/github/se/travelpouch/ui/theme/Color.kt | 1 + app/src/main/java/com/github/se/travelpouch/ui/theme/Theme.kt | 1 + app/src/main/java/com/github/se/travelpouch/ui/theme/Type.kt | 1 + .../com/github/se/travelpouch/ui/travel/EditTravelSettings.kt | 1 + .../com/github/se/travelpouch/ui/travel/ParticipantColumn.kt | 1 + .../com/github/se/travelpouch/ui/travel/ParticipantListScreen.kt | 1 + .../main/java/com/github/se/travelpouch/ui/travel/RoleDialog.kt | 1 + .../java/com/github/se/travelpouch/ui/travel/TruncatedText.kt | 1 + .../main/java/com/github/se/travelpouch/utils/DateTimeUtils.kt | 1 + .../java/com/github/se/travelpouch/helper/DateTimeUtilsTest.kt | 1 + .../java/com/github/se/travelpouch/helper/NetworkManagerTest.kt | 1 + .../se/travelpouch/model/activity/ActivityModelViewUnitTest.kt | 1 + .../se/travelpouch/model/activity/ActivityRepositoryUnitTest.kt | 1 + .../travelpouch/model/activity/map/DirectionsRepositoryTest.kt | 1 + .../se/travelpouch/model/activity/map/DirectionsViewModelTest.kt | 1 + .../model/authentication/TestSignInWithEmailAndPassword.kt | 1 + .../se/travelpouch/model/documents/DocumentRepositoryTest.kt | 1 + .../se/travelpouch/model/documents/DocumentViewModelTest.kt | 1 + .../github/se/travelpouch/model/events/EventModelViewUnitTest.kt | 1 + .../se/travelpouch/model/events/EventRepositoryUnitTest.kt | 1 + .../com/github/se/travelpouch/model/gps/GPSRepositoryTest.kt | 1 + .../java/com/github/se/travelpouch/model/gps/GPSViewModelTest.kt | 1 + .../se/travelpouch/model/home/StorageDashboardViewModelTests.kt | 1 + .../se/travelpouch/model/location/LocationViewModelUnitTest.kt | 1 + .../model/location/NominatimLocationRepositoryUnitTest.kt | 1 + .../notifications/NotificationContainerInvalidDataUnitTest.kt | 1 + .../notifications/NotificationContainerValidDataUnitTest.kt | 1 + .../model/notifications/NotificationContentUnitTest.kt | 1 + .../notifications/NotificationRepositoryFirestoreUnitTest.kt | 1 + .../model/notifications/NotificationViewModelUnitTest.kt | 1 + .../github/se/travelpouch/model/profile/ProfileModelViewTest.kt | 1 + .../se/travelpouch/model/profile/ProfileRepositoryMockTest.kt | 1 + .../github/se/travelpouch/model/profile/ProfileRepositoryTest.kt | 1 + .../se/travelpouch/model/travel/ListTravelViewModelUnitTest.kt | 1 + .../se/travelpouch/model/travel/TravelContainerUnitTest.kt | 1 + .../model/travel/TravelRepositoryFirestoreUnitTest.kt | 1 + .../se/travelpouch/model/travel/TravelRepositoryMockTest.kt | 1 + .../se/travelpouch/ui/navigation/NavigationActionsUnitTest.kt | 1 + .../se/travelpouch/ui/notification/NotificationScreenUnitTest.kt | 1 + .../com/github/se/travelpouch/ui/travel/TravelLogicUnitTest.kt | 1 + cloud-functions/functions/src/common.ts | 1 + cloud-functions/functions/src/gmail.ts | 1 + cloud-functions/functions/src/index.ts | 1 + cloud-functions/functions/src/storage.ts | 1 + cloud-functions/functions/src/thumbnailing.ts | 1 + 160 files changed, 160 insertions(+) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index ffd384325..219d79bf0 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt import java.io.FileInputStream import java.util.Properties diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 1452be09b..86b2eaa9a 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -1,3 +1,4 @@ +# Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt # Add project specific ProGuard rules here. # You can control the set of applied configuration files using the # proguardFiles setting in build.gradle. diff --git a/app/src/androidTest/java/com/github/se/travelpouch/HiltTestRunner.kt b/app/src/androidTest/java/com/github/se/travelpouch/HiltTestRunner.kt index 4ac11233f..c3b9c6ad8 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/HiltTestRunner.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/HiltTestRunner.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch import android.app.Application diff --git a/app/src/androidTest/java/com/github/se/travelpouch/di/TestModule.kt b/app/src/androidTest/java/com/github/se/travelpouch/di/TestModule.kt index 26220c28e..33d44d051 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/di/TestModule.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/di/TestModule.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.di import android.content.Context diff --git a/app/src/androidTest/java/com/github/se/travelpouch/e2e/ActivityCreationAndEdit.kt b/app/src/androidTest/java/com/github/se/travelpouch/e2e/ActivityCreationAndEdit.kt index ad3f57c69..fac5d719e 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/e2e/ActivityCreationAndEdit.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/e2e/ActivityCreationAndEdit.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.e2e import android.icu.util.GregorianCalendar diff --git a/app/src/androidTest/java/com/github/se/travelpouch/e2e/DocumentUpload.kt b/app/src/androidTest/java/com/github/se/travelpouch/e2e/DocumentUpload.kt index 434b689c1..4b788b3be 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/e2e/DocumentUpload.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/e2e/DocumentUpload.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.e2e import android.app.Activity diff --git a/app/src/androidTest/java/com/github/se/travelpouch/e2e/TravelCreation.kt b/app/src/androidTest/java/com/github/se/travelpouch/e2e/TravelCreation.kt index 71aa5c004..a82f0ba91 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/e2e/TravelCreation.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/e2e/TravelCreation.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.e2e import androidx.compose.ui.test.ExperimentalTestApi diff --git a/app/src/androidTest/java/com/github/se/travelpouch/model/documents/DocumentsManagerTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/model/documents/DocumentsManagerTest.kt index fcef5acd5..f9e44edcf 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/model/documents/DocumentsManagerTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/model/documents/DocumentsManagerTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.documents import android.content.ContentResolver diff --git a/app/src/androidTest/java/com/github/se/travelpouch/permissions/LocationPermissionComposableTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/permissions/LocationPermissionComposableTest.kt index 58841606f..e0bb5bf67 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/permissions/LocationPermissionComposableTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/permissions/LocationPermissionComposableTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.permissions import android.Manifest diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/authentication/GoogleSignInButtonTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/authentication/GoogleSignInButtonTest.kt index f582efa33..d375a68b2 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/authentication/GoogleSignInButtonTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/authentication/GoogleSignInButtonTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.authentication import androidx.compose.ui.test.assertAny diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/authentication/RememberFirebaseAuthLauncherUITest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/authentication/RememberFirebaseAuthLauncherUITest.kt index ba438b5b6..26fbdd016 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/authentication/RememberFirebaseAuthLauncherUITest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/authentication/RememberFirebaseAuthLauncherUITest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.authentication import androidx.compose.ui.test.junit4.createComposeRule diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/authentication/SignInViewTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/authentication/SignInViewTest.kt index 9d1da19a4..34e239b53 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/authentication/SignInViewTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/authentication/SignInViewTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.authentication import androidx.compose.ui.test.assertContentDescriptionEquals diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/authentication/TestSignInEmailPasswordUI.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/authentication/TestSignInEmailPasswordUI.kt index cc46110e0..f55fceeca 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/authentication/TestSignInEmailPasswordUI.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/authentication/TestSignInEmailPasswordUI.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.authentication import androidx.compose.ui.test.assertIsDisplayed diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/AddActivityScreenTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/AddActivityScreenTest.kt index f8a8a6395..075f236bf 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/AddActivityScreenTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/AddActivityScreenTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.dashboard import androidx.compose.ui.semantics.SemanticsProperties.EditableText diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/EditActivityScreenTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/EditActivityScreenTest.kt index 97c6d328e..fd1281f7f 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/EditActivityScreenTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/EditActivityScreenTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.dashboard import androidx.compose.ui.semantics.SemanticsProperties.EditableText diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/TimelineScreenTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/TimelineScreenTest.kt index 9646617ed..e463f6b2c 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/TimelineScreenTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/TimelineScreenTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.dashboard import androidx.compose.ui.Modifier diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/TravelActivityScreen.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/TravelActivityScreen.kt index 33dd02579..957fcd966 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/TravelActivityScreen.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/TravelActivityScreen.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.dashboard import androidx.compose.ui.platform.LocalContext diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/map/ActivitiesMapScreenTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/map/ActivitiesMapScreenTest.kt index 2e5b43a67..0cc54f256 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/map/ActivitiesMapScreenTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/dashboard/map/ActivitiesMapScreenTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.dashboard.map import android.Manifest diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/documents/DocumentListItemTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/documents/DocumentListItemTest.kt index 795bbfa1c..ced2e1ff6 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/documents/DocumentListItemTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/documents/DocumentListItemTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.documents import androidx.compose.ui.test.assertIsDisplayed diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/documents/DocumentListTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/documents/DocumentListTest.kt index 419f9f5dd..d052e9ff1 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/documents/DocumentListTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/documents/DocumentListTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.documents import androidx.activity.compose.LocalActivityResultRegistryOwner diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/documents/DocumentPreviewTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/documents/DocumentPreviewTest.kt index 57b14f3df..102542d18 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/documents/DocumentPreviewTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/documents/DocumentPreviewTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.documents import android.content.Context diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/home/AddTravelScreenTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/home/AddTravelScreenTest.kt index d0792b5bb..2a1ee2a2a 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/home/AddTravelScreenTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/home/AddTravelScreenTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.home import androidx.compose.ui.test.assertIsDisplayed diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/home/CalendarScreenTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/home/CalendarScreenTest.kt index 0b8acf50b..ea07aed9e 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/home/CalendarScreenTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/home/CalendarScreenTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.home import androidx.compose.ui.test.assertIsDisplayed diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/home/MapContentTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/home/MapContentTest.kt index 1d9a8fd60..a3d5d60ab 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/home/MapContentTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/home/MapContentTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.home import androidx.compose.ui.test.assertIsDisplayed diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/home/OnboardingScreenTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/home/OnboardingScreenTest.kt index b76e45888..5a453dc01 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/home/OnboardingScreenTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/home/OnboardingScreenTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.home import androidx.compose.ui.test.assertIsDisplayed diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/home/StorageDashboardTests.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/home/StorageDashboardTests.kt index cd4ac7cd1..e34e5607c 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/home/StorageDashboardTests.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/home/StorageDashboardTests.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.home import androidx.activity.compose.LocalActivityResultRegistryOwner diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/home/TravelListScreenTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/home/TravelListScreenTest.kt index 0e5979619..e05acab21 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/home/TravelListScreenTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/home/TravelListScreenTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt import androidx.compose.ui.geometry.Offset import androidx.compose.ui.test.assertHeightIsEqualTo import androidx.compose.ui.test.assertIsDisplayed diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/navigation/PagerSwipeTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/navigation/PagerSwipeTest.kt index bd7e927ef..d6d656614 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/navigation/PagerSwipeTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/navigation/PagerSwipeTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.navigation import androidx.compose.ui.test.assertIsDisplayed diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/notification/NotificationItemTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/notification/NotificationItemTest.kt index 6de7e1c16..0c903e902 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/notification/NotificationItemTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/notification/NotificationItemTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.notification import androidx.compose.ui.test.assertIsDisplayed diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/notification/NotificationScreenTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/notification/NotificationScreenTest.kt index 4acb1c0bf..e43815823 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/notification/NotificationScreenTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/notification/NotificationScreenTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.notification import android.annotation.SuppressLint diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/profile/ProfileEditTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/profile/ProfileEditTest.kt index 577048142..0292a35a5 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/profile/ProfileEditTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/profile/ProfileEditTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.profile import androidx.compose.ui.test.assertIsDisplayed diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/profile/ProfileScreenTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/profile/ProfileScreenTest.kt index 39fcf7caa..0c0972110 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/profile/ProfileScreenTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/profile/ProfileScreenTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.profile import androidx.compose.ui.test.assertIsDisplayed diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/travel/EditTravelScreenTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/travel/EditTravelScreenTest.kt index 8c5c540c9..7d814ca7d 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/travel/EditTravelScreenTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/travel/EditTravelScreenTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.travel import androidx.compose.ui.test.assertIsDisplayed diff --git a/app/src/androidTest/java/com/github/se/travelpouch/ui/travel/ParticipantListScreenTest.kt b/app/src/androidTest/java/com/github/se/travelpouch/ui/travel/ParticipantListScreenTest.kt index 6b7ced126..982fd834f 100644 --- a/app/src/androidTest/java/com/github/se/travelpouch/ui/travel/ParticipantListScreenTest.kt +++ b/app/src/androidTest/java/com/github/se/travelpouch/ui/travel/ParticipantListScreenTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.travel import androidx.compose.ui.test.assertCountEquals diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index d9067e007..8aab47c3e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,4 +1,5 @@ + diff --git a/app/src/main/java/com/github/se/travelpouch/MainActivity.kt b/app/src/main/java/com/github/se/travelpouch/MainActivity.kt index 068f46697..7ede59e44 100644 --- a/app/src/main/java/com/github/se/travelpouch/MainActivity.kt +++ b/app/src/main/java/com/github/se/travelpouch/MainActivity.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch import android.os.Bundle diff --git a/app/src/main/java/com/github/se/travelpouch/TravelPouchApp.kt b/app/src/main/java/com/github/se/travelpouch/TravelPouchApp.kt index 203acf48f..83c51adb0 100644 --- a/app/src/main/java/com/github/se/travelpouch/TravelPouchApp.kt +++ b/app/src/main/java/com/github/se/travelpouch/TravelPouchApp.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch import android.app.Application diff --git a/app/src/main/java/com/github/se/travelpouch/di/AppModules.kt b/app/src/main/java/com/github/se/travelpouch/di/AppModules.kt index b4c589dbd..ae43094b0 100644 --- a/app/src/main/java/com/github/se/travelpouch/di/AppModules.kt +++ b/app/src/main/java/com/github/se/travelpouch/di/AppModules.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.di import android.content.Context diff --git a/app/src/main/java/com/github/se/travelpouch/di/Database.kt b/app/src/main/java/com/github/se/travelpouch/di/Database.kt index c60b2b4e1..465d3df4e 100644 --- a/app/src/main/java/com/github/se/travelpouch/di/Database.kt +++ b/app/src/main/java/com/github/se/travelpouch/di/Database.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.di import com.github.se.travelpouch.model.profile.Profile diff --git a/app/src/main/java/com/github/se/travelpouch/helper/NetworkManager.kt b/app/src/main/java/com/github/se/travelpouch/helper/NetworkManager.kt index b88237999..93c6f54bc 100644 --- a/app/src/main/java/com/github/se/travelpouch/helper/NetworkManager.kt +++ b/app/src/main/java/com/github/se/travelpouch/helper/NetworkManager.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.helper import android.util.Log diff --git a/app/src/main/java/com/github/se/travelpouch/model/FirebasePaths.kt b/app/src/main/java/com/github/se/travelpouch/model/FirebasePaths.kt index 72ea22e8a..6f4983efb 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/FirebasePaths.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/FirebasePaths.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model object FirebasePaths { diff --git a/app/src/main/java/com/github/se/travelpouch/model/activity/Activity.kt b/app/src/main/java/com/github/se/travelpouch/model/activity/Activity.kt index b27be747a..c4d0fb789 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/activity/Activity.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/activity/Activity.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.activity import com.github.se.travelpouch.model.travels.Location diff --git a/app/src/main/java/com/github/se/travelpouch/model/activity/ActivityRepository.kt b/app/src/main/java/com/github/se/travelpouch/model/activity/ActivityRepository.kt index 99581b3d9..ea120f849 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/activity/ActivityRepository.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/activity/ActivityRepository.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.activity import com.google.firebase.firestore.DocumentReference diff --git a/app/src/main/java/com/github/se/travelpouch/model/activity/ActivityRepositoryFirebase.kt b/app/src/main/java/com/github/se/travelpouch/model/activity/ActivityRepositoryFirebase.kt index f31f42c22..d8e223a47 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/activity/ActivityRepositoryFirebase.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/activity/ActivityRepositoryFirebase.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.activity import android.util.Log diff --git a/app/src/main/java/com/github/se/travelpouch/model/activity/ActivityViewModel.kt b/app/src/main/java/com/github/se/travelpouch/model/activity/ActivityViewModel.kt index 63a7dfdb6..9acf3bbcc 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/activity/ActivityViewModel.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/activity/ActivityViewModel.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.activity import android.content.Context diff --git a/app/src/main/java/com/github/se/travelpouch/model/activity/map/DirectionsRepository.kt b/app/src/main/java/com/github/se/travelpouch/model/activity/map/DirectionsRepository.kt index df2140d59..7d4507860 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/activity/map/DirectionsRepository.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/activity/map/DirectionsRepository.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.activity.map import android.annotation.SuppressLint diff --git a/app/src/main/java/com/github/se/travelpouch/model/activity/map/DirectionsRepositoryInterface.kt b/app/src/main/java/com/github/se/travelpouch/model/activity/map/DirectionsRepositoryInterface.kt index e71b129c5..60e1c29be 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/activity/map/DirectionsRepositoryInterface.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/activity/map/DirectionsRepositoryInterface.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.activity.map /** Interface for the Directions Repository. */ diff --git a/app/src/main/java/com/github/se/travelpouch/model/activity/map/DirectionsResponse.kt b/app/src/main/java/com/github/se/travelpouch/model/activity/map/DirectionsResponse.kt index 4d560db98..30571909e 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/activity/map/DirectionsResponse.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/activity/map/DirectionsResponse.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.activity.map import com.google.android.gms.maps.model.LatLng diff --git a/app/src/main/java/com/github/se/travelpouch/model/activity/map/DirectionsViewModel.kt b/app/src/main/java/com/github/se/travelpouch/model/activity/map/DirectionsViewModel.kt index 44ac7a996..0fb83d9d4 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/activity/map/DirectionsViewModel.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/activity/map/DirectionsViewModel.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.activity.map import android.util.Log diff --git a/app/src/main/java/com/github/se/travelpouch/model/authentication/AuthenticationService.kt b/app/src/main/java/com/github/se/travelpouch/model/authentication/AuthenticationService.kt index b2621dfa3..f6833e902 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/authentication/AuthenticationService.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/authentication/AuthenticationService.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.authentication import android.util.Log diff --git a/app/src/main/java/com/github/se/travelpouch/model/dashboard/CalendarViewModel.kt b/app/src/main/java/com/github/se/travelpouch/model/dashboard/CalendarViewModel.kt index 1811d9088..fe1d5142b 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/dashboard/CalendarViewModel.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/dashboard/CalendarViewModel.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.dashboard import androidx.compose.runtime.getValue diff --git a/app/src/main/java/com/github/se/travelpouch/model/documents/DocumentContainer.kt b/app/src/main/java/com/github/se/travelpouch/model/documents/DocumentContainer.kt index 509722e82..47ff74f16 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/documents/DocumentContainer.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/documents/DocumentContainer.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.documents import com.google.firebase.Timestamp diff --git a/app/src/main/java/com/github/se/travelpouch/model/documents/DocumentRepository.kt b/app/src/main/java/com/github/se/travelpouch/model/documents/DocumentRepository.kt index 64d7cf3e7..f61730bd3 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/documents/DocumentRepository.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/documents/DocumentRepository.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.documents import android.util.Log diff --git a/app/src/main/java/com/github/se/travelpouch/model/documents/DocumentViewModel.kt b/app/src/main/java/com/github/se/travelpouch/model/documents/DocumentViewModel.kt index 90f5c4899..202e80ead 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/documents/DocumentViewModel.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/documents/DocumentViewModel.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.documents import android.net.Uri diff --git a/app/src/main/java/com/github/se/travelpouch/model/documents/DocumentsManager.kt b/app/src/main/java/com/github/se/travelpouch/model/documents/DocumentsManager.kt index 7974efd9c..f14c4d059 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/documents/DocumentsManager.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/documents/DocumentsManager.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.documents import android.content.ContentResolver diff --git a/app/src/main/java/com/github/se/travelpouch/model/events/EventRepository.kt b/app/src/main/java/com/github/se/travelpouch/model/events/EventRepository.kt index aa8f0974f..c93cdf711 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/events/EventRepository.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/events/EventRepository.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.events import android.util.Log diff --git a/app/src/main/java/com/github/se/travelpouch/model/events/EventViewModel.kt b/app/src/main/java/com/github/se/travelpouch/model/events/EventViewModel.kt index 1d7a807f8..d5daf9833 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/events/EventViewModel.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/events/EventViewModel.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.events import androidx.lifecycle.ViewModel diff --git a/app/src/main/java/com/github/se/travelpouch/model/events/Events.kt b/app/src/main/java/com/github/se/travelpouch/model/events/Events.kt index 548db296b..87b19aeb2 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/events/Events.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/events/Events.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.events import com.google.firebase.Timestamp diff --git a/app/src/main/java/com/github/se/travelpouch/model/events/Repository.kt b/app/src/main/java/com/github/se/travelpouch/model/events/Repository.kt index 2a103ddd6..d017b97e5 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/events/Repository.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/events/Repository.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.events import com.google.firebase.firestore.DocumentReference diff --git a/app/src/main/java/com/github/se/travelpouch/model/gps/GPSRepository.kt b/app/src/main/java/com/github/se/travelpouch/model/gps/GPSRepository.kt index 474cd03d0..4003a2aa8 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/gps/GPSRepository.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/gps/GPSRepository.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.gps import android.annotation.SuppressLint diff --git a/app/src/main/java/com/github/se/travelpouch/model/gps/GPSViewModel.kt b/app/src/main/java/com/github/se/travelpouch/model/gps/GPSViewModel.kt index 244eafc24..9486e8ff2 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/gps/GPSViewModel.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/gps/GPSViewModel.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.gps import android.content.Context diff --git a/app/src/main/java/com/github/se/travelpouch/model/home/StorageDashboardViewModel.kt b/app/src/main/java/com/github/se/travelpouch/model/home/StorageDashboardViewModel.kt index 03e3e5013..b0ab59fa2 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/home/StorageDashboardViewModel.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/home/StorageDashboardViewModel.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.home import androidx.lifecycle.ViewModel diff --git a/app/src/main/java/com/github/se/travelpouch/model/location/LocationRepository.kt b/app/src/main/java/com/github/se/travelpouch/model/location/LocationRepository.kt index 2c6fcfc27..f03c27772 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/location/LocationRepository.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/location/LocationRepository.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.location import com.github.se.travelpouch.model.travels.Location diff --git a/app/src/main/java/com/github/se/travelpouch/model/location/LocationViewModel.kt b/app/src/main/java/com/github/se/travelpouch/model/location/LocationViewModel.kt index ed3f5c7bb..856ab49f1 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/location/LocationViewModel.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/location/LocationViewModel.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.location import android.util.Log diff --git a/app/src/main/java/com/github/se/travelpouch/model/location/NominatimLocationRepository.kt b/app/src/main/java/com/github/se/travelpouch/model/location/NominatimLocationRepository.kt index bcd874681..2d911e23b 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/location/NominatimLocationRepository.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/location/NominatimLocationRepository.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.location import android.util.Log diff --git a/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationContainer.kt b/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationContainer.kt index d2affd7f2..42395afd9 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationContainer.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationContainer.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.notifications import com.github.se.travelpouch.model.travels.isValidObjectUid diff --git a/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationContent.kt b/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationContent.kt index 7a1c76453..9a6881227 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationContent.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationContent.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.notifications import com.github.se.travelpouch.model.travels.Role diff --git a/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationRepository.kt b/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationRepository.kt index a155c031a..93bc2cba9 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationRepository.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationRepository.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.notifications interface NotificationRepository { diff --git a/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationRepositoryFirestore.kt b/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationRepositoryFirestore.kt index 18dd26885..35b380909 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationRepositoryFirestore.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationRepositoryFirestore.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.notifications import android.util.Log diff --git a/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationViewModel.kt b/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationViewModel.kt index 01922e2b9..063535580 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationViewModel.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/notifications/NotificationViewModel.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.notifications import androidx.lifecycle.ViewModel diff --git a/app/src/main/java/com/github/se/travelpouch/model/profile/Profile.kt b/app/src/main/java/com/github/se/travelpouch/model/profile/Profile.kt index eb38fcdcf..a46c4259c 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/profile/Profile.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/profile/Profile.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.profile import androidx.core.util.PatternsCompat diff --git a/app/src/main/java/com/github/se/travelpouch/model/profile/ProfileModelView.kt b/app/src/main/java/com/github/se/travelpouch/model/profile/ProfileModelView.kt index 658bba43d..d4a99f784 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/profile/ProfileModelView.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/profile/ProfileModelView.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.profile import android.content.Context diff --git a/app/src/main/java/com/github/se/travelpouch/model/profile/ProfileRepository.kt b/app/src/main/java/com/github/se/travelpouch/model/profile/ProfileRepository.kt index 31545b80c..6a3a06d49 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/profile/ProfileRepository.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/profile/ProfileRepository.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.profile /** diff --git a/app/src/main/java/com/github/se/travelpouch/model/profile/ProfileRepositoryFirebase.kt b/app/src/main/java/com/github/se/travelpouch/model/profile/ProfileRepositoryFirebase.kt index 5ab9396c6..2d1fba3f8 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/profile/ProfileRepositoryFirebase.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/profile/ProfileRepositoryFirebase.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.profile import android.annotation.SuppressLint diff --git a/app/src/main/java/com/github/se/travelpouch/model/profile/ProfileRepositoryMock.kt b/app/src/main/java/com/github/se/travelpouch/model/profile/ProfileRepositoryMock.kt index 053068390..de3801b5d 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/profile/ProfileRepositoryMock.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/profile/ProfileRepositoryMock.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.profile import com.github.se.travelpouch.di.profileCollection diff --git a/app/src/main/java/com/github/se/travelpouch/model/travels/ListTravelViewModel.kt b/app/src/main/java/com/github/se/travelpouch/model/travels/ListTravelViewModel.kt index fe4ef5446..71d703daa 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/travels/ListTravelViewModel.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/travels/ListTravelViewModel.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.travels import android.util.Log diff --git a/app/src/main/java/com/github/se/travelpouch/model/travels/TravelContainer.kt b/app/src/main/java/com/github/se/travelpouch/model/travels/TravelContainer.kt index 662d449fd..bd3737165 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/travels/TravelContainer.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/travels/TravelContainer.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.travels import com.google.firebase.Timestamp diff --git a/app/src/main/java/com/github/se/travelpouch/model/travels/TravelRepository.kt b/app/src/main/java/com/github/se/travelpouch/model/travels/TravelRepository.kt index 55f4ac68c..eb85489e7 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/travels/TravelRepository.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/travels/TravelRepository.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.travels import com.github.se.travelpouch.model.profile.Profile diff --git a/app/src/main/java/com/github/se/travelpouch/model/travels/TravelRepositoryFirestore.kt b/app/src/main/java/com/github/se/travelpouch/model/travels/TravelRepositoryFirestore.kt index 81f1a22f2..744a27080 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/travels/TravelRepositoryFirestore.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/travels/TravelRepositoryFirestore.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.travels import android.util.Log diff --git a/app/src/main/java/com/github/se/travelpouch/model/travels/TravelRepositoryMock.kt b/app/src/main/java/com/github/se/travelpouch/model/travels/TravelRepositoryMock.kt index 768ebf932..f0c220df8 100644 --- a/app/src/main/java/com/github/se/travelpouch/model/travels/TravelRepositoryMock.kt +++ b/app/src/main/java/com/github/se/travelpouch/model/travels/TravelRepositoryMock.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.travels import com.github.se.travelpouch.di.travelCollection diff --git a/app/src/main/java/com/github/se/travelpouch/permissions/LocationPermissionComposable.kt b/app/src/main/java/com/github/se/travelpouch/permissions/LocationPermissionComposable.kt index dce80d638..a42015361 100644 --- a/app/src/main/java/com/github/se/travelpouch/permissions/LocationPermissionComposable.kt +++ b/app/src/main/java/com/github/se/travelpouch/permissions/LocationPermissionComposable.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.permissions import android.Manifest diff --git a/app/src/main/java/com/github/se/travelpouch/resources/C.kt b/app/src/main/java/com/github/se/travelpouch/resources/C.kt index 8643d7256..bad80679a 100644 --- a/app/src/main/java/com/github/se/travelpouch/resources/C.kt +++ b/app/src/main/java/com/github/se/travelpouch/resources/C.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.resources // Like R, but C diff --git a/app/src/main/java/com/github/se/travelpouch/ui/authentication/GoogleSignInButton.kt b/app/src/main/java/com/github/se/travelpouch/ui/authentication/GoogleSignInButton.kt index 66ec471a5..03d81951f 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/authentication/GoogleSignInButton.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/authentication/GoogleSignInButton.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.authentication import androidx.compose.foundation.BorderStroke diff --git a/app/src/main/java/com/github/se/travelpouch/ui/authentication/RememberFirebaseAuthLauncher.kt b/app/src/main/java/com/github/se/travelpouch/ui/authentication/RememberFirebaseAuthLauncher.kt index dceee4960..ca6c6f893 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/authentication/RememberFirebaseAuthLauncher.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/authentication/RememberFirebaseAuthLauncher.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.authentication import android.content.Intent diff --git a/app/src/main/java/com/github/se/travelpouch/ui/authentication/SignIn.kt b/app/src/main/java/com/github/se/travelpouch/ui/authentication/SignIn.kt index 6d3bd6ce9..7314277e5 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/authentication/SignIn.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/authentication/SignIn.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.authentication import android.util.Log diff --git a/app/src/main/java/com/github/se/travelpouch/ui/authentication/SignInWithPassword.kt b/app/src/main/java/com/github/se/travelpouch/ui/authentication/SignInWithPassword.kt index 4aacb6f64..cdb8d0921 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/authentication/SignInWithPassword.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/authentication/SignInWithPassword.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.authentication import android.annotation.SuppressLint diff --git a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/ActivityRowComposable.kt b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/ActivityRowComposable.kt index 6154da791..9fde33d09 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/ActivityRowComposable.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/ActivityRowComposable.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.dashboard import androidx.compose.foundation.layout.Column diff --git a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/AddActivity.kt b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/AddActivity.kt index 24dc14d09..5105df2e8 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/AddActivity.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/AddActivity.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.dashboard import android.annotation.SuppressLint diff --git a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/Calendar.kt b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/Calendar.kt index d434195c5..a5badc0bc 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/Calendar.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/Calendar.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.dashboard import androidx.compose.foundation.layout.Arrangement diff --git a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/CalendarLaunchedEffect.kt b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/CalendarLaunchedEffect.kt index 561e04cbd..4d94a8f79 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/CalendarLaunchedEffect.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/CalendarLaunchedEffect.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.dashboard import androidx.compose.runtime.Composable diff --git a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/CalendarViewComposable.kt b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/CalendarViewComposable.kt index 7934cc26d..2900fc5bf 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/CalendarViewComposable.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/CalendarViewComposable.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.dashboard import androidx.compose.foundation.background diff --git a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/DateVisualTransformer.kt b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/DateVisualTransformer.kt index 2291264d2..912d2c5da 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/DateVisualTransformer.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/DateVisualTransformer.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.dashboard import androidx.compose.ui.text.AnnotatedString diff --git a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/EditActivity.kt b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/EditActivity.kt index 23ab6d667..797e35dff 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/EditActivity.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/EditActivity.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.dashboard import android.util.Log diff --git a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/NextActivitiesBanner.kt b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/NextActivitiesBanner.kt index d0a1406e3..3bee53873 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/NextActivitiesBanner.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/NextActivitiesBanner.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.dashboard import android.content.res.Configuration diff --git a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/Timeline.kt b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/Timeline.kt index 011a56e1e..44deb86fb 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/Timeline.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/Timeline.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.dashboard import androidx.compose.foundation.layout.Box diff --git a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/TravelActivity.kt b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/TravelActivity.kt index 87a3fceaa..abf032bcc 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/TravelActivity.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/TravelActivity.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.dashboard import android.widget.Toast diff --git a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/map/ActivitiesMapScreen.kt b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/map/ActivitiesMapScreen.kt index 2612880c5..ff6853e6f 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/map/ActivitiesMapScreen.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/map/ActivitiesMapScreen.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.dashboard.map import android.util.Log diff --git a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/map/CameraUpdater.kt b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/map/CameraUpdater.kt index bc946af58..6f3167df2 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/dashboard/map/CameraUpdater.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/dashboard/map/CameraUpdater.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.dashboard.map import androidx.compose.runtime.Composable diff --git a/app/src/main/java/com/github/se/travelpouch/ui/documents/DocumentList.kt b/app/src/main/java/com/github/se/travelpouch/ui/documents/DocumentList.kt index 571ea5d8c..c30219b78 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/documents/DocumentList.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/documents/DocumentList.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.documents import android.app.Activity diff --git a/app/src/main/java/com/github/se/travelpouch/ui/documents/DocumentListItem.kt b/app/src/main/java/com/github/se/travelpouch/ui/documents/DocumentListItem.kt index 42474ab9c..e726018e2 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/documents/DocumentListItem.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/documents/DocumentListItem.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.documents import android.net.Uri diff --git a/app/src/main/java/com/github/se/travelpouch/ui/documents/DocumentPreview.kt b/app/src/main/java/com/github/se/travelpouch/ui/documents/DocumentPreview.kt index a10abf4df..ddcd50aa6 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/documents/DocumentPreview.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/documents/DocumentPreview.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.documents import android.content.Intent diff --git a/app/src/main/java/com/github/se/travelpouch/ui/fields/DateTimeInputField.kt b/app/src/main/java/com/github/se/travelpouch/ui/fields/DateTimeInputField.kt index 6a9a29809..371af2fd2 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/fields/DateTimeInputField.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/fields/DateTimeInputField.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.fields import androidx.compose.foundation.layout.fillMaxWidth diff --git a/app/src/main/java/com/github/se/travelpouch/ui/fields/LocationQueryField.kt b/app/src/main/java/com/github/se/travelpouch/ui/fields/LocationQueryField.kt index 0c9d14b3c..c33f13977 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/fields/LocationQueryField.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/fields/LocationQueryField.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.fields import androidx.compose.foundation.layout.Box diff --git a/app/src/main/java/com/github/se/travelpouch/ui/home/AddTravel.kt b/app/src/main/java/com/github/se/travelpouch/ui/home/AddTravel.kt index 101c1add8..48311e704 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/home/AddTravel.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/home/AddTravel.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.home import android.util.Log diff --git a/app/src/main/java/com/github/se/travelpouch/ui/home/Map.kt b/app/src/main/java/com/github/se/travelpouch/ui/home/Map.kt index bc8300318..044cb596f 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/home/Map.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/home/Map.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.home import android.content.Context diff --git a/app/src/main/java/com/github/se/travelpouch/ui/home/OnboardingScreen.kt b/app/src/main/java/com/github/se/travelpouch/ui/home/OnboardingScreen.kt index 5c68c9edd..ede45236e 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/home/OnboardingScreen.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/home/OnboardingScreen.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.home import androidx.compose.foundation.Image diff --git a/app/src/main/java/com/github/se/travelpouch/ui/home/StorageDashboard.kt b/app/src/main/java/com/github/se/travelpouch/ui/home/StorageDashboard.kt index 7baa48142..b90b5a778 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/home/StorageDashboard.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/home/StorageDashboard.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.home import android.annotation.SuppressLint diff --git a/app/src/main/java/com/github/se/travelpouch/ui/home/TravelList.kt b/app/src/main/java/com/github/se/travelpouch/ui/home/TravelList.kt index 2e0d23bd0..382df26a2 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/home/TravelList.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/home/TravelList.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.home import android.annotation.SuppressLint diff --git a/app/src/main/java/com/github/se/travelpouch/ui/navigation/BottomNavigationMenu.kt b/app/src/main/java/com/github/se/travelpouch/ui/navigation/BottomNavigationMenu.kt index 4df90d382..0bb4dbf39 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/navigation/BottomNavigationMenu.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/navigation/BottomNavigationMenu.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.navigation import androidx.compose.material3.Icon diff --git a/app/src/main/java/com/github/se/travelpouch/ui/navigation/NavigationActions.kt b/app/src/main/java/com/github/se/travelpouch/ui/navigation/NavigationActions.kt index 25677c9d1..7989260dd 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/navigation/NavigationActions.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/navigation/NavigationActions.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.navigation import androidx.compose.material.icons.Icons diff --git a/app/src/main/java/com/github/se/travelpouch/ui/navigation/SwipePager.kt b/app/src/main/java/com/github/se/travelpouch/ui/navigation/SwipePager.kt index 866c5e2a2..82fca44d0 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/navigation/SwipePager.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/navigation/SwipePager.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.navigation import androidx.compose.foundation.layout.padding diff --git a/app/src/main/java/com/github/se/travelpouch/ui/notifications/NotificationItem.kt b/app/src/main/java/com/github/se/travelpouch/ui/notifications/NotificationItem.kt index 7a13eb190..8e89f664d 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/notifications/NotificationItem.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/notifications/NotificationItem.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.notifications import android.widget.Toast diff --git a/app/src/main/java/com/github/se/travelpouch/ui/notifications/NotificationsScreen.kt b/app/src/main/java/com/github/se/travelpouch/ui/notifications/NotificationsScreen.kt index d8f5d5b04..ab8abd545 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/notifications/NotificationsScreen.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/notifications/NotificationsScreen.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.notifications import android.annotation.SuppressLint diff --git a/app/src/main/java/com/github/se/travelpouch/ui/profile/ModifyingProfileScreen.kt b/app/src/main/java/com/github/se/travelpouch/ui/profile/ModifyingProfileScreen.kt index 83abdb0f8..d4ec6793c 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/profile/ModifyingProfileScreen.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/profile/ModifyingProfileScreen.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.profile import android.util.Log diff --git a/app/src/main/java/com/github/se/travelpouch/ui/profile/ProfileScreen.kt b/app/src/main/java/com/github/se/travelpouch/ui/profile/ProfileScreen.kt index b516b0724..20728f703 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/profile/ProfileScreen.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/profile/ProfileScreen.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.profile import androidx.compose.foundation.layout.Arrangement diff --git a/app/src/main/java/com/github/se/travelpouch/ui/theme/Color.kt b/app/src/main/java/com/github/se/travelpouch/ui/theme/Color.kt index 9f3c45ade..d0669167d 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/theme/Color.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/theme/Color.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.theme import androidx.compose.ui.graphics.Color diff --git a/app/src/main/java/com/github/se/travelpouch/ui/theme/Theme.kt b/app/src/main/java/com/github/se/travelpouch/ui/theme/Theme.kt index f2cf23d8e..3f1d25d99 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/theme/Theme.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/theme/Theme.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.theme import android.app.Activity diff --git a/app/src/main/java/com/github/se/travelpouch/ui/theme/Type.kt b/app/src/main/java/com/github/se/travelpouch/ui/theme/Type.kt index b90ee2c05..913ed603b 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/theme/Type.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/theme/Type.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.theme import androidx.compose.material3.Typography diff --git a/app/src/main/java/com/github/se/travelpouch/ui/travel/EditTravelSettings.kt b/app/src/main/java/com/github/se/travelpouch/ui/travel/EditTravelSettings.kt index c0b336282..7b96d5c96 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/travel/EditTravelSettings.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/travel/EditTravelSettings.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.travel import android.annotation.SuppressLint diff --git a/app/src/main/java/com/github/se/travelpouch/ui/travel/ParticipantColumn.kt b/app/src/main/java/com/github/se/travelpouch/ui/travel/ParticipantColumn.kt index 81148f76a..d9a45fc3c 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/travel/ParticipantColumn.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/travel/ParticipantColumn.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.travel import androidx.compose.foundation.clickable diff --git a/app/src/main/java/com/github/se/travelpouch/ui/travel/ParticipantListScreen.kt b/app/src/main/java/com/github/se/travelpouch/ui/travel/ParticipantListScreen.kt index 1ad3a3919..4aacf1b18 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/travel/ParticipantListScreen.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/travel/ParticipantListScreen.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.travel import TruncatedText diff --git a/app/src/main/java/com/github/se/travelpouch/ui/travel/RoleDialog.kt b/app/src/main/java/com/github/se/travelpouch/ui/travel/RoleDialog.kt index 0f1c06bf3..79058306f 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/travel/RoleDialog.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/travel/RoleDialog.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.travel import androidx.compose.foundation.layout.padding diff --git a/app/src/main/java/com/github/se/travelpouch/ui/travel/TruncatedText.kt b/app/src/main/java/com/github/se/travelpouch/ui/travel/TruncatedText.kt index 2dcea93be..c22ef88ad 100644 --- a/app/src/main/java/com/github/se/travelpouch/ui/travel/TruncatedText.kt +++ b/app/src/main/java/com/github/se/travelpouch/ui/travel/TruncatedText.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt import androidx.compose.material3.LocalTextStyle import androidx.compose.material3.Text import androidx.compose.runtime.Composable diff --git a/app/src/main/java/com/github/se/travelpouch/utils/DateTimeUtils.kt b/app/src/main/java/com/github/se/travelpouch/utils/DateTimeUtils.kt index e9935960f..bef5dee56 100644 --- a/app/src/main/java/com/github/se/travelpouch/utils/DateTimeUtils.kt +++ b/app/src/main/java/com/github/se/travelpouch/utils/DateTimeUtils.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.utils import android.app.DatePickerDialog diff --git a/app/src/test/java/com/github/se/travelpouch/helper/DateTimeUtilsTest.kt b/app/src/test/java/com/github/se/travelpouch/helper/DateTimeUtilsTest.kt index 92c07af69..cfdba272e 100644 --- a/app/src/test/java/com/github/se/travelpouch/helper/DateTimeUtilsTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/helper/DateTimeUtilsTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.helper import com.github.se.travelpouch.utils.DateTimeUtils diff --git a/app/src/test/java/com/github/se/travelpouch/helper/NetworkManagerTest.kt b/app/src/test/java/com/github/se/travelpouch/helper/NetworkManagerTest.kt index 8f09e6ad2..cc5a70763 100644 --- a/app/src/test/java/com/github/se/travelpouch/helper/NetworkManagerTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/helper/NetworkManagerTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.helper import java.io.IOException diff --git a/app/src/test/java/com/github/se/travelpouch/model/activity/ActivityModelViewUnitTest.kt b/app/src/test/java/com/github/se/travelpouch/model/activity/ActivityModelViewUnitTest.kt index fda9712eb..e60c5ed90 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/activity/ActivityModelViewUnitTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/activity/ActivityModelViewUnitTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.activity import android.content.Context diff --git a/app/src/test/java/com/github/se/travelpouch/model/activity/ActivityRepositoryUnitTest.kt b/app/src/test/java/com/github/se/travelpouch/model/activity/ActivityRepositoryUnitTest.kt index 63bda520b..0cd09a250 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/activity/ActivityRepositoryUnitTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/activity/ActivityRepositoryUnitTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.activity import android.os.Looper diff --git a/app/src/test/java/com/github/se/travelpouch/model/activity/map/DirectionsRepositoryTest.kt b/app/src/test/java/com/github/se/travelpouch/model/activity/map/DirectionsRepositoryTest.kt index 7c479abc1..d86539e21 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/activity/map/DirectionsRepositoryTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/activity/map/DirectionsRepositoryTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.activity.map import java.io.IOException diff --git a/app/src/test/java/com/github/se/travelpouch/model/activity/map/DirectionsViewModelTest.kt b/app/src/test/java/com/github/se/travelpouch/model/activity/map/DirectionsViewModelTest.kt index fb1efc388..bcc5848d1 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/activity/map/DirectionsViewModelTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/activity/map/DirectionsViewModelTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.activity.map import com.github.se.travelpouch.model.activity.Activity diff --git a/app/src/test/java/com/github/se/travelpouch/model/authentication/TestSignInWithEmailAndPassword.kt b/app/src/test/java/com/github/se/travelpouch/model/authentication/TestSignInWithEmailAndPassword.kt index 396d23d44..044db8795 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/authentication/TestSignInWithEmailAndPassword.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/authentication/TestSignInWithEmailAndPassword.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.authentication import com.google.android.gms.tasks.OnCompleteListener diff --git a/app/src/test/java/com/github/se/travelpouch/model/documents/DocumentRepositoryTest.kt b/app/src/test/java/com/github/se/travelpouch/model/documents/DocumentRepositoryTest.kt index ece965ef6..fcca686d5 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/documents/DocumentRepositoryTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/documents/DocumentRepositoryTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.documents import android.util.Log diff --git a/app/src/test/java/com/github/se/travelpouch/model/documents/DocumentViewModelTest.kt b/app/src/test/java/com/github/se/travelpouch/model/documents/DocumentViewModelTest.kt index ec79eeaff..0888a6620 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/documents/DocumentViewModelTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/documents/DocumentViewModelTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.documents import android.net.Uri diff --git a/app/src/test/java/com/github/se/travelpouch/model/events/EventModelViewUnitTest.kt b/app/src/test/java/com/github/se/travelpouch/model/events/EventModelViewUnitTest.kt index 8e9a95d3a..9e2b49391 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/events/EventModelViewUnitTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/events/EventModelViewUnitTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.events import com.google.firebase.Timestamp diff --git a/app/src/test/java/com/github/se/travelpouch/model/events/EventRepositoryUnitTest.kt b/app/src/test/java/com/github/se/travelpouch/model/events/EventRepositoryUnitTest.kt index ac74e2417..747e74f4b 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/events/EventRepositoryUnitTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/events/EventRepositoryUnitTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.events import androidx.test.core.app.ApplicationProvider diff --git a/app/src/test/java/com/github/se/travelpouch/model/gps/GPSRepositoryTest.kt b/app/src/test/java/com/github/se/travelpouch/model/gps/GPSRepositoryTest.kt index 071fe0693..1bbacbc2c 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/gps/GPSRepositoryTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/gps/GPSRepositoryTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.gps import android.location.Location diff --git a/app/src/test/java/com/github/se/travelpouch/model/gps/GPSViewModelTest.kt b/app/src/test/java/com/github/se/travelpouch/model/gps/GPSViewModelTest.kt index 6d5a54fad..8d2735887 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/gps/GPSViewModelTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/gps/GPSViewModelTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.gps import android.content.Context diff --git a/app/src/test/java/com/github/se/travelpouch/model/home/StorageDashboardViewModelTests.kt b/app/src/test/java/com/github/se/travelpouch/model/home/StorageDashboardViewModelTests.kt index 81e78a4da..58d46779f 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/home/StorageDashboardViewModelTests.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/home/StorageDashboardViewModelTests.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.home import kotlinx.coroutines.ExperimentalCoroutinesApi diff --git a/app/src/test/java/com/github/se/travelpouch/model/location/LocationViewModelUnitTest.kt b/app/src/test/java/com/github/se/travelpouch/model/location/LocationViewModelUnitTest.kt index 00f4ab02f..edd0517f5 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/location/LocationViewModelUnitTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/location/LocationViewModelUnitTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.location import junit.framework.TestCase.assertEquals diff --git a/app/src/test/java/com/github/se/travelpouch/model/location/NominatimLocationRepositoryUnitTest.kt b/app/src/test/java/com/github/se/travelpouch/model/location/NominatimLocationRepositoryUnitTest.kt index 442a1a987..4df99e3a5 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/location/NominatimLocationRepositoryUnitTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/location/NominatimLocationRepositoryUnitTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt import com.github.se.travelpouch.model.location.NominatimLocationRepository import com.github.se.travelpouch.model.travels.Location import java.io.IOException diff --git a/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationContainerInvalidDataUnitTest.kt b/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationContainerInvalidDataUnitTest.kt index b073994f0..9935c006f 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationContainerInvalidDataUnitTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationContainerInvalidDataUnitTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt // Import necessary dependencies package com.github.se.travelpouch.model.notifications diff --git a/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationContainerValidDataUnitTest.kt b/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationContainerValidDataUnitTest.kt index 94da0b1d2..b46c75f25 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationContainerValidDataUnitTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationContainerValidDataUnitTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.notifications import com.github.se.travelpouch.model.travels.Role diff --git a/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationContentUnitTest.kt b/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationContentUnitTest.kt index 120ff9f02..82cedb547 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationContentUnitTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationContentUnitTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.notifications import com.github.se.travelpouch.model.travels.Role diff --git a/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationRepositoryFirestoreUnitTest.kt b/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationRepositoryFirestoreUnitTest.kt index 357a20d81..bdfc64060 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationRepositoryFirestoreUnitTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationRepositoryFirestoreUnitTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.notifications import android.util.Log diff --git a/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationViewModelUnitTest.kt b/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationViewModelUnitTest.kt index 5260516a9..db7de4de5 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationViewModelUnitTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/notifications/NotificationViewModelUnitTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.notifications import android.content.Context diff --git a/app/src/test/java/com/github/se/travelpouch/model/profile/ProfileModelViewTest.kt b/app/src/test/java/com/github/se/travelpouch/model/profile/ProfileModelViewTest.kt index a473df66a..9d6b7f3fa 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/profile/ProfileModelViewTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/profile/ProfileModelViewTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.profile import android.content.Context diff --git a/app/src/test/java/com/github/se/travelpouch/model/profile/ProfileRepositoryMockTest.kt b/app/src/test/java/com/github/se/travelpouch/model/profile/ProfileRepositoryMockTest.kt index c255fdd6c..6dc0d3452 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/profile/ProfileRepositoryMockTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/profile/ProfileRepositoryMockTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.profile import com.github.se.travelpouch.di.profileCollection diff --git a/app/src/test/java/com/github/se/travelpouch/model/profile/ProfileRepositoryTest.kt b/app/src/test/java/com/github/se/travelpouch/model/profile/ProfileRepositoryTest.kt index 4cb166d9a..6a9c28696 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/profile/ProfileRepositoryTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/profile/ProfileRepositoryTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.profile import android.os.Looper diff --git a/app/src/test/java/com/github/se/travelpouch/model/travel/ListTravelViewModelUnitTest.kt b/app/src/test/java/com/github/se/travelpouch/model/travel/ListTravelViewModelUnitTest.kt index f466e4953..be0bfe268 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/travel/ListTravelViewModelUnitTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/travel/ListTravelViewModelUnitTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.travel import android.util.Log diff --git a/app/src/test/java/com/github/se/travelpouch/model/travel/TravelContainerUnitTest.kt b/app/src/test/java/com/github/se/travelpouch/model/travel/TravelContainerUnitTest.kt index 77edc4437..08bd49fd2 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/travel/TravelContainerUnitTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/travel/TravelContainerUnitTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.travel import com.github.se.travelpouch.model.travels.Location diff --git a/app/src/test/java/com/github/se/travelpouch/model/travel/TravelRepositoryFirestoreUnitTest.kt b/app/src/test/java/com/github/se/travelpouch/model/travel/TravelRepositoryFirestoreUnitTest.kt index 171d24fef..823e36514 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/travel/TravelRepositoryFirestoreUnitTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/travel/TravelRepositoryFirestoreUnitTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.travel import android.util.Log diff --git a/app/src/test/java/com/github/se/travelpouch/model/travel/TravelRepositoryMockTest.kt b/app/src/test/java/com/github/se/travelpouch/model/travel/TravelRepositoryMockTest.kt index 04784e7ed..5489aee4b 100644 --- a/app/src/test/java/com/github/se/travelpouch/model/travel/TravelRepositoryMockTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/model/travel/TravelRepositoryMockTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.model.travel import com.github.se.travelpouch.di.travelCollection diff --git a/app/src/test/java/com/github/se/travelpouch/ui/navigation/NavigationActionsUnitTest.kt b/app/src/test/java/com/github/se/travelpouch/ui/navigation/NavigationActionsUnitTest.kt index 765a7e824..1321f3333 100644 --- a/app/src/test/java/com/github/se/travelpouch/ui/navigation/NavigationActionsUnitTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/ui/navigation/NavigationActionsUnitTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.navigation import androidx.navigation.NavDestination diff --git a/app/src/test/java/com/github/se/travelpouch/ui/notification/NotificationScreenUnitTest.kt b/app/src/test/java/com/github/se/travelpouch/ui/notification/NotificationScreenUnitTest.kt index 743818f72..4a75af40a 100644 --- a/app/src/test/java/com/github/se/travelpouch/ui/notification/NotificationScreenUnitTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/ui/notification/NotificationScreenUnitTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.notification import com.github.se.travelpouch.model.notifications.Notification diff --git a/app/src/test/java/com/github/se/travelpouch/ui/travel/TravelLogicUnitTest.kt b/app/src/test/java/com/github/se/travelpouch/ui/travel/TravelLogicUnitTest.kt index 6591ab874..04b667721 100644 --- a/app/src/test/java/com/github/se/travelpouch/ui/travel/TravelLogicUnitTest.kt +++ b/app/src/test/java/com/github/se/travelpouch/ui/travel/TravelLogicUnitTest.kt @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt package com.github.se.travelpouch.ui.travel import com.google.firebase.Timestamp diff --git a/cloud-functions/functions/src/common.ts b/cloud-functions/functions/src/common.ts index 6275c2471..ec280b116 100644 --- a/cloud-functions/functions/src/common.ts +++ b/cloud-functions/functions/src/common.ts @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt import {Timestamp, DocumentReference} from "firebase-admin/firestore"; /** diff --git a/cloud-functions/functions/src/gmail.ts b/cloud-functions/functions/src/gmail.ts index 503eda8cb..f859032f5 100644 --- a/cloud-functions/functions/src/gmail.ts +++ b/cloud-functions/functions/src/gmail.ts @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt import {defineSecret} from "firebase-functions/params"; import * as logger from "firebase-functions/logger"; import {ParseError} from "./common.js"; diff --git a/cloud-functions/functions/src/index.ts b/cloud-functions/functions/src/index.ts index 5a6a8c13f..ba359827f 100644 --- a/cloud-functions/functions/src/index.ts +++ b/cloud-functions/functions/src/index.ts @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt import {HttpsError, onCall, onRequest} from "firebase-functions/v2/https"; import * as logger from "firebase-functions/logger"; import {initializeApp} from "firebase-admin/app"; diff --git a/cloud-functions/functions/src/storage.ts b/cloud-functions/functions/src/storage.ts index c216e5dd1..bdccc84ac 100644 --- a/cloud-functions/functions/src/storage.ts +++ b/cloud-functions/functions/src/storage.ts @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt import {DocumentData, getFirestore, Timestamp} from "firebase-admin/firestore"; import {getStorage} from "firebase-admin/storage"; diff --git a/cloud-functions/functions/src/thumbnailing.ts b/cloud-functions/functions/src/thumbnailing.ts index 8fd201519..aeb6f0bc0 100644 --- a/cloud-functions/functions/src/thumbnailing.ts +++ b/cloud-functions/functions/src/thumbnailing.ts @@ -1,3 +1,4 @@ +// Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt import {getStorage} from "firebase-admin/storage"; import * as mupdf from "mupdf"; import * as vips from "wasm-vips";