Commit Graph

45 Commits

Author SHA1 Message Date
6c7be4ba47 feat: Add string resources for Create Agent V2
This commit introduces new string resources for the "Create Agent V2" feature.
These strings are provided in English, Chinese, and Japanese to support localization.

The added strings cover various UI elements and messages within the Create Agent V2 flow, including:
- Titles and labels (e.g., "Create AI", "Name", "Description")
- User guidance and prompts (e.g., "Hello %s! What would you like to create today?", "An AI that writes poetry...")
- Action button texts (e.g., "AI Enhancement", "Manually Create AI", "Alright, that's the one")
- Status messages (e.g., "Generating...", "Creating...", "Thinking for you")
- Accessibility descriptions for icons (e.g., "AI Avatar", "Edit Icon")
2025-09-15 13:42:58 +08:00
eca85c8377 Feat: Add Create Bottom Sheet and icons
- Implemented a new `CreateBottomSheet` Composable to provide users with options to create AI, Group Chat, or Moment.
- Added new drawable resources for the create options: `ic_create_ai.xml`, `ic_create_group_chat.xml`, `ic_create_monent.xml`, and `ic_create_close.xml`.
- Integrated the `CreateBottomSheet` into the `IndexScreen`. Clicking the "+" button now opens this bottom sheet instead of directly navigating to new post creation.
- Updated `IndexViewModel` to manage the visibility state of the `CreateBottomSheet`.
- Added string resources for the Create Bottom Sheet in English, Chinese, and Japanese.
- Ensured proper navigation and tourist mode checks for each create option.
- Implemented graceful dismissal of the bottom sheet with animations.
2025-09-12 17:21:29 +08:00
d703b5ae05 Refactor: Add debounce for navigation and optimize comments loading
- Implemented debounced navigation to prevent multiple rapid navigations.
- Replaced Pager-based comment loading with a simpler list-based approach for improved performance and reduced complexity.
- Added loading and error states for comment fetching.
- Introduced `debouncedClickable` modifier for handling click events with debounce.
- Updated image viewer to use simple navigation arrows instead of HorizontalPager for better user experience.
- Added a new string resource for password length error.
2025-09-03 16:03:57 +08:00
2b0d33fdbe 上架图-缺省图调整 2025-09-02 16:32:59 +08:00
cb253d3276 完善个人信息编辑
- 修复了从相册选择图片时,如果文件名不包含扩展名导致的崩溃问题。
- 在编辑个人信息页面增加了“修改密码”的入口。
- 修复了新建Agent时,保存按钮状态更新不及时的问题。
- 优化了新建Agent时,对异常的处理。
2025-08-31 23:59:05 +08:00
a79628026c 首页UI调整 2025-08-29 18:39:59 +08:00
weber
52e571da01 用户信息调整 2025-08-27 11:39:50 +08:00
f2ab55d545 Merge upstream/main and resolve conflicts 2025-08-25 18:48:56 +08:00
weber
df75c710e5 UI调整 2025-08-25 18:35:06 +08:00
weber
77033854f0 UI调整 2025-08-25 10:49:00 +08:00
weber
9fb79b3881 聊天室和群聊信息调整 2025-08-21 19:04:59 +08:00
weber
5ee1897739 消息列表和聊天时调整 2025-08-21 17:08:18 +08:00
weber
bc7a897cec 预留首页-探索,完善群组功能 2025-08-13 18:57:03 +08:00
weber
2d518cbd68 自定义NavigationItem,新增群组创建页面 2025-08-12 19:06:56 +08:00
weber
697af504b7 会话分组及聊天室实现 2025-08-11 18:21:22 +08:00
weber
f6a796e2bc 智能体会话开发 2025-08-07 19: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
784427cfba 更新密码校验规则 2024-12-01 15:29:03 +08:00
074244c0f8 改包名com.aiosman.ravenow 2024-11-17 20:07:42 +08:00
3cef90c887 更新代码 2024-11-03 09:17:46 +08:00
8dca3e8de1 暗黑模式按钮、更新弹框文案 2024-10-26 06:53:47 +08:00
6cb19eb6cf 关注和取消关注 2024-10-13 06:18:02 +08:00
43c27b7e0b 上传 2024-10-08 17:25:27 +08:00
0f9923f3e0 更新代码 2024-10-07 10:12:41 +08:00
9168884edb 新增验证码 2024-10-06 20:08:57 +08:00
40bbb8a0a0 新增重置密码校验 2024-10-04 23:37:38 +08:00
775c6a3c14 更新个人主页及其他页面
- 个人主页UI更新,支持工具栏滚动
- 调整个人主页背景颜色
- 更新个人主页为空时的
UI
- 更新用户信息编辑页面样式
- 更新点赞和收藏通知页面的文案
- 更新点赞和收藏通知页面的国际化
- 修复 UserContentPageIndicator 的滚动问题
- 更新评论通知页面的标题文案
- 更新评论通知页面的国际化
2024-10-03 16:38:32 +08:00
45a698003f 更新登录UI 2024-10-01 01:49:29 +08:00
1935da7e72 更新登录UI 2024-09-30 22:14:52 +08:00
b94d8fb7b3 新增对话 2024-09-23 23:47:16 +08:00
6cf8e740dd 调整细节 2024-09-15 18:26:08 +08:00
6247ade1dd 更新代码 2024-09-14 23:27:44 +08:00
03a4db8a4b 更新代码 2024-09-07 20:26:15 +08:00
d1e9365d69 更新动态详情页样式
- 更新动态详情页样式,包括图片比例、评论样式、点赞和收藏按钮等
- 新增文案
-
移除冗余代码
2024-09-06 21:39:57 +08:00
3a668b8b2a 更新搜索页面UI
- 搜索按钮更新为可点击
- 搜索框样式更新
- 新增取消按钮
- 发现页面背景颜色更新
2024-09-06 20:33:44 +08:00
f357e12f7c 新增我的页面下拉刷新功能
新增个人主页为空时的文案

发布动态后自动刷新个人主页
2024-09-06 16:16:20 +08:00
025f66ca83 新增邮箱注册页面表单校验
新增邮箱注册页面表单校验,包括:
- 邮箱格式校验
- 密码格式校验(至少8位,
包含大小写字母和数字)
- 确认密码校验
- 服务条款和推广信息勾选校验

新增错误提示,包括:
- 邮箱格式错误
- 密码格式错误
- 确认密码不一致
- 未勾选服务条款
- 未勾选推广信息

优化
用户体验,包括:
- 使用 CheckboxWithLabel 组件优化勾选框样式
- 使用字符串资源
- 调整页面布局
2024-09-06 15:34:27 +08:00
b7da2981aa 更新登录注册文案
将登录注册页面的部分文案替换为从资源文件中获取。
2024-09-06 09:15:32 +08:00
9cb847aa7c 更新登录页面样式
- 更新登录页面文案为字符串资源
- 新增邮箱和密码校验
- 更新按钮样式
- 调整页面布局
2024-09-06 09:04:14 +08:00
c08e6a0d62 更新消息功能
- 将硬编码的标题字符串替换为字符串资源。
- 添加了新的字符串资源用于评论计数、评论提示和关注按钮。
2024-09-01 20:59:42 +08:00
8b49dc78d8 更新功能
- 新增多语言支持
- 优化时间显示
- 调整UI细节
2024-09-01 20:11:58 +08:00