mirror of https://github.com/LeOS-GSI/LeOS-Genesis
parent
cb9df8c06b
commit
71eaf282ed
|
@ -1,26 +1,6 @@
|
|||
*.iml
|
||||
.gradle
|
||||
/local.properties
|
||||
/.idea/caches
|
||||
/.idea/libraries
|
||||
/.idea/modules.xml
|
||||
/.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
|
||||
/.idea/*
|
||||
/.gradle/*
|
||||
/.safedk/*
|
||||
/OrbotLib/*
|
||||
/tor-android/*
|
||||
/app/orion/release/*
|
||||
|
|
|
@ -692,7 +692,7 @@ public class messageManager implements View.OnClickListener, DialogInterface.OnD
|
|||
helperMethod.onDelayHandler(mContext, 200, () -> {
|
||||
try {
|
||||
onDismiss();
|
||||
helperMethod.getBridges(mContext);
|
||||
mEvent.invokeObserver(null, M_GET_BRIDGES);
|
||||
} catch (Exception ex) {
|
||||
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_marginBottom="20dp"
|
||||
android:background="@xml/ax_ripple_default_round_bottom"
|
||||
android:text="@string/ALERT_BRIDGE_MAIL"
|
||||
android:text="@string/ALERT_CUSTOM_BRIDGE"
|
||||
android:textAllCaps="false"
|
||||
android:textColor="@color/c_white"
|
||||
android:textSize="14sp"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Version */
|
||||
project.ext.vname = 'Build | Dark-Origin 1.0.9.2'
|
||||
project.ext.vcode = 510
|
||||
project.ext.vname = 'Build | Dark-Origin 1.1.0.0'
|
||||
project.ext.vcode = 520
|
||||
project.ext.buildType = 'release'
|
||||
project.ext.jvmTarget = "1.8"
|
||||
project.ext.applovin_key = "pCPe4EeU2ZQVwQPeHLgseRqHBX1V5pvo9Piuu4J809dRhadEgukXa1A8po_UeXu5hmPOTaP1v4QPaMKIEOhh50"
|
||||
|
|
Loading…
Reference in New Issue