Skip to content

Commit

Permalink
Docs: LLM disclaimer compliance (#266)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
RemIsMyWaifuu and yassine04e authored Dec 19, 2024
1 parent defc028 commit a128a61
Show file tree
Hide file tree
Showing 160 changed files with 160 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Portions of this code were generated and or inspired by the help of GitHub Copilot or Chatgpt-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions app/src/main/java/com/github/se/travelpouch/di/Database.kt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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. */
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit a128a61

Please sign in to comment.