Update Copyright | base, analytics, chat, vkyc (#4984)

* update-copyright: navi-analytics

* update-copyright: navi-base

* update-copyright: navi-chat

* update-copyright: navi-vkyc
This commit is contained in:
Shivam Goyal
2023-01-19 14:01:33 +05:30
committed by GitHub Enterprise
parent 8594fdfc92
commit 27fa6818a4
120 changed files with 494 additions and 192 deletions

View File

@@ -1,6 +1,7 @@
/*
* *
* * Copyright (c) 2020 . All rights reserved @Navi
*
* * Copyright © 2020-2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -109,4 +110,4 @@ class AppsFlyerUtil {
companion object {
val instance: AppsFlyerUtil by lazy { Holder.INSTANCE }
}
}
}

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2019 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -11,4 +11,4 @@ import org.json.JSONObject
interface DeepLinkListener {
fun onDeepLinking(jsonObject: JSONObject, type: String, deepLinkValue: String? = null)
}
}

View File

@@ -1,6 +1,7 @@
/*
* *
* * Copyright (c) 2020 . All rights reserved @Navi
*
* * Copyright © 2020-2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -80,4 +81,4 @@ class FcmAnalyticsUtil {
val analytics: FcmAnalyticsUtil by lazy { INSTANCE }
private const val UNIQUE_ID = "request_id"
}
}
}

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2019 by Navi Technologies Private Limited
* * Copyright © 2021-2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2019 by Navi Technologies Private Limited
* * Copyright © 2019-2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -21,4 +21,4 @@ data class UserLocation(
data class EventData(
@SerializedName("eventName") val eventName: String? = null,
@SerializedName("params") val params: Map<String, String>? = null
)
)

View File

@@ -1,6 +1,7 @@
/*
* *
* * Copyright (c) 2020 . All rights reserved @Navi
*
* * Copyright © 2020-2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -189,4 +190,4 @@ object MoengageUtil {
private const val COMPANY_NAME = "company_name"
private const val MONTHLY_INCOME = "monthly_income"
private const val GENDER = "gender"
}
}

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2019 by Navi Technologies Private Limited
* * Copyright © 2021-2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -31,4 +31,4 @@ object NeoEyedUtil {
neoEYED.dumpBehavior(userId)
}
}
}
}

View File

@@ -1,9 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.analytics.newrelic
import timber.log.Timber
@@ -52,4 +53,4 @@ class NewRelicEventLogger {
Timber.e(e)
}
}
}
}

View File

@@ -1,9 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.analytics.newrelic
import android.content.Context
@@ -74,4 +75,4 @@ object NewRelicUtil {
}
}
}
}
}

View File

@@ -1,3 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.analytics.newrelic
object NewrelicConstants {
@@ -44,4 +51,4 @@ object NewrelicConstants {
const val USER_DATA_SENT = "user_data_sent"
const val LOAN_APPROVED = "loan_approved"
}
}

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2019 by Navi Technologies Private Limited
* * Copyright © 2021-2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -21,4 +21,4 @@ object AnalyticsKeeper {
)
}
}
}
}

View File

@@ -1,3 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.analytics.utils
const val FULL_SCREEN_LOADER = "full_screen_loader"
@@ -7,4 +14,4 @@ const val SCREEN_NAME = "screen_name"
const val PREVIOUS_SCREEN_NAME = "previous_screen_name"
const val SCREEN_TRANSITION = "screen_transition"
const val WIDGET_NAME = "widget_name"
const val WIDGET_NOT_HANDLED_BY_APP = "widget_not_handled_by_app"
const val WIDGET_NOT_HANDLED_BY_APP = "widget_not_handled_by_app"

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2019 by Navi Technologies Private Limited
* * Copyright © 2021-2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -26,4 +26,4 @@ object NaviAnalyticsHelper {
fun recordException(e: Throwable) {
FirebaseCrashlytics.getInstance().recordException(e)
}
}
}

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2020-2023 by Navi Technologies Limited
* * Copyright © 2021-2023 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/

View File

@@ -1,6 +1,7 @@
/*
* *
* * Copyright (c) 2020 . All rights reserved @Navi
*
* * Copyright © 2020-2021 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -91,4 +92,4 @@ class UxcamUtil private constructor() {
companion object {
val instance: UxcamUtil by lazy { Holder.INSTANCE }
}
}
}

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2023 by Navi Technologies Limited
* * Copyright © 2022-2023 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/

View File

@@ -1,3 +1,10 @@
/*
*
* * Copyright © 2021-2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat
import androidx.test.ext.junit.runners.AndroidJUnit4
@@ -19,4 +26,4 @@ class ExampleInstrumentedTest {
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
assertEquals("com.navi.chat.test", appContext.packageName)
}
}
}

View File

@@ -2,7 +2,7 @@
<!--
~
~ * Copyright © 2022 by Navi Technologies Limited
~ * Copyright © 2022-2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/

View File

@@ -1,3 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.adapters
import android.view.LayoutInflater
@@ -36,4 +43,4 @@ class CsatOptionAdapter(
fun getListOfCsatOptions(): ArrayList<CsatOptionData> {
return listOfCsatOption
}
}
}

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -260,4 +260,4 @@ constructor(
release()
}
}
}

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2019-2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -12,4 +12,4 @@ import com.google.gson.annotations.SerializedName
data class AWSPreSignedUrlRequest(
@SerializedName("fileType") val fileType: String? = null,
@SerializedName("conversationId") val conversationId: String? = null
)
)

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -10,4 +10,4 @@ package com.navi.chat.aws.model
sealed class ChatDownloadState (open val uploadTask: ChatDownloadTask) {
class Failure(override val uploadTask: ChatDownloadTask, val message: String) : ChatDownloadState(uploadTask)
class Success(override val uploadTask: ChatDownloadTask) : ChatDownloadState(uploadTask)
}
}

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -18,4 +18,4 @@ class ChatDownloadTask(
var filename: String? = null,
var fileSize: Long? = null,
var uri: Uri? = null
)
)

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -12,4 +12,4 @@ sealed class ChatUploadState(open val uploadTask: ChatUploadTask) {
ChatUploadState(uploadTask)
class Success(override val uploadTask: ChatUploadTask) : ChatUploadState(uploadTask)
}
}

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -24,4 +24,4 @@ data class ChatUploadTask(
var endTimeInMs: Long? = null,
var conversationId: String? = null,
var customerId: String? = null
)
)

View File

@@ -1,9 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.base
import android.content.Context
@@ -51,4 +52,4 @@ abstract class ChatBaseFragment : Fragment() {
}
abstract val screenName: String
}
}

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2022 by Navi Technologies Limited
* * Copyright © 2019-2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2020-2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -109,4 +109,4 @@ abstract class BaseBottomSheet : BottomSheetDialogFragment() {
const val TAG = "ACTION_BOTTOM_DIALOG_FRAGMENT"
private const val MIN_HEIGHT_RATIO = 0.25
}
}
}

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2019 by Navi Technologies Private Limited
* * Copyright © 2019-2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2019 by Navi Technologies Private Limited
* * Copyright © 2020-2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2019 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -31,4 +31,4 @@ data class SelectedFileData(
documentReferenceId
)
}
}
}

View File

@@ -1,9 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.data.firestore
import com.google.firebase.firestore.CollectionReference
@@ -13,4 +14,4 @@ object ChatFireStore {
fun getFireStoreReference(path: String): CollectionReference =
FirebaseFirestore.getInstance().collection(path)
}
}

View File

@@ -1,9 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.db.utils
import com.google.gson.Gson
@@ -81,4 +82,4 @@ fun getNaviChatUserCsatResponse(metaData: List<NaviChatMetaData>, senderName: St
senderName = senderName
),
shouldDisplayInChatHistory = false
)
)

View File

@@ -1,9 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.di.dependencies
import android.content.Context
@@ -23,4 +24,4 @@ interface NaviChatModuleDependencies {
fun getNetworkInfo(): NetworkInfo
fun getBaseUrls(): BaseUrls
}
}

View File

@@ -1,9 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.di.modules
import android.content.Context
@@ -93,4 +94,4 @@ object NaviChatNetworkModule {
}
return okHttpClient.build()
}
}
}

View File

@@ -1,9 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.di.scopes
import javax.inject.Scope
@@ -11,4 +12,4 @@ import javax.inject.Scope
@Scope
@MustBeDocumented
@Retention(value = AnnotationRetention.RUNTIME)
annotation class NaviChatScope
annotation class NaviChatScope

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2019 by Navi Technologies Private Limited
* * Copyright © 2021-2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -9,4 +9,4 @@ package com.navi.chat.interfaces
interface ChatAttachmentOptionsInterface {
fun onClickChatAttachmentOption(attachmentsType: String)
}
}

View File

@@ -1,9 +1,7 @@
/*
*
* *
* * * Copyright © 2022 by Navi Technologies Private Limited
* * * All rights reserved. Strictly confidential
* *
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -11,4 +9,4 @@ package com.navi.chat.interfaces
interface CsatOptionFeedbackInterface {
fun freeTextState(state: Boolean, hintText: String?, questionId: String?)
}
}

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -13,4 +13,4 @@ data class ChatAttachmentData(
var imageIcon: Drawable,
var title: String,
val attachmentType: String
)
)

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -24,4 +24,4 @@ data class SizeInKB(
val MP4: Int?,
val DOC: Int?,
val DOCX: Int?
)
)

View File

@@ -1,9 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.models
interface ChatDataProviderModel {

View File

@@ -1,9 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.models.request
import com.google.gson.annotations.SerializedName

View File

@@ -1,9 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.models.response
import com.google.gson.annotations.SerializedName

View File

@@ -1,9 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.network
import kotlinx.coroutines.CoroutineScope
@@ -12,4 +13,4 @@ import kotlinx.coroutines.Dispatchers
object CoroutineProvider {
val ioCoroutine = CoroutineScope(Dispatchers.IO)
val mainCoroutine = CoroutineScope(Dispatchers.Main)
}
}

View File

@@ -1,9 +1,7 @@
/*
*
* *
* * * Copyright © 2022 by Navi Technologies Private Limited
* * * All rights reserved. Strictly confidential
* *
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
@@ -45,4 +43,4 @@ abstract class PaginationScrollListener(private val layoutManager: LinearLayoutM
abstract fun totalItemsReceived(): Int
}
}

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2022-2023 by Navi Technologies Limited
* * Copyright © 2023 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/

View File

@@ -1,9 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.ui.components
import android.content.Context
@@ -46,4 +47,4 @@ class NaviChatToolbar @JvmOverloads constructor(
}
}
}
}
}

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2019 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/

View File

@@ -1,9 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.ui.fragments
import android.app.Activity
@@ -257,4 +258,4 @@ class NaviChatCsatFragment : BottomSheetDialogFragment(), View.OnClickListener,
}
}
}
}
}

View File

@@ -1,9 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.utils
enum class ChatPLScreens {
@@ -17,4 +18,4 @@ enum class ChatPLScreens {
PL_CARD_SCREEN,
PROFILE_CHAT_SCREEN,
PL_DELAYED_DISBURSEMENT_SCREEN
}
}

View File

@@ -1,9 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.utils
import android.view.View
@@ -15,4 +16,4 @@ interface ErrorState {
actions: List<Pair<View.OnClickListener, String>>?,
screenName: String? = null,
)
}
}

View File

@@ -1,9 +1,7 @@
/*
*
* *
* * * Copyright © 2022 by Navi Technologies Private Limited
* * * All rights reserved. Strictly confidential
* *
* * Copyright © 2022-2023 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/

View File

@@ -1,12 +1,13 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.utils
interface LoaderState {
fun hideLoader()
fun showLoader()
}
}

View File

@@ -1,11 +1,12 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.utils
interface ToolbarInteraction {
fun onToolbarBackClicked()
}
}

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/

View File

@@ -1,3 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.viewholder
import androidx.core.content.ContextCompat
@@ -62,4 +69,4 @@ class CsatOptionVH(private val binding: CsatOptionLayoutBinding) :
}
}
}
}

View File

@@ -1,9 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat.viewmodels
import androidx.lifecycle.LiveData
@@ -19,4 +20,4 @@ class NaviChatSharedViewModel : ChatBaseVM() {
fun setCsatMetaData(metaData: List<NaviChatMetaData>) {
_ratingMetaData.value = metaData
}
}
}

View File

@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ /*
~ * Copyright © 2022 by Navi Technologies Private Limited
<?xml version="1.0" encoding="utf-8"?>
<!--
~
~ * Copyright © 2022-2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~ */
~
-->
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">

View File

@@ -1,3 +1,10 @@
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<vector android:height="32.7dp" android:viewportHeight="34"
android:viewportWidth="18" android:width="17.311764dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#BFBFBF" android:pathData="M14.585,31.494C14.326,31.684 14.068,31.876 13.807,32.063C12.42,33.056 10.871,33.584 9.169,33.684C7.074,33.807 5.177,33.231 3.515,31.977C1.465,30.43 0.283,28.351 0.058,25.784C-0.034,24.733 0.01,23.67 0.012,22.612C0.022,17.678 0.049,12.745 0.047,7.812C0.046,6.238 0.447,4.804 1.403,3.559C2.589,2.015 4.172,1.128 6.12,0.967C8.411,0.777 10.306,1.609 11.77,3.36C12.767,4.552 13.22,5.969 13.215,7.524C13.197,12.833 13.186,18.142 13.152,23.451C13.134,26.253 10.801,28.223 8.034,27.815C5.945,27.507 4.386,25.673 4.384,23.464C4.382,20.118 4.408,16.772 4.425,13.426C4.428,12.922 4.693,12.652 5.194,12.633C5.501,12.622 5.808,12.62 6.116,12.618C6.713,12.614 6.997,12.893 6.995,13.491C6.982,16.76 6.968,20.029 6.952,23.298C6.95,23.667 7.043,24.002 7.24,24.314C7.667,24.985 8.472,25.296 9.244,25.082C10.035,24.862 10.585,24.184 10.592,23.386C10.607,21.559 10.611,19.733 10.618,17.907C10.632,14.476 10.644,11.045 10.66,7.614C10.665,6.458 10.292,5.457 9.465,4.641C8.13,3.324 6.045,3.119 4.478,4.15C3.321,4.911 2.68,5.997 2.647,7.371C2.595,9.504 2.615,11.639 2.606,13.772C2.589,17.417 2.579,21.061 2.553,24.706C2.542,26.196 2.907,27.562 3.84,28.739C5.188,30.442 6.955,31.277 9.133,31.132C12.393,30.915 14.97,28.164 14.963,24.768C14.955,21.029 14.985,17.291 14.998,13.553C15.001,12.825 15.238,12.587 15.969,12.583C16.225,12.581 16.481,12.581 16.737,12.582C17.278,12.584 17.561,12.856 17.561,13.399C17.563,14.534 17.555,15.67 17.552,16.805C17.544,19.451 17.53,22.097 17.532,24.742C17.533,26.576 17.047,28.258 16.033,29.785C15.807,30.124 15.551,30.443 15.31,30.771L14.586,31.494H14.585Z"/>

View File

@@ -1,9 +1,10 @@
<!--
~ /*
~ * Copyright © 2022 by Navi Technologies Private Limited
~
~ * Copyright © 2022-2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~ */
~
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="9dp"
android:height="15dp"

View File

@@ -1,3 +1,10 @@
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"

View File

@@ -1,3 +1,10 @@
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"

View File

@@ -1,3 +1,10 @@
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"

View File

@@ -1,3 +1,10 @@
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="22dp"
android:height="17dp"

View File

@@ -1,3 +1,10 @@
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"

View File

@@ -1,3 +1,10 @@
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"

View File

@@ -1,3 +1,10 @@
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="16dp"
android:height="17dp"

View File

@@ -1,3 +1,10 @@
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"

View File

@@ -1,3 +1,10 @@
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="36dp"
android:height="36dp"

View File

@@ -1,3 +1,10 @@
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="27dp"
android:height="26dp"

View File

@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ /*
~ * Copyright © 2022 by Navi Technologies Private Limited
~
~ * Copyright © 2022-2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~ */
~
-->
<layout>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"

View File

@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ /*
~ * Copyright © 2022 by Navi Technologies Limited
<?xml version="1.0" encoding="utf-8"?>
<!--
~
~ * Copyright © 2022-2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~ */
~
-->
<layout>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"

View File

@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ /*
~ * Copyright © 2022 by Navi Technologies Limited
<?xml version="1.0" encoding="utf-8"?>
<!--
~
~ * Copyright © 2022-2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~ */
~
-->
<layout xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">

View File

@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ /*
~ * Copyright © 2022 by Navi Technologies Private Limited
~
~ * Copyright © 2022-2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~ */
~
-->
<layout xmlns:android="http://schemas.android.com/apk/res/android">

View File

@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<layout xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

View File

@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<layout xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools">

View File

@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ /*
~ * Copyright © 2022 by Navi Technologies Private Limited
<?xml version="1.0" encoding="utf-8"?>
<!--
~
~ * Copyright © 2022-2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~ */
~
-->
<layout xmlns:app="http://schemas.android.com/apk/res-auto">
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"

View File

@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ /*
~ * Copyright © 2022 by Navi Technologies Private Limited
<?xml version="1.0" encoding="utf-8"?>
<!--
~
~ * Copyright © 2022-2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~ */
~
-->
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools">

View File

@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ /*
~ * Copyright © 2022 by Navi Technologies Private Limited
~
~ * Copyright © 2022-2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~ */
~
-->
<layout xmlns:app="http://schemas.android.com/apk/res-auto">
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"

View File

@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<layout xmlns:app="http://schemas.android.com/apk/res-auto">
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"

View File

@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ /*
~ * Copyright © 2022 by Navi Technologies Private Limited
~
~ * Copyright © 2022-2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~ */
~
-->
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">

View File

@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ /*
~ * Copyright © 2022 by Navi Technologies Private Limited
~
~ * Copyright © 2022-2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~ */
~
-->
<layout xmlns:app="http://schemas.android.com/apk/res-auto">
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"

View File

@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ /*
~ * Copyright © 2022 by Navi Technologies Private Limited
~
~ * Copyright © 2022-2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~ */
~
-->
<resources>
<color name="navi_chat_text_color_one">#22223D</color>
</resources>

View File

@@ -1,9 +1,10 @@
<!--
~ /*
~ * Copyright © 2022 by Navi Technologies Private Limited
~
~ * Copyright © 2022-2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~ */
~
-->
<resources>
<string name="navi_chat_toolbar_title">Navi chat support</string>
<string name="thank_you_for_your_feedback">Thank you for your feedback</string>

View File

@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ /*
~ * Copyright © 2022 by Navi Technologies Private Limited
~
~ * Copyright © 2022-2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~ */
~
-->
<resources>
<style name="NaviChatToolbarTitleStyle">

View File

@@ -1,9 +1,10 @@
/*
*
* * Copyright © 2022 by Navi Technologies Private Limited
* * Copyright © 2021-2022 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/
package com.navi.chat
import org.junit.Assert.assertEquals
@@ -19,4 +20,4 @@ class ExampleUnitTest {
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}
}

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2022-2023 by Navi Technologies Limited
* * Copyright © 2021-2023 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/

View File

@@ -2,7 +2,7 @@
<!--
~
~ * Copyright © 2022 by Navi Technologies Limited
~ * Copyright © 2022-2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2022-2023 by Navi Technologies Limited
* * Copyright © 2020-2023 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2022-2023 by Navi Technologies Limited
* * Copyright © 2021-2023 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/

View File

@@ -1,6 +1,6 @@
/*
*
* * Copyright © 2023 by Navi Technologies Limited
* * Copyright © 2022-2023 by Navi Technologies Limited
* * All rights reserved. Strictly confidential
*
*/

View File

@@ -1,3 +1,10 @@
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="142dp"

View File

@@ -1,3 +1,10 @@
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="30dp"
android:height="30dp"

View File

@@ -1,3 +1,10 @@
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="56dp"
android:height="56dp"

View File

@@ -1,3 +1,10 @@
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="32dp"
android:height="32dp"

View File

@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ /*
~ * Copyright © 2019 by Navi Technologies Private Limited
<?xml version="1.0" encoding="utf-8"?>
<!--
~
~ * Copyright © 2019-2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~ */
~
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"

View File

@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!-- The radius makes the corners rounded -->

View File

@@ -1,8 +1,8 @@
<!--
~ /*
~ * Copyright © 2019 by Navi Technologies Private Limited
~
~ * Copyright © 2019-2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~ */
~
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"

View File

@@ -1,4 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~
~ * Copyright © 2023 by Navi Technologies Limited
~ * All rights reserved. Strictly confidential
~
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">

Some files were not shown because too many files have changed in this diff Show More