Skip to content

Commit e4b8efd

Browse files
Update readme
1 parent 74985ea commit e4b8efd

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

README.md

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515

1616
TelegramClient is a **Squeak-Client** for the widely used Telegram-Messenger. It aims to provide features such as Authentication, Contacts, Message and Media sending and a minimal UI as well as as a Zen-mode and receiving messages in the background.
1717

18-
*This Project is part of the "Softwaretechnik" Lecture 2020 at the Hasso Plattner Institute.*
18+
The current TelegramClient doesn't works because the TDLib (Version 1.8.0) is outdated and is not longer supported [further informations](https://github.com/hpi-swa-teaching/TelegramClient/wiki/TDLib#maintanance-needed---updating-tdlib).
19+
20+
*This Project is part of the "Softwaretechnik" Lecture since 2020 at the Hasso Plattner Institute.*
1921

2022
## Features
2123

@@ -77,14 +79,34 @@ TelegramClient is a **Squeak-Client** for the widely used Telegram-Messenger. It
7779
</tr>
7880
<tr>
7981
<td>🖼</td>
80-
<td>Show profile pictures</td>
82+
<td>Show profile pictures, also in info screen</td>
83+
</tr>
84+
<tr>
85+
<td>🖼️</td>
86+
<td>Display, choose and send static sticker</td>
87+
</tr>
88+
<tr>
89+
<td>:)</td>
90+
<td>Display emoji as substitute for an animated sticker</td>
91+
</tr>
92+
<tr>
93+
<td>🙋</td>
94+
<td>Display, participate, create and send polls</td>
95+
</tr>
96+
<tr>
97+
<td>🎬</td>
98+
<td>view and send videos</td>
99+
</tr>
100+
<tr>
101+
<td>📄</td>
102+
<td>view, download and send documents</td>
81103
</tr>
82104
</tbody>
83105
</table>
84106

85107
## Running TelegramClient
86108

87-
We currently only support Squeak 5.3.
109+
We currently only support Squeak 6.
88110

89111
### Option 1 (online installation)
90112

@@ -123,11 +145,15 @@ Pre-Releases are created automatically whenever a commit is added to the develop
123145

124146
## Our Group
125147

148+
Group 13 of the 2024 SWT I module included [Jannes Konarski](https://github.com/gitjannes), [Tebbe Ubben](https://github.com/TebbeUbben), [Jonas Kubeler](https://github.com/jkubuni), [Elia Doumerc](https://github.com/elimatao), [Fabian Möller](https://github.com/famoe03), and [Alexander Ho](https://github.com/ShAlexHo08HPI).
149+
126150
Group 11 of the 2022 SWT I module included [Richard Wohlbold](https://github.com/rgwohlbold), [Til Bergmann](https://github.com/Till-B), [Antony Kamp](https://github.com/antonykamp), [Lucas Reisener](https://github.com/LucasDerReisende), [Erik Kohlros](https://github.com/kohlros), and [Jacob Schäfer](https://github.com/jacob271).
127151

128152
Group 2 of the 2021 SWT I module included [Romeo Sommerfeld](https://github.com/rsommerfeld), [Raphael Kunert](https://github.com/Storyxx), [Jannis Berndt](https://github.com/jb3rndt), [Philipp Keese](https://github.com/phkeese), [Tom Richter](https://github.com/tom-richter), and [Paul Ermler](https://github.com/permler).
129153

130-
Group 13 of the 2020 SWT I module included [Rohan Sawahn](https://github.com/rohansaw), [Jonas Schmidt](https://github.com/schmidtjonas), [Frederik Wollny](https://github.com/Freddy200), [Stefan Spangenberg](https://github.com/sspangenberg), [Lukas Laskowski](https://github.com/lasklu), and [Niklas Schilli](https://github.com/Mrnikbobjeff). Feel free to add your names to the list.
154+
Group 13 of the 2020 SWT I module included [Rohan Sawahn](https://github.com/rohansaw), [Jonas Schmidt](https://github.com/schmidtjonas), [Frederik Wollny](https://github.com/Freddy200), [Stefan Spangenberg](https://github.com/sspangenberg), [Lukas Laskowski](https://github.com/lasklu), and [Niklas Schilli](https://github.com/Mrnikbobjeff).
155+
156+
Feel free to add your names to the list.
131157

132158
## Acknowledgements
133159

0 commit comments

Comments
 (0)