Commit Graph

45 Commits

Author SHA1 Message Date
4bdbbb0231 主页分类动态获取 2025-10-17 16:56:25 +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
e49e509c38 暗黑模式缺省图;UI调整 2025-09-03 17:37:52 +08:00
40ccd70e80 Add VIP selection page and related data models
This commit introduces a new VIP selection page (`VipSelPage.kt`) that allows users to choose between Premium and Standard membership plans.

Key changes include:

*   **New VIP Selection UI:**
    *   `VipSelPage.kt`: Implements the UI for selecting VIP plans, displaying prices, and benefits.
    *   `SelfProfileAction.kt`: Updated to include a "Rave Premium" button alongside "Edit Profile".
*   **Data Models for Membership:**
    *   `MembershipModels.kt`: Defines data classes for membership configuration (`MembershipConfigData`, `ConfigData`, `Member`, `Benefit`, `Good`), price models (`VipPriceModel`), page data models (`VipPageDataModel`), and request bodies (`ValidateProductRequestBody`, `ValidateData`).
    *   `VipModelMapper`: Provides functions to transform backend data into UI-friendly models for price and benefit display.
*   **API Integration:**
    *   `RiderProAPI.kt`: Added new endpoints `getMembershipConfig` to fetch membership details and `validateAndroidProduct` for product validation.
*   **Navigation:**
    *   `Navi.kt`: Added `VipSelPage` to the navigation routes.
    *   `ProfileV3.kt`: The "Rave Premium" button in the self profile action now navigates to the `VipSelPage`.
*   **Theming:**
    *   `Colors.kt`: Added new color definitions for premium buttons, VIP benefit highlighting, and price card states (selected/unselected).
*   **Assets:**
    *   `ic_member.webp`: New icon for the "Rave Premium" button.
2025-08-31 22:17:20 +08:00
weber
9fb79b3881 聊天室和群聊信息调整 2025-08-21 19:04:59 +08:00
weber
8f8c2ff2e9 UI调整,群聊开发 2025-08-20 19:19:14 +08:00
weber
791b24b2fb UI调整,群聊天室开发 2025-08-18 19:02:11 +08:00
weber
112efa74e7 首页UI调整 2025-08-14 19:04:20 +08:00
weber
2d518cbd68 自定义NavigationItem,新增群组创建页面 2025-08-12 19:06:56 +08:00
1bb0adeb90 添加标签组件并更新导航栏Add按钮样式
- 新增可复用的`TabItem`和`TabSpacer`组件,用于实现标签页切换效果。
- 在消息列表和AI Agent页面中,使用新的`TabItem`和`TabSpacer`组件替换原有的标签页实现,简化代码并统一风格。
- 更新底部导航栏Add按钮的图标和交互行为:
    - 使用新的`ic_nav_add.xml`图标。
    - Add按钮只显示图标,不显示文字标签。
    - Add按钮图标放大。
- 在`Colors.kt`中为`AppThemeData`添加新的颜色属性,以支持新标签组件的自定义主题。
2025-08-08 09:57:42 +08:00
weber
b837c704e5 我的智能体 2025-08-06 18:14:36 +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
e75b181818 Rave Now 版本1.0.000.17 2024-11-17 20:35:42 +08:00
8dca3e8de1 暗黑模式按钮、更新弹框文案 2024-10-26 06:53:47 +08:00
ed66f15be7 修复小细节,home图标和消息通知 2024-10-26 02:51:23 +08:00
20a34b569a 启动页控制 2024-10-13 05:03:34 +08:00
3c5f8a7787 调整发送页面 2024-10-13 03:28:57 +08:00
f6e763cb3f 调整布局和边距 2024-10-13 02:44:22 +08:00
81f90db1b1 新增聊天消息提醒 2024-10-11 16:51:51 +08:00
36739b1615 软件主页背景动画,存在两个问题:1.只有位置改变,没有图片索引改变;2.布局上下比例还要调整 2024-10-11 05:55:29 +08:00
4b28a882a9 新增评论校验 2024-09-15 09:16:53 +08:00
6247ade1dd 更新代码 2024-09-14 23:27:44 +08:00
de5088dc02 更新代码 2024-09-13 23:20:38 +08:00
d302c44217 删除按钮替换 2024-09-10 18:03:22 +08:00
6ce026d72c 帖子详情中一张图片不会现实底部数量球 2024-09-10 04:51:56 +08:00
40d7fa51d4 底部导航栏图标SVG资源添加 2024-09-10 04:34:10 +08:00
d1e9365d69 更新动态详情页样式
- 更新动态详情页样式,包括图片比例、评论样式、点赞和收藏按钮等
- 新增文案
-
移除冗余代码
2024-09-06 21:39:57 +08:00
9c7c11f989 新增发现页
新增发现页,展示所有动态的缩略图,点击可跳转到对应动态详情页。
2024-08-28 23:38:29 +08:00
2dd2ee0281 更新 google 登录 2024-08-23 18:31:14 +08:00
ba1d74f017 新增地图细节 2024-07-19 15:24:11 +08:00
baee6f66dc 更新 UI 2024-07-19 10:05:06 +08:00
204c6333c4 update:new post 2024-07-15 10:30:56 +08:00
92ff2080d2 add:new post 2024-07-15 08:50:10 +08:00
ac051c8383 add:comment list 2024-07-14 11:17:51 +08:00
bcac44bbbd add:message list 2024-07-14 10:51:26 +08:00
1e6f6764f2 add:comment modal 2024-07-13 22:30:34 +08:00
e3aae7e05f 修改打卡点详情的布局细节参数(边距、字体、尺寸) 2024-07-13 20:33:14 +08:00
4eb12c1a99 add:fix up 2024-07-13 18:08:40 +08:00
f6e24d671c add:location detail 2024-07-13 17:41:51 +08:00
77ad6dfe16 添加短视频 2024-07-12 04:36:03 +08:00
e7d81dc827 Add Page icon 2024-06-27 11:47:05 +08:00
5ba5803ba2 App Build 2024-06-22 04:25:20 +08:00