Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
L
location share white
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
location share white
Commits
72961cce
Commit
72961cce
authored
Dec 04, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
f1e16118
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
9 additions
and
20 deletions
+9
-20
AppConfig.kt
...main/java/com/base/locationsharewhite/helper/AppConfig.kt
+1
-1
EventUtils.kt
...ain/java/com/base/locationsharewhite/helper/EventUtils.kt
+0
-1
MyApplication.kt
.../java/com/base/locationsharewhite/helper/MyApplication.kt
+0
-1
NewComUtils.kt
...in/java/com/base/locationsharewhite/helper/NewComUtils.kt
+0
-1
AdConstConfig.kt
...om/base/locationsharewhite/helper/config/AdConstConfig.kt
+0
-8
BpUtils.kt
...main/java/com/base/locationsharewhite/location/BpUtils.kt
+1
-1
LocationLoginUtils.kt
...om/base/locationsharewhite/location/LocationLoginUtils.kt
+1
-1
LocationNameUtils.kt
...com/base/locationsharewhite/location/LocationNameUtils.kt
+1
-1
LocationPositionUtils.kt
...base/locationsharewhite/location/LocationPositionUtils.kt
+1
-1
LocationShareListUtils.kt
...ase/locationsharewhite/location/LocationShareListUtils.kt
+1
-1
LocationShareUtils.kt
...om/base/locationsharewhite/location/LocationShareUtils.kt
+1
-1
LocationStatusUtils.kt
...m/base/locationsharewhite/location/LocationStatusUtils.kt
+1
-1
SettingActivity.kt
...ava/com/base/locationsharewhite/ui/set/SettingActivity.kt
+1
-1
No files found.
app/src/main/java/com/base/locationsharewhite/helper/
config/
AppConfig.kt
→
app/src/main/java/com/base/locationsharewhite/helper/AppConfig.kt
View file @
72961cce
package
com.base.locationsharewhite.helper
.config
package
com.base.locationsharewhite.helper
import
com.base.locationsharewhite.ui.splash.SplashActivity
...
...
app/src/main/java/com/base/locationsharewhite/helper/EventUtils.kt
View file @
72961cce
...
...
@@ -4,7 +4,6 @@ import android.os.Build
import
com.base.locationsharewhite.BuildConfig
import
com.base.locationsharewhite.bean.ConstObject.ifAgreePrivacy
import
com.base.locationsharewhite.helper.ReportUtils.doPost
import
com.base.locationsharewhite.helper.config.AppConfig
import
com.base.locationsharewhite.utils.AppPreferences
import
com.base.locationsharewhite.utils.LogEx
import
org.json.JSONException
...
...
app/src/main/java/com/base/locationsharewhite/helper/MyApplication.kt
View file @
72961cce
...
...
@@ -18,7 +18,6 @@ import com.base.locationsharewhite.fcm.PopupConstObject
import
com.base.locationsharewhite.fcm.ScreenStatusReceiver
import
com.base.locationsharewhite.fcm.TimerManager.Companion.changeTimer
import
com.base.locationsharewhite.fcm.alarm.AlarmUtils.startAlarm
import
com.base.locationsharewhite.helper.config.AppConfig
import
com.base.locationsharewhite.service.StayJobService.Companion.startJob
import
com.base.locationsharewhite.ui.splash.SplashActivity
import
com.base.locationsharewhite.utils.AppPreferences
...
...
app/src/main/java/com/base/locationsharewhite/helper/NewComUtils.kt
View file @
72961cce
...
...
@@ -2,7 +2,6 @@ package com.base.locationsharewhite.helper
import
android.util.Log
import
com.base.locationsharewhite.BuildConfig
import
com.base.locationsharewhite.helper.config.AppConfig
import
com.base.locationsharewhite.utils.AppPreferences
import
com.base.locationsharewhite.utils.LogEx
import
kotlinx.coroutines.CoroutineScope
...
...
app/src/main/java/com/base/locationsharewhite/helper/config/AdConstConfig.kt
deleted
100644 → 0
View file @
f1e16118
package
com.base.locationsharewhite.helper.config
/**
* 接口配置常量
*/
object
AdConstConfig
{
const
val
open_ad_loading
=
"open_ad_loading"
}
\ No newline at end of file
app/src/main/java/com/base/locationsharewhite/location/BpUtils.kt
View file @
72961cce
...
...
@@ -2,7 +2,7 @@ package com.base.locationsharewhite.location
import
android.os.Build
import
com.base.locationsharewhite.BuildConfig
import
com.base.locationsharewhite.helper.
config.
AppConfig
import
com.base.locationsharewhite.helper.AppConfig
import
com.base.locationsharewhite.utils.AppPreferences
import
org.json.JSONObject
...
...
app/src/main/java/com/base/locationsharewhite/location/LocationLoginUtils.kt
View file @
72961cce
...
...
@@ -2,7 +2,7 @@ package com.base.locationsharewhite.location
import
com.base.locationsharewhite.helper.AESHelper
import
com.base.locationsharewhite.helper.ReportUtils.doPost
import
com.base.locationsharewhite.helper.
config.
AppConfig
import
com.base.locationsharewhite.helper.AppConfig
import
com.base.locationsharewhite.utils.AppPreferences
import
com.base.locationsharewhite.utils.LogEx
import
org.json.JSONObject
...
...
app/src/main/java/com/base/locationsharewhite/location/LocationNameUtils.kt
View file @
72961cce
...
...
@@ -2,7 +2,7 @@ package com.base.locationsharewhite.location
import
com.base.locationsharewhite.helper.AESHelper
import
com.base.locationsharewhite.helper.ReportUtils
import
com.base.locationsharewhite.helper.
config.
AppConfig
import
com.base.locationsharewhite.helper.AppConfig
import
com.base.locationsharewhite.utils.LogEx
import
org.json.JSONObject
...
...
app/src/main/java/com/base/locationsharewhite/location/LocationPositionUtils.kt
View file @
72961cce
...
...
@@ -3,7 +3,7 @@ package com.base.locationsharewhite.location
import
com.base.locationsharewhite.bean.LocationData
import
com.base.locationsharewhite.helper.AESHelper
import
com.base.locationsharewhite.helper.ReportUtils
import
com.base.locationsharewhite.helper.
config.
AppConfig
import
com.base.locationsharewhite.helper.AppConfig
import
com.base.locationsharewhite.utils.AppPreferences
import
com.base.locationsharewhite.utils.LogEx
import
com.google.android.gms.maps.model.LatLng
...
...
app/src/main/java/com/base/locationsharewhite/location/LocationShareListUtils.kt
View file @
72961cce
...
...
@@ -4,7 +4,7 @@ import com.base.locationsharewhite.bean.ViewerBean
import
com.base.locationsharewhite.bean.ViewingBean
import
com.base.locationsharewhite.helper.AESHelper
import
com.base.locationsharewhite.helper.ReportUtils
import
com.base.locationsharewhite.helper.
config.
AppConfig
import
com.base.locationsharewhite.helper.AppConfig
import
com.base.locationsharewhite.utils.AppPreferences
import
com.base.locationsharewhite.utils.LogEx
import
com.google.gson.Gson
...
...
app/src/main/java/com/base/locationsharewhite/location/LocationShareUtils.kt
View file @
72961cce
...
...
@@ -2,7 +2,7 @@ package com.base.locationsharewhite.location
import
com.base.locationsharewhite.helper.AESHelper
import
com.base.locationsharewhite.helper.ReportUtils
import
com.base.locationsharewhite.helper.
config.
AppConfig
import
com.base.locationsharewhite.helper.AppConfig
import
com.base.locationsharewhite.location.LocationLoginUtils.extractData
import
com.base.locationsharewhite.utils.AppPreferences
import
com.base.locationsharewhite.utils.LogEx
...
...
app/src/main/java/com/base/locationsharewhite/location/LocationStatusUtils.kt
View file @
72961cce
...
...
@@ -2,7 +2,7 @@ package com.base.locationsharewhite.location
import
com.base.locationsharewhite.helper.AESHelper
import
com.base.locationsharewhite.helper.ReportUtils
import
com.base.locationsharewhite.helper.
config.
AppConfig
import
com.base.locationsharewhite.helper.AppConfig
import
com.base.locationsharewhite.utils.LogEx
import
org.json.JSONObject
...
...
app/src/main/java/com/base/locationsharewhite/ui/set/SettingActivity.kt
View file @
72961cce
...
...
@@ -9,7 +9,7 @@ import androidx.core.view.updatePadding
import
com.base.locationsharewhite.R
import
com.base.locationsharewhite.databinding.ActivitySettingBinding
import
com.base.locationsharewhite.helper.BaseActivity
import
com.base.locationsharewhite.helper.
config.
AppConfig
import
com.base.locationsharewhite.helper.AppConfig
import
com.base.locationsharewhite.location.LocationLoginUtils
import
com.base.locationsharewhite.ui.views.RateDialog.showRateDialog
import
com.base.locationsharewhite.utils.BarUtils
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment