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

Commit

Permalink
Merge pull request #272 from razeware/development
Browse files Browse the repository at this point in the history
v1.0.5: Daffy 🦆
  • Loading branch information
orionthewake authored Aug 4, 2020
2 parents 0c520a7 + ac59547 commit 7479239
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_collection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@
android:layout_height="wrap_content"
android:background="@drawable/bg_pro"
android:text="@string/label_pro"
android:visibility="@{data.professional ? View.VISIBLE : View.GONE}"
app:layout_constraintBottom_toBottomOf="@+id/text_collection_language"
app:layout_constraintEnd_toEndOf="@+id/guideline_right"
app:layout_constraintStart_toEndOf="@+id/text_collection_language"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
buildscript {
ext.versions = [
// build
'versionCode' : 19,
'versionName' : "1.0.4",
'versionCode' : 20,
'versionName' : "1.0.5",
'minSdk' : 21,
'targetSdk' : 29,
'compileSdk' : 29,
Expand Down
2 changes: 1 addition & 1 deletion model/src/main/java/com/razeware/emitron/model/Data.kt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ data class Data(
fun getCardArtworkUrl(): String? = attributes?.cardArtworkUrl

/**
* @return true if content doesn't require subscription, else false
* @return true if content requires a professional subscription, else false
*/
fun isProfessional(): Boolean = attributes?.professional == true

Expand Down
2 changes: 1 addition & 1 deletion release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Changes
- Fix login not working on certain browsers
- Fix non-Pro courses labeled as Pro on course detail page.

0 comments on commit 7479239

Please sign in to comment.