mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Strip out no longer used tracker start/end date code
Unfortunately MAL was the only one that supported it in the app, but the official API doesn't support it, so now no trackers have it.
This commit is contained in:
		| @@ -105,7 +105,7 @@ | ||||
|                 android:layout_marginBottom="8dp" | ||||
|                 android:alpha="0.25" | ||||
|                 android:background="?android:attr/textColorHint" | ||||
|                 app:layout_constraintBottom_toTopOf="@+id/bottom_divider" | ||||
|                 app:layout_constraintBottom_toBottomOf="parent" | ||||
|                 app:layout_constraintEnd_toStartOf="@+id/track_chapters" | ||||
|                 app:layout_constraintStart_toEndOf="@+id/track_status" | ||||
|                 app:layout_constraintTop_toTopOf="parent" /> | ||||
| @@ -133,7 +133,7 @@ | ||||
|                 android:layout_marginBottom="8dp" | ||||
|                 android:alpha="0.25" | ||||
|                 android:background="?android:attr/textColorHint" | ||||
|                 app:layout_constraintBottom_toTopOf="@+id/bottom_divider" | ||||
|                 app:layout_constraintBottom_toBottomOf="parent" | ||||
|                 app:layout_constraintEnd_toStartOf="@+id/track_score" | ||||
|                 app:layout_constraintStart_toEndOf="@+id/track_chapters" | ||||
|                 app:layout_constraintTop_toTopOf="parent" /> | ||||
| @@ -153,59 +153,6 @@ | ||||
|                 app:layout_constraintTop_toBottomOf="@+id/top_divider" | ||||
|                 tools:text="10" /> | ||||
|  | ||||
|             <View | ||||
|                 android:id="@+id/bottom_divider" | ||||
|                 android:layout_width="0dp" | ||||
|                 android:layout_height="1dp" | ||||
|                 android:alpha="0.25" | ||||
|                 android:background="?android:attr/textColorHint" | ||||
|                 app:layout_constraintStart_toStartOf="parent" | ||||
|                 app:layout_constraintEnd_toEndOf="parent" | ||||
|                 app:layout_constraintTop_toBottomOf="@+id/track_score" /> | ||||
|  | ||||
|             <TextView | ||||
|                 android:id="@+id/track_start_date" | ||||
|                 style="@style/TextAppearance.Regular.Body1.Secondary" | ||||
|                 android:layout_width="0dp" | ||||
|                 android:layout_height="wrap_content" | ||||
|                 android:background="@drawable/list_item_selector" | ||||
|                 android:ellipsize="end" | ||||
|                 android:gravity="center" | ||||
|                 android:maxLines="1" | ||||
|                 android:padding="16dp" | ||||
|                 app:layout_constraintStart_toStartOf="parent" | ||||
|                 app:layout_constraintEnd_toStartOf="@+id/vert_divider_3" | ||||
|                 app:layout_constraintTop_toBottomOf="@+id/bottom_divider" | ||||
|                 tools:text="4/16/2020" /> | ||||
|  | ||||
|             <View | ||||
|                 android:id="@+id/vert_divider_3" | ||||
|                 android:layout_width="1dp" | ||||
|                 android:layout_height="0dp" | ||||
|                 android:layout_marginTop="8dp" | ||||
|                 android:layout_marginBottom="8dp" | ||||
|                 android:alpha="0.25" | ||||
|                 android:background="?android:attr/textColorHint" | ||||
|                 app:layout_constraintBottom_toBottomOf="parent" | ||||
|                 app:layout_constraintStart_toEndOf="@+id/track_start_date" | ||||
|                 app:layout_constraintEnd_toStartOf="@+id/track_finish_date" | ||||
|                 app:layout_constraintTop_toTopOf="@+id/bottom_divider" /> | ||||
|  | ||||
|             <TextView | ||||
|                 android:id="@+id/track_finish_date" | ||||
|                 style="@style/TextAppearance.Regular.Body1.Secondary" | ||||
|                 android:layout_width="0dp" | ||||
|                 android:layout_height="wrap_content" | ||||
|                 android:background="@drawable/list_item_selector" | ||||
|                 android:ellipsize="end" | ||||
|                 android:gravity="center" | ||||
|                 android:maxLines="1" | ||||
|                 android:padding="16dp" | ||||
|                 app:layout_constraintStart_toEndOf="@+id/vert_divider_3" | ||||
|                 app:layout_constraintEnd_toEndOf="parent" | ||||
|                 app:layout_constraintTop_toBottomOf="@+id/bottom_divider" | ||||
|                 tools:text="4/16/2020" /> | ||||
|  | ||||
|         </androidx.constraintlayout.widget.ConstraintLayout> | ||||
|  | ||||
|     </LinearLayout> | ||||
|   | ||||
| @@ -564,8 +564,6 @@ | ||||
|     <string name="status">Status</string> | ||||
|     <string name="track_status">Status</string> | ||||
|     <string name="track_start_date">Started</string> | ||||
|     <string name="track_started_reading_date">Started reading date</string> | ||||
|     <string name="track_finished_reading_date">Finished reading date</string> | ||||
|     <string name="track_type">Type</string> | ||||
|     <string name="track_author">Author</string> | ||||
|     <string name="error_invalid_date_supplied">Invalid date supplied</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user