Skip to content

Releases: telegram-sms/telegram-rc

202601061831-master-a0bca8ea

06 Jan 18:33

Choose a tag to compare

Summary

Ensure ChatService releases locks in onDestroy only when they are actually held to avoid illegal unlocks and crashes.

Bug Fixes

  • [a0bca8e] fix(ChatService): ensure locks are released only if held in onDestroy

202601061828-master-afbd13fd

06 Jan 18:30

Choose a tag to compare

Summary

Updated ChatService SIM switch commands for clarity and functionality, and refactored ChatService for improved formatting and readability.

Features

  • [95c94b9] Update SIM switch commands for clarity and functionality

Other

  • [afbd13f] Refactor ChatService code formatting and readability

202601061501-master-d09822ca

06 Jan 15:06

Choose a tag to compare

Summary

Added GitHub→GitLab tag synchronization and an in-app update check with UI for version updates.

Features

  • [d09822c] ci: add tag synchronization from GitHub to GitLab
  • [3e8f1b1] MainActivity: add update check functionality and UI elements for version updates

202601061450-master-238837ec

06 Jan 14:52

Choose a tag to compare

Summary

Add asynchronous info collection and improved response handling in ChatService; clean up MainActivity message-handling comments.

Features

  • [77addbc] implement asynchronous info collection and improve response handling

Other

  • [238837e] clean up code by removing unnecessary comment in message handling

202601061318-master-18446b5f

06 Jan 13:20

Choose a tag to compare

Summary

Enhanced ChatService keyboard commands and improved battery health reporting for better input handling and more accurate diagnostics.

Features

  • [18446b5] ChatService: enhance keyboard commands and improve battery health reporting

202601061144-master-8de8dcf2

06 Jan 11:46

Choose a tag to compare

Summary

Refactor MainActivity to replace logout with checkAndLogout, adding API validation to the logout flow.

Other

  • [8de8dcf] refactor(MainActivity): replace logout with checkAndLogout for improved API validation

202601061115-master-1e369dda

06 Jan 11:17

Choose a tag to compare

Summary

Refactor MainActivity to simplify how the app version name is declared and shown in the About dialog.

Other

  • [1e369dd] refactor(MainActivity): simplify version name declaration in about dialog

202601061107-master-afdc58bb

06 Jan 11:09

Choose a tag to compare

Summary

Refactor MainActivity to stop background jobs and improve network error handling; rename shizuku to ShizukuKit and update logging tags.

Bug Fixes

  • [afdc58b] stop background jobs; improve network response error handling

Other

  • [cea1bcf] rename shizuku to ShizukuKit; update logging tags

202601061058-master-8f69503d

06 Jan 10:59

Choose a tag to compare

Summary

Add battery report command, update available commands list, and update reply keyboard to include battery and log commands.

Features

  • [8f69503] feat(ChatService): update reply keyboard markup to include battery and log commands
  • [6610fd2] feat(ChatService): add battery report command and update available commands list
  • [ad311bb] feat(ChatService): add battery report command and update available commands list

202601060947-master-5a9df7d0

06 Jan 09:52

Choose a tag to compare

Summary

Refactors and cleanup across MainActivity and resources; reorganized string resources, clarified logout messages, and updated build tools for compatibility.

Documentation

  • [f433f42] reorganize string resources into separate files
  • [1caac9b] update logout progress dialog titles and messages for clarity

Other

  • [5a9df7d] improve code readability and formatting in permission checks and error handling
  • [0098ae0] clean up comments and improve readability in data plan settings
  • [a379fef] update compileSdkMinor and buildToolsVersion for improved compatibility