0.6.7 - Maintenance Update

pull/27/head 0.6.7
Fox2Code 3 years ago
parent 0f0f579d13
commit 0b0079d91b

@ -13,8 +13,8 @@ android {
applicationId "com.fox2code.mmm" applicationId "com.fox2code.mmm"
minSdk 21 minSdk 21
targetSdk 33 targetSdk 33
versionCode 58 versionCode 59
versionName "0.6.6" versionName "0.6.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
@ -162,7 +162,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.webkit:webkit:1.5.0' implementation 'androidx.webkit:webkit:1.5.0'
implementation 'com.google.android.material:material:1.6.1' implementation 'com.google.android.material:material:1.7.0'
implementation "dev.rikka.rikkax.layoutinflater:layoutinflater:1.2.0" implementation "dev.rikka.rikkax.layoutinflater:layoutinflater:1.2.0"
implementation "dev.rikka.rikkax.insets:insets:1.3.0" implementation "dev.rikka.rikkax.insets:insets:1.3.0"
implementation 'com.github.Dimezis:BlurView:version-2.0.2' implementation 'com.github.Dimezis:BlurView:version-2.0.2'

@ -103,10 +103,10 @@ public final class AndroidacyRepoData extends RepoData {
} catch (Exception e) { } catch (Exception e) {
Log.e(TAG, "Failed to ping server", e); Log.e(TAG, "Failed to ping server", e);
// Inform user // Inform user
if (!HttpException.shouldTimeout(e)) { /*if (!HttpException.shouldTimeout(e)) {
UiThreadHandler.run(() -> Toast.makeText(MainApplication.getINSTANCE(), UiThreadHandler.run(() -> Toast.makeText(MainApplication.getINSTANCE(),
R.string.androidacy_server_down, Toast.LENGTH_SHORT).show()); R.string.androidacy_server_down, Toast.LENGTH_SHORT).show());
} }*/
return false; return false;
} }
long time = System.currentTimeMillis(); long time = System.currentTimeMillis();

Loading…
Cancel
Save