Commit ff5f2a30 authored by fengruiyu's avatar fengruiyu

自由世界

parent c3ae38e5
......@@ -126,14 +126,14 @@
#忽略警告
-dontwarn com.mints.freeworld.bean.**
#保留实体类
-keep class com.mints.fiveworld.bean.** {
-keep class com.mints.freeworld.bean.** {
*;
}
#忽略警告
-dontwarn com.mints.freeworld.widget.**
#保留实体类
-keep class com.mints.fiveworld.widget.** {
-keep class com.mints.freeworld.widget.** {
*;
}
......@@ -205,9 +205,9 @@
#如果引用了v4或者v7包
-dontwarn android.support.**
-keep class com.mints.fiveworld.**.bean.**{*;}
-keep class com.mints.fiveworld.**._enum.**{*;}
-keep class com.mints.fiveworld.**._enum.**{*;}
-keep class com.mints.freeworld.**.bean.**{*;}
-keep class com.mints.freeworld.**._enum.**{*;}
-keep class com.mints.freeworld.**._enum.**{*;}
-keep class * implements com.fry.base.base.IModuleInit
......
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.mints.fiveworld">
package="com.mints.freeworld">
<!-- 这个权限用于进行网络定位 -->
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <!-- 这个权限用于访问GPS定位 -->
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <!-- 用于访问wifi网络信息,wifi信息会用于进行网络定位 -->
......@@ -16,7 +16,7 @@
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<application
android:name=".AppApplication"
android:name="com.mints.freeworld.AppApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher_main"
android:label="@string/app_name"
......@@ -26,7 +26,7 @@
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
<activity android:name=".main.vr.DetailedActivity"></activity>
<activity android:name="com.mints.freeworld.main.vr.DetailedActivity"></activity>
<uses-library
android:name="org.apache.http.legacy"
......@@ -62,7 +62,7 @@
android:process=":remote" />
<activity
android:name=".splash.SplashActivity"
android:name="com.mints.freeworld.splash.SplashActivity"
android:theme="@style/NormalSplash"
android:configChanges="screenLayout|screenSize|smallestScreenSize|orientation|keyboardHidden"
android:screenOrientation="portrait"
......@@ -73,47 +73,47 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".login.LoginActivity"
<activity android:name="com.mints.freeworld.login.LoginActivity"
android:configChanges="screenLayout|screenSize|smallestScreenSize|orientation|keyboardHidden"
android:screenOrientation="portrait"
/>
<activity
android:name=".main.MainActivity"
android:name="com.mints.freeworld.main.MainActivity"
android:configChanges="screenLayout|screenSize|smallestScreenSize|orientation|keyboardHidden"
android:screenOrientation="portrait"
android:launchMode="singleTask"
android:theme="@style/AppTheme.NoneTranslucent" />
<activity android:name=".main.my.MoresettingsActivity"
<activity android:name="com.mints.freeworld.main.my.MoresettingsActivity"
android:configChanges="screenLayout|screenSize|smallestScreenSize|orientation|keyboardHidden"
android:screenOrientation="portrait"
/>
<activity android:name=".main.my.AboutusActivity"
<activity android:name="com.mints.freeworld.main.my.AboutusActivity"
android:configChanges="screenLayout|screenSize|smallestScreenSize|orientation|keyboardHidden"
android:screenOrientation="portrait"
/>
<activity android:name=".main.my.PermissionsActivity"
<activity android:name="com.mints.freeworld.main.my.PermissionsActivity"
android:configChanges="screenLayout|screenSize|smallestScreenSize|orientation|keyboardHidden"
android:screenOrientation="portrait"
/>
<activity android:name=".main.my.OpenvipActivity"
<activity android:name="com.mints.freeworld.main.my.OpenvipActivity"
android:configChanges="screenLayout|screenSize|smallestScreenSize|orientation|keyboardHidden"
android:screenOrientation="portrait"
/>
<activity android:name=".main.home.HistoricalimageActivity"
<activity android:name="com.mints.freeworld.main.home.HistoricalimageActivity"
android:configChanges="screenLayout|screenSize|smallestScreenSize|orientation|keyboardHidden"
android:screenOrientation="portrait"
/>
<activity android:name=".main.my.BindMobileActivity"
<activity android:name="com.mints.freeworld.main.my.BindMobileActivity"
android:configChanges="screenLayout|screenSize|smallestScreenSize|orientation|keyboardHidden"
android:screenOrientation="portrait"
/>
<activity android:name=".splash.GuideActivity"
<activity android:name="com.mints.freeworld.splash.GuideActivity"
android:configChanges="screenLayout|screenSize|smallestScreenSize|orientation|keyboardHidden"
android:screenOrientation="portrait"
/>
<activity android:name=".main.home.SearchMapActivity"
<activity android:name="com.mints.freeworld.main.home.SearchMapActivity"
android:configChanges="screenLayout|screenSize|smallestScreenSize|orientation|keyboardHidden"
android:screenOrientation="portrait"
/> <!-- ShareSDK start -->
......@@ -123,7 +123,7 @@
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:windowSoftInputMode="stateHidden|adjustResize" />
<activity
android:name=".wxapi.WXEntryActivity"
android:name="com.mints.freeworld.wxapi.WXEntryActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:exported="true"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
......@@ -180,7 +180,7 @@
android:value="wx62d0739d771e6633" />
<activity
android:name="com.mints.fiveworld.wxapi.WXPayEntryActivity"
android:name="com.mints.freeworld.wxapi.WXPayEntryActivity"
android:exported="true"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustPan" /> <!-- 支付宝 -->
......@@ -196,15 +196,15 @@
android:exported="false"
android:screenOrientation="behind"
android:windowSoftInputMode="adjustResize|stateHidden" />
<activity android:name=".main.vr.PanoramicActivity"
<activity android:name="com.mints.freeworld.main.vr.PanoramicActivity"
android:configChanges="screenLayout|screenSize|smallestScreenSize|orientation|keyboardHidden"
android:screenOrientation="portrait"
/>
<activity android:name=".webview.MintsWebViewActivity"
<activity android:name="com.mints.freeworld.webview.MintsWebViewActivity"
android:configChanges="screenLayout|screenSize|smallestScreenSize|orientation|keyboardHidden"
android:screenOrientation="portrait"
/>
<service android:name=".services.UpdateServices"
<service android:name="com.mints.freeworld.services.UpdateServices"
android:configChanges="screenLayout|screenSize|smallestScreenSize|orientation|keyboardHidden"
android:screenOrientation="portrait"
/>
......
package com.mints.fiveworld
package com.mints.freeworld
import android.content.Context
import android.os.StrictMode
......@@ -8,9 +8,9 @@ import com.baidu.mapapi.CoordType
import com.baidu.mapapi.SDKInitializer
import com.cuieney.rxpay_annotation.WX
import com.fry.base.base.BaseApp
import com.mints.fiveworld.ad.CsjGroMoreManager
import com.mints.fiveworld.main.vr.PanoramicActivity
import com.mints.fiveworld.manager.UmengManager
import com.mints.freeworld.ad.CsjGroMoreManager
import com.mints.freeworld.main.vr.PanoramicActivity
import com.mints.freeworld.manager.UmengManager
import com.orhanobut.logger.AndroidLogAdapter
import com.orhanobut.logger.FormatStrategy
import com.orhanobut.logger.Logger
......
package com.mints.fiveworld.ad
package com.mints.freeworld.ad
import android.content.Context
import com.bytedance.msdk.api.TTAdConfig
import com.bytedance.msdk.api.TTAdConstant
import com.bytedance.msdk.api.TTMediationAdSdk
import com.bytedance.msdk.api.UserInfoForSegment
import com.mints.fiveworld.BuildConfig
import com.mints.fiveworld.common.Constant
import com.mints.fiveworld.common.DeviceInfo
import com.mints.freeworld.BuildConfig
import com.mints.freeworld.common.Constant
import com.mints.freeworld.common.DeviceInfo
import java.util.*
......
package com.mints.fiveworld.adapter;
package com.mints.freeworld.adapter;
import android.content.Context;
import android.view.View;
......@@ -8,8 +8,8 @@ import androidx.viewpager.widget.PagerAdapter;
import androidx.viewpager.widget.ViewPager;
import com.fry.base.utils.DensityUtils;
import com.mints.fiveworld.adapter.listener.OnPageSelectListener;
import com.mints.fiveworld.widget.CoverFlowViewPager;
import com.mints.freeworld.adapter.listener.OnPageSelectListener;
import com.mints.freeworld.widget.CoverFlowViewPager;
import java.util.List;
......
package com.mints.fiveworld.adapter
package com.mints.freeworld.adapter
import android.content.Context
import com.alibaba.android.vlayout.LayoutHelper
import com.alibaba.android.vlayout.layout.GridLayoutHelper
import com.fry.base.adapter.AbstractVLayoutBaseAdapter
import com.fry.base.adapter.BindingViewHolder
import com.mints.fiveworld.R
import com.mints.fiveworld.databinding.DialogMapContentItemBinding
import com.mints.freeworld.R
import com.mints.freeworld.databinding.DialogMapContentItemBinding
/**
* Created by 冯瑞雨 on 2021/8/9.
......
package com.mints.fiveworld.adapter
package com.mints.freeworld.adapter
import android.content.Context
import com.alibaba.android.vlayout.layout.LinearLayoutHelper
import com.fry.base.adapter.AbstractVLayoutBaseAdapter
import com.fry.base.adapter.BindingViewHolder
import com.mints.fiveworld.R
import com.mints.fiveworld.databinding.DialogMapHearItemBinding
import com.mints.freeworld.R
import com.mints.freeworld.databinding.DialogMapHearItemBinding
/**
* Created by 冯瑞雨 on 2021/8/9.
......
package com.mints.fiveworld.adapter
package com.mints.freeworld.adapter
import android.content.Context
import com.alibaba.android.vlayout.LayoutHelper
import com.alibaba.android.vlayout.layout.LinearLayoutHelper
import com.fry.base.adapter.AbstractVLayoutBaseAdapter
import com.fry.base.adapter.BindingViewHolder
import com.mints.fiveworld.R
import com.mints.fiveworld.databinding.ItemGridMapAdapterBinding
import com.mints.freeworld.R
import com.mints.freeworld.databinding.ItemGridMapAdapterBinding
/**
* Created by 冯瑞雨 on 2021/8/9.
......
package com.mints.fiveworld.adapter
package com.mints.freeworld.adapter
import android.content.Context
import com.alibaba.android.vlayout.DelegateAdapter
......@@ -6,9 +6,9 @@ import com.alibaba.android.vlayout.VirtualLayoutManager
import com.alibaba.android.vlayout.layout.LinearLayoutHelper
import com.fry.base.adapter.AbstractVLayoutBaseAdapter
import com.fry.base.adapter.BindingViewHolder
import com.mints.fiveworld.R
import com.mints.fiveworld.bean.VreperienceBean
import com.mints.fiveworld.databinding.EnterDestinationAdapterBinding
import com.mints.freeworld.R
import com.mints.freeworld.bean.VreperienceBean
import com.mints.freeworld.databinding.EnterDestinationAdapterBinding
/**
* Created by 冯瑞雨 on 2021/7/9.
......
package com.mints.fiveworld.adapter
package com.mints.freeworld.adapter
import android.content.Context
import com.alibaba.android.vlayout.LayoutHelper
......@@ -7,10 +7,10 @@ import com.bumptech.glide.Glide
import com.fry.base.adapter.AbstractVLayoutBaseAdapter
import com.fry.base.adapter.BindingViewHolder
import com.fry.base.binding.setMargin
import com.mints.fiveworld.R
import com.mints.fiveworld.bean.Places
import com.mints.fiveworld.databinding.ItemGridBenfitAdpaterBinding
import com.mints.fiveworld.main.home.HomeViewModel
import com.mints.freeworld.R
import com.mints.freeworld.bean.Places
import com.mints.freeworld.databinding.ItemGridBenfitAdpaterBinding
import com.mints.freeworld.main.home.HomeViewModel
import me.goldze.mvvmhabit.utils.AppUtils
import me.goldze.mvvmhabit.utils.RxUtils
......
package com.mints.fiveworld.adapter
package com.mints.freeworld.adapter
import android.app.Application
import androidx.lifecycle.MutableLiveData
import com.google.gson.Gson
import com.mints.fiveworld.bean.AuthorizedBean
import com.mints.fiveworld.bean.BaseResponse
import com.mints.fiveworld.bean.MapBean
import com.mints.fiveworld.model.ApiModel
import com.mints.fiveworld.netwrok.base.HttpSubscribeImpl
import com.mints.fiveworld.webview.MintsWebViewActivity
import com.mints.freeworld.bean.AuthorizedBean
import com.mints.freeworld.bean.BaseResponse
import com.mints.freeworld.bean.MapBean
import com.mints.freeworld.model.ApiModel
import com.mints.freeworld.netwrok.base.HttpSubscribeImpl
import com.mints.freeworld.webview.MintsWebViewActivity
import me.goldze.mvvmhabit.base.AppManager
import me.goldze.mvvmhabit.base.BaseViewModel
import me.goldze.mvvmhabit.utils.KLog
......
package com.mints.fiveworld.adapter
package com.mints.freeworld.adapter
import android.content.Context
import com.alibaba.android.vlayout.LayoutHelper
......@@ -7,10 +7,10 @@ import com.bumptech.glide.Glide
import com.fry.base.adapter.AbstractVLayoutBaseAdapter
import com.fry.base.adapter.BindingViewHolder
import com.fry.base.binding.setMargin
import com.mints.fiveworld.R
import com.mints.fiveworld.bean.VrmapBean
import com.mints.fiveworld.databinding.ItemGridMapAdapterBinding
import com.mints.fiveworld.webview.MintsWebViewActivity
import com.mints.freeworld.R
import com.mints.freeworld.bean.VrmapBean
import com.mints.freeworld.databinding.ItemGridMapAdapterBinding
import com.mints.freeworld.webview.MintsWebViewActivity
import me.goldze.mvvmhabit.utils.AppUtils
import me.goldze.mvvmhabit.utils.RxUtils
......
package com.mints.fiveworld.adapter
package com.mints.freeworld.adapter
import android.content.Context
import android.graphics.Paint
......@@ -8,9 +8,9 @@ import com.alibaba.android.vlayout.layout.GridLayoutHelper
import com.fry.base.adapter.AbstractVLayoutBaseAdapter
import com.fry.base.adapter.BindingViewHolder
import com.fry.base.binding.setMargin
import com.mints.fiveworld.R
import com.mints.fiveworld.bean.VipBean
import com.mints.fiveworld.databinding.ItemGridPaymentAdpaterBinding
import com.mints.freeworld.R
import com.mints.freeworld.bean.VipBean
import com.mints.freeworld.databinding.ItemGridPaymentAdpaterBinding
import me.goldze.mvvmhabit.utils.AppUtils
class GridPaymentAdapter(val context: Context, val list: List<VipBean.ListBean>) :
......
package com.mints.fiveworld.adapter
package com.mints.freeworld.adapter
import android.content.Context
import android.content.Intent
......@@ -8,17 +8,17 @@ import com.fry.base.adapter.AbstractVLayoutBaseAdapter
import com.fry.base.adapter.BindingViewHolder
import com.fry.base.binding.setMargin
import com.fry.base.utils.ImageLoader
import com.mints.fiveworld.R
import com.mints.fiveworld.bean.DetailedBean
import com.mints.fiveworld.databinding.ItemGridVrmapAdapterBinding
import com.mints.fiveworld.main.my.OpenvipActivity
import com.mints.fiveworld.main.vr.DetailedViewModel
import com.mints.freeworld.R
import com.mints.freeworld.bean.DetailedBean
import com.mints.freeworld.databinding.ItemGridVrmapAdapterBinding
import com.mints.freeworld.main.my.OpenvipActivity
import com.mints.freeworld.main.vr.DetailedViewModel
import me.goldze.mvvmhabit.utils.AppUtils
import me.goldze.mvvmhabit.utils.RxUtils
class GridVrMapAdapter(val context: Context, var list: List<DetailedBean.DetailedItemBean>?, val viewModel: DetailedViewModel) :
AbstractVLayoutBaseAdapter<ItemGridVrmapAdapterBinding, List<DetailedBean.DetailedItemBean>>(context, list, 2) {
private val userManager by lazy { com.mints.fiveworld.manager.UserManager.INSTANCE }
private val userManager by lazy { com.mints.freeworld.manager.UserManager.INSTANCE }
override fun onBindViewHolder(
holder: BindingViewHolder<ItemGridVrmapAdapterBinding>,
position: Int
......
package com.mints.fiveworld.adapter
package com.mints.freeworld.adapter
import android.content.Intent
import android.text.TextUtils
......@@ -11,12 +11,12 @@ import com.fry.base.recycler_view.VHMAdapter
import com.fry.base.recycler_view.VHModel
import com.google.gson.Gson
import com.google.gson.reflect.TypeToken
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.bean.HistoryBean
import com.mints.fiveworld.databinding.ItemHistoryRecordAdapterBinding
import com.mints.fiveworld.main.home.SearchMapActivity
import com.mints.fiveworld.main.home.SearchMapViewModel
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.bean.HistoryBean
import com.mints.freeworld.databinding.ItemHistoryRecordAdapterBinding
import com.mints.freeworld.main.home.SearchMapActivity
import com.mints.freeworld.main.home.SearchMapViewModel
import me.goldze.mvvmhabit.binding.command.BindingAction
import me.goldze.mvvmhabit.binding.command.BindingCommand
import me.goldze.mvvmhabit.utils.RxUtils
......
package com.mints.fiveworld.adapter
package com.mints.freeworld.adapter
import android.content.Context
import android.content.Intent
......@@ -6,10 +6,10 @@ import com.alibaba.android.vlayout.layout.LinearLayoutHelper
import com.fry.base.adapter.AbstractVLayoutBaseAdapter
import com.fry.base.adapter.BindingViewHolder
import com.fry.base.utils.ImageLoader
import com.mints.fiveworld.R
import com.mints.fiveworld.bean.VreperienceBean
import com.mints.fiveworld.databinding.ItemEnterDestinationAdapterBinding
import com.mints.fiveworld.main.vr.DetailedActivity
import com.mints.freeworld.R
import com.mints.freeworld.bean.VreperienceBean
import com.mints.freeworld.databinding.ItemEnterDestinationAdapterBinding
import com.mints.freeworld.main.vr.DetailedActivity
import me.goldze.mvvmhabit.utils.RxUtils
......
package com.mints.fiveworld.adapter
package com.mints.freeworld.adapter
import android.content.Context
import com.alibaba.android.vlayout.layout.LinearLayoutHelper
......@@ -9,13 +9,13 @@ import com.bumptech.glide.Glide
import com.fry.base.adapter.AbstractVLayoutBaseAdapter
import com.fry.base.adapter.BindingViewHolder
import com.google.android.material.bottomsheet.BottomSheetDialog
import com.mints.fiveworld.R
import com.mints.fiveworld.bean.HotViewBean
import com.mints.fiveworld.databinding.ItemHotViewAdapterBinding
import com.mints.fiveworld.main.home.HomeViewModel
import com.mints.fiveworld.main.my.OpenvipActivity
import com.mints.fiveworld.manager.UserManager
import com.mints.fiveworld.widget.dialog.HotViewDialog
import com.mints.freeworld.R
import com.mints.freeworld.bean.HotViewBean
import com.mints.freeworld.databinding.ItemHotViewAdapterBinding
import com.mints.freeworld.main.home.HomeViewModel
import com.mints.freeworld.main.my.OpenvipActivity
import com.mints.freeworld.manager.UserManager
import com.mints.freeworld.widget.dialog.HotViewDialog
import me.goldze.mvvmhabit.utils.RxUtils
import java.text.DecimalFormat
......
package com.mints.fiveworld.adapter
package com.mints.freeworld.adapter
import android.content.Context
import android.content.Intent
......@@ -7,12 +7,12 @@ import com.alibaba.android.vlayout.layout.LinearLayoutHelper
import com.fry.base.adapter.AbstractVLayoutBaseAdapter
import com.fry.base.adapter.BindingViewHolder
import com.fry.base.utils.ImageLoader
import com.mints.fiveworld.R
import com.mints.fiveworld.bean.Places
import com.mints.fiveworld.databinding.ItemPopularSceneAdapterBinding
import com.mints.fiveworld.main.home.SearchMapViewModel
import com.mints.fiveworld.main.my.OpenvipActivity
import com.mints.fiveworld.manager.UserManager
import com.mints.freeworld.R
import com.mints.freeworld.bean.Places
import com.mints.freeworld.databinding.ItemPopularSceneAdapterBinding
import com.mints.freeworld.main.home.SearchMapViewModel
import com.mints.freeworld.main.my.OpenvipActivity
import com.mints.freeworld.manager.UserManager
import me.goldze.mvvmhabit.utils.RxUtils
/**
......
package com.mints.fiveworld.adapter.listener;
package com.mints.freeworld.adapter.listener;
public interface OnPageSelectListener {
......
package com.mints.fiveworld.api
package com.mints.freeworld.api
import com.mints.fiveworld.bean.BaseResponse
import com.mints.fiveworld.bean.PositionBean
import com.mints.fiveworld.netwrok.baidu.BaiduHttpManager
import com.mints.freeworld.bean.BaseResponse
import com.mints.freeworld.bean.PositionBean
import com.mints.freeworld.netwrok.baidu.BaiduHttpManager
import io.reactivex.Observable
import retrofit2.Response
import retrofit2.http.*
......
package com.mints.fiveworld.api
package com.mints.freeworld.api
import com.mints.fiveworld.bean.*
import com.mints.fiveworld.netwrok.common.HttpManager
import com.mints.freeworld.bean.*
import com.mints.freeworld.netwrok.common.HttpManager
import io.reactivex.Observable
import retrofit2.Response
import retrofit2.http.Body
......
package com.mints.fiveworld.bean
package com.mints.freeworld.bean
import android.annotation.SuppressLint
import android.os.Parcelable
......
package com.mints.fiveworld.bean
package com.mints.freeworld.bean
/**
* Created by 冯瑞雨 on 2021/7/29.
......
package com.mints.fiveworld.bean;
package com.mints.freeworld.bean;
import androidx.annotation.Nullable;
......
package com.mints.fiveworld.bean
package com.mints.freeworld.bean
import java.io.Serializable
......
package com.mints.fiveworld.bean;
package com.mints.freeworld.bean;
import androidx.annotation.Nullable;
......
package com.mints.fiveworld.bean
package com.mints.freeworld.bean
/**
* Created by 冯瑞雨 on 2021/7/21.
......
package com.mints.fiveworld.bean
package com.mints.freeworld.bean
import java.io.Serializable
......
package com.mints.fiveworld.bean
package com.mints.freeworld.bean
/**
* Created by 冯瑞雨 on 2021/7/17.
......
package com.mints.fiveworld.bean
package com.mints.freeworld.bean
/**
* Created by 冯瑞雨 on 2021/7/30.
......
package com.mints.fiveworld.bean
package com.mints.freeworld.bean
import java.io.Serializable
......
package com.mints.fiveworld.bean
package com.mints.freeworld.bean
/**
* Created by 冯瑞雨 on 2021/7/15.
......
package com.mints.fiveworld.bean
package com.mints.freeworld.bean
/**
* Created by 冯瑞雨 on 2021/7/15.
......
package com.mints.fiveworld.bean
package com.mints.freeworld.bean
import java.io.Serializable
......
package com.mints.fiveworld.bean;
package com.mints.freeworld.bean;
import java.io.Serializable;
import java.util.LinkedList;
......
package com.mints.fiveworld.bean
package com.mints.freeworld.bean
import java.io.Serializable
......
package com.mints.fiveworld.bean
package com.mints.freeworld.bean
import java.io.Serializable
......
package com.mints.fiveworld.bean
package com.mints.freeworld.bean
import java.io.Serializable
......
package com.mints.fiveworld.bean;
package com.mints.freeworld.bean;
import java.io.Serializable;
......
package com.mints.fiveworld.bean;
package com.mints.freeworld.bean;
import com.google.gson.annotations.SerializedName;
......
package com.mints.fiveworld.common
package com.mints.freeworld.common
import com.mints.fiveworld.BuildConfig
import com.mints.freeworld.BuildConfig
object Constant {
......
package com.mints.fiveworld.common
package com.mints.freeworld.common
import android.content.Context
import android.content.Intent
......@@ -17,13 +17,12 @@ import android.os.SystemClock
import android.provider.Settings
import android.telephony.TelephonyManager
import android.text.TextUtils
import com.mints.fiveworld.AppApplication
import com.mints.fiveworld.R
import com.mints.fiveworld.utils.SimUtils
import com.mints.fiveworld.utils.StorageQueryUtil
import com.mints.fiveworld.utils.SystemUtils
import com.mints.fiveworld.utils.json.JsonUtil
import me.goldze.mvvmhabit.utils.KLog
import com.mints.freeworld.AppApplication
import com.mints.freeworld.R
import com.mints.freeworld.utils.SimUtils
import com.mints.freeworld.utils.StorageQueryUtil
import com.mints.freeworld.utils.SystemUtils
import com.mints.freeworld.utils.json.JsonUtil
import java.io.*
import java.net.NetworkInterface
import java.util.*
......
package com.mints.fiveworld.db
package com.mints.freeworld.db
import androidx.room.Database
import androidx.room.Room
......
package com.mints.fiveworld.db
package com.mints.freeworld.db
import androidx.room.ColumnInfo
import androidx.room.Entity
......
package com.mints.fiveworld.eventbean;
package com.mints.freeworld.eventbean;
/**
* @author 冯瑞雨
......
package com.mints.fiveworld.login
package com.mints.freeworld.login
import android.Manifest
import android.graphics.Color
......@@ -6,12 +6,12 @@ import android.os.Bundle
import android.view.View
import androidx.lifecycle.Observer
import com.fry.base.base.BaseActivity
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.databinding.ActivityLoginBinding
import com.mints.fiveworld.manager.UserManager
import com.mints.fiveworld.utils.BackInputUtil
import com.mints.fiveworld.widget.dialog.DialogUtils
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.databinding.ActivityLoginBinding
import com.mints.freeworld.manager.UserManager
import com.mints.freeworld.utils.BackInputUtil
import com.mints.freeworld.widget.dialog.DialogUtils
import com.permissionx.guolindev.PermissionX
import com.permissionx.guolindev.callback.RequestCallback
import kotlinx.android.synthetic.main.activity_bindmobile.*
......
package com.mints.fiveworld.login
package com.mints.freeworld.login
import android.app.Application
import androidx.lifecycle.MutableLiveData
import com.mints.fiveworld.bean.BaseResponse
import com.mints.fiveworld.bean.UserBean
import com.mints.fiveworld.common.DeviceInfo
import com.mints.fiveworld.manager.UserManager
import com.mints.fiveworld.manager.oaid.OaidManager
import com.mints.fiveworld.model.ApiModel
import com.mints.fiveworld.netwrok.base.HttpSubscribeImpl
import com.mints.fiveworld.utils.DeviceUuidFactory
import com.mints.freeworld.bean.BaseResponse
import com.mints.freeworld.bean.UserBean
import com.mints.freeworld.common.DeviceInfo
import com.mints.freeworld.manager.UserManager
import com.mints.freeworld.manager.oaid.OaidManager
import com.mints.freeworld.model.ApiModel
import com.mints.freeworld.netwrok.base.HttpSubscribeImpl
import com.mints.freeworld.utils.DeviceUuidFactory
import me.goldze.mvvmhabit.base.BaseViewModel
import me.goldze.mvvmhabit.utils.KLog
import java.util.HashMap
......
package com.mints.fiveworld.main
package com.mints.freeworld.main
import android.Manifest
import android.os.Build
......@@ -13,15 +13,15 @@ import androidx.viewpager2.widget.ViewPager2
import com.fry.base.base.BaseActivity
import com.fry.base.utils.ImageLoader
import com.ittianyu.bottomnavigationviewex.BottomNavigationViewEx
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.databinding.ActivityMainBinding
import com.mints.fiveworld.main.googlemap.GoogleMapFragment
import com.mints.fiveworld.main.home.HomeFragment
import com.mints.fiveworld.main.my.MyFragment
import com.mints.fiveworld.main.vr.VRFragment
import com.mints.fiveworld.manager.UserManager
import com.mints.fiveworld.manager.oaid.OaidManager
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.databinding.ActivityMainBinding
import com.mints.freeworld.main.googlemap.GoogleMapFragment
import com.mints.freeworld.main.home.HomeFragment
import com.mints.freeworld.main.my.MyFragment
import com.mints.freeworld.main.vr.VRFragment
import com.mints.freeworld.manager.UserManager
import com.mints.freeworld.manager.oaid.OaidManager
import com.permissionx.guolindev.PermissionX
import com.permissionx.guolindev.callback.RequestCallback
import me.goldze.mvvmhabit.base.AppManager
......
package com.mints.fiveworld.main
package com.mints.freeworld.main
import android.app.Application
import androidx.appcompat.app.AppCompatActivity
import com.google.gson.Gson
import com.mints.fiveworld.bean.BaseResponse
import com.mints.fiveworld.bean.MapBean
import com.mints.fiveworld.bean.Version
import com.mints.fiveworld.common.DeviceInfo
import com.mints.fiveworld.model.ApiModel
import com.mints.fiveworld.netwrok.base.HttpSubscribeImpl
import com.mints.fiveworld.utils.UpdateHelper
import com.mints.freeworld.bean.BaseResponse
import com.mints.freeworld.bean.MapBean
import com.mints.freeworld.bean.Version
import com.mints.freeworld.common.DeviceInfo
import com.mints.freeworld.model.ApiModel
import com.mints.freeworld.netwrok.base.HttpSubscribeImpl
import com.mints.freeworld.utils.UpdateHelper
import me.goldze.mvvmhabit.base.AppManager
import me.goldze.mvvmhabit.base.BaseViewModel
import me.goldze.mvvmhabit.utils.KLog
......
package com.mints.fiveworld.main.googlemap
package com.mints.freeworld.main.googlemap
import android.os.Bundle
import android.os.Handler
......@@ -15,18 +15,18 @@ import com.github.lzyzsd.jsbridge.CallBackFunction
import com.github.lzyzsd.jsbridge.DefaultHandler
import com.google.gson.Gson
import com.lxj.xpopup.interfaces.OnConfirmListener
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.bean.GPS
import com.mints.fiveworld.bean.HotViewBean
import com.mints.fiveworld.bean.MutualBean
import com.mints.fiveworld.databinding.ActivityGoogleMapBinding
import com.mints.fiveworld.main.home.HomeViewModel
import com.mints.fiveworld.main.home.SearchMapActivity
import com.mints.fiveworld.webview.MintsWebViewActivity
import com.mints.fiveworld.widget.ScrollLayout
import com.mints.fiveworld.widget.dialog.DialogMapStyle
import com.mints.fiveworld.widget.dialog.HotViewDialog
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.bean.GPS
import com.mints.freeworld.bean.HotViewBean
import com.mints.freeworld.bean.MutualBean
import com.mints.freeworld.databinding.ActivityGoogleMapBinding
import com.mints.freeworld.main.home.HomeViewModel
import com.mints.freeworld.main.home.SearchMapActivity
import com.mints.freeworld.webview.MintsWebViewActivity
import com.mints.freeworld.widget.ScrollLayout
import com.mints.freeworld.widget.dialog.DialogMapStyle
import com.mints.freeworld.widget.dialog.HotViewDialog
import me.goldze.mvvmhabit.base.AppManager
import me.goldze.mvvmhabit.utils.CommonDialogUtils
import me.goldze.mvvmhabit.utils.KLog
......
package com.mints.fiveworld.main.home
package com.mints.freeworld.main.home
import android.os.Build
import android.os.Bundle
......@@ -14,9 +14,9 @@ import com.fry.base.base.BaseActivity
import com.fry.base.recycler_view.VHMAdapter
import com.fry.base.recycler_view.VHModel
import com.fry.base.utils.DensityUtils
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.databinding.ActivityHistoricalImageBinding
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.databinding.ActivityHistoricalImageBinding
import java.util.*
/**
......
package com.mints.fiveworld.main.home
package com.mints.freeworld.main.home
import android.app.Application
import me.goldze.mvvmhabit.base.BaseViewModel
......
package com.mints.fiveworld.main.home
package com.mints.freeworld.main.home
import me.goldze.mvvmhabit.base.ItemViewModel
import me.goldze.mvvmhabit.binding.command.BindingAction
......
package com.mints.fiveworld.main.home
package com.mints.freeworld.main.home
import android.content.Context.SENSOR_SERVICE
import android.graphics.Point
......@@ -21,20 +21,20 @@ import com.baidu.mapapi.search.core.SearchResult
import com.baidu.mapapi.search.geocode.*
import com.fry.base.base.BaseFragment
import com.google.gson.Gson
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.bean.MapBean
import com.mints.fiveworld.bean.PositioningBean
import com.mints.fiveworld.databinding.FragmentHomeBinding
import com.mints.fiveworld.main.my.OpenvipActivity
import com.mints.fiveworld.manager.UmengManager
import com.mints.fiveworld.manager.UserManager
import com.mints.fiveworld.widget.ScrollLayout
import com.mints.fiveworld.widget.dialog.DialogMapStyle
import com.mints.fiveworld.widget.dialog.DialogUtils
import com.mints.fiveworld.widget.dialog.DialogUtils.showupgradevipDialog
import com.mints.fiveworld.widget.dialog.HotViewDialog
import com.mints.fiveworld.widget.dialog.ViewRecommedDialog
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.bean.MapBean
import com.mints.freeworld.bean.PositioningBean
import com.mints.freeworld.databinding.FragmentHomeBinding
import com.mints.freeworld.main.my.OpenvipActivity
import com.mints.freeworld.manager.UmengManager
import com.mints.freeworld.manager.UserManager
import com.mints.freeworld.widget.ScrollLayout
import com.mints.freeworld.widget.dialog.DialogMapStyle
import com.mints.freeworld.widget.dialog.DialogUtils
import com.mints.freeworld.widget.dialog.DialogUtils.showupgradevipDialog
import com.mints.freeworld.widget.dialog.HotViewDialog
import com.mints.freeworld.widget.dialog.ViewRecommedDialog
import me.goldze.mvvmhabit.base.AppManager
import me.goldze.mvvmhabit.utils.KLog
import me.goldze.mvvmhabit.utils.RxUtils
......
package com.mints.fiveworld.main.home
package com.mints.freeworld.main.home
import android.app.Application
import android.content.Intent
import androidx.databinding.ObservableArrayList
import androidx.lifecycle.MutableLiveData
import com.google.gson.Gson
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.bean.*
import com.mints.fiveworld.common.DeviceInfo
import com.mints.fiveworld.main.my.OpenvipActivity
import com.mints.fiveworld.manager.UserManager
import com.mints.fiveworld.manager.oaid.OaidManager
import com.mints.fiveworld.model.ApiModel
import com.mints.fiveworld.netwrok.base.HttpSubscribeImpl
import com.mints.fiveworld.utils.DeviceUuidFactory
import com.mints.fiveworld.webview.MintsWebViewActivity
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.bean.*
import com.mints.freeworld.common.DeviceInfo
import com.mints.freeworld.main.my.OpenvipActivity
import com.mints.freeworld.manager.UserManager
import com.mints.freeworld.manager.oaid.OaidManager
import com.mints.freeworld.model.ApiModel
import com.mints.freeworld.netwrok.base.HttpSubscribeImpl
import com.mints.freeworld.utils.DeviceUuidFactory
import com.mints.freeworld.webview.MintsWebViewActivity
import me.goldze.mvvmhabit.base.AppManager
import me.goldze.mvvmhabit.base.BaseViewModel
import me.goldze.mvvmhabit.utils.KLog
......
package com.mints.fiveworld.main.home
package com.mints.freeworld.main.home
import android.content.Intent
import com.mints.fiveworld.bean.HistoryBean
import com.mints.fiveworld.bean.Location
import com.mints.fiveworld.main.my.OpenvipActivity
import com.mints.fiveworld.manager.UserManager
import com.mints.freeworld.bean.HistoryBean
import com.mints.freeworld.bean.Location
import com.mints.freeworld.main.my.OpenvipActivity
import com.mints.freeworld.manager.UserManager
import me.goldze.mvvmhabit.base.ItemViewModel
import me.goldze.mvvmhabit.binding.command.BindingAction
import me.goldze.mvvmhabit.binding.command.BindingCommand
......
package com.mints.fiveworld.main.home
package com.mints.freeworld.main.home
import android.content.Intent
import android.os.Bundle
......@@ -11,14 +11,14 @@ import com.alibaba.android.vlayout.DelegateAdapter
import com.alibaba.android.vlayout.VirtualLayoutManager
import com.fry.base.base.BaseActivity
import com.fry.base.utils.ResourceUtils
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.adapter.HistoryRecordAdapter
import com.mints.fiveworld.adapter.PopularSceneAdapter
import com.mints.fiveworld.bean.HistoryBean
import com.mints.fiveworld.bean.MapBean
import com.mints.fiveworld.bean.PositionBean
import com.mints.fiveworld.databinding.ActivitySearchMapBinding
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.adapter.HistoryRecordAdapter
import com.mints.freeworld.adapter.PopularSceneAdapter
import com.mints.freeworld.bean.HistoryBean
import com.mints.freeworld.bean.MapBean
import com.mints.freeworld.bean.PositionBean
import com.mints.freeworld.databinding.ActivitySearchMapBinding
/**
* Created by 冯瑞雨 on 2021/7/13.
......
package com.mints.fiveworld.main.home
package com.mints.freeworld.main.home
import android.app.Application
import android.text.TextUtils
import androidx.databinding.ObservableArrayList
import androidx.lifecycle.MutableLiveData
import com.google.gson.Gson
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.bean.*
import com.mints.fiveworld.model.ApiModel
import com.mints.fiveworld.model.BaiduModel
import com.mints.fiveworld.netwrok.base.HttpSubscribeImpl
import com.mints.fiveworld.webview.MintsWebViewActivity
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.bean.*
import com.mints.freeworld.model.ApiModel
import com.mints.freeworld.model.BaiduModel
import com.mints.freeworld.netwrok.base.HttpSubscribeImpl
import com.mints.freeworld.webview.MintsWebViewActivity
import me.goldze.mvvmhabit.base.AppManager
import me.goldze.mvvmhabit.base.BaseViewModel
import me.goldze.mvvmhabit.utils.KLog
......
package com.mints.fiveworld.main.home
package com.mints.freeworld.main.home
import com.mints.fiveworld.bean.PositionBean
import com.mints.freeworld.bean.PositionBean
interface onGetSuggestionPositionsLister {
fun onGetSuggestionResult(var1: PositionBean?)
......
package com.mints.fiveworld.main.my
package com.mints.freeworld.main.my
import android.graphics.Color
import android.os.Bundle
import android.view.View
import com.blankj.utilcode.util.ToastUtils
import com.bytedance.hume.readapk.HumeSDK
import com.mints.fiveworld.databinding.ActivityAboutusBinding
import com.mints.freeworld.databinding.ActivityAboutusBinding
import com.fry.base.base.BaseActivity
import com.mints.fiveworld.AppApplication
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.common.Constant
import com.mints.fiveworld.common.DeviceInfo
import com.mints.fiveworld.utils.CommonUtils
import com.mints.fiveworld.webview.MintsWebViewActivity
import com.mints.freeworld.AppApplication
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.common.Constant
import com.mints.freeworld.common.DeviceInfo
import com.mints.freeworld.utils.CommonUtils
import com.mints.freeworld.webview.MintsWebViewActivity
import kotlinx.android.synthetic.main.activity_aboutus.*
import kotlinx.android.synthetic.main.include_header.*
......
package com.mints.fiveworld.main.my
package com.mints.freeworld.main.my
import android.app.Application
import me.goldze.mvvmhabit.base.BaseViewModel
......
package com.mints.fiveworld.main.my
package com.mints.freeworld.main.my
import android.Manifest
import android.os.Bundle
......@@ -6,13 +6,13 @@ import android.text.TextUtils
import android.view.View
import androidx.lifecycle.Observer
import com.fry.base.base.BaseActivity
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.bean.UserBean
import com.mints.fiveworld.databinding.ActivityBindmobileBinding
import com.mints.fiveworld.main.MainActivity
import com.mints.fiveworld.utils.BackInputUtil
import com.mints.fiveworld.widget.dialog.DialogUtils
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.bean.UserBean
import com.mints.freeworld.databinding.ActivityBindmobileBinding
import com.mints.freeworld.main.MainActivity
import com.mints.freeworld.utils.BackInputUtil
import com.mints.freeworld.widget.dialog.DialogUtils
import com.permissionx.guolindev.PermissionX
import com.permissionx.guolindev.callback.RequestCallback
import kotlinx.android.synthetic.main.activity_bindmobile.*
......
package com.mints.fiveworld.main.my
package com.mints.freeworld.main.my
import android.app.Application
import androidx.lifecycle.MutableLiveData
import com.mints.fiveworld.bean.BaseResponse
import com.mints.fiveworld.bean.UserBean
import com.mints.fiveworld.manager.UserManager
import com.mints.fiveworld.model.ApiModel
import com.mints.fiveworld.netwrok.base.HttpSubscribeImpl
import com.mints.freeworld.bean.BaseResponse
import com.mints.freeworld.bean.UserBean
import com.mints.freeworld.manager.UserManager
import com.mints.freeworld.model.ApiModel
import com.mints.freeworld.netwrok.base.HttpSubscribeImpl
import me.goldze.mvvmhabit.base.BaseViewModel
import me.goldze.mvvmhabit.utils.KLog
import java.util.HashMap
......
package com.mints.fiveworld.main.my
package com.mints.freeworld.main.my
import android.graphics.Color
import android.os.Bundle
......@@ -7,12 +7,12 @@ import android.widget.ImageView
import android.widget.TextView
import androidx.core.content.ContextCompat
import com.fry.base.base.BaseActivity
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.common.Constant
import com.mints.fiveworld.databinding.ActivityMoresettingsBinding
import com.mints.fiveworld.manager.UserManager
import com.mints.fiveworld.webview.MintsWebViewActivity
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.common.Constant
import com.mints.freeworld.databinding.ActivityMoresettingsBinding
import com.mints.freeworld.manager.UserManager
import com.mints.freeworld.webview.MintsWebViewActivity
import kotlinx.android.synthetic.main.activity_moresettings.*
import kotlinx.android.synthetic.main.include_header.*
import me.goldze.mvvmhabit.utils.KLog
......
package com.mints.fiveworld.main.my
package com.mints.freeworld.main.my
import android.app.Application
import me.goldze.mvvmhabit.base.BaseViewModel
......
package com.mints.fiveworld.main.my
package com.mints.freeworld.main.my
import android.os.Bundle
import android.view.LayoutInflater
......@@ -10,12 +10,12 @@ import androidx.core.content.ContextCompat
import androidx.lifecycle.Observer
import com.bumptech.glide.Glide
import com.fry.base.base.BaseFragment
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.bean.UserBean
import com.mints.fiveworld.databinding.FragmentMyBinding
import com.mints.fiveworld.manager.UserManager
import com.mints.fiveworld.widget.dialog.WxLoginDialog
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.bean.UserBean
import com.mints.freeworld.databinding.FragmentMyBinding
import com.mints.freeworld.manager.UserManager
import com.mints.freeworld.widget.dialog.WxLoginDialog
import com.scwang.smartrefresh.layout.api.RefreshLayout
import com.scwang.smartrefresh.layout.listener.OnRefreshListener
import kotlinx.android.synthetic.main.fragment_my.*
......
package com.mints.fiveworld.main.my
package com.mints.freeworld.main.my
import android.app.Application
import androidx.lifecycle.MutableLiveData
import com.mints.fiveworld.bean.BaseResponse
import com.mints.fiveworld.bean.UserBean
import com.mints.fiveworld.common.DeviceInfo
import com.mints.fiveworld.manager.UserManager
import com.mints.fiveworld.manager.oaid.OaidManager
import com.mints.fiveworld.model.ApiModel
import com.mints.fiveworld.netwrok.base.HttpSubscribeImpl
import com.mints.fiveworld.utils.DeviceUuidFactory
import com.mints.freeworld.bean.BaseResponse
import com.mints.freeworld.bean.UserBean
import com.mints.freeworld.common.DeviceInfo
import com.mints.freeworld.manager.UserManager
import com.mints.freeworld.manager.oaid.OaidManager
import com.mints.freeworld.model.ApiModel
import com.mints.freeworld.netwrok.base.HttpSubscribeImpl
import com.mints.freeworld.utils.DeviceUuidFactory
import me.goldze.mvvmhabit.base.BaseViewModel
import me.goldze.mvvmhabit.utils.KLog
import java.util.HashMap
......
package com.mints.fiveworld.main.my
package com.mints.freeworld.main.my
import android.annotation.SuppressLint
import android.app.Dialog
......@@ -14,17 +14,17 @@ import com.alibaba.android.vlayout.DelegateAdapter
import com.alibaba.android.vlayout.VirtualLayoutManager
import com.cuieney.sdk.rxpay.RxPay
import com.fry.base.base.BaseActivity
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.adapter.GridPaymentAdapter
import com.mints.fiveworld.bean.PaymentBean
import com.mints.fiveworld.bean.VipBean
import com.mints.fiveworld.bean.WxPayParamBean
import com.mints.fiveworld.databinding.ActivityOpenvipBinding
import com.mints.fiveworld.manager.UserManager
import com.mints.fiveworld.widget.dialog.DialogListener
import com.mints.fiveworld.widget.dialog.DialogUtils
import com.mints.fiveworld.widget.dialog.WxLoginDialog
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.adapter.GridPaymentAdapter
import com.mints.freeworld.bean.PaymentBean
import com.mints.freeworld.bean.VipBean
import com.mints.freeworld.bean.WxPayParamBean
import com.mints.freeworld.databinding.ActivityOpenvipBinding
import com.mints.freeworld.manager.UserManager
import com.mints.freeworld.widget.dialog.DialogListener
import com.mints.freeworld.widget.dialog.DialogUtils
import com.mints.freeworld.widget.dialog.WxLoginDialog
import kotlinx.android.synthetic.main.activity_openvip.*
import kotlinx.android.synthetic.main.include_header.*
import me.goldze.mvvmhabit.utils.AppUtils
......
package com.mints.fiveworld.main.my
package com.mints.freeworld.main.my
import android.app.Application
import androidx.lifecycle.MutableLiveData
import com.blankj.utilcode.util.ToastUtils
import com.mints.fiveworld.bean.*
import com.mints.fiveworld.common.DeviceInfo
import com.mints.fiveworld.manager.UserManager
import com.mints.fiveworld.manager.oaid.OaidManager
import com.mints.fiveworld.model.ApiModel
import com.mints.fiveworld.netwrok.base.HttpSubscribeImpl
import com.mints.fiveworld.utils.DeviceUuidFactory
import com.mints.freeworld.bean.*
import com.mints.freeworld.common.DeviceInfo
import com.mints.freeworld.manager.UserManager
import com.mints.freeworld.manager.oaid.OaidManager
import com.mints.freeworld.model.ApiModel
import com.mints.freeworld.netwrok.base.HttpSubscribeImpl
import com.mints.freeworld.utils.DeviceUuidFactory
import me.goldze.mvvmhabit.base.BaseViewModel
import me.goldze.mvvmhabit.utils.KLog
import java.util.HashMap
......
package com.mints.fiveworld.main.my
package com.mints.freeworld.main.my
import android.Manifest
import android.os.Build
......@@ -6,15 +6,15 @@ import android.os.Bundle
import android.view.View
import com.fry.base.base.BaseActivity
import com.github.iielse.switchbutton.SwitchView
import com.mints.fiveworld.AppApplication
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.common.Constant
import com.mints.fiveworld.databinding.ActivityPermissionsBinding
import com.mints.fiveworld.main.MainActivity
import com.mints.fiveworld.utils.NetUtils
import com.mints.fiveworld.utils.nodoubleclick.AntiShake
import com.mints.fiveworld.webview.MintsWebViewActivity
import com.mints.freeworld.AppApplication
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.common.Constant
import com.mints.freeworld.databinding.ActivityPermissionsBinding
import com.mints.freeworld.main.MainActivity
import com.mints.freeworld.utils.NetUtils
import com.mints.freeworld.utils.nodoubleclick.AntiShake
import com.mints.freeworld.webview.MintsWebViewActivity
import com.permissionx.guolindev.PermissionX
import com.permissionx.guolindev.callback.RequestCallback
import com.tencent.mmkv.MMKV
......
package com.mints.fiveworld.main.my
package com.mints.freeworld.main.my
import android.app.Application
import me.goldze.mvvmhabit.base.BaseViewModel
......
package com.mints.fiveworld.main.vr
package com.mints.freeworld.main.vr
import android.content.Intent
import android.os.Bundle
......@@ -7,10 +7,10 @@ import androidx.lifecycle.Observer
import com.alibaba.android.vlayout.DelegateAdapter
import com.alibaba.android.vlayout.VirtualLayoutManager
import com.fry.base.base.BaseActivity
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.adapter.GridVrMapAdapter
import com.mints.fiveworld.databinding.ActivityDetailedBinding
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.adapter.GridVrMapAdapter
import com.mints.freeworld.databinding.ActivityDetailedBinding
class DetailedActivity : BaseActivity<ActivityDetailedBinding, DetailedViewModel>(), View.OnClickListener {
......
package com.mints.fiveworld.main.vr
package com.mints.freeworld.main.vr
import android.app.Application
import androidx.lifecycle.MutableLiveData
import com.mints.fiveworld.bean.AuthorizedBean
import com.mints.fiveworld.bean.BaseResponse
import com.mints.fiveworld.bean.DetailedBean
import com.mints.fiveworld.model.ApiModel
import com.mints.fiveworld.netwrok.base.HttpSubscribeImpl
import com.mints.fiveworld.webview.MintsWebViewActivity
import com.mints.freeworld.bean.AuthorizedBean
import com.mints.freeworld.bean.BaseResponse
import com.mints.freeworld.bean.DetailedBean
import com.mints.freeworld.model.ApiModel
import com.mints.freeworld.netwrok.base.HttpSubscribeImpl
import com.mints.freeworld.webview.MintsWebViewActivity
import me.goldze.mvvmhabit.base.BaseViewModel
import me.goldze.mvvmhabit.utils.KLog
import java.util.HashMap
......
package com.mints.fiveworld.main.vr
package com.mints.freeworld.main.vr
import android.os.Bundle
import android.view.LayoutInflater
......@@ -7,10 +7,10 @@ import androidx.lifecycle.Observer
import com.alibaba.android.vlayout.DelegateAdapter
import com.alibaba.android.vlayout.VirtualLayoutManager
import com.fry.base.base.BaseFragment
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.adapter.ItemEnterDestinationAdapter
import com.mints.fiveworld.databinding.FragmentFeaturedExperienceBinding
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.adapter.ItemEnterDestinationAdapter
import com.mints.freeworld.databinding.FragmentFeaturedExperienceBinding
/**
* Created by 冯瑞雨 on 2021/7/9.
......
package com.mints.fiveworld.main.vr
package com.mints.freeworld.main.vr
import android.app.Application
import androidx.lifecycle.MutableLiveData
import com.mints.fiveworld.bean.BaseResponse
import com.mints.fiveworld.bean.VreperienceBean
import com.mints.fiveworld.bean.VrmapBean
import com.mints.fiveworld.model.ApiModel
import com.mints.fiveworld.netwrok.base.HttpSubscribeImpl
import com.mints.freeworld.bean.BaseResponse
import com.mints.freeworld.bean.VreperienceBean
import com.mints.freeworld.bean.VrmapBean
import com.mints.freeworld.model.ApiModel
import com.mints.freeworld.netwrok.base.HttpSubscribeImpl
import me.goldze.mvvmhabit.base.BaseViewModel
import me.goldze.mvvmhabit.utils.KLog
import java.util.HashMap
......
package com.mints.fiveworld.main.vr
package com.mints.freeworld.main.vr
import com.mints.fiveworld.main.home.HomeViewModel
import com.mints.fiveworld.webview.MintsWebViewActivity
import com.mints.freeworld.main.home.HomeViewModel
import com.mints.freeworld.webview.MintsWebViewActivity
import me.goldze.mvvmhabit.base.ItemViewModel
import me.goldze.mvvmhabit.binding.command.BindingAction
import me.goldze.mvvmhabit.binding.command.BindingCommand
......
package com.mints.fiveworld.main.vr
package com.mints.freeworld.main.vr
import android.os.Bundle
import android.view.LayoutInflater
......@@ -7,11 +7,11 @@ import androidx.lifecycle.Observer
import com.alibaba.android.vlayout.DelegateAdapter
import com.alibaba.android.vlayout.VirtualLayoutManager
import com.fry.base.base.BaseFragment
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.adapter.GridMapAdapter
import com.mints.fiveworld.bean.VrmapBean
import com.mints.fiveworld.databinding.FragmentFreeZoneBinding
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.adapter.GridMapAdapter
import com.mints.freeworld.bean.VrmapBean
import com.mints.freeworld.databinding.FragmentFreeZoneBinding
/**
* Created by 冯瑞雨 on 2021/7/9.
......
package com.mints.fiveworld.main.vr
package com.mints.freeworld.main.vr
import android.app.Application
import androidx.lifecycle.MutableLiveData
import com.mints.fiveworld.bean.BaseResponse
import com.mints.fiveworld.bean.VrmapBean
import com.mints.fiveworld.db.ScenicSpotBean
import com.mints.fiveworld.model.ApiModel
import com.mints.fiveworld.netwrok.base.HttpSubscribeImpl
import com.mints.freeworld.bean.BaseResponse
import com.mints.freeworld.bean.VrmapBean
import com.mints.freeworld.db.ScenicSpotBean
import com.mints.freeworld.model.ApiModel
import com.mints.freeworld.netwrok.base.HttpSubscribeImpl
import me.goldze.mvvmhabit.base.BaseViewModel
import me.goldze.mvvmhabit.utils.KLog
......
package com.mints.fiveworld.main.vr
package com.mints.freeworld.main.vr
import android.content.Context
import android.content.Intent
......@@ -8,10 +8,10 @@ import com.baidu.lbsapi.MKGeneralListener
import com.baidu.lbsapi.panoramaview.PanoramaView
import com.baidu.lbsapi.panoramaview.PanoramaViewListener
import com.fry.base.base.BaseActivity
import com.mints.fiveworld.AppApplication
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.databinding.ActivityPanoramicBinding
import com.mints.freeworld.AppApplication
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.databinding.ActivityPanoramicBinding
import me.goldze.mvvmhabit.utils.KLog
/**
......
package com.mints.fiveworld.main.vr
package com.mints.freeworld.main.vr
import android.app.Application
import me.goldze.mvvmhabit.base.BaseViewModel
......
package com.mints.fiveworld.main.vr
package com.mints.freeworld.main.vr
import android.content.Context
import android.graphics.Color
......@@ -14,9 +14,9 @@ import androidx.viewpager2.adapter.FragmentStateAdapter
import androidx.viewpager2.widget.ViewPager2
import com.fry.base.base.BaseFragment
import com.fry.base.widget.ScaleTransitionPagerTitleView
import com.mints.fiveworld.BR
import com.mints.fiveworld.R
import com.mints.fiveworld.databinding.FragmentVrBinding
import com.mints.freeworld.BR
import com.mints.freeworld.R
import com.mints.freeworld.databinding.FragmentVrBinding
import me.goldze.mvvmhabit.base.AppManager
import me.goldze.mvvmhabit.utils.Utils
import me.goldze.mvvmhabit.utils.systembar.StatusBarUtil
......
package com.mints.fiveworld.main.vr
package com.mints.freeworld.main.vr
import android.app.Application
import me.goldze.mvvmhabit.base.BaseViewModel
......
package com.mints.fiveworld.manager
package com.mints.freeworld.manager
import com.umeng.analytics.MobclickAgent
import com.umeng.commonsdk.UMConfigure
import com.mints.fiveworld.BuildConfig
import com.mints.fiveworld.AppApplication
import com.mints.fiveworld.utils.CommonUtils
import com.mints.freeworld.BuildConfig
import com.mints.freeworld.AppApplication
import com.mints.freeworld.utils.CommonUtils
object UmengManager {
......
package com.mints.fiveworld.manager
package com.mints.freeworld.manager
import android.text.TextUtils
import com.mints.fiveworld.bean.UserBean
import com.mints.freeworld.bean.UserBean
import com.tencent.mmkv.MMKV
/**
......
package com.mints.fiveworld.manager.oaid;
package com.mints.freeworld.manager.oaid;
import android.content.Context;
import android.util.Log;
......
package com.mints.fiveworld.manager.oaid
package com.mints.freeworld.manager.oaid
import com.mints.fiveworld.AppApplication
import com.mints.freeworld.AppApplication
object OaidManager {
......
package com.mints.fiveworld.model
package com.mints.freeworld.model
import com.mints.fiveworld.api.MainApi
import com.mints.fiveworld.bean.*
import com.mints.fiveworld.netwrok.common.HttpManager
import com.mints.freeworld.api.MainApi
import com.mints.freeworld.bean.*
import com.mints.freeworld.netwrok.common.HttpManager
import com.trello.rxlifecycle2.LifecycleProvider
import io.reactivex.Observable
import retrofit2.Response
......
package com.mints.fiveworld.model
package com.mints.freeworld.model
import com.mints.fiveworld.api.BaiduApi
import com.mints.fiveworld.bean.*
import com.mints.fiveworld.netwrok.baidu.BaiduHttpManager
import com.mints.freeworld.api.BaiduApi
import com.mints.freeworld.bean.*
import com.mints.freeworld.netwrok.baidu.BaiduHttpManager
import com.trello.rxlifecycle2.LifecycleProvider
import io.reactivex.Observable
import retrofit2.Response
......
package com.mints.fiveworld.netwrok.baidu;
package com.mints.freeworld.netwrok.baidu;
import com.google.gson.Gson;
import com.mints.fiveworld.bean.BaseResponse;
import com.mints.fiveworld.manager.UserManager;
import com.mints.freeworld.bean.BaseResponse;
import com.mints.freeworld.manager.UserManager;
import java.io.IOException;
import java.io.OutputStreamWriter;
......
package com.mints.fiveworld.netwrok.baidu;
package com.mints.freeworld.netwrok.baidu;
import java.util.ArrayList;
import java.util.List;
......
package com.mints.fiveworld.netwrok.baidu;
package com.mints.freeworld.netwrok.baidu;
import com.fry.base.global.Constants;
import com.mints.fiveworld.api.BaiduApi;
import com.mints.fiveworld.bean.BaseResponse;
import com.mints.fiveworld.netwrok.common.HttpErrorProcess;
import com.mints.freeworld.api.BaiduApi;
import com.mints.freeworld.bean.BaseResponse;
import com.mints.freeworld.netwrok.common.HttpErrorProcess;
import com.trello.rxlifecycle2.LifecycleProvider;
import io.reactivex.Observable;
......
package com.mints.fiveworld.netwrok.baidu;
package com.mints.freeworld.netwrok.baidu;
import android.content.Context;
import android.text.TextUtils;
......
package com.mints.fiveworld.netwrok.base;
package com.mints.freeworld.netwrok.base;
import java.util.ArrayList;
import java.util.List;
......
package com.mints.fiveworld.netwrok.base
package com.mints.freeworld.netwrok.base
import com.mints.fiveworld.bean.BaseResponse
import com.mints.freeworld.bean.BaseResponse
import me.goldze.mvvmhabit._enum.ViewStatus
import me.goldze.mvvmhabit.base.BaseViewModel
import me.goldze.mvvmhabit.http.ExceptionHandle
......
package com.mints.fiveworld.netwrok.base;
package com.mints.freeworld.netwrok.base;
import com.mints.fiveworld.bean.BaseResponse;
import com.mints.freeworld.bean.BaseResponse;
import io.reactivex.disposables.Disposable;
import me.goldze.mvvmhabit.http.ResponseThrowable;
......
package com.mints.fiveworld.netwrok.base
package com.mints.freeworld.netwrok.base
import com.mints.fiveworld.bean.BaseResponse
import com.mints.freeworld.bean.BaseResponse
import io.reactivex.Observer
import io.reactivex.disposables.Disposable
import me.goldze.mvvmhabit.base.BaseViewModel
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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