1
0
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:
2025-01-26 18:48:12 +03:00
committed by GitHub
parent e4c8ae05ab
commit 48f5e82fd7
5 changed files with 5 additions and 10 deletions
@@ -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 -6
View File
@@ -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