46 Commits

Author SHA1 Message Date
bce9cac658 fix(api): 优化站点用户信息上报逻辑和接口
- 修改App名称为“Amazy Taiwan”,更新对应配置字段
- 更改站点用户信息上报接口地址为“api/client/user-info”
- 上报数据中新增设备类型字段 deviceType,值固定为 ANDROID
- data 字段必须为JSON对象且包含必填字段 mobile
- mobile字段缺失时,用手机号候选字段中第一个有效值补充
- 添加数据解析异常和手机号缺失时跳过上报的逻辑
- 更新上报方法,调整请求体字段和接口调用方式
2026-08-03 09:44:59 +08:00
cde179becc feat(api): 增强通知功能及新增站点用户信息上报
- 新增通知详情接口,查询通知详情时异步增加阅读次数
- 小铃铛列表支持展开通知时异步增加通知阅读次数并刷新列表
- 通知列表查询接口增加isScheduler参数
- MessageInfo新增接收和阅读次数字段
- MyNotifyListAdapter新增通知展开事件监听,显示真实阅读次数
- MainActivity新增localStorage用户信息轮询机制,自动抓取并净化用户信息
- 实现用户信息去重上报,只对未上报过的用户信息调用上报接口
- 处理用户信息抓取结果,支持手机号多字段提取及本地缓存
- 允许自定义轮询间隔,登录状态下每日复查一次,未登录时每30秒一次
- 完善错误处理,用户信息上报失败时清除本地去重缓存支持重试
- 配置更新及新增模块titanplayz和amazy,调整版本号与命名规范
2026-07-31 17:23:00 +08:00
759a262658 feat(android): 初始化Android项目基础框架及推送功能
- 新增amazy和titanplayz两个项目的build.gradle配置文件
- 配置应用的包名、版本号及资源颜色和字符串
- 集成Firebase服务,添加google-services.json文件和相关依赖
- 添加签名配置及打包输出重命名规则
- 新增基础Activity(IndexActivity)实现FCM推送订阅功能
- 新增自定义Firebase消息服务(MyFirebaseMessageingService)处理通知显示
- 添加应用基础主题及样式配置文件
- 设置网络安全配置,支持明文流量
- 添加资源文件(启动背景big_bg.xml及应用logo)
- 配置应用权限及推送相关权限
- 创建Application子类WebApplication初始化日志和上下文
- 完成文件路径配置,支持文件访问权限适配Android 7.0及以上系统
2026-07-31 17:22:52 +08:00
e3fdac7bb0 feat(android): 添加多个新模块并更新系统栏适配逻辑
- 在settings.gradle中引入多个新模块,包括we88sg26、NEPSPIN88、2URUS等
- 更新各新模块build.gradle配置,修改应用ID、资源颜色、应用名、用户ID等信息
- 替换各新模块google-services.json配置,更新Firebase项目参数和API密钥
- 优化MainActivity、NotifyListActivity、WebViewActivity中的系统栏适配逻辑
- 引入WindowCompat和WindowInsetsControllerCompat支持,实现沉浸式状态栏和导航栏处理
- 通过applySystemBarInsets方法统一处理系统栏颜色和内边距,提高多版本兼容性
- 删除过时的enableEdgeToEdge方法,代码简化并提升可维护性
- 设置系统栏状态图标颜色亮度基于背景色亮度计算,提升视觉效果一致性
2026-07-30 17:14:20 +08:00
369e30ca55 feat:修复满屏bug,新增多个app 2026-07-30 17:14:04 +08:00
aecb7eb26b chore: stop tracking generated Android packages 2026-07-23 12:00:11 +08:00
9debb67632 chore: update deployment targets and module configurations for multiple apps
- Added deployment target selections for auplayx and test run configurations
- Registered 15 new modules in gradle.xml: 2UOB, 88Malaysia, AU99live, Joker9au, aipokies, aud2u26, gem9bet, jkpokies, jl8au, luxegaming, mk99pgk, myklbet, neftsoft, nova9sg, pgk76
- Updated 2U8OB module: changed output name from "xofun88" to "2U8OB" and app name to "2uob"
- Updated 2UOB module: changed application ID, colors, user ID (274→212
2026-06-23 11:30:23 +08:00
87a92afa6c feat: add initial configuration and resources for 2U8OB module
- Created build.gradle for the 2U8OB module with application ID com.xizhcozzc.xoxau and output name xofun88.
- Added google-services.json for Firebase configuration.
- Implemented Firebase messaging service for push notifications.
- Included AndroidManifest.xml with necessary permissions and application setup.
- Added drawable and mipmap resources for app branding.
- Created .gitignore to exclude build and release directories.
- Added pro
2026-06-23 11:30:07 +08:00
066e3f9109 chore: update version to v1.3.9 and modify app names for bb8au and xoxau modules 2026-05-18 09:54:53 +08:00
8ef20361fd chore: 更新 bb8au 应用 logo 资源 2026-05-18 09:53:34 +08:00
bafff33600 feat: 添加通讯录权限请求和上传功能 2026-05-15 15:00:27 +08:00
d459d3d2ec feat: 添加 bng33 模块的配置和资源,包括更新应用名称和版本信息 2026-05-15 14:05:07 +08:00
f912b41621 feat: 添加 bng33 模块的初始配置和资源,包括 Firebase 消息服务和应用主题 2026-05-15 14:05:03 +08:00
6406f4cc9e feat: add initial configuration and resources for nep9 module
- Introduced build.gradle for the nep9 module with application ID and Firebase configuration.
- Added AndroidManifest.xml with necessary permissions and application setup.
- Implemented Firebase messaging service for push notifications.
- Included drawable and mipmap resources for app branding.
- Created .gitignore to exclude build and release directories.
- Added proguard rules for code obfuscation and optimization.
- Established network security configuration and file provider paths.
2026-05-07 17:29:40 +08:00
573a953d66 feat: add pokiesplay module with updated configurations and resources
- Introduced build.gradle for the pokiesplay module with application ID and output name changes.
- Updated google-services.json to reflect new project settings and Firebase configuration.
- Added new selection state for pokiesplay in deploymentTargetSelector.xml.
- Included pokiesplay in settings.gradle and gradle.xml for project integration.
- Updated application branding resources and user ID in build.gradle.
- Modified APK and image resources for the new module.
2026-05-07 09:47:48 +08:00
7da0e6d1b9 feat: add initial configuration and resources for pokiesplay module
- Created build.gradle for project setup and dependencies.
- Added AndroidManifest.xml with necessary permissions and application configuration.
- Included Firebase messaging service for push notifications.
- Established drawable and mipmap resources for app branding.
- Introduced .gitignore to exclude build and release directories.
- Added proguard rules for code obfuscation and optimization.
2026-05-07 09:33:53 +08:00
9e1cc20f9b refactor: enable social media links and improve visibility logic in MainActivity
- Re-enabled Facebook, Telegram, and WhatsApp click listeners to launch respective apps.
- Updated visibility logic for notification items and other app links based on user IDs.
- Cleaned up commented-out code and adjusted layout visibility in activity_main2.xml.
2026-05-07 09:17:56 +08:00
9fbc7ddf28 fix: update USERID in sg99live module and increment version in settings.gradle
- Updated USERID from 278 to 279 in sg99live/build.gradle
- Incremented version for sg99live module in settings.gradle
- Updated multiple APK files
2026-05-06 17:46:07 +08:00
a382297ec2 feat: 更新多个模块的基础配置和资源文件
- 更新版本号至 v1.3.7
- 修改多个模块的 build.gradle 文件,更新应用 ID 和资源配置
- 新增 we1win、afb77au、bb8au、be9au、gg66au、sg99live、u8888aud、uu3au 模块的基础配置
- 删除 xoxoau8 模块及其相关文件
- 更新 Firebase 配置文件以匹配新的项目设置
2026-05-06 17:18:52 +08:00
27f8695ca6 feat: 新增 bb8au 模块的基础配置和资源文件
- 添加 build.gradle、AndroidManifest.xml、Firebase 消息服务、主题样式等文件
- 包含 .gitignore 文件以忽略 build 和 release 目录
- 新增资源文件如 drawable、mipmap 和 values 目录
2026-05-06 17:08:15 +08:00
5d98e6e540 修正 AUPLAYX build.gradle 缩进并更新 apk 文件 2026-04-30 13:43:32 +08:00
540e112c81 优化WebView错误处理和页面日志记录 2026-04-23 10:12:28 +08:00
7bcf862d06 新增 pokies420 模块基础配置和资源文件 2026-04-23 10:01:01 +08:00
6e8fbefbe5 新增 pokies420 模块基础配置和资源文件 2026-04-23 10:00:53 +08:00
e0d45f43a1 feat: 新增多个模块的基础配置和资源文件 2026-04-23 09:49:37 +08:00
088a98a327 feat: 新增多个模块的基础配置和资源文件 2026-04-23 09:45:11 +08:00
d68725d1b1 feat: 添加多个Android应用模块及配置
添加多个Android应用模块(1xsands, toke66a, petronas777等)的基础配置
包括AndroidManifest.xml、build.gradle、资源文件和代码文件
实现Firebase消息服务、网络配置、主题样式等功能
添加.gitignore文件忽略build和release目录
2026-04-13 13:44:50 +08:00
348ed78fe6 修复空值问题 2026-04-07 11:25:13 +08:00
e76ec1b335 新增:mg8vipmyr,diriwan888,mgmhotram 2026-04-07 11:22:02 +08:00
a32c98848f feat: 添加多个模块的基础配置和资源文件 2026-04-07 09:14:18 +08:00
xuhuixiang
593f72ce8b 新增 AUPLAYX 260 2026-03-25 13:53:50 +08:00
xuhuixiang
b0b95d8b42 新增 AUPLAYX 260 2026-03-25 13:51:54 +08:00
xuhuixiang
0ccb3f94d0 新增 AUPLAYX 260 2026-03-25 13:49:01 +08:00
xuhuixiang
96a2912f43 新增 FIGHT996 259 2026-03-24 14:26:24 +08:00
xuhuixiang
bef1858c4d 新增AA7AU 257 和 BNG1AU 258 2026-03-21 11:51:23 +08:00
xuhuixiang
2efb55dc17 新增AA7AU 257 和 BNG1AU 258 2026-03-17 17:57:21 +08:00
xuhuixiang
fdf11991e8 新增AA7AU 257 和 BNG1AU 258 2026-03-17 17:55:14 +08:00
xuhuixiang
91cf1ff75b 优化代码 2026-03-17 15:42:49 +08:00
xuhuixiang
c42c30835f 优化代码 2026-03-17 15:41:47 +08:00
xuhuixiang
15ac5caa27 优化代码 2026-03-17 15:37:08 +08:00
xuhuixiang
229ffaea8f 优化代码 2026-03-17 15:27:40 +08:00
xuhuixiang
3e9378472b 命名空间挪到项目基build里面去 2026-03-16 17:47:44 +08:00
xuhuixiang
b6b9817d26 新增 REDSPIN8 256 2026-03-16 17:07:00 +08:00
xuhuixiang
3d84434d04 新增 REDSPIN8 256 2026-03-16 17:02:32 +08:00
xuhuixiang
bb870bb356 新增 REDSPIN8 256 2026-03-16 16:16:25 +08:00
xuhuixiang
d42f50cab1 第一次提交 2026-03-16 13:31:12 +08:00