Commit Graph

373 Commits

Author SHA1 Message Date
weber
29d2bb753f 实现了 Agent 和 Profile 数据类,添加了 AddAgent 界面 2025-07-31 15:37:17 +08:00
weber
6ec732b996 20250723-Test Push 2025-07-23 19:07:29 +08:00
9f93e6dc14 更新代码 2024-12-07 17:14:45 +08:00
50fb1874e7 增加动态举报 2024-12-06 22:08:57 +08:00
76e7bbb84a 添加Chat处理逻辑 2024-12-06 10:57:31 +08:00
cc7a65e016 更新Google登录 2024-12-01 21:27:39 +08:00
784427cfba 更新密码校验规则 2024-12-01 15:29:03 +08:00
c54d5c914a 更新关注逻辑 2024-12-01 15:13:47 +08:00
79fccda1aa 更新动态加载逻辑 2024-12-01 09:40:13 +08:00
6c19f83cfb 更新个人资料同时更新聊天个人信息 2024-11-30 22:24:28 +08:00
3a68a51f3c 更新聊天头像逻辑 2024-11-30 08:50:50 +08:00
324e04881e 修改推送配置 2024-11-28 18:03:24 +08:00
5cacfbdd95 Rave Now 版本 VERSION 1.0.000.19 2024-11-24 21:14:41 +08:00
9fac012d11 移除https错误忽略 2024-11-24 19:58:53 +08:00
ca5629043b Rave Now 版本 VERSION 1.0.000.18 2024-11-21 06:18:16 +08:00
b697082732 Rave Now 版本 新签名 2024-11-17 20:54:32 +08:00
a243abb8a2 Rave Now 版本1.0.000.17 2024-11-17 20:41:11 +08:00
e75b181818 Rave Now 版本1.0.000.17 2024-11-17 20:35:42 +08:00
4cdb7f28b3 完全替换为Rave Now,只保留了Google Play的密钥还有一些图片映射还有旧字样。 2024-11-17 20:31:18 +08:00
074244c0f8 改包名com.aiosman.ravenow 2024-11-17 20:07:42 +08:00
914cfca6be 更新软件Logo 2024-11-15 20:04:15 +08:00
e62e83c566 Merge remote-tracking branch 'refs/remotes/origin/main' 2024-11-14 22:41:23 +08:00
5b2613cacc 修正firebase analytics 2024-11-14 17:49:26 +08:00
ee88708860 1.0.000.16 2024-11-05 04:37:03 +08:00
34ce648102 fix #12 修正删除动态后,移除我的页面中的item 2024-11-03 16:51:23 +08:00
7152bfd9c1 fix #9 修正多次点击的白屏,添加修改用户资料防抖 2024-11-03 12:48:37 +08:00
d5e210b080 更新代码 2024-11-03 09:18:28 +08:00
3cef90c887 更新代码 2024-11-03 09:17:46 +08:00
d49e037f51 fix #7 新增了修改密码时错误的旧密码提示 2024-11-03 09:15:19 +08:00
7ed3c51118 fix #6 修正了创建新的评论后,评论区重复显示评论的问题 2024-11-03 08:20:48 +08:00
560f4655df fix #5
修正了按钮高度问题
2024-11-03 00:32:58 +08:00
720bafe787 添加com.google.ar.core 2024-10-30 01:11:50 +08:00
068ca693ea 1.0.000.15 2024-10-29 05:30:54 +08:00
d6e2db7edb 删除post中的following按钮 2024-10-29 05:30:01 +08:00
5b3d663a73 修正动态页面错误 2024-10-27 11:31:27 +08:00
be18a60b2b 修正个人主页阴影错误 2024-10-26 23:05:31 +08:00
e1ba8709de 禁止在主页进行unfollow操作 2024-10-26 21:59:37 +08:00
e8ddd67219 屏蔽关注动态页面的关注按钮 2024-10-26 19:18:50 +08:00
2012668361 动态主题切换 2024-10-26 19:05:52 +08:00
01fb092e83 feat: Implement moment follow/unfollow feature
This commit implements the follow/unfollow feature for moments in the Search, Timeline, and Explore tabs.

It includes:

- Adding a follow button to moment cards and implementing follow/unfollow logic in the respective ViewModels.
- Updating the UI to reflect the follow status changes in the moment list.
- Handling follow/unfollow API requests.
2024-10-26 17:44:51 +08:00
fe2bd2f382 feat: 实现探索动态功能
在动态列表中新增探索动态功能,允许用户浏览和发现新的动态内容。

具体修改包括:

- 在API接口中添加`explore`参数,用于请求探索动态数据。
- 修改MomentService,添加`explore`参数,用于获取探索动态数据。
- 更新MomentViewModel,使用`explore`参数请求探索动态数据。
- 修改MomentPagingSource,使用`explore`参数请求探索动态数据。
- 修改MomentCard,使用`explore`参数显示探索动态数据。
2024-10-26 17:17:29 +08:00
5c1cca6a69 修改更新提示的颜色 2024-10-26 16:48:45 +08:00
9838439ff1 补充提交 2024-10-26 16:14:47 +08:00
994e493035 版本更新提示 2024-10-26 16:06:59 +08:00
fd2f1cfc1d 版本1.0.000.15 2024-10-26 06:54:56 +08:00
8dca3e8de1 暗黑模式按钮、更新弹框文案 2024-10-26 06:53:47 +08:00
e38c36aa2c 软件内版本检测更新 2024-10-26 06:02:30 +08:00
ed66f15be7 修复小细节,home图标和消息通知 2024-10-26 02:51:23 +08:00
d3518b1a82 首页新增推荐 2024-10-25 22:01:58 +08:00
5e65f217bb 底部导航Mask颜色使用AppColor 2024-10-25 03:33:21 +08:00