weber
38759eb3e4
处理下标越界和防抖
2025-08-06 18:47:24 +08:00
weber
b837c704e5
我的智能体
2025-08-06 18:14:36 +08:00
weber
a944bd0fa3
智能体列表,全部
2025-08-06 15:58:17 +08:00
weber
993604bfc1
我的智能体
2025-08-05 17:01:23 +08:00
dc9c013383
更新消息和AI代理页面的文本颜色,注释掉部分消息列表初始化逻辑
2025-08-05 16:51:17 +08:00
91c34a0acf
Merge remote-tracking branch 'origin/main'
2025-08-05 16:31:46 +08:00
a2254e503e
适配夜间模式
2025-08-05 16:31:28 +08:00
weber
daea7824af
create agent
2025-08-05 16:25:06 +08:00
0f5d3d7960
限制帖子图片数量为9张
2025-08-05 16:20:30 +08:00
6433d4a23c
修改颜色配置
2025-08-05 16:00:36 +08:00
873001ce28
在 FavouriteListViewModel 中增加 EventBus 监听,以便在动态取消收藏时刷新列表。
2025-08-05 15:47:30 +08:00
7ea75a4755
区分动态发布者和其他用户在动态菜单中的操作权限
2025-08-05 15:12:29 +08:00
a80711a475
统一重置密码界面背景色和错误文本颜色
2025-08-05 15:03:05 +08:00
weber
3e544844bb
添加新的表单文本输入组件 FormTextInput2,包含错误提示和动态显示功能;新增图标和图片资源。
2025-08-05 14:24:15 +08:00
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
9fac012d11
移除https错误忽略
2024-11-24 19:58:53 +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
5b2613cacc
修正firebase analytics
2024-11-14 17:49:26 +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
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