mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
Disabled anonymous timetable export
This commit is contained in:
@@ -82,7 +82,7 @@ namespace GUTSchedule.Droid.Activities
|
|||||||
start.Text = startDate.ToShortDateString();
|
start.Text = startDate.ToShortDateString();
|
||||||
|
|
||||||
groupTitle.Checked = prefs.GetBoolean("AddGroupToHeader", false);
|
groupTitle.Checked = prefs.GetBoolean("AddGroupToHeader", false);
|
||||||
authorize.Checked = prefs.GetBoolean("Authorize", true);
|
authorize.Checked = true; //prefs.GetBoolean("Authorize", true);
|
||||||
excludeMilitary.Checked = prefs.GetBoolean("ExcludeMilitary", false);
|
excludeMilitary.Checked = prefs.GetBoolean("ExcludeMilitary", false);
|
||||||
|
|
||||||
email.Text = prefs.GetString("email", "");
|
email.Text = prefs.GetString("email", "");
|
||||||
|
|||||||
@@ -28,6 +28,7 @@
|
|||||||
android:textSize="16dp"/>
|
android:textSize="16dp"/>
|
||||||
|
|
||||||
<CheckBox
|
<CheckBox
|
||||||
|
android:visibility="gone"
|
||||||
android:id="@+id/authorization"
|
android:id="@+id/authorization"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
- Updated start date for anonymous export
|
- Disabled anonymous timetable export
|
||||||
- Updated target platform version to 33
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
- Обновлена дата начала семестра для анонимного экспорта расписания
|
- Отключена возможность анонимного экспорта расписания
|
||||||
|
|||||||
@@ -1,7 +1,2 @@
|
|||||||
## Core
|
## Core
|
||||||
- Updated start date for anonymous export
|
- Disabled anonymous timetable export
|
||||||
## Android
|
|
||||||
- Updated target platform version to 33
|
|
||||||
|
|
||||||
## Windows
|
|
||||||
At this time UWP version of the app is not being supported
|
|
||||||
|
|||||||
Reference in New Issue
Block a user