= ArrayList()
var i = 0
- var crackit = JSONObject(response).getString("data")
- crackit = decryptAES(
- crackit,
- Constants.GogoSecretkey,
+ Log.e("Response crypted", response)
+ val data = JSONObject(response).getString("data")
+ val decryptedData = decryptAES(
+ data, Constants.GogoSecretkey,
Constants.GogoSecretIV
- ).replace("""o"
-
+
diff --git a/app/src/main/res/drawable/title_shadow.xml b/app/src/main/res/drawable/title_shadow.xml
index 86dab953..7929668e 100644
--- a/app/src/main/res/drawable/title_shadow.xml
+++ b/app/src/main/res/drawable/title_shadow.xml
@@ -2,7 +2,7 @@
\ No newline at end of file
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index 919588b8..df2123c5 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -6,31 +6,30 @@
android:layout_height="match_parent"
android:theme="@style/Base.Theme.Animity">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -294,17 +294,19 @@
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
+
-
-
+ tools:listitem="@layout/item_search_layout" />
-
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
+
-
+
-
+
+
diff --git a/app/src/main/res/layout/item_card_anime.xml b/app/src/main/res/layout/item_card_anime.xml
index 41537040..8576e1b5 100644
--- a/app/src/main/res/layout/item_card_anime.xml
+++ b/app/src/main/res/layout/item_card_anime.xml
@@ -33,8 +33,8 @@
android:layout_width="115dp"
android:layout_height="180dp"
android:background="?selectableItemBackgroundBorderless"
- android:scaleType="centerCrop"
android:onClick="@{clickListener}"
+ android:scaleType="centerCrop"
app:image="@{animeInfo.imageUrl}"
tools:src="@tools:sample/avatars" />
@@ -51,14 +51,13 @@
tools:ignore="SpeakableTextPresentCheck" />
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
+ android:layout_height="250dp">
-
-
-
-
-
+ app:image="@{animeInfo.imageUrl}"
+ app:layout_constraintDimensionRatio="9:16"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toTopOf="parent" />
+ app:layout_constraintTop_toBottomOf="@+id/imagePoster"
+ tools:text="Mission Impossible" />
-
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="@+id/textMovieName"
+ app:layout_constraintTop_toBottomOf="@+id/textMovieName"
+ tools:text="2021 Action" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/app/src/main/res/layout/item_episode_list.xml b/app/src/main/res/layout/item_episode_list.xml
index 6c2acbdf..d3174f71 100644
--- a/app/src/main/res/layout/item_episode_list.xml
+++ b/app/src/main/res/layout/item_episode_list.xml
@@ -24,7 +24,7 @@
android:layout_height="50dp"
android:layout_marginBottom="5dp"
android:foreground="@drawable/outline_drawable"
- app:cardBackgroundColor="@color/primaryGrayBackground"
+ app:cardBackgroundColor="@color/darkBlue"
app:cardCornerRadius="@dimen/roundedImageRadius"
app:cardElevation="0dp">
diff --git a/app/src/main/res/layout/item_header_details.xml b/app/src/main/res/layout/item_header_details.xml
new file mode 100644
index 00000000..b7226742
--- /dev/null
+++ b/app/src/main/res/layout/item_header_details.xml
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/item_profile_card.xml b/app/src/main/res/layout/item_profile_card.xml
index 09dc9fa2..eb314004 100644
--- a/app/src/main/res/layout/item_profile_card.xml
+++ b/app/src/main/res/layout/item_profile_card.xml
@@ -1,96 +1,111 @@
-
+
-
+
-
+
-
+
+
-
+
+
+ android:layout_height="wrap_content">
-
+ tools:srcCompat="@tools:sample/avatars[1]" />
-
+
-
+ android:padding="@dimen/dp_10">
+
+
+ android:layout_marginStart="16dp"
+ android:background="@drawable/outline"
+ android:padding="@dimen/dp_10"
+ android:text="@{userData.user.name}"
+ android:textColor="@color/textColor"
+ android:textStyle="bold"
+ app:layout_constraintStart_toEndOf="@+id/avatarView"
+ app:layout_constraintTop_toTopOf="@+id/avatarView"
+ tools:text="Kevin Dukkon" />
-
-
+ android:layout_marginStart="@dimen/dp_16"
+ android:layout_marginTop="@dimen/dp_10"
+ android:layout_marginEnd="@dimen/dp_16"
+ android:text="@{userData.user.about}"
+ app:animDuration="200"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toEndOf="@+id/avatarView"
+ app:layout_constraintTop_toBottomOf="@+id/username"
+ app:maxCollapsedLines="4">
+
+
-
-
-
+
+
+
+
+
+
diff --git a/app/src/main/res/layout/search_layout.xml b/app/src/main/res/layout/item_search_layout.xml
similarity index 98%
rename from app/src/main/res/layout/search_layout.xml
rename to app/src/main/res/layout/item_search_layout.xml
index 4bde5e33..14af7d19 100644
--- a/app/src/main/res/layout/search_layout.xml
+++ b/app/src/main/res/layout/item_search_layout.xml
@@ -31,7 +31,7 @@
android:elevation="5dp"
android:focusable="true"
android:foreground="?android:attr/selectableItemBackgroundBorderless"
- app:cardBackgroundColor="@color/itemBackground"
+ app:cardBackgroundColor="@color/darkBlue"
app:cardCornerRadius="@dimen/roundedImageRadius">
-
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/item_today_selection.xml b/app/src/main/res/layout/item_today_selection.xml
index 7dae3a62..34cf4a6c 100644
--- a/app/src/main/res/layout/item_today_selection.xml
+++ b/app/src/main/res/layout/item_today_selection.xml
@@ -6,7 +6,7 @@
+ type="com.kl3jvi.animity.data.model.ui_models.AnimeMetaModel" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 1705eed9..0bd2d491 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -1,7 +1,7 @@
- #373737
- #111111
+ #121e2d
+ #121e2d
#000000
#FF03DAC5
@@ -33,6 +33,7 @@
#28a745
#007bff
#17293F
+ #DB17293F
#FFC42E
#A7A7A9
@@ -47,5 +48,6 @@
#15141F
+ @color/darkBlue
\ No newline at end of file
diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml
index 87e7b2f7..b3389597 100644
--- a/app/src/main/res/values/dimens.xml
+++ b/app/src/main/res/values/dimens.xml
@@ -19,4 +19,7 @@
20dp
8dp
20dp
+ 12dp
+ 120dp
+ 4dp
\ No newline at end of file
diff --git a/app/src/main/res/values/integers.xml b/app/src/main/res/values/integers.xml
index 60b0fa3f..d8ddb8c3 100644
--- a/app/src/main/res/values/integers.xml
+++ b/app/src/main/res/values/integers.xml
@@ -1,4 +1,5 @@
200
+ 300
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 3b23d219..e7902db5 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -84,4 +84,8 @@
Donate Creator
Connecting, Please Wait!
+ anime_card_%1$s
+ anime_card_detail
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index d1acd122..c091891f 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -161,6 +161,7 @@
\ No newline at end of file