Skip to content

Commit

Permalink
1.10.32-YK2018.07.02V-02.00-beta
Browse files Browse the repository at this point in the history
1.10.32-YK2018.07.02V-02.00-beta
  • Loading branch information
Hadenix committed Feb 6, 2018
1 parent e7c809d commit 2e8c6a8
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 99 deletions.
Binary file modified .gradle/4.4/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/4.4/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/4.4/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file modified .gradle/4.4/javaCompile/javaCompile.lock
Binary file not shown.
Binary file modified .gradle/4.4/javaCompile/taskHistory.bin
Binary file not shown.
Binary file modified .gradle/4.4/taskHistory/taskHistory.bin
Binary file not shown.
Binary file modified .gradle/4.4/taskHistory/taskHistory.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
135 changes: 40 additions & 95 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.yarashevich.kiryl.ipd"
minSdkVersion 14
targetSdkVersion 26
versionCode 31
versionName "1.10.31-YK2018.07.02V-01.46-beta"
versionCode 32
versionName "1.10.32-YK2018.07.02V-02.00-beta"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ protected void onCreate(Bundle savedInstanceState) {
// redirection occurs-—
webView.setWebViewClient(new Callback());

String pdfURL = "http://www.uoipd.by/files/files/studentu/raspisanie/zaochnoe/1_kurs_1_sessija,s_08.01-20.01.2018.pdf";
String pdfURL = "http://www.uoipd.by/files/files/studentu/raspisanie/zaochnoe/Raspisanie_2k._polnyj_srok_s_05.02_po_24.02.2018.pdf";
webView.loadUrl(
"http://docs.google.com/gview?embedded=true&url=" + pdfURL);

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"Адрес банка: г.Минск, пр-т Независимости,95а"\n</string>

<string name="timing">Сроки оплаты этапов</string>
<string name="zaochnoe_a">1 курс 1 сессия 08.01-20.01.18</string>
<string name="zaochnoe_a">2 курс полн.ср 05.02-24.02.18</string>
<string name="zaochnoe_b">4 курс 30.10-18.11.2017</string>
<string name="zaochnoe_c">3 курс 5 сессия 23.10-11.11.2017</string>
<string name="zaochnoe_d">2 курс 09.10-28.10.2017</string>
Expand Down

0 comments on commit 2e8c6a8

Please sign in to comment.