Commit 92b08425 authored by Bartek Fabiszewski's avatar Bartek Fabiszewski
Browse files

Version 3.3

parent fae96b59
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ android {
        applicationId 'net.fabiszewski.ulogger'
        minSdkVersion 19
        targetSdkVersion 29
        versionCode 302
        versionName '3.2'
        versionCode 303
        versionName '3.3'
    }

    buildTypes {
@@ -47,6 +47,6 @@ dependencies {
    implementation fileTree(include: ['*.jar'], dir: 'libs')
    implementation 'androidx.appcompat:appcompat:1.2.0'
    implementation 'androidx.preference:preference:1.1.1'
    implementation 'androidx.exifinterface:exifinterface:1.2.0'
    implementation 'androidx.exifinterface:exifinterface:1.3.0'
    testImplementation 'junit:junit:4.13'
}
+9 −0
Original line number Diff line number Diff line
3.3: μlogger

Bugs fixed:
- Fix for some older GPS chipsets (rollover bug)
- Fix TLS connection problems on API 19
- Improve handling state changes of location providers

Translations:
- New Italian translation (Saverio Napolitano)
 No newline at end of file
+9 −0
Original line number Diff line number Diff line
3.3: μlogger

Naprawione błędy:
- Poprawka dla niektórych starszych układów GPS (rollover bug)
- Naprawione problemy z połączeniem przez TLS w API 19
- Poprawione obsługa statusów zwracanych przez dostawców lokalizacji

Tłumaczenia:
- Nowy język: włoski (Saverio Napolitano)
 No newline at end of file