Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 15, 2025

This PR contains the following updates:

Package Update Change
gradle (source) minor 8.9 -> 8.13

Release Notes

gradle/gradle (gradle)

v8.13

Compare Source

v8.12.1: 8.12.1

Compare Source

The Gradle team is excited to announce Gradle 8.12.1.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 8.12.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.12.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.12: 8.12

Compare Source

The Gradle team is excited to announce Gradle 8.12.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 8.12 by updating your wrapper:

./gradlew wrapper --gradle-version=8.12

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.11.1: 8.11.1

Compare Source

This is a patch release for Gradle 8.11. We recommend users upgrade to 8.11.1 instead of 8.11.

It fixes the following issues:

  • #​31268 BuildEventsListenerRegistry corrupted with Isolated Projects and parallel configuration
  • #​31282 Running executables sporadically fails with ETXTBSY (Text file busy)
  • #​31284 ArrayIndexOutOfBoundsException after upgrading to gradle 8.11 when generating problems report
  • #​31310 Unable to run Gradle task in 8.10 due to bytecode interception

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.11.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.11.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.11: 8.11

Compare Source

The Gradle team is excited to announce Gradle 8.11.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211

Upgrade instructions

Switch your build to use Gradle 8.11 by updating your wrapper:

./gradlew wrapper --gradle-version=8.11

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.10.2: 8.10.2

Compare Source

This is a patch release for 8.10. We recommend using 8.10.2 instead of 8.10

It fixes the following issues:

  • #​30472 Investigate possibly broken 8.10.1
  • #​30477 Kotlin Mutliplatform build with reused daemon fails with "Cannot query the value of task ':compileKotlinWindows' property 'kotlinNativeBundleBuildService' because it has no value available."
  • #​30497 DefaultTaskCollection#configureEach(Action) on task set cannot be executed in the current context

Issues fixed in the first patch release:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.10.2 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10.2

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.10.1: 8.10.1

Compare Source

This is a patch release for 8.10. We recommend using 8.10.1 instead of 8.10

It fixes the following issues:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.10.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.10: 8.10

Compare Source

The Gradle team is excited to announce Gradle 8.10.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Craig Andrews,
gotovsky,
Jeff,
Kirill Gavrilov,
Madalin Valceleanu,
Sergei Vorobev,
Thach Le,
Thad Guidry

Upgrade instructions

Switch your build to use Gradle 8.10 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

gohj99 and others added 30 commits November 10, 2024 17:59
Edit README and workflow
Signed-off-by: gohj99 <[email protected]>
80% of translation done. Need more using and testing app
Signed-off-by: gohj99 <[email protected]>
- Add sender name display for reply messages
- Optimize the loading and display logic of reply message content
- Handle empty messages and loading failures

feat/ui: 优化回复消息显示逻辑

- 添加回复消息的发送者名称显示
- 优化回复消息内容的加载和显示逻辑
- 处理空消息和加载失败的情况

Signed-off-by: gohj99 <[email protected]>
# Conflicts:
#	app/build.gradle.kts
#	app/src/main/res/values-ru/strings.xml
Some translation fixes and new updates.
… announcement data processing

- Deleted the Announcement model class and simplified the code structure
- In AnnouncementActivity and AnnouncementScreen, directly process the announcement data as a Map object
- Updated the UI components to adapt to the new data structure
- This should be considered to have fixed the problem of announcement crashes

refactor(app): 移除公告模型类并优化公告数据处理
- 删除了 Announcement 模型类,简化了代码结构
- 在 AnnouncementActivity 和 AnnouncementScreen 中,将公告数据直接处理为 Map 对象
- 更新了 UI 组件以适应新的数据结构
- 应该算是修复了公告闪退的问题

Signed-off-by: gohj99 <[email protected]>
- Adjust the reply message box style to distinguish between the current user's and others' messages
- Adjust the display logic of the message sender's name

refactor(chat): 优化消息框样式和功能

- 调整回复消息框样式,区分当前用户和他人的消息
- 调整消息发送者名称的显示逻辑

Signed-off-by: gohj99 <[email protected]>
One more translation accurating
One more translation. 3
…ome interfaces

- Added voice note message playback function
- Optimized some interfaces

feat(app): 添加播放语音消息功能并优化部分界面

