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
e7702637
Commit
e7702637
authored
Nov 18, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
0b07e610
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
48 additions
and
46 deletions
+48
-46
AppConfig.kt
...va/com/base/locationsharewhite/helper/config/AppConfig.kt
+2
-2
SettingActivity.kt
...ava/com/base/locationsharewhite/ui/set/SettingActivity.kt
+9
-0
activity_setting.xml
app/src/main/res/layout/activity_setting.xml
+36
-0
privacypolicy.png
app/src/main/res/mipmap-xxhdpi/privacypolicy.png
+0
-0
strings.xml
app/src/main/res/values-zh-rCN/strings.xml
+0
-44
strings.xml
app/src/main/res/values/strings.xml
+1
-0
No files found.
app/src/main/java/com/base/locationsharewhite/helper/config/AppConfig.kt
View file @
e7702637
...
@@ -4,14 +4,14 @@ import com.base.locationsharewhite.ui.splash.SplashActivity
...
@@ -4,14 +4,14 @@ import com.base.locationsharewhite.ui.splash.SplashActivity
object
AppConfig
{
object
AppConfig
{
const
val
privacyPolicy
:
String
=
""
const
val
privacyPolicy
:
String
=
"
https://sites.google.com/view/locationuses/location
"
const
val
termService
:
String
=
""
const
val
termService
:
String
=
""
// 正式包名
// 正式包名
const
val
packageName
=
"com.loactation.alibabab.ccccaa"
const
val
packageName
=
"com.loactation.alibabab.ccccaa"
// 域名
// 域名
//
const val eventUrl = "https://rp.gamexzonerk.xyz"
const
val
eventUrl
=
"https://rp.gamexzonerk.xyz"
const
val
apiUrl
=
"https://api.gamexzonerk.xyz"
const
val
apiUrl
=
"https://api.gamexzonerk.xyz"
val
noLoadingActivities
=
listOf
(
val
noLoadingActivities
=
listOf
(
...
...
app/src/main/java/com/base/locationsharewhite/ui/set/SettingActivity.kt
View file @
e7702637
...
@@ -3,12 +3,14 @@ package com.base.locationsharewhite.ui.set
...
@@ -3,12 +3,14 @@ package com.base.locationsharewhite.ui.set
import
android.annotation.SuppressLint
import
android.annotation.SuppressLint
import
android.content.Intent
import
android.content.Intent
import
android.graphics.Color
import
android.graphics.Color
import
android.net.Uri
import
androidx.activity.addCallback
import
androidx.activity.addCallback
import
androidx.core.view.updatePadding
import
androidx.core.view.updatePadding
import
com.base.locationsharewhite.R
import
com.base.locationsharewhite.R
import
com.base.locationsharewhite.databinding.ActivitySettingBinding
import
com.base.locationsharewhite.databinding.ActivitySettingBinding
import
com.base.locationsharewhite.helper.BaseActivity
import
com.base.locationsharewhite.helper.BaseActivity
import
com.base.locationsharewhite.helper.MyApplication
import
com.base.locationsharewhite.helper.MyApplication
import
com.base.locationsharewhite.helper.config.AppConfig
import
com.base.locationsharewhite.location.LocationLoginUtils
import
com.base.locationsharewhite.location.LocationLoginUtils
import
com.base.locationsharewhite.ui.views.RateDialog.showRateDialog
import
com.base.locationsharewhite.ui.views.RateDialog.showRateDialog
import
com.base.locationsharewhite.utils.BarUtils
import
com.base.locationsharewhite.utils.BarUtils
...
@@ -49,6 +51,13 @@ class SettingActivity : BaseActivity<ActivitySettingBinding>() {
...
@@ -49,6 +51,13 @@ class SettingActivity : BaseActivity<ActivitySettingBinding>() {
binding
.
llRename
.
setOnClickListener
{
binding
.
llRename
.
setOnClickListener
{
startActivity
(
Intent
(
this
,
RenameActivity
::
class
.
java
))
startActivity
(
Intent
(
this
,
RenameActivity
::
class
.
java
))
}
}
binding
.
llPrivacyPolicy
.
setOnClickListener
{
val
intent
=
Intent
(
Intent
.
ACTION_VIEW
,
Uri
.
parse
(
AppConfig
.
privacyPolicy
)
)
startActivity
(
intent
)
}
}
}
override
fun
onResume
()
{
override
fun
onResume
()
{
...
...
app/src/main/res/layout/activity_setting.xml
View file @
e7702637
...
@@ -276,6 +276,42 @@
...
@@ -276,6 +276,42 @@
tools:ignore=
"ContentDescription"
/>
tools:ignore=
"ContentDescription"
/>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id=
"@+id/ll_privacy_policy"
android:layout_width=
"match_parent"
android:layout_height=
"61dp"
android:background=
"?android:attr/selectableItemBackground"
android:clickable=
"true"
android:focusable=
"true"
>
<ImageView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_vertical"
android:layout_marginStart=
"16dp"
android:src=
"@mipmap/privacypolicy"
tools:ignore=
"ContentDescription"
/>
<TextView
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_vertical"
android:layout_marginHorizontal=
"10dp"
android:layout_weight=
"1"
android:text=
"@string/privacy_policy"
android:textColor=
"#031F2D"
android:textSize=
"17sp"
tools:ignore=
"HardcodedText"
/>
<ImageView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_vertical"
android:layout_marginEnd=
"16dp"
android:src=
"@mipmap/set_jiantou"
tools:ignore=
"ContentDescription"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
app/src/main/res/mipmap-xxhdpi/privacypolicy.png
0 → 100644
View file @
e7702637
3.01 KB
app/src/main/res/values-zh-rCN/strings.xml
deleted
100644 → 0
View file @
0b07e610
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<resources>
<string
name=
"moment_please_s"
>
请时刻...%1$d%%
</string>
<string
name=
"friend_location_map"
>
朋友位置图
</string>
<string
name=
"view_friend_locations_on_the_map"
>
在地图上查看好友位置
</string>
<string
name=
"my_location_code"
>
我的位置代码
</string>
<string
name=
"share_my_location"
>
分享我的位置
</string>
<string
name=
"how_to_use"
>
如何使用?
</string>
<string
name=
"settings"
>
设置
</string>
<string
name=
"friends"
>
朋友们
</string>
<string
name=
"friend_tips"
>
当您将位置代码发送给朋友并粘贴该代码以成功共享位置时,大约需要 1-10 分钟才能建立位置共享链接。请耐心等待!
</string>
<string
name=
"got_it"
>
知道了
</string>
<string
name=
"do_not_show_again"
>
不再显示
</string>
<string
name=
"no_friend_location_information"
>
没有好友位置信息
</string>
<string
name=
"street_map"
>
街道地图
</string>
<string
name=
"satellite_map"
>
卫星地图
</string>
<string
name=
"location_code_tips"
>
复制下面的位置代码并将其发送给朋友。当您的朋友将位置代码粘贴到应用程序中并单击“共享”时,您就可以获得他们的位置。
</string>
<string
name=
"copy"
>
复制
</string>
<string
name=
"location_code_share_tips"
>
请您的朋友向您发送位置代码。\n然后将您朋友的位置代码粘贴到下面,\n单击共享按钮共享您的位置。\n
</string>
<string
name=
"enter_others_location_code"
>
输入其他\n位置代码
</string>
<string
name=
"share_my_location_da"
>
分享我的位置
</string>
<string
name=
"what_do_you_want_to_do"
>
你想让我做什么?
</string>
<string
name=
"share_my_nlocation"
>
分享我的\n位置
</string>
<string
name=
"view_others_nlocation"
>
查看其他\n位置
</string>
<string
name=
"how_to_share_my_location"
>
如何分享我的位置?
</string>
<string
name=
"just_2_steps"
>
只需 2 步
</string>
<string
name=
"how_share_location_step_1"
>
1. 请您的朋友向您发送位置代码。
</string>
<string
name=
"how_share_location_step_2"
>
2. 然后在下面粘贴您朋友的位置代码,然后单击共享按钮共享您的位置。
</string>
<string
name=
"more_two_use"
>
温馨提示:需要两人以上同时下载AP才能使用
</string>
<string
name=
"next"
>
下一个
</string>
<string
name=
"let_s_go"
>
我们走吧
</string>
<string
name=
"how_to_view_others_location"
>
如何查看别人的位置?
</string>
<string
name=
"how_view_other_step_1"
>
1. 复制下面的位置代码并将其发送给朋友。\n
</string>
<string
name=
"how_view_other_step_2"
>
2.当您的朋友在应用中粘贴LLocation\n代码并点击分享时,您就可以获得他们的位置\n
</string>
<string
name=
"hello_ndefault"
>
您好,\n默认!
</string>
<string
name=
"rename"
>
重命名
</string>
<string
name=
"language"
>
语言
</string>
<string
name=
"rate_us"
>
评价我们
</string>
<string
name=
"feedback"
>
反馈
</string>
<string
name=
"about_us"
>
关于我们
</string>
<string
name=
"share_app"
>
分享应用程序
</string>
<string
name=
"enter_your_suggestion_please"
>
请输入您的建议
</string>
<string
name=
"within_500_characters"
>
500字以内
</string>
<string
name=
"thanks_for_your_feedback"
>
感谢您的反馈
</string>
</resources>
\ No newline at end of file
app/src/main/res/values/strings.xml
View file @
e7702637
...
@@ -73,4 +73,5 @@
...
@@ -73,4 +73,5 @@
<string
name=
"allow_all_time_step_3"
>
3. Set to Allow all the time
</string>
<string
name=
"allow_all_time_step_3"
>
3. Set to Allow all the time
</string>
<string
name=
"allow_all_the_time"
>
Allow all the time
</string>
<string
name=
"allow_all_the_time"
>
Allow all the time
</string>
<string
name=
"open_settings"
>
OPEN SETTINGS
</string>
<string
name=
"open_settings"
>
OPEN SETTINGS
</string>
<string
name=
"privacy_policy"
>
Privacy Policy
</string>
</resources>
</resources>
\ No newline at end of file
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