forked from github/wulkanowy-mirror
Version 0.4.3
This commit is contained in:
parent
a4445a8a97
commit
9c97962e89
@ -6,7 +6,7 @@
|
|||||||
[![BCH compliance](https://bettercodehub.com/edge/badge/wulkanowy/wulkanowy?branch=master)](https://bettercodehub.com/)
|
[![BCH compliance](https://bettercodehub.com/edge/badge/wulkanowy/wulkanowy?branch=master)](https://bettercodehub.com/)
|
||||||
[![Scrutinizer](https://img.shields.io/scrutinizer/g/wulkanowy/wulkanowy.svg?style=flat-square)](https://scrutinizer-ci.com/g/wulkanowy/wulkanowy/?branch=master)
|
[![Scrutinizer](https://img.shields.io/scrutinizer/g/wulkanowy/wulkanowy.svg?style=flat-square)](https://scrutinizer-ci.com/g/wulkanowy/wulkanowy/?branch=master)
|
||||||
[![Bintray](https://img.shields.io/bintray/v/wulkanowy/wulkanowy/api.svg?style=flat-square)](https://bintray.com/wulkanowy/wulkanowy/api)
|
[![Bintray](https://img.shields.io/bintray/v/wulkanowy/wulkanowy/api.svg?style=flat-square)](https://bintray.com/wulkanowy/wulkanowy/api)
|
||||||
[![Discord](https://img.shields.io/discord/390889354199040011.svg?style=flat-square)](https://discord.gg/JMG2rhJ)
|
[![Discord](https://img.shields.io/discord/390889354199040011.svg?style=flat-square)](https://discord.gg/vccAQBr)
|
||||||
|
|
||||||
[Pobierz wersję beta](https://play.google.com/store/apps/details?id=io.github.wulkanowy&utm_source=vcs)
|
[Pobierz wersję beta](https://play.google.com/store/apps/details?id=io.github.wulkanowy&utm_source=vcs)
|
||||||
|
|
||||||
|
@ -41,8 +41,8 @@ android {
|
|||||||
testApplicationId "io.github.tests.wulkanowy"
|
testApplicationId "io.github.tests.wulkanowy"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 10
|
versionCode 11
|
||||||
versionName "0.4.2"
|
versionName "0.4.3"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
playAccountConfig = playAccountConfigs.defaultAccountConfig
|
playAccountConfig = playAccountConfigs.defaultAccountConfig
|
||||||
|
@ -252,9 +252,7 @@ public class Day {
|
|||||||
myDao.update(this);
|
myDao.update(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/** called by internal mechanisms, do not call yourself. */
|
||||||
* called by internal mechanisms, do not call yourself.
|
|
||||||
*/
|
|
||||||
@Generated(hash = 1409317752)
|
@Generated(hash = 1409317752)
|
||||||
public void __setDaoSession(DaoSession daoSession) {
|
public void __setDaoSession(DaoSession daoSession) {
|
||||||
this.daoSession = daoSession;
|
this.daoSession = daoSession;
|
||||||
|
@ -7,4 +7,4 @@ Wyróżnione cechy i funkcje:
|
|||||||
- Aktywne wsparcie i rozwój
|
- Aktywne wsparcie i rozwój
|
||||||
|
|
||||||
GitHub: https://github.com/wulkanowy/wulkanowy
|
GitHub: https://github.com/wulkanowy/wulkanowy
|
||||||
Discord: https://discord.gg/JMG2rhJ
|
Discord: https://discord.gg/vccAQBr
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Wersja 0.4.2:
|
Wersja 0.4.3:
|
||||||
- naprawiono logowanie do niestandardowych dzienników
|
- naprawiono błąd z pokazywaniem usuniętych lekcji w planie
|
||||||
- naprawiono synchronizację sprawdzianów
|
- naprawiono drobne błędy z wyrównaniem tekstu na starszych urządzeniach
|
||||||
- naprawiono problemy z logowaniem (powinny występować rzadziej)
|
- poprawiono synchronizację w tle spowodowaną błędem w komunikacji z serwerem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user