Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 91d97efe4e | |||
| 1d4b232491 | |||
| 33f74f8226 | |||
| a74ab6aa06 | |||
| 8b3c6c3481 | |||
| 8a50eaf24c | |||
| d4fddaecf9 | |||
| 7c8800f873 | |||
| 32afb3ad74 | |||
| afd57c8d70 | |||
| 8b4624982c | |||
| 5283ebadc9 | |||
| e7fdf3ce6a | |||
| 7407ba582e | |||
| 6a9112fd20 | |||
| 7d960fd445 | |||
| e443e54548 | |||
| ecb7f9b881 | |||
| 248ffcc5f1 |
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat Jul 11 20:07:00 HKT 2026
|
||||
stageCount=19
|
||||
#Mon Jun 29 11:28:11 HKT 2026
|
||||
stageCount=18
|
||||
libraryProject=libaes
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.18
|
||||
publishVersion=15.20.17
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.19
|
||||
baseBetaVersion=15.20.18
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
</style>
|
||||
|
||||
<style name="MyDebugActivityTheme" parent="Theme.AppCompat.NoActionBar">
|
||||
<item name="android:statusBarColor">?attr/colorPrimaryDark</item>
|
||||
<item name="android:statusBarColor">@color/toolbarBackgroundColor</item>
|
||||
<item name="colorTittle">@color/mainWindowTextColor</item>
|
||||
<item name="colorTittleBackgound">@color/toolbarBackgroundColor</item>
|
||||
<item name="colorText">@color/debugTextColor</item>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
</style>
|
||||
|
||||
<style name="MyDebugActivityTheme" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<item name="android:statusBarColor">?attr/colorPrimaryDark</item>
|
||||
<item name="android:statusBarColor">@color/toolbarBackgroundColor</item>
|
||||
<item name="colorTittle">@color/mainWindowTextColor</item>
|
||||
<item name="colorTittleBackgound">@color/toolbarBackgroundColor</item>
|
||||
<item name="colorText">@color/debugTextColor</item>
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
# MyElectricKettle
|
||||
# 我的电热水壶
|
||||
# [ByTheWay]
|
||||
#【顺道说】
|
||||
|
||||
#### 介绍
|
||||
MyElectricKettle – a reminder task for when the water-boiling process is complete.
|
||||
我的电热水壶是一个电热水壶的煲水完成状态提醒任务。
|
||||
The [ByTheWay] project is designed to quickly schedule task reminders related to time and location.
|
||||
Its main feature is the ability to quickly create task-related data.
|
||||
【顺道说】项目应用应用于快速安排一个以时间和位置有关的任务提醒事项。
|
||||
其主要的特点是能快速建立事项任务数据。
|
||||
|
||||
#### 软件架构
|
||||
适配安卓应用 [AIDE Pro] 的 Gradle 编译结构。
|
||||
@@ -12,12 +14,10 @@ MyElectricKettle – a reminder task for when the water-boiling process is compl
|
||||
|
||||
#### Gradle 编译说明
|
||||
调试版编译命令 :gradle assembleBetaDebug
|
||||
阶段版编译命令 :bash .winboll/bashPublishAPKAddTag.sh winboll
|
||||
阶段版编译命令 :bash .winboll/bashPublishAPKAddTag.sh bytheway
|
||||
|
||||
#### 使用说明
|
||||
3. Termux应用配置:
|
||||
- 已安装Termux(包名 com.termux );
|
||||
- 执行 echo "allow-external-apps = true" > ~/.termux/termux.properties
|
||||
在安卓操作系统里使用。
|
||||
|
||||
#### 参与贡献
|
||||
|
||||
@@ -23,7 +23,7 @@ android {
|
||||
buildToolsVersion "30.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "cc.winboll.studio.myelectrickettle"
|
||||
applicationId "cc.winboll.studio.bytheway"
|
||||
minSdkVersion 26
|
||||
targetSdkVersion 30
|
||||
//1. Android 官方规则
|
||||
@@ -99,12 +99,12 @@ dependencies {
|
||||
implementation 'androidx.biometric:biometric:1.1.0'
|
||||
|
||||
// WinBoLL库 nexus.winboll.cc 地址
|
||||
//api 'cc.winboll.studio:libappbase:15.20.34'
|
||||
//api 'cc.winboll.studio:libaes:15.20.17'
|
||||
api 'cc.winboll.studio:libappbase:15.20.34'
|
||||
api 'cc.winboll.studio:libaes:15.20.17'
|
||||
|
||||
// 备用库 jitpack.io 地址
|
||||
api 'com.github.ZhanGSKen:libappbase:appbase-v15.21.+'
|
||||
api 'com.github.ZhanGSKen:libaes:aes-v15.21.+'
|
||||
//api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.33'
|
||||
//api 'com.github.ZhanGSKen:libaes:aes-v15.20.16'
|
||||
|
||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Thu Jul 09 20:17:02 HKT 2026
|
||||
stageCount=3
|
||||
libraryProject=
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.2
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.3
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">顺道说☯</string>string>
|
||||
</resources>
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="app_name">MyElectricKettle +</string>
|
||||
<string name="app_name">ByTheWay +</string>
|
||||
|
||||
</resources>
|
||||
@@ -0,0 +1,60 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="cc.winboll.studio.bytheway">
|
||||
|
||||
<!-- 只能在前台获取精确的位置信息 -->
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
|
||||
|
||||
<!-- 只有在前台运行时才能获取大致位置信息 -->
|
||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
|
||||
|
||||
<!-- 在后台使用位置信息 -->
|
||||
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION"/>
|
||||
|
||||
<!-- 运行前台服务 -->
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/MyAppTheme"
|
||||
android:resizeableActivity="true"
|
||||
android:name=".App">
|
||||
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:label="@string/app_name">
|
||||
|
||||
<intent-filter>
|
||||
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
|
||||
</intent-filter>
|
||||
|
||||
</activity>
|
||||
|
||||
<meta-data
|
||||
android:name="android.max_aspect"
|
||||
android:value="4.0"/>
|
||||
|
||||
<activity
|
||||
android:name=".activities.GpsListActivity"
|
||||
android:exported="true"/>
|
||||
|
||||
<service
|
||||
android:name=".services.GpsReceiveService"
|
||||
android:launchMode="singleInstance"
|
||||
android:exported="false"/>
|
||||
|
||||
<activity android:name="cc.winboll.studio.bytheway.activities.SettingsActivity"/>
|
||||
|
||||
<activity android:name="cc.winboll.studio.bytheway.activities.AboutActivity"/>
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
@@ -1,4 +1,4 @@
|
||||
package cc.winboll.studio.myelectrickettle;
|
||||
package cc.winboll.studio.bytheway;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.content.ClipData;
|
||||
@@ -21,11 +21,11 @@ import android.widget.HorizontalScrollView;
|
||||
import android.widget.ScrollView;
|
||||
import android.widget.TextView;
|
||||
import android.widget.Toast;
|
||||
import cc.winboll.studio.libappbase.CrashActivity;
|
||||
import cc.winboll.studio.libaes.utils.AESThemeUtil;
|
||||
import cc.winboll.studio.libaes.utils.WinBoLLActivityManager;
|
||||
import cc.winboll.studio.libappbase.GlobalApplication;
|
||||
import cc.winboll.studio.libappbase.ToastUtils;
|
||||
import cc.winboll.studio.libappbase.utils.CrashHandleNotifyUtils;
|
||||
import cc.winboll.studio.libaes.utils.AESThemeUtil;
|
||||
import java.io.ByteArrayInputStream;
|
||||
import java.io.ByteArrayOutputStream;
|
||||
import java.io.Closeable;
|
||||
@@ -53,6 +53,7 @@ public class App extends GlobalApplication {
|
||||
public void onCreate() {
|
||||
try {
|
||||
super.onCreate();
|
||||
WinBoLLActivityManager.init(this);
|
||||
|
||||
// 初始化主题样式ID列表
|
||||
AESThemeUtil.init(null);
|
||||
@@ -1,40 +1,44 @@
|
||||
package cc.winboll.studio.myelectrickettle;
|
||||
package cc.winboll.studio.bytheway;
|
||||
|
||||
import android.content.Intent;
|
||||
import android.os.Bundle;
|
||||
import android.view.Menu;
|
||||
import android.view.MenuItem;
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
||||
import androidx.appcompat.widget.Toolbar;
|
||||
import cc.winboll.studio.libappbase.GlobalApplication;
|
||||
import cc.winboll.studio.libappbase.LogUtils;
|
||||
import cc.winboll.studio.libappbase.LogView;
|
||||
import cc.winboll.studio.libappbase.ToastUtils;
|
||||
import cc.winboll.studio.bytheway.activities.AboutActivity;
|
||||
import cc.winboll.studio.bytheway.activities.BaseWinBoLLActivity;
|
||||
import cc.winboll.studio.bytheway.activities.GpsListActivity;
|
||||
import cc.winboll.studio.bytheway.activities.SettingsActivity;
|
||||
import cc.winboll.studio.libaes.utils.AESThemeUtil;
|
||||
import cc.winboll.studio.libaes.utils.DevelopUtils;
|
||||
import cc.winboll.studio.libappbase.GlobalApplication;
|
||||
import cc.winboll.studio.libappbase.LogUtils;
|
||||
import cc.winboll.studio.libappbase.ToastUtils;
|
||||
|
||||
public class MainActivity extends AppCompatActivity {
|
||||
public class MainActivity extends BaseWinBoLLActivity {
|
||||
|
||||
public static final String TAG = "MainActivity";
|
||||
|
||||
public static final String TAG = "MainActivity";
|
||||
LogView mLogView;
|
||||
@Override
|
||||
public String getTag() {
|
||||
return TAG;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
AESThemeUtil.applyAppCompatTheme(this);
|
||||
//AESThemeUtil.applyAppCompatTheme(this);
|
||||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_main);
|
||||
|
||||
Toolbar toolbar = findViewById(R.id.toolbar);
|
||||
setSupportActionBar(toolbar);
|
||||
|
||||
mLogView = findViewById(R.id.logview);
|
||||
|
||||
ToastUtils.show("onCreate");
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onResume() {
|
||||
super.onResume();
|
||||
mLogView.start();
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -44,6 +48,7 @@ public class MainActivity extends AppCompatActivity {
|
||||
DevelopUtils.inflateMenu(this, menu);
|
||||
}
|
||||
getMenuInflater().inflate(cc.winboll.studio.libaes.R.menu.toolbar_drawerbase, menu);
|
||||
getMenuInflater().inflate(R.menu.activity_main, menu);
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -52,6 +57,18 @@ public class MainActivity extends AppCompatActivity {
|
||||
if (AESThemeUtil.onWinBoLLThemeItemSelected(this, item)) {
|
||||
recreate();
|
||||
}
|
||||
if (item.getItemId() == R.id.action_gps_list) {
|
||||
startActivity(new Intent(this, GpsListActivity.class));
|
||||
return true;
|
||||
}
|
||||
if (item.getItemId() == R.id.action_settings) {
|
||||
startActivity(new Intent(this, SettingsActivity.class));
|
||||
return true;
|
||||
}
|
||||
if (item.getItemId() == R.id.action_about) {
|
||||
startActivity(new Intent(this, AboutActivity.class));
|
||||
return true;
|
||||
}
|
||||
if (DevelopUtils.onDevelopItemSelected(this, item)) {
|
||||
LogUtils.d(TAG, String.format("onOptionsItemSelected item.getItemId() %d ", item.getItemId()));
|
||||
} else {
|
||||
@@ -0,0 +1,79 @@
|
||||
package cc.winboll.studio.bytheway.activities;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.view.View;
|
||||
import androidx.appcompat.widget.Toolbar;
|
||||
import cc.winboll.studio.bytheway.MainActivity;
|
||||
import cc.winboll.studio.bytheway.R;
|
||||
import cc.winboll.studio.libaes.utils.WinBoLLActivityManager;
|
||||
import cc.winboll.studio.libappbase.LogUtils;
|
||||
import cc.winboll.studio.libappbase.models.APPInfo;
|
||||
import cc.winboll.studio.libappbase.views.AboutView;
|
||||
|
||||
/**
|
||||
* @Author 豆包&BigPickle&ZhanGSKen<zhangsken@qq.com>
|
||||
* @Date 2026/07/07 00:17
|
||||
* @Describe 应用介绍窗口
|
||||
*/
|
||||
public class AboutActivity extends BaseWinBoLLActivity {
|
||||
|
||||
public static final String TAG = "AboutActivity";
|
||||
|
||||
private Toolbar mToolbar;
|
||||
|
||||
@Override
|
||||
public String getTag() {
|
||||
return TAG;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_about);
|
||||
|
||||
// 设置工具栏
|
||||
initToolbar();
|
||||
|
||||
AboutView aboutView = findViewById(R.id.aboutview);
|
||||
aboutView.setAPPInfo(genDefaultAppInfo());
|
||||
}
|
||||
|
||||
private void initToolbar() {
|
||||
LogUtils.d(TAG, "initToolbar() 开始初始化");
|
||||
mToolbar = findViewById(R.id.toolbar);
|
||||
if (mToolbar == null) {
|
||||
LogUtils.e(TAG, "initToolbar() | Toolbar未找到");
|
||||
return;
|
||||
}
|
||||
setSupportActionBar(mToolbar);
|
||||
mToolbar.setSubtitle(getTag());
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
mToolbar.setNavigationOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
LogUtils.d(TAG, "导航栏 点击返回按钮");
|
||||
WinBoLLActivityManager.getInstance().resumeActivity(MainActivity.class);
|
||||
WinBoLLActivityManager.getInstance().finish(AboutActivity.this);
|
||||
}
|
||||
});
|
||||
LogUtils.d(TAG, "initToolbar() 配置完成");
|
||||
}
|
||||
|
||||
private APPInfo genDefaultAppInfo() {
|
||||
LogUtils.d(TAG, "genDefaultAppInfo() 调用");
|
||||
String branchName = "bytheway";
|
||||
APPInfo appInfo = new APPInfo();
|
||||
appInfo.setAppName(getString(R.string.app_name));
|
||||
appInfo.setAppIcon(R.drawable.ic_winboll);
|
||||
appInfo.setAppDescription(getString(R.string.app_description));
|
||||
appInfo.setAppGitName("MyWinBoLL");
|
||||
appInfo.setAppGitOwner("ZhanGSKen");
|
||||
appInfo.setAppGitAPPBranch(branchName);
|
||||
appInfo.setAppGitAPPSubProjectFolder(branchName);
|
||||
appInfo.setAppHomePage("https://www.winboll.cc/apks/index.php?project=ByTheWay");
|
||||
appInfo.setAppAPKName("ByTheWay");
|
||||
appInfo.setAppAPKFolderName("ByTheWay");
|
||||
LogUtils.d(TAG, "genDefaultAppInfo: 应用信息已生成");
|
||||
return appInfo;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
package cc.winboll.studio.bytheway.activities;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.os.Bundle;
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
||||
import cc.winboll.studio.libaes.interfaces.IWinBoLLActivity;
|
||||
import cc.winboll.studio.libaes.models.AESThemeBean;
|
||||
import cc.winboll.studio.libaes.utils.AESThemeUtil;
|
||||
import cc.winboll.studio.libaes.utils.WinBoLLActivityManager;
|
||||
|
||||
/**
|
||||
* @Author 豆包&BigPickle&ZhanGSKen<zhangsken@qq.com>
|
||||
* @Date 2026/07/07 00:21
|
||||
* @Describe BaseWinBollActivity 【继承AppCompatActivity,保留核心能力,不额外暴露方法】
|
||||
* 继承链路:BaseWinBoLLActivity → AppCompatActivity → FragmentActivity,AppCompat能力天然继承可用
|
||||
*/
|
||||
public abstract class BaseWinBoLLActivity extends AppCompatActivity implements IWinBoLLActivity {
|
||||
public static final String TAG = "BaseWinBoLLActivity";
|
||||
|
||||
protected volatile AESThemeBean.ThemeType mThemeType;
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
//AESThemeUtil.applyAppCompatTheme(this);
|
||||
mThemeType = AESThemeBean.getThemeStyleType(AESThemeUtil.getThemeTypeID(getApplicationContext()));
|
||||
setTheme(AESThemeUtil.getThemeTypeID(getApplicationContext()));
|
||||
super.onCreate(savedInstanceState);
|
||||
WinBoLLActivityManager.getInstance().add(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onDestroy() {
|
||||
WinBoLLActivityManager.getInstance().registeRemove(this);
|
||||
super.onDestroy();
|
||||
}
|
||||
|
||||
// 子类必须实现getTag(),确保唯一标识
|
||||
@Override
|
||||
public abstract String getTag();
|
||||
|
||||
@Override
|
||||
public Activity getActivity() {
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,76 @@
|
||||
package cc.winboll.studio.bytheway.activities;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.os.Handler;
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
||||
import androidx.recyclerview.widget.LinearLayoutManager;
|
||||
import androidx.recyclerview.widget.RecyclerView;
|
||||
import androidx.swiperefreshlayout.widget.SwipeRefreshLayout;
|
||||
import cc.winboll.studio.bytheway.R;
|
||||
import cc.winboll.studio.bytheway.adapters.GpsAdapter;
|
||||
import cc.winboll.studio.bytheway.models.GpsBean;
|
||||
import cc.winboll.studio.bytheway.utils.GpsUtil;
|
||||
import cc.winboll.studio.libappbase.LogUtils;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* GPS定位数据列表展示页面
|
||||
* 支持下拉刷新SQLite本地数据库定位轨迹信息
|
||||
* @author 豆包&ZhanGSKen<zhangsken@qq.com>
|
||||
* 创建时间:2026-07-02 14:49:00
|
||||
* 最后编辑时间:2026-07-02 16:32:13
|
||||
*/
|
||||
public class GpsListActivity extends AppCompatActivity {
|
||||
|
||||
private SwipeRefreshLayout swipeRefresh;
|
||||
private RecyclerView rvGps;
|
||||
private GpsAdapter adapter;
|
||||
|
||||
@Override
|
||||
protected void onCreate(final Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_gps_list);
|
||||
LogUtils.i("GpsListActivity", "页面初始化");
|
||||
|
||||
initView();
|
||||
initData();
|
||||
setSwipeRefreshListener();
|
||||
}
|
||||
|
||||
private void initView() {
|
||||
swipeRefresh = findViewById(R.id.swipe_refresh_layout);
|
||||
rvGps = findViewById(R.id.rv_gps_list);
|
||||
rvGps.setLayoutManager(new LinearLayoutManager(this));
|
||||
LogUtils.i("GpsListActivity", "控件初始化完成");
|
||||
}
|
||||
|
||||
private void initData() {
|
||||
LogUtils.i("GpsListActivity", "开始加载GPS数据库数据");
|
||||
refreshGpsData();
|
||||
}
|
||||
|
||||
private void setSwipeRefreshListener() {
|
||||
swipeRefresh.setOnRefreshListener(new SwipeRefreshLayout.OnRefreshListener() {
|
||||
@Override
|
||||
public void onRefresh() {
|
||||
refreshGpsData();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
private void refreshGpsData() {
|
||||
new Handler().postDelayed(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
final List<GpsBean> gpsDataList = GpsUtil.queryAllGps(GpsListActivity.this);
|
||||
LogUtils.i("GpsListActivity", "查询GPS数据条数:" + gpsDataList.size());
|
||||
|
||||
adapter = new GpsAdapter(GpsListActivity.this, gpsDataList);
|
||||
rvGps.setAdapter(adapter);
|
||||
swipeRefresh.setRefreshing(false);
|
||||
}
|
||||
}, 500);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,33 @@
|
||||
package cc.winboll.studio.bytheway.activities;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.os.Bundle;
|
||||
import android.widget.CompoundButton;
|
||||
import android.widget.Switch;
|
||||
import cc.winboll.studio.bytheway.R;
|
||||
import cc.winboll.studio.bytheway.services.GpsReceiveService;
|
||||
|
||||
public class SettingsActivity extends Activity {
|
||||
|
||||
public static final String TAG = "SettingsActivity";
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.activity_settings);
|
||||
|
||||
Switch swGpsReceiveService = findViewById(R.id.sw_gps_receive_service);
|
||||
swGpsReceiveService.setChecked(GpsReceiveService.isServiceRunning());
|
||||
swGpsReceiveService.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
|
||||
@Override
|
||||
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
|
||||
if (isChecked) {
|
||||
GpsReceiveService.startGpsReceiveService(SettingsActivity.this);
|
||||
} else {
|
||||
GpsReceiveService.stopGpsReceiveService(SettingsActivity.this);
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
package cc.winboll.studio.bytheway.adapters;
|
||||
|
||||
import android.content.Context;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.TextView;
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.recyclerview.widget.RecyclerView;
|
||||
import cc.winboll.studio.bytheway.R;
|
||||
import cc.winboll.studio.bytheway.models.GpsBean;
|
||||
import cc.winboll.studio.bytheway.utils.GpsUtil;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @Author 豆包&BigPickle&ZhanGSKen<zhangsken@qq.com>
|
||||
* @Date 2026/07/02 15:10
|
||||
*/
|
||||
public class GpsAdapter extends RecyclerView.Adapter<GpsAdapter.GpsHolder> {
|
||||
|
||||
private final Context context;
|
||||
private final List<GpsBean> gpsList;
|
||||
|
||||
public GpsAdapter(Context context, List<GpsBean> gpsList) {
|
||||
this.context = context;
|
||||
this.gpsList = gpsList;
|
||||
}
|
||||
|
||||
@NonNull
|
||||
@Override
|
||||
public GpsHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) {
|
||||
View view = LayoutInflater.from(context).inflate(R.layout.item_gps, parent, false);
|
||||
return new GpsHolder(view);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onBindViewHolder(@NonNull GpsHolder holder, int position) {
|
||||
GpsBean bean = gpsList.get(position);
|
||||
|
||||
String time = GpsUtil.formatTime(bean.getReceiveTime());
|
||||
holder.tvTime.setText("接收时间:" + time);
|
||||
|
||||
holder.tvLatLng.setText(GpsUtil.formatLatLng(bean.getLatitude(), bean.getLongitude()));
|
||||
|
||||
holder.tvOther.setText(GpsUtil.formatOther(bean.getAccuracy(), bean.getAltitude(), bean.getSpeed()));
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getItemCount() {
|
||||
return gpsList.size();
|
||||
}
|
||||
|
||||
public static class GpsHolder extends RecyclerView.ViewHolder {
|
||||
TextView tvTime, tvLatLng, tvOther;
|
||||
|
||||
public GpsHolder(@NonNull View itemView) {
|
||||
super(itemView);
|
||||
tvTime = itemView.findViewById(R.id.tv_time);
|
||||
tvLatLng = itemView.findViewById(R.id.tv_lat_lng);
|
||||
tvOther = itemView.findViewById(R.id.tv_other);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,44 @@
|
||||
package cc.winboll.studio.bytheway.models;
|
||||
|
||||
import java.util.Date;
|
||||
/**
|
||||
* @Author 豆包&BigPickle&ZhanGSKen<zhangsken@qq.com>
|
||||
* @Date 2026/07/02 14:56
|
||||
*/
|
||||
public class GpsBean {
|
||||
private int id;
|
||||
private double latitude; //纬度
|
||||
private double longitude; //经度
|
||||
private float accuracy; //精度
|
||||
private double altitude; //海拔
|
||||
private float speed; //速度
|
||||
private long receiveTime; //接收时间戳
|
||||
|
||||
public GpsBean() {}
|
||||
|
||||
public GpsBean(double latitude, double longitude, float accuracy, double altitude, float speed, long receiveTime) {
|
||||
this.latitude = latitude;
|
||||
this.longitude = longitude;
|
||||
this.accuracy = accuracy;
|
||||
this.altitude = altitude;
|
||||
this.speed = speed;
|
||||
this.receiveTime = receiveTime;
|
||||
}
|
||||
|
||||
//get set 方法
|
||||
public int getId() { return id; }
|
||||
public void setId(int id) { this.id = id; }
|
||||
public double getLatitude() { return latitude; }
|
||||
public void setLatitude(double latitude) { this.latitude = latitude; }
|
||||
public double getLongitude() { return longitude; }
|
||||
public void setLongitude(double longitude) { this.longitude = longitude; }
|
||||
public float getAccuracy() { return accuracy; }
|
||||
public void setAccuracy(float accuracy) { this.accuracy = accuracy; }
|
||||
public double getAltitude() { return altitude; }
|
||||
public void setAltitude(double altitude) { this.altitude = altitude; }
|
||||
public float getSpeed() { return speed; }
|
||||
public void setSpeed(float speed) { this.speed = speed; }
|
||||
public long getReceiveTime() { return receiveTime; }
|
||||
public void setReceiveTime(long receiveTime) { this.receiveTime = receiveTime; }
|
||||
}
|
||||
|
||||
@@ -0,0 +1,224 @@
|
||||
package cc.winboll.studio.bytheway.services;
|
||||
|
||||
import android.app.Notification;
|
||||
import android.app.NotificationChannel;
|
||||
import android.app.NotificationManager;
|
||||
import android.app.Service;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.location.Location;
|
||||
import android.location.LocationListener;
|
||||
import android.location.LocationManager;
|
||||
import android.os.Build;
|
||||
import android.os.Bundle;
|
||||
import android.os.IBinder;
|
||||
import android.widget.Toast;
|
||||
import cc.winboll.studio.bytheway.models.GpsBean;
|
||||
import cc.winboll.studio.bytheway.utils.GpsUtil;
|
||||
import cc.winboll.studio.libappbase.LogUtils;
|
||||
|
||||
/**
|
||||
* @Author 豆包&BigPickle&ZhanGSKen<zhangsken@qq.com>
|
||||
* @Date 2026/07/02 15:33
|
||||
* @Describe GPS定位接收服务,通过LocationManager获取GPS数据并持久化存入SQLite数据库。单例独占模式,自带重复启动拦截,对外静态统一启停接口
|
||||
*/
|
||||
public class GpsReceiveService extends Service {
|
||||
|
||||
public static final String TAG = "GpsReceiveService";
|
||||
private static final int NOTIFICATION_ID = 1001;
|
||||
private static final String CHANNEL_ID = "gps_receive_service_channel";
|
||||
|
||||
private static boolean serviceRunning = false;
|
||||
private static GpsReceiveService instance;
|
||||
private int gpsReceiveCount = 0;
|
||||
private GpsBean currentGpsBean;
|
||||
private LocationManager locationManager;
|
||||
private LocationListener locationListener;
|
||||
|
||||
/**
|
||||
* 获取GPS定位服务运行状态
|
||||
* @return true=服务正在运行, false=服务未运行
|
||||
*/
|
||||
public static boolean isServiceRunning() {
|
||||
return serviceRunning;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取当前最新的GPS定位数据
|
||||
* @return 当前GPS数据,未收到定位时返回null
|
||||
*/
|
||||
public static GpsBean getCurrentGpsBean() {
|
||||
return serviceRunning ? instance.currentGpsBean : null;
|
||||
}
|
||||
|
||||
/**
|
||||
* 外部统一静态启动服务
|
||||
*/
|
||||
public static void startGpsReceiveService(final Context context) {
|
||||
if (serviceRunning) {
|
||||
LogUtils.i("GpsReceiveService", "服务已运行,无需重复启动");
|
||||
return;
|
||||
}
|
||||
final Intent intent = new Intent(context, GpsReceiveService.class);
|
||||
context.startService(intent);
|
||||
LogUtils.i("GpsReceiveService", "GPS定位消息接收服务启动请求发送");
|
||||
}
|
||||
|
||||
/**
|
||||
* 外部统一静态关闭服务
|
||||
*/
|
||||
public static void stopGpsReceiveService(final Context context) {
|
||||
if (!serviceRunning) {
|
||||
LogUtils.i("GpsReceiveService", "服务未运行,无需关闭");
|
||||
return;
|
||||
}
|
||||
final Intent intent = new Intent(context, GpsReceiveService.class);
|
||||
context.stopService(intent);
|
||||
LogUtils.i("GpsReceiveService", "GPS定位消息接收服务停止请求发送");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onCreate() {
|
||||
super.onCreate();
|
||||
instance = this;
|
||||
serviceRunning = true;
|
||||
gpsReceiveCount = 0;
|
||||
currentGpsBean = null;
|
||||
startGpsLocationUpdates();
|
||||
startForeground(NOTIFICATION_ID, createNotification());
|
||||
LogUtils.i("GpsReceiveService", "GPS定位消息接收服务创建完成");
|
||||
Toast.makeText(this, "GPS定位消息接收服务已开启", Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
|
||||
private Notification createNotification() {
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
|
||||
NotificationChannel channel = new NotificationChannel(
|
||||
CHANNEL_ID,
|
||||
"GPS定位消息接收服务",
|
||||
NotificationManager.IMPORTANCE_LOW
|
||||
);
|
||||
NotificationManager manager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
|
||||
manager.createNotificationChannel(channel);
|
||||
}
|
||||
String contentText;
|
||||
if (currentGpsBean != null) {
|
||||
contentText = "已接收 " + gpsReceiveCount + " 次 | "
|
||||
+ "纬度:" + currentGpsBean.getLatitude()
|
||||
+ " 经度:" + currentGpsBean.getLongitude()
|
||||
+ " 精度:" + currentGpsBean.getAccuracy() + "m";
|
||||
} else {
|
||||
contentText = "等待GPS定位数据...";
|
||||
}
|
||||
return new Notification.Builder(this, CHANNEL_ID)
|
||||
.setContentTitle("ByTheWay")
|
||||
.setContentText(contentText)
|
||||
.setSmallIcon(android.R.drawable.ic_menu_mylocation)
|
||||
.setOngoing(true)
|
||||
.build();
|
||||
}
|
||||
|
||||
/**
|
||||
* 更新前台服务通知栏显示
|
||||
*/
|
||||
private void updateNotification() {
|
||||
final NotificationManager manager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);
|
||||
manager.notify(NOTIFICATION_ID, createNotification());
|
||||
}
|
||||
|
||||
/**
|
||||
* 启动GPS定位更新监听
|
||||
*/
|
||||
private void startGpsLocationUpdates() {
|
||||
locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
|
||||
locationListener = new LocationListener() {
|
||||
@Override
|
||||
public void onLocationChanged(final Location location) {
|
||||
handleGpsLocation(location);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onStatusChanged(final String provider, final int status, final Bundle extras) {
|
||||
LogUtils.d("GpsReceiveService", "GPS状态变化: " + provider + ", status=" + status);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onProviderEnabled(final String provider) {
|
||||
LogUtils.d("GpsReceiveService", "GPS提供者已启用: " + provider);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onProviderDisabled(final String provider) {
|
||||
LogUtils.d("GpsReceiveService", "GPS提供者已禁用: " + provider);
|
||||
}
|
||||
};
|
||||
try {
|
||||
// 最小时间间隔1秒,最小距离间隔0米,确保每次位置更新都能接收
|
||||
locationManager.requestLocationUpdates(
|
||||
LocationManager.GPS_PROVIDER,
|
||||
1000L,
|
||||
0f,
|
||||
locationListener
|
||||
);
|
||||
LogUtils.i("GpsReceiveService", "GPS定位监听已启动");
|
||||
} catch (SecurityException e) {
|
||||
LogUtils.e("GpsReceiveService", "缺少GPS定位权限: " + e.getMessage());
|
||||
} catch (Exception e) {
|
||||
LogUtils.e("GpsReceiveService", "启动GPS定位监听失败: " + e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 处理GPS定位数据,写入SQLite数据库并更新通知栏
|
||||
*/
|
||||
private void handleGpsLocation(final Location location) {
|
||||
final GpsBean bean = new GpsBean();
|
||||
bean.setLatitude(location.getLatitude());
|
||||
bean.setLongitude(location.getLongitude());
|
||||
bean.setAccuracy(location.getAccuracy());
|
||||
bean.setAltitude(location.getAltitude());
|
||||
bean.setSpeed(location.getSpeed());
|
||||
bean.setReceiveTime(System.currentTimeMillis());
|
||||
currentGpsBean = bean;
|
||||
GpsUtil.insertGps(getApplicationContext(), bean);
|
||||
gpsReceiveCount++;
|
||||
updateNotification();
|
||||
LogUtils.d("GpsReceiveService", "收到GPS定位,已保存数据,累计接收 " + gpsReceiveCount + " 次");
|
||||
}
|
||||
|
||||
@Override
|
||||
public int onStartCommand(final Intent intent, final int flags, final int startId) {
|
||||
//单例不重启模式,被杀不自动重启
|
||||
return START_NOT_STICKY;
|
||||
}
|
||||
|
||||
@Override
|
||||
public IBinder onBind(final Intent intent) {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDestroy() {
|
||||
stopGpsLocationUpdates();
|
||||
stopForeground(true);
|
||||
serviceRunning = false;
|
||||
instance = null;
|
||||
LogUtils.i("GpsReceiveService", "GPS接收服务已销毁,定位监听已停止");
|
||||
Toast.makeText(this, "GPS定位服务已关闭", Toast.LENGTH_SHORT).show();
|
||||
super.onDestroy();
|
||||
}
|
||||
|
||||
/**
|
||||
* 停止GPS定位更新监听
|
||||
*/
|
||||
private void stopGpsLocationUpdates() {
|
||||
if (locationManager != null && locationListener != null) {
|
||||
try {
|
||||
locationManager.removeUpdates(locationListener);
|
||||
LogUtils.i("GpsReceiveService", "GPS定位监听已移除");
|
||||
} catch (SecurityException e) {
|
||||
LogUtils.e("GpsReceiveService", "移除GPS监听异常: " + e.getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,247 @@
|
||||
package cc.winboll.studio.bytheway.utils;
|
||||
|
||||
import android.content.ContentValues;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.database.Cursor;
|
||||
import android.database.sqlite.SQLiteDatabase;
|
||||
import android.database.sqlite.SQLiteOpenHelper;
|
||||
import cc.winboll.studio.bytheway.models.GpsBean;
|
||||
import cc.winboll.studio.libappbase.LogUtils;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
import java.util.Locale;
|
||||
|
||||
/**
|
||||
* GPS数据处理模块
|
||||
* 集合GPS数据解析、格式化、数据库存取等所有操作,外部统一通过本类访问
|
||||
* @author ZhanGSKen<zhangsken@qq.com>
|
||||
*/
|
||||
public class GpsUtil {
|
||||
|
||||
private static final String TAG = "GpsUtil";
|
||||
|
||||
// Intent广播中的GPS数据键名
|
||||
public static final String KEY_LATITUDE = "latitude";
|
||||
public static final String KEY_LONGITUDE = "longitude";
|
||||
public static final String KEY_ACCURACY = "accuracy";
|
||||
public static final String KEY_ALTITUDE = "altitude";
|
||||
public static final String KEY_SPEED = "speed";
|
||||
public static final String KEY_RECEIVE_TIME = "receive_time";
|
||||
|
||||
// 时间格式
|
||||
private static final String FORMAT_TIME = "yyyy-MM-dd HH:mm:ss";
|
||||
|
||||
// ======================== 数据解析方法 ========================
|
||||
|
||||
/**
|
||||
* 从Intent广播数据中解析GPS定位信息,构造GpsBean对象
|
||||
* @param intent GPS定位广播Intent
|
||||
* @return 解析后的GpsBean对象
|
||||
*/
|
||||
public static GpsBean parseFromIntent(final Intent intent) {
|
||||
final double latitude = intent.getDoubleExtra(KEY_LATITUDE, 0);
|
||||
final double longitude = intent.getDoubleExtra(KEY_LONGITUDE, 0);
|
||||
final float accuracy = intent.getFloatExtra(KEY_ACCURACY, 0);
|
||||
final double altitude = intent.getDoubleExtra(KEY_ALTITUDE, 0);
|
||||
final float speed = intent.getFloatExtra(KEY_SPEED, 0);
|
||||
final long time = intent.getLongExtra(KEY_RECEIVE_TIME, System.currentTimeMillis());
|
||||
|
||||
final GpsBean bean = new GpsBean();
|
||||
bean.setLatitude(latitude);
|
||||
bean.setLongitude(longitude);
|
||||
bean.setAccuracy(accuracy);
|
||||
bean.setAltitude(altitude);
|
||||
bean.setSpeed(speed);
|
||||
bean.setReceiveTime(time);
|
||||
return bean;
|
||||
}
|
||||
|
||||
/**
|
||||
* 从数据库游标中解析GPS定位信息,构造GpsBean对象
|
||||
* 游标字段顺序:id, latitude, longitude, accuracy, altitude, speed, receive_time
|
||||
* @param cursor 数据库查询游标(需已定位到目标行)
|
||||
* @return 解析后的GpsBean对象
|
||||
*/
|
||||
public static GpsBean parseFromCursor(final Cursor cursor) {
|
||||
final GpsBean bean = new GpsBean();
|
||||
bean.setId(cursor.getInt(0));
|
||||
bean.setLatitude(cursor.getDouble(1));
|
||||
bean.setLongitude(cursor.getDouble(2));
|
||||
bean.setAccuracy(cursor.getFloat(3));
|
||||
bean.setAltitude(cursor.getDouble(4));
|
||||
bean.setSpeed(cursor.getFloat(5));
|
||||
bean.setReceiveTime(cursor.getLong(6));
|
||||
return bean;
|
||||
}
|
||||
|
||||
// ======================== 格式化方法 ========================
|
||||
|
||||
/**
|
||||
* 将时间戳格式化为可读时间字符串
|
||||
* @param timestamp 毫秒时间戳
|
||||
* @return 格式化后的时间字符串
|
||||
*/
|
||||
public static String formatTime(final long timestamp) {
|
||||
final SimpleDateFormat sdf = new SimpleDateFormat(FORMAT_TIME, Locale.getDefault());
|
||||
return sdf.format(new Date(timestamp));
|
||||
}
|
||||
|
||||
/**
|
||||
* 格式化经纬度显示文本
|
||||
* @param latitude 纬度
|
||||
* @param longitude 经度
|
||||
* @return 格式化后的经纬度字符串
|
||||
*/
|
||||
public static String formatLatLng(final double latitude, final double longitude) {
|
||||
return "纬度:" + latitude + " 经度:" + longitude;
|
||||
}
|
||||
|
||||
/**
|
||||
* 格式化精度、海拔、速度显示文本
|
||||
* @param accuracy 精度(米)
|
||||
* @param altitude 海拔(米)
|
||||
* @param speed 速度(m/s)
|
||||
* @return 格式化后的字符串
|
||||
*/
|
||||
public static String formatOther(final float accuracy, final double altitude, final float speed) {
|
||||
return "精度:" + accuracy + "m 海拔:" + altitude + "m 速度:" + speed + "m/s";
|
||||
}
|
||||
|
||||
/**
|
||||
* 将速度从m/s转换为km/h
|
||||
* @param speedMps 速度(m/s)
|
||||
* @return 速度(km/h)
|
||||
*/
|
||||
public static float speedToKmh(final float speedMps) {
|
||||
return speedMps * 3.6f;
|
||||
}
|
||||
|
||||
/**
|
||||
* 格式化速度显示文本(km/h)
|
||||
* @param speedMps 速度(m/s)
|
||||
* @return 格式化后的速度字符串
|
||||
*/
|
||||
public static String formatSpeed(final float speedMps) {
|
||||
return speedToKmh(speedMps) + "km/h";
|
||||
}
|
||||
|
||||
// ======================== 数据库操作方法 ========================
|
||||
|
||||
/**
|
||||
* 插入单条GPS定位数据
|
||||
* @param context 上下文
|
||||
* @param bean GPS数据对象
|
||||
*/
|
||||
public static void insertGps(final Context context, final GpsBean bean) {
|
||||
final GpsDbHelper helper = new GpsDbHelper(context);
|
||||
final SQLiteDatabase db = helper.getWritableDatabase();
|
||||
final ContentValues values = new ContentValues();
|
||||
values.put("latitude", bean.getLatitude());
|
||||
values.put("longitude", bean.getLongitude());
|
||||
values.put("accuracy", bean.getAccuracy());
|
||||
values.put("altitude", bean.getAltitude());
|
||||
values.put("speed", bean.getSpeed());
|
||||
values.put("receive_time", bean.getReceiveTime());
|
||||
db.insert(GpsDbHelper.TABLE_GPS, null, values);
|
||||
LogUtils.i(TAG, "GPS数据插入成功");
|
||||
db.close();
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询全部GPS记录,按时间倒序排列
|
||||
* @param context 上下文
|
||||
* @return GPS数据列表
|
||||
*/
|
||||
public static List<GpsBean> queryAllGps(final Context context) {
|
||||
final List<GpsBean> list = new ArrayList<GpsBean>();
|
||||
final GpsDbHelper helper = new GpsDbHelper(context);
|
||||
final SQLiteDatabase db = helper.getReadableDatabase();
|
||||
final Cursor cursor = db.query(GpsDbHelper.TABLE_GPS, null, null, null, null, null, "receive_time DESC");
|
||||
if (cursor.moveToFirst()) {
|
||||
do {
|
||||
list.add(parseFromCursor(cursor));
|
||||
} while (cursor.moveToNext());
|
||||
}
|
||||
LogUtils.i(TAG, "查询全部GPS条数:" + list.size());
|
||||
cursor.close();
|
||||
db.close();
|
||||
return list;
|
||||
}
|
||||
|
||||
/**
|
||||
* 根据时间区间查询GPS轨迹
|
||||
* @param context 上下文
|
||||
* @param startTime 起始时间戳
|
||||
* @param endTime 结束时间戳
|
||||
* @return GPS数据列表
|
||||
*/
|
||||
public static List<GpsBean> queryByTime(final Context context, final long startTime, final long endTime) {
|
||||
final List<GpsBean> list = new ArrayList<GpsBean>();
|
||||
final GpsDbHelper helper = new GpsDbHelper(context);
|
||||
final SQLiteDatabase db = helper.getReadableDatabase();
|
||||
final String where = "receive_time >= ? AND receive_time <= ?";
|
||||
final String[] args = {String.valueOf(startTime), String.valueOf(endTime)};
|
||||
final Cursor cursor = db.query(GpsDbHelper.TABLE_GPS, null, where, args, null, null, "receive_time ASC");
|
||||
if (cursor.moveToFirst()) {
|
||||
do {
|
||||
list.add(parseFromCursor(cursor));
|
||||
} while (cursor.moveToNext());
|
||||
}
|
||||
LogUtils.i(TAG, "时间段查询GPS条数:" + list.size());
|
||||
cursor.close();
|
||||
db.close();
|
||||
return list;
|
||||
}
|
||||
|
||||
/**
|
||||
* 清空所有本地GPS历史数据
|
||||
* @param context 上下文
|
||||
*/
|
||||
public static void clearAllGps(final Context context) {
|
||||
final GpsDbHelper helper = new GpsDbHelper(context);
|
||||
final SQLiteDatabase db = helper.getWritableDatabase();
|
||||
db.delete(GpsDbHelper.TABLE_GPS, null, null);
|
||||
LogUtils.i(TAG, "已清空全部GPS数据库数据");
|
||||
db.close();
|
||||
}
|
||||
|
||||
// ======================== 内部类:数据库管理 ========================
|
||||
|
||||
/**
|
||||
* SQLite数据库创建、版本升级管理
|
||||
*/
|
||||
private static class GpsDbHelper extends SQLiteOpenHelper {
|
||||
|
||||
private static final String DB_NAME = "GpsLocation.db";
|
||||
private static final int DB_VERSION = 1;
|
||||
private static final String TABLE_GPS = "gps_table";
|
||||
|
||||
private static final String CREATE_TABLE = "CREATE TABLE " + TABLE_GPS + " ("
|
||||
+ "_id INTEGER PRIMARY KEY AUTOINCREMENT,"
|
||||
+ "latitude REAL,"
|
||||
+ "longitude REAL,"
|
||||
+ "accuracy REAL,"
|
||||
+ "altitude REAL,"
|
||||
+ "speed REAL,"
|
||||
+ "receive_time INTEGER"
|
||||
+ ")";
|
||||
|
||||
public GpsDbHelper(final Context context) {
|
||||
super(context, DB_NAME, null, DB_VERSION);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onCreate(final SQLiteDatabase db) {
|
||||
db.execSQL(CREATE_TABLE);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onUpgrade(final SQLiteDatabase db, final int oldVersion, final int newVersion) {
|
||||
db.execSQL("DROP TABLE IF EXISTS " + TABLE_GPS);
|
||||
onCreate(db);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" android:background="@drawable/bg_container_border">
|
||||
|
||||
<cc.winboll.studio.libaes.views.ASupportToolbar
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/toolbar"/>
|
||||
|
||||
<cc.winboll.studio.libappbase.views.AboutView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1.0"
|
||||
android:id="@+id/aboutview"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/swipe_refresh_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rv_gps_list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|
||||
|
||||
@@ -21,23 +21,9 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="MyElectricKettle"
|
||||
android:text="ByTheWay"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1.0">
|
||||
|
||||
<cc.winboll.studio.libappbase.LogView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:id="@+id/logview"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:padding="16dp">
|
||||
|
||||
<Switch
|
||||
android:id="@+id/sw_gps_receive_service"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="GPS定位消息接收服务"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="12dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_time"
|
||||
android:textSize="14sp"
|
||||
android:textColor="#333"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_lat_lng"
|
||||
android:textSize="13sp"
|
||||
android:layout_marginTop="4dp"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_other"
|
||||
android:textSize="12sp"
|
||||
android:layout_marginTop="2dp"
|
||||
android:textColor="#666"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<item
|
||||
android:id="@+id/action_gps_list"
|
||||
android:icon="@android:drawable/ic_menu_mapmode"
|
||||
android:title="@string/action_gps_list"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:icon="@android:drawable/ic_menu_preferences"
|
||||
android:title="@string/action_settings"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_about"
|
||||
android:icon="@android:drawable/ic_menu_info_details"
|
||||
android:title="@string/action_about"
|
||||
app:showAsAction="never" />
|
||||
|
||||
</menu>
|
||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.0 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">顺道说</string>
|
||||
|
||||
</resources>
|
||||
@@ -0,0 +1,8 @@
|
||||
<resources>
|
||||
<string name="app_name">ByTheWay</string>
|
||||
<string name="action_settings">设置</string>
|
||||
<string name="action_gps_list">GPS列表</string>
|
||||
<string name="action_about">应用介绍</string>
|
||||
<string name="app_description">The [ByTheWay] project is designed to quickly schedule task reminders related to time and location. Its main feature is the ability to quickly create task-related data.</string>
|
||||
|
||||
</resources>
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat Jul 11 20:07:00 HKT 2026
|
||||
stageCount=19
|
||||
#Mon Jun 29 11:28:11 HKT 2026
|
||||
stageCount=18
|
||||
libraryProject=libaes
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.18
|
||||
publishVersion=15.20.17
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.19
|
||||
baseBetaVersion=15.20.18
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<item name="mainWindowTextColor">@color/mainWindowTextColor</item>
|
||||
<item name="mainWindowDarkBackgroundColor">@color/mainWindowBackgroundColor</item>
|
||||
<item name="mainWindowDarkTextColor">@color/mainWindowTextColor</item>
|
||||
<item name="android:statusBarColor">?attr/colorPrimaryDark</item>
|
||||
<item name="android:statusBarColor">@color/toolbarBackgroundColor</item>
|
||||
|
||||
<item name="aToolbar">@style/AESAToolbar</item>
|
||||
<item name="aSupportToolbar">@style/AESASupportToolbar</item>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<item name="mainWindowTextColor">@color/mainWindowTextColor</item>
|
||||
<item name="mainWindowDarkBackgroundColor">@color/mainWindowBackgroundColor</item>
|
||||
<item name="mainWindowDarkTextColor">@color/mainWindowTextColor</item>
|
||||
<item name="android:statusBarColor">?attr/colorPrimaryDark</item>
|
||||
<item name="android:statusBarColor">@color/toolbarBackgroundColor</item>
|
||||
|
||||
<item name="aToolbar">@style/AESAToolbar</item>
|
||||
<item name="aSupportToolbar">@style/AESASupportToolbar</item>
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat Aug 22 12:28:23 GMT 2026
|
||||
stageCount=0
|
||||
libraryProject=
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.0
|
||||
buildCount=16
|
||||
baseBetaVersion=15.20.1
|
||||
@@ -1,37 +0,0 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="cc.winboll.studio.myelectrickettle">
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/myelectrickettle_logo"
|
||||
android:roundIcon="@drawable/myelectrickettle_logo"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/MyAppTheme"
|
||||
android:resizeableActivity="true"
|
||||
android:name=".App">
|
||||
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:label="@string/app_name">
|
||||
|
||||
<intent-filter>
|
||||
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
|
||||
</intent-filter>
|
||||
|
||||
</activity>
|
||||
|
||||
<meta-data
|
||||
android:name="android.max_aspect"
|
||||
android:value="4.0"/>
|
||||
|
||||
<activity android:name=".GlobalApplication$CrashActivity"/>
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
Before Width: | Height: | Size: 118 KiB |
@@ -1,4 +0,0 @@
|
||||
<resources>
|
||||
<string name="app_name">MyElectricKettle</string>
|
||||
|
||||
</resources>
|
||||
@@ -1,7 +1,3 @@
|
||||
// MyWinBoLL 项目编译设置
|
||||
//include ':mywinboll'
|
||||
//rootProject.name = "mywinboll"
|
||||
|
||||
// MyElectricKettle 项目编译设置
|
||||
include ':myelectrickettle'
|
||||
rootProject.name = "myelectrickettle"
|
||||
// ByTheWay 项目编译设置
|
||||
include ':bytheway'
|
||||
rootProject.name = "bytheway"
|
||||
@@ -2,6 +2,6 @@
|
||||
//include ':mywinboll'
|
||||
//rootProject.name = "mywinboll"
|
||||
|
||||
// MyElectricKettle 项目编译设置
|
||||
//include ':myelectrickettle'
|
||||
//rootProject.name = "myelectrickettle"
|
||||
// ByTheWay 项目编译设置
|
||||
//include ':bytheway'
|
||||
//rootProject.name = "bytheway"
|
||||