Skip to content

Commit

Permalink
feat: Update 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrijkotov634 committed Feb 19, 2022
1 parent e444b4e commit 9930503
Show file tree
Hide file tree
Showing 52 changed files with 454 additions and 863 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ captures/
.cxx/

# Google Services (e.g. APIs or Firebase)
# google-services.json
google-services.json

# Freeline
freeline.py
Expand Down
4 changes: 1 addition & 3 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 16 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 15 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
plugins {
id 'com.android.application'

id 'com.google.gms.google-services' apply(true)
id 'com.google.firebase.crashlytics' apply(true)
}

android {
compileSdkVersion 31
compileSdkVersion 32
buildToolsVersion "30.0.3"

buildFeatures {
Expand All @@ -13,9 +16,9 @@ android {
defaultConfig {
applicationId "com.dm.bomber"
minSdkVersion 21
targetSdkVersion 31
versionCode 13
versionName "1.9"
targetSdkVersion 32
versionCode 14
versionName "1.10"
}

buildTypes {
Expand All @@ -32,10 +35,14 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:29.1.0')

implementation 'com.google.firebase:firebase-crashlytics'
implementation 'com.google.firebase:firebase-analytics'

implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.preference:preference:1.1.1'
implementation 'com.google.android.material:material:1.6.0-alpha01'
implementation 'androidx.preference:preference:1.2.0'
implementation 'com.google.android.material:material:1.6.0-alpha02'
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
implementation 'jp.wasabeef:blurry:4.0.0'
implementation 'com.github.jetradarmobile:android-snowfall:1.2.1'
implementation 'jp.wasabeef:blurry:4.0.1'
}
20 changes: 20 additions & 0 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.dm.bomber",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 14,
"versionName": "1.10",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
}
11 changes: 1 addition & 10 deletions app/src/main/java/com/dm/bomber/MainRepository.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ public class MainRepository {
private static final String DARKMODE = "darkmode";
private static final String LAST_PHONE = "last_phone";
private static final String LAST_COUNTRYCODE = "last_countrycode";
private static final String PROMOTION_SHOWN = "promotion_shown2";
private static final String SNOWFALL_ENABLED = "snowfall_enabled";
private static final String PROMOTION_SHOWN = "promotion_shown3";
private static final String PROXY = "proxy";
private static final String PROXY_ENABLED = "proxy_enabled";

Expand Down Expand Up @@ -105,12 +104,4 @@ public void setProxyEnabled(boolean enabled) {
public boolean isProxyEnabled() {
return preferences.getBoolean(PROXY_ENABLED, false);
}

public void setSnowfallEnabled(boolean enabled) {
preferences.edit().putBoolean(SNOWFALL_ENABLED, enabled).apply();
}

public boolean isSnowfallEnabled() {
return preferences.getBoolean(SNOWFALL_ENABLED, false);
}
}
32 changes: 0 additions & 32 deletions app/src/main/java/com/dm/bomber/services/BibiSushi.java

This file was deleted.

40 changes: 0 additions & 40 deletions app/src/main/java/com/dm/bomber/services/Boxberry.java

This file was deleted.

39 changes: 0 additions & 39 deletions app/src/main/java/com/dm/bomber/services/Citydrive.java

This file was deleted.

16 changes: 0 additions & 16 deletions app/src/main/java/com/dm/bomber/services/Dodopizza.java

This file was deleted.

36 changes: 0 additions & 36 deletions app/src/main/java/com/dm/bomber/services/EKA.java

This file was deleted.

26 changes: 0 additions & 26 deletions app/src/main/java/com/dm/bomber/services/Fivepost.java

This file was deleted.

29 changes: 0 additions & 29 deletions app/src/main/java/com/dm/bomber/services/HHru.java

This file was deleted.

Loading

0 comments on commit 9930503

Please sign in to comment.