Skip to content

Releases: hpi-swa-teaching/TelegramClient

Squeak64-5.3 20220701-132920

01 Jul 12:29
a8588ff
Compare
Choose a tag to compare
Pre-release
Beim Klick auf "Reply" scrollen (#504)

* Adds scroll reply message by click
loading messages if necessary

Co-authored-by: antonykamp <[email protected]>

* Add Tests

Co-authored-by: antonykamp <[email protected]>

* Fix lint

Co-authored-by: lucasderreisende <[email protected]>

* Revert UI tests deletion

Co-authored-by: lucasderreisende <[email protected]>

* Fix lint (again)

* adapt to new tdlib version

Co-authored-by: lucasderreisende <[email protected]>

Co-authored-by: antonykamp <[email protected]>
Co-authored-by: Antony Kmap <[email protected]>
Co-authored-by: Richard Wohlbold <[email protected]>

Squeak64-5.3 20220701-110601

01 Jul 10:06
9b71702
Compare
Choose a tag to compare
Pre-release
Use different datacenter ID and fix failing test to fix CI (#510)

* use string matching instead of collection contains

* refactor testChatHasPhoto

* refactor other ChatListItemTests

* Change test datacenter ID mark waitPassword as "ready"

* Fix test

Co-authored-by: Jacob Schaefer <[email protected]>

Squeak64-5.3 20220630-151414

30 Jun 14:14
Compare
Choose a tag to compare
Pre-release
Trunk20220630-151414

refactor other ChatListItemTests

Squeak64-5.3 20220623-070800

23 Jun 06:08
c8b901a
Compare
Choose a tag to compare
Pre-release
Trunk20220623-070800

Make messages copyable (#505)

Squeak64-5.3 20220623-063154

23 Jun 05:31
1b56350
Compare
Choose a tag to compare
Pre-release
Feature/GH-483 add hover pressed state (#508)

* Add Hover and pressed state for buttons

* Fix linting errors

* add pressed states to authentication steps

* Add tests for titleBar

Squeak64-5.3 20220621-110923

21 Jun 10:09
ada89f1
Compare
Choose a tag to compare
Pre-release
Feature/ gh 477 make Telegram a SystemWindow (#507)

* Make Telegram a SystemWindow

* fix lint

Co-authored-by: Jacob Schaefer <[email protected]>

Squeak64-5.3 20220619-115319

19 Jun 10:53
3cfa213
Compare
Choose a tag to compare
Pre-release
Pinned chats (#506)

* write acceptance tests for pinned chats

* add isPinned instance var and unit test

* add prefix to chat titled if chat is pinned

* fix lint

Squeak64-5.3 20220615-071618

15 Jun 06:16
5bd62c0
Compare
Choose a tag to compare
Pre-release
Profilbilder in der Chatliste und in Gruppenchats anzeigen (#499)

* Add photo id to chat

* Replace mockChatPhotoId with mockImageId and write failing acceptance test

* Render basic images

* Improve (code) styling

* Adjust Magic Numbers

* Fix tests

* Make linter happy

* Add defaultPhoto

* Add test for default photo

* Try to fix tests

* Fix hash

* Fix tests

* Fix lint

* write failing acceptance test and add photoId to TCCUser

* add profilePhoto to message

* extract MessageWrapper class and use it to display profile photos

* adapt test to new MessageWrapper and fix lint

* add devMode to TCUTelegram to disable profile photos

* change to not loading any photo at all in devMode

* default devMode to false

Co-authored-by: Richard Wohlbold <[email protected]>

Squeak64-5.3 20220613-133754

13 Jun 12:37
7664bff
Compare
Choose a tag to compare
Pre-release
Trunk20220613-133754

Fix tdlib download url (#500)

Squeak64-5.3 20220602-154716

02 Jun 14:47
325d84d
Compare
Choose a tag to compare
Pre-release
Trunk20220602-154716

Fix buggy message display when receiving answered message before scro…