mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
- Updated target version to compy with GP policies
- Updated start date for anonymous export
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="0-development-test" package="com.xfox111.gut.schedule" android:installLocation="auto">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="0-development-test" package="com.xfox111.gut.schedule" android:installLocation="auto">
|
||||||
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="31" />
|
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="33" />
|
||||||
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/appName" android:supportsRtl="true" android:theme="@style/AppTheme.Light"></application>
|
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/appName" android:supportsRtl="true" android:theme="@style/AppTheme.Light"></application>
|
||||||
<uses-permission android:name="android.permission.READ_CALENDAR" />
|
<uses-permission android:name="android.permission.READ_CALENDAR" />
|
||||||
<uses-permission android:name="android.permission.WRITE_CALENDAR" />
|
<uses-permission android:name="android.permission.WRITE_CALENDAR" />
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ namespace GUTSchedule
|
|||||||
}
|
}
|
||||||
else if (exportParameters is DefaultExportParameters args)
|
else if (exportParameters is DefaultExportParameters args)
|
||||||
{
|
{
|
||||||
DateTime startDate = new DateTime(2023, 2, 6);
|
DateTime startDate = new DateTime(2023, 9, 4);
|
||||||
IHtmlDocument[] rawSchedule = await GetRawSchedule(args.FacultyId, args.Course, args.GroupId);
|
IHtmlDocument[] rawSchedule = await GetRawSchedule(args.FacultyId, args.Course, args.GroupId);
|
||||||
if(rawSchedule[0] != null)
|
if(rawSchedule[0] != null)
|
||||||
schedule.AddRange(ParseRegularSchedule(startDate, rawSchedule[0]));
|
schedule.AddRange(ParseRegularSchedule(startDate, rawSchedule[0]));
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
- Added ability to exclude Military department schedule
|
- Updated start date for anonymous export
|
||||||
- Small security updates
|
- Updated target platform version to 33
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
- Добавлена возможность исключить из экспорта расписание ВУЦ
|
- Обновлена дата начала семестра для анонимного экспорта расписания
|
||||||
- Небольшие обновления безопасности
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
## Core
|
## Core
|
||||||
- Small security updates
|
- Updated start date for anonymous export
|
||||||
## Android
|
## Android
|
||||||
- Added ability to exclude Military department schedule
|
- Updated target platform version to 33
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
At this time UWP version of the app is not being supported
|
At this time UWP version of the app is not being supported
|
||||||
|
|||||||
Reference in New Issue
Block a user