Commit be7aee38 authored by fengruiyu's avatar fengruiyu

修改git脏数据

parent 2ad15f87
...@@ -20,8 +20,8 @@ object Constant { ...@@ -20,8 +20,8 @@ object Constant {
const val FIRST_OPEN_PERMISSIONS = "first_open_permissions" const val FIRST_OPEN_PERMISSIONS = "first_open_permissions"
// 协议地址 // 协议地址
var REGISTER_URL = BuildConfig.MainIp + "map5g/register.html"//服务协议 var REGISTER_URL = BuildConfig.MainIp + "mapzy/register.html"//服务协议
var PRIVACY_URL = BuildConfig.MainIp + "map5g/privacy.html"//隐私协议 var PRIVACY_URL = BuildConfig.MainIp + "mapzy/privacy.html"//隐私协议
/** /**
* 第一次授权 * 第一次授权
......
...@@ -23,6 +23,7 @@ import com.mints.freeworld.utils.SimUtils ...@@ -23,6 +23,7 @@ import com.mints.freeworld.utils.SimUtils
import com.mints.freeworld.utils.StorageQueryUtil import com.mints.freeworld.utils.StorageQueryUtil
import com.mints.freeworld.utils.SystemUtils import com.mints.freeworld.utils.SystemUtils
import com.mints.freeworld.utils.json.JsonUtil import com.mints.freeworld.utils.json.JsonUtil
import me.goldze.mvvmhabit.utils.KLog
import java.io.* import java.io.*
import java.net.NetworkInterface import java.net.NetworkInterface
import java.util.* import java.util.*
......
...@@ -39,7 +39,7 @@ class AboutusActivity : BaseActivity<ActivityAboutusBinding, AboutusViewModel>() ...@@ -39,7 +39,7 @@ class AboutusActivity : BaseActivity<ActivityAboutusBinding, AboutusViewModel>()
tv_title.setTextColor(Color.BLACK) tv_title.setTextColor(Color.BLACK)
iv_left_icon.setImageResource(R.mipmap.ic_arrow_back) iv_left_icon.setImageResource(R.mipmap.ic_arrow_back)
iv_left_icon.visibility = View.VISIBLE iv_left_icon.visibility = View.VISIBLE
tvAboutasVersion.text = "5G世界 v" + DeviceInfo.instance.versionName tvAboutasVersion.text = "自由世界 v" + DeviceInfo.instance.versionName
tvAboutasService.setOnClickListener(this) tvAboutasService.setOnClickListener(this)
tvAboutasPolicy.setOnClickListener(this) tvAboutasPolicy.setOnClickListener(this)
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center" android:layout_gravity="center"
android:layout_marginTop="25dp" android:layout_marginTop="25dp"
android:text="5G世界" android:text="自由世界"
android:textStyle="bold" android:textStyle="bold"
android:textColor="@color/black" android:textColor="@color/black"
android:textSize="25dp" /> android:textSize="25dp" />
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="您的个人信息将受到严格的保密,5G世界不会将您的个人信息泄露给他人。您也可以在系统设置中关闭授权,但可能影响部分功能使用。" android:text="您的个人信息将受到严格的保密,自由世界不会将您的个人信息泄露给他人。您也可以在系统设置中关闭授权,但可能影响部分功能使用。"
android:layout_margin="10dp" android:layout_margin="10dp"
android:textColor="#CD000000" /> android:textColor="#CD000000" />
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
android:layout_centerInParent="true" android:layout_centerInParent="true"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/bg_splash"/> />
<FrameLayout <FrameLayout
android:id="@+id/fl_splash" android:id="@+id/fl_splash"
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:elevation="5dp" android:elevation="5dp"
android:layout_marginTop="6dp" android:layout_marginTop="6dp"
android:text="5G世界会员吗?" android:text="自由世界会员吗?"
android:textColor="#8E5832" android:textColor="#8E5832"
android:textSize="26sp" android:textSize="26sp"
android:textStyle="bold" android:textStyle="bold"
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
android:layout_marginLeft="16dp" android:layout_marginLeft="16dp"
android:layout_marginTop="16dp" android:layout_marginTop="16dp"
android:layout_marginRight="16dp" android:layout_marginRight="16dp"
android:text="我们依据最新的法律,向您说明5G世界软件的隐私政策,特向您推送本提示。请您阅读并充分理解相关条款。" android:text="我们依据最新的法律,向您说明自由世界软件的隐私政策,特向您推送本提示。请您阅读并充分理解相关条款。"
android:textColor="@color/black" android:textColor="@color/black"
android:textSize="14sp" /> android:textSize="14sp" />
......
<resources> <resources>
<string name="app_name">5G世界</string> <string name="app_name">自由世界</string>
</resources> </resources>
\ No newline at end of file
...@@ -9,7 +9,7 @@ ext { ...@@ -9,7 +9,7 @@ ext {
android = [ android = [
compileSdkVersion: 30, compileSdkVersion: 30,
buildToolsVersion: "30.0.2", buildToolsVersion: "30.0.2",
applicationId : "com.mints.fiveworld", applicationId : "com.mints.freeworld",
minSdkVersion : 21, minSdkVersion : 21,
targetSdkVersion : 30, targetSdkVersion : 30,
versionCode : 1, versionCode : 1,
......
...@@ -19,10 +19,10 @@ isBuildModule=false ...@@ -19,10 +19,10 @@ isBuildModule=false
DEBUG_URL="http://test.mints-id.com/map-api/" DEBUG_URL="http://test.mints-id.com/map-api/"
RELEASE_URL="http://test.mints-id.com/map-api/" RELEASE_URL="http://test.mints-id.com/map-api/"
#https://api.mints-id.com/map-api/ #https://api.mints-id.com/map-api/
RELEASE_KEY_PASSWORD=mints.fiveworld RELEASE_KEY_PASSWORD=mints.freeworld
RELEASE_KEY_ALIAS=mints_fiveworld RELEASE_KEY_ALIAS=mints_freeworld
RELEASE_STORE_PASSWORD=mints.fiveworld RELEASE_STORE_PASSWORD=mints.freeworld
RELEASE_STORE_FILE=mints_fiveworld.jks RELEASE_STORE_FILE=mints_freeworld.jks
#ShareSDK #ShareSDK
RELEASE_SHARESDK_KEY=m33e5da5ced828 RELEASE_SHARESDK_KEY=m33e5da5ced828
......
...@@ -26,15 +26,15 @@ ...@@ -26,15 +26,15 @@
android:theme="@style/Theme.AppCompat.Light.NoActionBar" /> android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
<!--Android7App私有文件授权--> <!--Android7App私有文件授权-->
<!-- <provider--> <provider
<!-- android:name="com.fry.base.provider.BaseFileProvider"--> android:name="com.fry.base.provider.BaseFileProvider"
<!-- android:authorities="com.base.android.android7.fileprovider"--> android:authorities="com.base.android.zy.android7.fileprovider"
<!-- android:exported="false"--> android:exported="false"
<!-- android:grantUriPermissions="true">--> android:grantUriPermissions="true">
<!-- <meta-data--> <meta-data
<!-- android:name="android.support.FILE_PROVIDER_PATHS"--> android:name="android.support.FILE_PROVIDER_PATHS"
<!-- android:resource="@xml/file_provider_paths" />--> android:resource="@xml/file_provider_paths" />
<!-- </provider>--> </provider>
</application> </application>
</manifest> </manifest>
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<string name="bottom_name_home">首页</string> <string name="bottom_name_home">首页</string>
<string name="bottom_name_my">个人中心</string> <string name="bottom_name_my">个人中心</string>
<string name="app_sign">f0506fab</string> <string name="app_sign">2545151</string>
<string name="str_immediately_login">立即登录</string> <string name="str_immediately_login">立即登录</string>
......
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
android:screenOrientation="portrait" android:screenOrientation="portrait"
/> />
<!-- <provider--> <provider
<!-- android:name=".crash.CaocInitProvider"--> android:name=".crash.CaocInitProvider"
<!-- android:authorities="${applicationId}.customactivityoncrashinitprovider"--> android:authorities="${applicationId}.zy.customactivityoncrashinitprovider"
<!-- android:exported="false"--> android:exported="false"
<!-- android:initOrder="101" />--> android:initOrder="101" />
</application> </application>
</manifest> </manifest>
...@@ -2,4 +2,4 @@ include ':library_base' ...@@ -2,4 +2,4 @@ include ':library_base'
include ':mvvmhabit' include ':mvvmhabit'
include ':shareSdkLib' include ':shareSdkLib'
include ':app' include ':app'
rootProject.name = "5G世界" rootProject.name = "自由世界"
\ No newline at end of file \ No newline at end of file
package com.mints.freeworld.login;
import java.util.HashMap;
/**
* 第三方登录操作过程中会回调这个接口中的方法,不同方法衔接第
* 三方登录与用户应用登录/注册的逻辑,故使用第三方登录时一定要实
* 现本接口的不同方法,否则第三方登录是没有意义的。
*/
public interface OnLoginListener {
/**
* 登录完成调用此接口,返回登录者在第三方社交平台上的用户数据。实现此方法时要根据
* res参数中的用户资料,结合开发者应用的用户系统数据,判断此登录者是否需要先注册,
* 如果需要注册,则返回true
*/
public boolean onLogin(String platform, HashMap<String, Object> res);
}
/*
* 官网地站:http://www.mob.com
* 技术支持QQ: 4006852216
* 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
*
* Copyright (c) 2013年 mob.com. All rights reserved.
*/
package com.mints.freeworld.wxapi;
import android.content.Intent;
import android.widget.Toast;
import cn.sharesdk.wechat.utils.WXAppExtendObject;
import cn.sharesdk.wechat.utils.WXMediaMessage;
import cn.sharesdk.wechat.utils.WechatHandlerActivity;
/** 微信客户端回调activity示例 */
public class WXEntryActivity extends WechatHandlerActivity {
/**
* 处理微信发出的向第三方应用请求app message
* <p>
* 在微信客户端中的聊天页面有“添加工具”,可以将本应用的图标添加到其中
* 此后点击图标,下面的代码会被执行。Demo仅仅只是打开自己而已,但你可
* 做点其他的事情,包括根本不打开任何页面
*/
public void onGetMessageFromWXReq(WXMediaMessage msg) {
if (msg != null) {
Intent iLaunchMyself = getPackageManager().getLaunchIntentForPackage(getPackageName());
startActivity(iLaunchMyself);
}
}
/**
* 处理微信向第三方应用发起的消息
* <p>
* 此处用来接收从微信发送过来的消息,比方说本demo在wechatpage里面分享
* 应用时可以不分享应用文件,而分享一段应用的自定义信息。接受方的微信
* 客户端会通过这个方法,将这个信息发送回接收方手机上的本demo中,当作
* 回调。
* <p>
* 本Demo只是将信息展示出来,但你可做点其他的事情,而不仅仅只是Toast
*/
public void onShowMessageFromWXReq(WXMediaMessage msg) {
if (msg != null && msg.mediaObject != null
&& (msg.mediaObject instanceof WXAppExtendObject)) {
WXAppExtendObject obj = (WXAppExtendObject) msg.mediaObject;
Toast.makeText(this, obj.extInfo, Toast.LENGTH_SHORT).show();
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment