Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Remove the old entry grid code #726

Merged
merged 4 commits into from
Nov 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ android {
}

buildFeatures {
// We need to keep this enabled because submodules use it
dataBinding true

viewBinding true
}

Expand Down Expand Up @@ -165,10 +162,7 @@ dependencies {
implementation project(':base')
implementation project(':base-android')
implementation project(':common-ui-view')
implementation project(':common-epoxy')
implementation project(':common-imageloading')
implementation project(':common-databinding')
implementation project(':common-entrygrid')
implementation project(':data')
implementation project(':data-android')
implementation project(':trakt')
Expand Down
16 changes: 0 additions & 16 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,8 @@
</style>

<style name="Base.Theme.Tivi" parent="Platform.Theme.Tivi">
<item name="actionBarTheme">@style/ThemeOverlay.Tivi.ActionBar</item>

<item name="windowActionModeOverlay">true</item>

<!-- Default widget styles -->
<item name="toolbarStyle">@style/Widget.Tivi.Toolbar</item>
<item name="appBarLayoutStyle">@style/Widget.MaterialComponents.AppBarLayout.Surface</item>

<!-- Type styles -->
<item name="textAppearanceHeadline1">@style/TextAppearance.Tivi.Headline1</item>
<item name="textAppearanceHeadline2">@style/TextAppearance.Tivi.Headline2</item>
Expand Down Expand Up @@ -78,16 +72,6 @@
<item name="android:windowLightStatusBar">@bool/use_light_status_bar</item>
</style>

<style name="Theme.Tivi.ShowDetails" parent="Theme.Tivi.Immerse">
<item name="android:windowLightStatusBar">@bool/use_light_status_bar</item>
</style>

<style name="Theme.Tivi.Settings" />

<style name="ThemeOverlay.Tivi.ActionBar" parent="ThemeOverlay.MaterialComponents.Dark.ActionBar" />

<style name="ThemeOverlay.Tivi.Primary" parent="ThemeOverlay.AppCompat.DayNight.ActionBar">
<item name="android:textColorPrimary">?attr/colorOnPrimary</item>
</style>

</resources>
28 changes: 0 additions & 28 deletions base/src/main/java/app/tivi/extensions/delegates.kt

This file was deleted.

9 changes: 0 additions & 9 deletions buildSrc/src/main/java/app/tivi/buildsrc/dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ object Libs {

object Insetter {
private const val version = "0.3.1"
const val dbx = "dev.chrisbanes:insetter-dbx:$version"
const val ktx = "dev.chrisbanes:insetter-ktx:$version"
}

Expand Down Expand Up @@ -224,14 +223,6 @@ object Libs {
const val loggingInterceptor = "com.squareup.okhttp3:logging-interceptor:$version"
}

object Epoxy {
private const val version = "4.1.0"
const val epoxy = "com.airbnb.android:epoxy:$version"
const val paging = "com.airbnb.android:epoxy-paging3:$version"
const val dataBinding = "com.airbnb.android:epoxy-databinding:$version"
const val processor = "com.airbnb.android:epoxy-processor:$version"
}

object Coil {
private const val version = "1.0.0-rc3"
const val coil = "io.coil-kt:coil:$version"
Expand Down
59 changes: 0 additions & 59 deletions common-databinding/build.gradle

This file was deleted.

19 changes: 0 additions & 19 deletions common-databinding/src/main/AndroidManifest.xml

This file was deleted.

57 changes: 0 additions & 57 deletions common-databinding/src/main/java/app/tivi/FragmentWithBinding.kt

This file was deleted.

This file was deleted.

This file was deleted.

Loading