1.2010b release

pull/210/head 1.2010b
M66B 2 years ago
parent c34a18b20c
commit 155ed8d698

@ -4,7 +4,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download' apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2010 } def getVersionCode = { -> return 2010 }
def getRevision = { -> return "a" } def getRevision = { -> return "b" }
def getReleaseName = { -> return "Ostromia" } def getReleaseName = { -> return "Ostromia" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // https://en.wikipedia.org/wiki/List_of_dinosaur_genera

File diff suppressed because it is too large Load Diff

@ -1504,7 +1504,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this); SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(this);
boolean updates = prefs.getBoolean("updates", true); boolean updates = prefs.getBoolean("updates", true);
boolean beta = prefs.getBoolean("beta", false); boolean beta = prefs.getBoolean("beta", false) && false;
boolean weekly = prefs.getBoolean("weekly", Helper.hasPlayStore(this)); boolean weekly = prefs.getBoolean("weekly", Helper.hasPlayStore(this));
long last_update_check = prefs.getLong("last_update_check", 0); long last_update_check = prefs.getLong("last_update_check", 0);

@ -622,6 +622,7 @@
android:layout_marginStart="12dp" android:layout_marginStart="12dp"
android:layout_marginTop="12dp" android:layout_marginTop="12dp"
android:text="@string/title_advanced_beta" android:text="@string/title_advanced_beta"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/swWeekly" app:layout_constraintTop_toBottomOf="@id/swWeekly"

Loading…
Cancel
Save