mirror of https://github.com/LeOS-GSI/LeOS-Genesis
parent
cb9df8c06b
commit
71eaf282ed
|
@ -1,26 +1,6 @@
|
||||||
*.iml
|
/.idea/*
|
||||||
.gradle
|
/.gradle/*
|
||||||
/local.properties
|
/.safedk/*
|
||||||
/.idea/caches
|
/OrbotLib/*
|
||||||
/.idea/libraries
|
/tor-android/*
|
||||||
/.idea/modules.xml
|
/app/orion/release/*
|
||||||
/.idea/workspace.xml
|
|
||||||
/.idea/navEditor.xml
|
|
||||||
/.idea/assetWizardSettings.xml
|
|
||||||
.DS_Store
|
|
||||||
/build
|
|
||||||
/captures
|
|
||||||
.externalNativeBuild
|
|
||||||
java_pid10832.hprof
|
|
||||||
java_pid17480.hprof
|
|
||||||
java_pid21508.hprof
|
|
||||||
*.enc
|
|
||||||
.safedk/api/SafeDKAndroid-5.9.1.jar
|
|
||||||
.safedk/app_sdks.lst
|
|
||||||
.safedk/dex/android-support-multidex.dex
|
|
||||||
.safedk/dex/SafeDKAndroid-5.9.1.dex
|
|
||||||
.safedk/hashes.safedk
|
|
||||||
.safedk/list.enc
|
|
||||||
.safedk/permissions_mapping.json
|
|
||||||
.safedk/plugin.properties
|
|
||||||
.safedk/proguard-safedk.pro
|
|
||||||
|
|
|
@ -692,7 +692,7 @@ public class messageManager implements View.OnClickListener, DialogInterface.OnD
|
||||||
helperMethod.onDelayHandler(mContext, 200, () -> {
|
helperMethod.onDelayHandler(mContext, 200, () -> {
|
||||||
try {
|
try {
|
||||||
onDismiss();
|
onDismiss();
|
||||||
helperMethod.getBridges(mContext);
|
mEvent.invokeObserver(null, M_GET_BRIDGES);
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
onTrigger(Arrays.asList(mContext, mContext.getString(R.string.ALERT_NOT_SUPPORTED_MESSAGE)), M_NOT_SUPPORTED);
|
onTrigger(Arrays.asList(mContext, mContext.getString(R.string.ALERT_NOT_SUPPORTED_MESSAGE)), M_NOT_SUPPORTED);
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
android:layout_marginEnd="15dp"
|
android:layout_marginEnd="15dp"
|
||||||
android:layout_marginBottom="20dp"
|
android:layout_marginBottom="20dp"
|
||||||
android:background="@xml/ax_ripple_default_round_bottom"
|
android:background="@xml/ax_ripple_default_round_bottom"
|
||||||
android:text="@string/ALERT_BRIDGE_MAIL"
|
android:text="@string/ALERT_CUSTOM_BRIDGE"
|
||||||
android:textAllCaps="false"
|
android:textAllCaps="false"
|
||||||
android:textColor="@color/c_white"
|
android:textColor="@color/c_white"
|
||||||
android:textSize="14sp"
|
android:textSize="14sp"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* Version */
|
/* Version */
|
||||||
project.ext.vname = 'Build | Dark-Origin 1.0.9.2'
|
project.ext.vname = 'Build | Dark-Origin 1.1.0.0'
|
||||||
project.ext.vcode = 510
|
project.ext.vcode = 520
|
||||||
project.ext.buildType = 'release'
|
project.ext.buildType = 'release'
|
||||||
project.ext.jvmTarget = "1.8"
|
project.ext.jvmTarget = "1.8"
|
||||||
project.ext.applovin_key = "pCPe4EeU2ZQVwQPeHLgseRqHBX1V5pvo9Piuu4J809dRhadEgukXa1A8po_UeXu5hmPOTaP1v4QPaMKIEOhh50"
|
project.ext.applovin_key = "pCPe4EeU2ZQVwQPeHLgseRqHBX1V5pvo9Piuu4J809dRhadEgukXa1A8po_UeXu5hmPOTaP1v4QPaMKIEOhh50"
|
||||||
|
|
Loading…
Reference in New Issue