|
15 | 15 |
|
16 | 16 | 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.
|
17 | 17 |
|
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.* |
19 | 21 |
|
20 | 22 | ## Features
|
21 | 23 |
|
@@ -77,14 +79,34 @@ TelegramClient is a **Squeak-Client** for the widely used Telegram-Messenger. It
|
77 | 79 | </tr>
|
78 | 80 | <tr>
|
79 | 81 | <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> |
81 | 103 | </tr>
|
82 | 104 | </tbody>
|
83 | 105 | </table>
|
84 | 106 |
|
85 | 107 | ## Running TelegramClient
|
86 | 108 |
|
87 |
| -We currently only support Squeak 5.3. |
| 109 | +We currently only support Squeak 6. |
88 | 110 |
|
89 | 111 | ### Option 1 (online installation)
|
90 | 112 |
|
@@ -123,11 +145,15 @@ Pre-Releases are created automatically whenever a commit is added to the develop
|
123 | 145 |
|
124 | 146 | ## Our Group
|
125 | 147 |
|
| 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 | + |
126 | 150 | 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).
|
127 | 151 |
|
128 | 152 | 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).
|
129 | 153 |
|
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. |
131 | 157 |
|
132 | 158 | ## Acknowledgements
|
133 | 159 |
|
|
0 commit comments