release v1.0, fix minor cosmetic stuff -> first production release (out of beta)
This commit is contained in:
@@ -12,7 +12,7 @@ android {
|
|||||||
minSdk = 28
|
minSdk = 28
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 1
|
versionCode = 1
|
||||||
versionName = "0.9"
|
versionName = "1.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ class AboutFragment : DialogFragment() {
|
|||||||
underlinedText.setSpan(UnderlineSpan(), 1, link.text.length, 0)
|
underlinedText.setSpan(UnderlineSpan(), 1, link.text.length, 0)
|
||||||
|
|
||||||
link.text = underlinedText
|
link.text = underlinedText
|
||||||
makeTextViewClickable(link, "https://gitlab.com/Odweta", 0)
|
makeTextViewClickable(link, "https://gitlab.com/Odweta", 1)
|
||||||
|
|
||||||
|
|
||||||
val srcLink = view.findViewById<TextView>(R.id.sourceCode)
|
val srcLink = view.findViewById<TextView>(R.id.sourceCode)
|
||||||
|
|||||||
@@ -401,7 +401,7 @@ class DayFragment(private val i: Int) : Fragment() {
|
|||||||
|
|
||||||
val subjectPlaceTextView = TextView(requireContext())
|
val subjectPlaceTextView = TextView(requireContext())
|
||||||
subjectPlaceTextView.typeface = customFont
|
subjectPlaceTextView.typeface = customFont
|
||||||
subjectPlaceTextView.text = subj.place.replace("-", "–")
|
subjectPlaceTextView.text = subj.place
|
||||||
if (subj.free) {
|
if (subj.free) {
|
||||||
// underline
|
// underline
|
||||||
subjectPlaceTextView.setTypeface(customFont, Typeface.ITALIC)
|
subjectPlaceTextView.setTypeface(customFont, Typeface.ITALIC)
|
||||||
|
|||||||
@@ -40,9 +40,9 @@ class MainFragment : Fragment() {
|
|||||||
toolbar = view.findViewById(R.id.toolbar)
|
toolbar = view.findViewById(R.id.toolbar)
|
||||||
|
|
||||||
role = if (Parsing.userIsParent()) {
|
role = if (Parsing.userIsParent()) {
|
||||||
" - Rodič"
|
" – Rodič"
|
||||||
} else {
|
} else {
|
||||||
" - Student"
|
" – Student"
|
||||||
}
|
}
|
||||||
|
|
||||||
if (
|
if (
|
||||||
@@ -168,9 +168,9 @@ class MainFragment : Fragment() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
role = if (Parsing.userIsParent()) {
|
role = if (Parsing.userIsParent()) {
|
||||||
" - Rodič"
|
" – Rodič"
|
||||||
} else {
|
} else {
|
||||||
" - Student"
|
" – Student"
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar.text =
|
toolbar.text =
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<string name="sign_out_warning">Opravdu se chcete odhlásit? Tato akce zavře aplikaci.</string>
|
<string name="sign_out_warning">Opravdu se chcete odhlásit? Tato akce zavře aplikaci.</string>
|
||||||
<string name="slogan">Přehlednost je podstata.</string>
|
<string name="slogan">Přehlednost je podstata.</string>
|
||||||
<string name="desc_about">Vylepšená verze mobilní aplikace ŠkolaOnLine</string>
|
<string name="desc_about">Vylepšená verze mobilní aplikace ŠkolaOnLine</string>
|
||||||
<string name="odweta"> Odweta</string>
|
<string name="odweta"> \@Odweta</string>
|
||||||
<string name="development_vyvoj">Vývoj: </string>
|
<string name="development_vyvoj">Vývoj: </string>
|
||||||
<string name="source_code">Zdrojový kód</string>
|
<string name="source_code">Zdrojový kód</string>
|
||||||
<string name="username">Uživatelské jméno</string>
|
<string name="username">Uživatelské jméno</string>
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user