diff --git a/build.gradle b/build.gradle index 66798f5..497b02c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,178 +1,178 @@ buildscript { repositories { jcenter() maven { url 'https://maven.google.com' } google() } ext { androidXTestVersion = "1.4.0" //multidex multidex_version = "2.0.1" //libraries versions fragment_version = "1.4.1" activity_version = "1.4.0" appcompat_version = "1.4.1" preference_version = "1.2.0" work_version = "2.7.1" acra_version = "5.7.0" lifecycle_version = "2.4.1" arch_version = "2.1.0" room_version = "2.4.1" //kotlin kotlin_version = '1.6.0' coroutines_version = "1.5.0" } dependencies { classpath 'com.android.tools.build:gradle:4.2.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21" } } allprojects { repositories { jcenter() maven { url 'https://maven.google.com' } google() mavenCentral() } } apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-kapt' android { compileSdkVersion 31 buildToolsVersion '30.0.3' defaultConfig { applicationId "it.reyboz.bustorino" minSdkVersion 16 targetSdkVersion 31 - versionCode 44 - versionName "1.18.2" + versionCode 45 + versionName "1.18.3" vectorDrawables.useSupportLibrary = true multiDexEnabled true javaCompileOptions { annotationProcessorOptions { arguments = ["room.schemaLocation": "$projectDir/assets/schemas/".toString()] } } testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } sourceSets { androidTest.assets.srcDirs += files("$projectDir/assets/schemas/".toString()) main { manifest.srcFile 'AndroidManifest.xml' java.srcDirs = ['src'] resources.srcDirs = ['src'] aidl.srcDirs = ['src'] renderscript.srcDirs = ['src'] res.srcDirs = ['res'] assets.srcDirs = ['assets'] } } buildTypes { debug { applicationIdSuffix ".debug" versionNameSuffix "-dev" } } lintOptions { abortOnError false } repositories { jcenter() mavenLocal() } dependencies { //new libraries implementation "androidx.fragment:fragment-ktx:$fragment_version" implementation "androidx.activity:activity:$activity_version" implementation "androidx.annotation:annotation:1.3.0" implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" implementation "androidx.appcompat:appcompat:$appcompat_version" implementation "androidx.appcompat:appcompat-resources:$appcompat_version" implementation "androidx.preference:preference:$preference_version" implementation "androidx.work:work-runtime:$work_version" implementation "com.google.android.material:material:1.5.0" implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0" implementation 'org.jsoup:jsoup:1.13.1' implementation 'com.readystatesoftware.sqliteasset:sqliteassethelper:2.0.1' implementation 'com.android.volley:volley:1.2.1' implementation 'org.osmdroid:osmdroid-android:6.1.10' // ACRA implementation "ch.acra:acra-mail:$acra_version" implementation "ch.acra:acra-dialog:$acra_version" // google transit realtime implementation 'com.google.protobuf:protobuf-java:3.14.0' // ViewModel implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version" // LiveData implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version" // Lifecycles only (without ViewModel or LiveData) implementation "androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version" // Legacy implementation 'androidx.legacy:legacy-support-v4:1.0.0' // Room components implementation "androidx.room:room-ktx:$room_version" kapt "androidx.room:room-compiler:$room_version" //multidex - we need this to build the app implementation "androidx.multidex:multidex:$multidex_version" implementation 'de.siegmar:fastcsv:2.0.0' testImplementation 'junit:junit:4.12' implementation 'junit:junit:4.12' implementation "androidx.test.ext:junit:1.1.3" implementation "androidx.test:core:$androidXTestVersion" implementation "androidx.test:runner:$androidXTestVersion" implementation "androidx.room:room-testing:$room_version" androidTestImplementation "androidx.test.ext:junit:1.1.3" androidTestImplementation "androidx.test:core:$androidXTestVersion" androidTestImplementation "androidx.test:runner:$androidXTestVersion" androidTestImplementation "androidx.test:rules:$androidXTestVersion" androidTestImplementation "androidx.room:room-testing:$room_version" } } dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" api "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version" api "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version" implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.1' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1' } diff --git a/metadata/en-US/changelogs/.44.txt.swp b/metadata/en-US/changelogs/.44.txt.swp deleted file mode 100644 index 0011775..0000000 Binary files a/metadata/en-US/changelogs/.44.txt.swp and /dev/null differ diff --git a/metadata/en-US/changelogs/45.txt b/metadata/en-US/changelogs/45.txt new file mode 100644 index 0000000..4f835ef --- /dev/null +++ b/metadata/en-US/changelogs/45.txt @@ -0,0 +1,10 @@ +* fix bug at app startup related to geolocation permissions - https://gitpull.it/T1138 +* fix crash related to reopening the app on the arrivals screen - https://gitpull.it/T1129 +* fix bug preventing recovery of the open screen when restarting the app +* fix bug related to lines screen, now both the searched line and direction are retained + +Thanks to Francesco Bonicelli for reporting the geolocation bug! + +This version has been fully forged by Fabio Mazza. Help us in our goal of donating 3€ per week: + +https://liberapay.com/Libre_BusTO/ diff --git a/metadata/it/changelogs/45.txt b/metadata/it/changelogs/45.txt new file mode 100644 index 0000000..400139e --- /dev/null +++ b/metadata/it/changelogs/45.txt @@ -0,0 +1,10 @@ +* corretto un problema all'avvio dell'app legato ai permessi di geolocalizzazione - https://gitpull.it/T1138 +* corretto un crash legato alla riapertura dell'app sulla schermata degli arrivi - https://gitpull.it/T1129 +* corretto un problema che impediva il recupero della schermata aperta al riavvio dell'app +* corretto un problema di visualizzazione delle linee, ora vengono mantenute sia la linea cercata che la direzione + +Grazie a Francesco Bonicelli per la segnalazione del bug sulla posizione! + +Questa versione è stata completamente forgiata da Fabio Mazza. Aiutaci nell'obiettivo di donargli 3€ a settimana: + +https://liberapay.com/Libre_BusTO/