- 新增语音消息播放功能
- 优化部分界面

Signed-off-by: gohj99 <[email protected]>
- Added two new activities, DonateActivity and RemindActivity
- Integrate donation function in MainActivity and SettingActivity
- Updated voice message playback logic in ChatActivity

feat(app): 新增捐赠页面和使用前提醒

- 添加 DonateActivity 和 RemindActivity 两个新活动
- 在 MainActivity 和 SettingActivity 中集成捐赠功能
- 更新 ChatActivity 中的语音消息播放逻辑

Signed-off-by: gohj99 <[email protected]>
gohj99 and others added 22 commits January 23, 2025 15:04
Updated to 1.3.2
…ayed

fix(app): 修复语音消息有时候无法播放问题

Signed-off-by: gohj99 <[email protected]>
 - Add AddProxyActivity and SetProxyActivity for adding and setting proxy
 - Add proxy setting portal in MainActivity and SettingActivity
 - Implement the function of displaying proxy list, adding new proxies and deleting proxy
 - Optimize the user interface. Optimize the user interface, MainCard supports long press event handling.

feat(proxy): 添加代理设置功能
- 新增 AddProxyActivity 和 SetProxyActivity 用于添加和设置代理
- 在 MainActivity 和 SettingActivity 中添加代理设置入口
- 实现代理列表展示、添加新代理和删除代理功能
- 优化用户界面,MainCard支持长按事件处理

Signed-off-by: gohj99 <[email protected]>
- Optimize the chat page to enter the next chat page, return to the previous chat page loading problem
- Optimize proxy configuration, fix some proxy configuration bugs
- Optimize URL processing logic
- Add proxy sharing link recognition

feat(proxy): 优化各种功能

- 优化聊天页面进入下一个聊天页面,返回上一个聊天页面加载的问题
- 优化代理配置,修复一些代理配置的bug
- 优化url处理逻辑
- 新增proxy分享链接识别

Signed-off-by: gohj99 <[email protected]>
- add delete chat function in ChatInfoScreen
- optimize chat list sorting, use order field to sort
- optimize session list loading

feat(chat): 添加删除聊天功能并优化聊天列表

- 在 ChatInfoScreen 中添加删除聊天功能
- 优化聊天列表排序,使用按 order 字段排序
- 优化会话列表加载

Signed-off-by: gohj99 <[email protected]>
Signed-off-by: gohj99 <[email protected]>
…tion display

- modify chat list sorting logic, filter out records with order as null
- add message notification TODO
- optimize user information display
- update current user ID acquisition logic
- refactor some code to improve maintainability

feat(functionality): 修复一些bug和优化聊天列表和信息展示

- 修改聊天列表排序逻辑,过滤掉 order 为 null 的记录
- 添加消息通知的TODO
- 优化用户信息展示
- 更新当前用户 ID 获取逻辑
- 重构部分代码以提高可维护性

Signed-off-by: gohj99 <[email protected]>
- Add a prompt after successfully adding a proxy in AddProxyActivity
- Blue mark for special messages on the homepage
- Optimize the message display and reply function in ChatScreen
- Add the function of deleting messages in reply and related prompts
- Optimize the chat list display in MainScreen
- Fix some interface style issues

feat:优化用户界面并添加新功能

- 在 AddProxyActivity 中添加成功添加代理后的提示
- 主页特殊消息蓝色标记
- 优化 ChatScreen 中的消息显示和回复功能
- 添加回复中删除消息的功能和相关提示
- 优化 MainScreen 中的聊天列表显示
- 修复部分界面样式问题

Signed-off-by: gohj99 <[email protected]>
- Add a prompt after successfully adding a proxy in AddProxyActivity
- Blue mark for special messages on the homepage
- Optimize the message display and reply function in ChatScreen
- Add the function of deleting messages in reply and related prompts
- Optimize the chat list display in MainScreen
- Fix some interface style issues

feat:优化用户界面并添加新功能

- 在 AddProxyActivity 中添加成功添加代理后的提示
- 主页特殊消息蓝色标记
- 优化 ChatScreen 中的消息显示和回复功能
- 添加回复中删除消息的功能和相关提示
- 优化 MainScreen 中的聊天列表显示
- 修复部分界面样式问题

Signed-off-by: gohj99 <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants