This repository was archived by the owner on May 27, 2025. It is now read-only.
Conversation
- Updated version number to 1.1.6 - Fixed the method for getting the current user ID, now returns the user ID and user name - Optimized the user data loading logic in MainActivity and improved the initialization process - Fixed the asynchronous operation of getting the current user ID in ChatActivity - Optimized the setting logic of the user data storage path in the TgApi class 版本更新至1.1.6,修复和优化多项功能 - 更新版本号至1.1.6 - 修复获取当前用户ID的方法,现在返回用户ID和用户名 - 优化MainActivity中的用户数据加载逻辑,改进了初始化流程 - 在ChatActivity中修正了获取当前用户ID的异步操作 - 优化了TgApi类中用户数据存储路径的设置逻辑 Signed-off-by: gohj99 <[email protected]>
- Added network connection status update processing in TgApi - Modified MainActivity to display connection status - Updated UI to reflect different connection statuses - Added error message display in ErrorScreen - Adjusted ChatActivity to use new network status check - Fixed duplicate contact bug 增加网络状态显示,修复一些错误 - 在TgApi中添加网络连接状态更新处理 - 修改MainActivity以显示连接状态 - 更新UI以反映不同的连接状态 - 在ErrorScreen中添加错误信息显示 - 调整ChatActivity以使用新的网络状态检查 - 修复联系人重复的错误 Signed-off-by: gohj99 <[email protected]>
- Updated version number to 1.2.0- Optimized chat interface, supports display of read and unread messages - Improved processing logic of long-pressing messages - Fixed some minor issues related to chat 版本更新至1.2.0并优化聊天界面 - 更新版本号至1.2.0- 优化聊天界面,支持消息已读未读显示 -改进长按消息的处理逻辑 - 修复一些与聊天相关的小问题 Signed-off-by: gohj99 <[email protected]>
-Removed ActivityResultLauncher related code to simplify the update process - Optimized the ErrorScreen UI and removed unnecessary code - Updated the multi-language README file and added descriptions of new features 修复app更新闪退bug,更新README文件 -移除了ActivityResultLauncher的相关代码,简化了更新流程 - 优化了ErrorScreen的UI,移除了不必要的代码 - 更新了多语言README文件,增加了新功能的描述 Signed-off-by: gohj99 <[email protected]>
- Added ConfirmLogoutActivity to handle user logout - Added logout function settings in MainActivity- Modified LoginActivity to handle duplicate account logins - Added logout method in TgApi 新增账号退出功能和重复账号登录处理 - 添加ConfirmLogoutActivity用于处理用户退出登录 - 在MainActivity中增加退出功能的设置项- 修改LoginActivity以处理重复账号登录的情况 - 在TgApi中添加退出登录的方法 Signed-off-by: gohj99 <[email protected]>
- Updated key generation logic for message list to ensure message uniqueness - Adjusted author signature style from bodySmall to bodyMedium 修复聊天屏幕中的UI问题 - 更新消息列表的键生成逻辑,确保消息唯一性 - 调整作者签名的样式,从bodySmall改为bodyMedium Signed-off-by: gohj99 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed UI issues in chat screen
Added account logout function and duplicate account login processing
Fixed the app update crash bug and updated the README file
Version updated to 1.2.0 and optimized chat interface
Added network status display and fixed some bugs
Version updated to 1.1.6, fixes and optimizations for multiple functions