Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Releases: ubports/telegram-app

Final release: API53

11 Dec 21:35
Compare
Choose a tag to compare

Lots of new stuff! Last App release from this codebase!!! Look out for new App soon!

  • Fixed read indicators for all types of chat, still a bit wonky
  • Formatting entities for in- and outgoing messages
  • Edited marker when messages have been edited
  • Some speedup for loading chats & messages
  • Fixed a bug that prohibited a lot of users to sign in the first time or at all - Hello Australia!
  • Proper display of "Invalid code" and "Invalid password" during login

Note: Due to removal of audio and video attachment API currently those types of files are only handled as document. We are working on the issue
Note: This build is for 16.04 only!

Feature release

13 Jun 15:33
Compare
Choose a tag to compare
  • Night mode is here to protect your eyes! Its in the settings menu
  • Fixed that multiple forwarded messages would be in opposite sort order (#177)
  • Fixed group join message logic (hopefully fixes #167)
  • Fixed the message reply button being visible on channel messages (#168)

Point release (Bugfix)

11 Mar 19:17
Compare
Choose a tag to compare
  • Channels do not show an empty avatar
  • Channels where a user has readonly privileges show now just a mute button like official App
  • Loading of messages and dialogs should be faster due to adding missing indexes in the Db
  • Small overhaul of UX and design
  • Colors instead of checkmarks for the message status: grey = pending to be sent, blue = sent, green = read
  • Notifications in channels and for stickers are now correctly handled and show up
  • Notifications are removed from the notification area if read on another device (Thanks Telegram guys, this required no code change on out side ;))
  • Channel views: Pretty-print for thousands and millions of impressions ;)

Point release (Bugfix)

11 Mar 16:09
Compare
Choose a tag to compare
  • Channels do not show an empty avatar
  • Channels where a user has readonly privileges show now just a mute button like official App
  • Loading of messages and dialogs should be faster due to adding missing indexes in the Db
  • Small overhaul of UX and design
  • Colors instead of checkmarks for the message status: grey = pending to be sent, blue = sent, green = read
  • Notifications in channels and for stickers are now correctly handled and show up
  • Notifications are removed from the notification area if read on another device (Thanks Telegram guys, this required no code change on out side ;))
  • Channel views: Pretty-print for thousands and millions of impressions ;)

Maintenance release

10 Mar 16:43
Compare
Choose a tag to compare
  • Channels do not show an empty avatar
  • Channels where a user has readonly privileges show now just a mute button like official App
  • Loading of messages and dialogs should be faster due to adding missing indexes in the Db
  • Small overhaul of UX and design
  • Colors instead of checkmarks for the message status: grey = pending to be sent, blue = sent, green = read
  • Notifications in channels and for stickers are now correctly handled and show up
  • Notifications are removed from the notification area if read on another device (Thanks Telegram guys, this required no code change on out side ;))

Periodical maintenance release

25 Jan 20:45
6c405ed
Compare
Choose a tag to compare
Pre-release
  • Small overhaul of UX and design
  • Colors instead of checkmarks for the message status: grey = pending to be sent, blue = sent, green = read
  • Notifications in channels and for stickers are now correctly handled and show up

Periodical release with SUPERGROUPS & CHANNELS!

17 Dec 21:12
Compare
Choose a tag to compare

SUPERGROUPS & CHANNELS!

What is not working and we know it:

  • Some supergroup avatars are not showing up
  • Small intermittent empty message display during sending
  • Member count & list of members in supergroup empty
  • You can join a supergroup or a channel only by the invite link
  • Leaving a supergroup needs some time, but it works somehow ;)
  • Read indicator shows still always read immediately (wontfix until API-53!)

You are welcome to report all other things you find either here in the tracker or by PM in Telegram ;)

Other changes:

  • Visuals updated to use more Suru design icons instead of images
  • Server synchronization: This version tries to detect when server sync is lost (usually by changing from WiFi to network or other way round, or by having Telegram sleep in the background for more than 15 minutes). There is special code inside to re-request data from the server. After waking up Telegram please be patient as it does NOT indicate that there is more data to come. After usually 5-10 seconds it should have updated, though.

Note: This build modifies the existing database. It should be possible to uninstall/reinstall the stable app without loosing data, but it is not guaranteed. In case of problems it might be necessary to manually remove the whole telegram folder from .config in homedir.

Beta release (Final version before stable release)

30 Nov 13:25
Compare
Choose a tag to compare
v2.5.1

Preparing release 2.5.1

Beta release (Supergroups)

03 Nov 21:08
Compare
Choose a tag to compare
Pre-release

SUPERGROUPS! Test Build!
What is not working and we know it:

  • Some supergroup avatars are not showing up
  • Small intermittent empty message display during sending
  • Member count & list of members in supergroup empty
  • You cannot join a supergroup
  • Leaving a supergroup needs some time, but it works somehow ;)
  • Read indicator shows still always read immediately (wontfix until API-53!)

You are welcome to report all other things you find either here in the tracker or by PM in Telegram ;)

Note: This build modifies the existing database. It should be possible to uninstall/reinstall the stable app without loosing data, but it is not guaranteed. In case of problems it might be necessary to manually remove the whole telegram folder from .config in homedir.

Periodical maintenance release

01 Sep 18:30
Compare
Choose a tag to compare
  • Cleanup of QML code
  • Improved the length of text fields to display as much content as possible (overlong group names etc.)
  • Workaround for Telegram servers sending message IDs from higher APIs than we support (2 cases)
  • Startup: If code authentication was interrupted, only a white screen came up. Should be fixed
  • Secret chats no longer crash when receiving media. Unfortunately they also dont show them ;)
  • Changed the indication of no network and no server connection from the title text override to a nice cloud symbol
  • Attachment panel rework: Uses stock icons now, and Ubuntu colors. Yes we are not Android ;)