Skip to content

Commit

Permalink
chore: Rebrand all project from "My Crypto Coins" to "Kriptofolio" - …
Browse files Browse the repository at this point in the history
…change name, icons, links, copyrights.

fix: Spinner popup wrong background.
  • Loading branch information
baruckis committed Mar 8, 2019
1 parent 9061afa commit 9b0d20e
Show file tree
Hide file tree
Showing 165 changed files with 405 additions and 902 deletions.
2 changes: 1 addition & 1 deletion .idea/copyright/Apache_V2.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -27,10 +27,10 @@ apply plugin: 'com.google.android.gms.oss-licenses-plugin'
android {
compileSdkVersion versions.compile_sdk
defaultConfig {
applicationId "com.baruckis.mycryptocoins"
applicationId "com.baruckis.kriptofolio"
minSdkVersion versions.min_sdk
targetSdkVersion versions.target_sdk
versionCode 2
versionCode 1
versionName "@string/app_version"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -202,7 +202,7 @@ dependencies {

// Helps apps to display open source software licenses and notices. When the application builds,
// the Gradle plugin will process the licenses and add them to the app resources.
implementation 'com.google.android.gms:play-services-oss-licenses:16.0.1'
implementation "com.google.android.gms:play-services-oss-licenses:$versions.licenses"

/* Testing */

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.baruckis.mycryptocoins
package com.baruckis.kriptofolio

import androidx.test.InstrumentationRegistry
import androidx.test.runner.AndroidJUnit4
Expand All @@ -35,6 +35,6 @@ class ExampleInstrumentedTest {
fun useAppContext() {
// Context of the app under test.
val appContext = InstrumentationRegistry.getTargetContext()
assertEquals("com.baruckis.mycryptocoins", appContext.packageName)
assertEquals("com.baruckis.kriptofolio", appContext.packageName)
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.baruckis.mycryptocoins.utilities
package com.baruckis.kriptofolio.utilities

/**
* Constants used throughout the app for DEMO build.
Expand Down
2 changes: 1 addition & 1 deletion app/src/demo/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
~ Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.baruckis.mycryptocoins.utilities
package com.baruckis.kriptofolio.utilities

/**
* Constants used throughout the app for FULL build.
Expand Down
2 changes: 1 addition & 1 deletion app/src/full/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
~ Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
20 changes: 10 additions & 10 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
~ Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -14,12 +14,12 @@
~ limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.baruckis.mycryptocoins">
package="com.baruckis.kriptofolio">

<uses-permission android:name="android.permission.INTERNET" />

<application
android:name=".App"
android:name="com.baruckis.kriptofolio.App"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
Expand All @@ -29,7 +29,7 @@

<!-- The main/home activity (it has no parent activity). -->
<activity
android:name="com.baruckis.mycryptocoins.ui.mainlist.MainActivity"
android:name="com.baruckis.kriptofolio.ui.mainlist.MainActivity"
android:label="@string/app_name"
android:launchMode="singleTop"
android:theme="@style/AppTheme.NoActionBar">
Expand All @@ -51,9 +51,9 @@

<!-- A child of the main activity. -->
<activity
android:name="com.baruckis.mycryptocoins.ui.addsearchlist.AddSearchActivity"
android:name="com.baruckis.kriptofolio.ui.addsearchlist.AddSearchActivity"
android:launchMode="singleTop"
android:parentActivityName="com.baruckis.mycryptocoins.ui.mainlist.MainActivity"
android:parentActivityName="com.baruckis.kriptofolio.ui.mainlist.MainActivity"
android:theme="@style/AppTheme.NoActionBar">

<intent-filter>
Expand All @@ -67,20 +67,20 @@
<!-- Parent activity meta-data to support 4.0 and lower. -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.baruckis.mycryptocoins.ui.mainlist.MainActivity" />
android:value="com.baruckis.kriptofolio.ui.mainlist.MainActivity" />

</activity>

<!-- A child of the main activity. -->
<activity
android:name="com.baruckis.mycryptocoins.ui.settings.SettingsActivity"
android:name="com.baruckis.kriptofolio.ui.settings.SettingsActivity"
android:label="@string/title_activity_settings"
android:parentActivityName="com.baruckis.mycryptocoins.ui.mainlist.MainActivity">
android:parentActivityName="com.baruckis.kriptofolio.ui.mainlist.MainActivity">

<!-- Parent activity meta-data to support 4.0 and lower. -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.baruckis.mycryptocoins.ui.mainlist.MainActivity" />
android:value="com.baruckis.kriptofolio.ui.mainlist.MainActivity" />

</activity>

Expand Down
Binary file modified app/src/main/ic_launcher-web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,15 +14,15 @@
* limitations under the License.
*/

package com.baruckis.mycryptocoins
package com.baruckis.kriptofolio

import android.app.Activity
import android.app.Application
import android.content.Context
import android.content.res.Configuration
import com.baruckis.mycryptocoins.dependencyinjection.AppInjector
import com.baruckis.mycryptocoins.utilities.localization.LocalizationManager
import com.baruckis.mycryptocoins.utilities.logConsoleVerbose
import com.baruckis.kriptofolio.dependencyinjection.AppInjector
import com.baruckis.kriptofolio.utilities.localization.LocalizationManager
import com.baruckis.kriptofolio.utilities.logConsoleVerbose
import com.facebook.stetho.Stetho
import com.google.android.gms.ads.MobileAds
import dagger.android.AndroidInjector
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.baruckis.mycryptocoins.api
package com.baruckis.kriptofolio.api

import com.google.gson.Gson
import com.google.gson.reflect.TypeToken
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,10 +14,10 @@
* limitations under the License.
*/

package com.baruckis.mycryptocoins.api
package com.baruckis.kriptofolio.api

import androidx.lifecycle.LiveData
import com.baruckis.mycryptocoins.utilities.API_SERVICE_RESULTS_LIMIT
import com.baruckis.kriptofolio.utilities.API_SERVICE_RESULTS_LIMIT
import retrofit2.http.GET
import retrofit2.http.Query

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,10 +14,10 @@
* limitations under the License.
*/

package com.baruckis.mycryptocoins.api
package com.baruckis.kriptofolio.api

import com.baruckis.mycryptocoins.utilities.API_SERVICE_AUTHENTICATION_KEY
import com.baruckis.mycryptocoins.utilities.API_SERVICE_AUTHENTICATION_NAME
import com.baruckis.kriptofolio.utilities.API_SERVICE_AUTHENTICATION_KEY
import com.baruckis.kriptofolio.utilities.API_SERVICE_AUTHENTICATION_NAME
import okhttp3.Interceptor
import okhttp3.Response

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.baruckis.mycryptocoins.api
package com.baruckis.kriptofolio.api

import com.google.gson.annotations.SerializedName
import java.util.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.baruckis.mycryptocoins.api
package com.baruckis.kriptofolio.api

import com.google.gson.annotations.SerializedName

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.baruckis.mycryptocoins.binding
package com.baruckis.kriptofolio.binding

import android.view.View
import androidx.databinding.BindingAdapter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.baruckis.mycryptocoins.db
package com.baruckis.kriptofolio.db

import androidx.room.Database
import androidx.room.RoomDatabase
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.baruckis.mycryptocoins.db
package com.baruckis.kriptofolio.db

import androidx.room.TypeConverter
import java.util.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.baruckis.mycryptocoins.db
package com.baruckis.kriptofolio.db

import android.os.Parcelable
import androidx.room.ColumnInfo
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.baruckis.mycryptocoins.db
package com.baruckis.kriptofolio.db

import androidx.lifecycle.LiveData
import androidx.room.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | mycryptocoins.baruckis.com
* Copyright 2018-2019 Andrius Baruckis www.baruckis.com | kriptofolio.app
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.baruckis.mycryptocoins.db
package com.baruckis.kriptofolio.db

data class LibraryLicenseInfo(val library: String,
val developer: String,
Expand Down
Loading

0 comments on commit 9b0d20e

Please sign in to comment.