Skip to content

Commit

Permalink
1.10.30-YK2018.07.02V-01.46-beta
Browse files Browse the repository at this point in the history
1.10.30-YK2018.07.02V-01.46-beta
  • Loading branch information
Hadenix committed Feb 6, 2018
1 parent 35fa633 commit e7c809d
Show file tree
Hide file tree
Showing 13 changed files with 73 additions and 18 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.
72 changes: 58 additions & 14 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 30
versionName "1.10.30-YK2018.07.02V-01.02-beta"
versionCode 31
versionName "1.10.31-YK2018.07.02V-01.46-beta"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
13 changes: 12 additions & 1 deletion app/src/main/java/com/yarashevich/kiryl/ipd/Demo.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import com.example.library.model.MaterialAboutCard;
import com.example.library.model.MaterialAboutList;
import com.example.library.ConvenienceBuilder;
import com.example.library.util.OpenSourceLicense;
import com.mikepenz.community_material_typeface_library.CommunityMaterial;
import com.mikepenz.google_material_typeface_library.GoogleMaterial;
import com.mikepenz.iconics.IconicsDrawable;
Expand Down Expand Up @@ -161,11 +162,21 @@ public static MaterialAboutList createMaterialAboutList(final Context c, final i
.icon(CommunityMaterial.Icon.cmd_attachment)
.color(ContextCompat.getColor(c, colorIcon))
.sizeDp(18))
.text("Институт предпринимательской деятельности“ (ИПД) основан в 1992 году.")
.text("Институт предпринимательской деятельности“ (ИПД) основан в 1992 году.")
.subTextHtml("<i>Главная задача института – подготовка специалистов и руководителей высшей квалификации нового типа, свободно ориентирующихся в безбрежных информационных потоках, имеющих фундаментальное профессиональное образование, обладающих высокой культурой интеллектуального и управленческого труда, способных раскрытием своего потенциала содействовать становлению цивилизованных рыночных отношений, развитию демократии и правового государства.</i>")
.setIconGravity(MaterialAboutActionItem.GRAVITY_TOP)
.build());

otherCardBuilder.addItem(new MaterialAboutActionItem.Builder()
.icon(new IconicsDrawable(c)
.icon(CommunityMaterial.Icon.cmd_cat)
.color(ContextCompat.getColor(c, colorIcon))
.sizeDp(18))
.text("История развития приложения:")
.subTextHtml("<i>Это приложение для Android основано мной (Кирилл Ярошевич). Так как во время учёбы приходилось смотреть расписание занятий на сайте в PDF, и постоянно искать какую-то информацию, было написано собственно это приложение. По началу приложение писал ради интереса и для себя, позже начал править ошибки и доводить до ума. Немного позже добавлял информацию которой часто пользовался в институте. В конечном итоге начал распостранять через Google Play для студентов ИПД, и править ошибки приложения дальше.</i>")
.setIconGravity(MaterialAboutActionItem.GRAVITY_TOP)
.build());

return new MaterialAboutList(appCardBuilder.build(), authorCardBuilder.build(), ipdCardBuilder.build(), otherCardBuilder.build());
}
}
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 @@ -26,7 +26,7 @@
"УДАЧНОЙ ВАМ УЧЁБЫ!"</string>
<string name="title_activity_scrolling">Информация</string>
<string name="lorem_ipsum1">РЕКВИЗИТЫ ДЛЯ ОПЛАТЫ с 04.07.2017:</string>
<string name="lorem_ipsum2">Комиссия</string>
<string name="lorem_ipsum2">Комиссия %</string>
<string name="text_content1">"Учреждение образования Институт предпринимательской деятельности
220033, г. Минск, ул. Серафимовича,11 УНП 101357946,ОКПО 14646415,
р/с BY46GTBN30158900000000452401 в ОАО Франсабанк, код GTBNBY22
Expand Down

0 comments on commit e7c809d

Please sign in to comment.