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();
|
||||
|
||||
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);
|
||||
|
||||
email.Text = prefs.GetString("email", "");
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
android:textSize="16dp"/>
|
||||
|
||||
<CheckBox
|
||||
android:visibility="gone"
|
||||
android:id="@+id/authorization"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
- Updated start date for anonymous export
|
||||
- Updated target platform version to 33
|
||||
- Disabled anonymous timetable export
|
||||
|
||||
@@ -1 +1 @@
|
||||
- Обновлена дата начала семестра для анонимного экспорта расписания
|
||||
- Отключена возможность анонимного экспорта расписания
|
||||
|
||||
@@ -1,7 +1,2 @@
|
||||
## Core
|
||||
- Updated start date for anonymous export
|
||||
## Android
|
||||
- Updated target platform version to 33
|
||||
|
||||
## Windows
|
||||
At this time UWP version of the app is not being supported
|
||||
- Disabled anonymous timetable export
|
||||
|
||||
Reference in New Issue
Block a user