Info

Download .APK (52.4 MB)

Source on GitHub

https://github.com/4xes/Telegram

Testing and Issues

You can test this app and submit issues during the testing period of the Android Contest 2021 contest.

Entries with serious issues will not be able to win the contest, but even minor issues might be important for overall results.

Voting

3

Comments

2) Fix visual issue with polls after change orientation
https://bugs.telegram.org/c/676

https://github.com/4xes/Telegram/pull/2

Videos before and fixed:
3) Fix displaying documents with .webp extension

The reason of this bug is extra argument in TL schema https://core.telegram.org/constructor/documentAttributeSticker

Old steps to reproduce (fixed on backend):
1. Open chat
2. Send as file with extension .webp
New steps to reproduce:
1. Open channel https://t.me/test_files_documents
Current result:
Message is sticker
Expected result:
Message is document

During the bug fix, it was reproduced. Now it fixed for new messages on server side.
For old messages it steel have extra argument in TL schema, link for testing https://t.me/test_files_documents.

Temporary fix
https://github.com/4xes/Telegram/pull/3

Screenshots before and fixed:
1
5) Impossible to download and load pictures with low resolution
https://bugs.telegram.org/c/959

https://github.com/4xes/Telegram/pull/5

Videos before and fixed:
1
6) No blue indication on captions when selecting albums
https://bugs.telegram.org/c/883

https://github.com/4xes/Telegram/pull/6

Videos before and fixed:
7) Incorrect order for tracks across several playlists
https://bugs.telegram.org/c/792

https://github.com/4xes/Telegram/pull/7


Group for testing orders
https://t.me/test_tracks_order
Videos before and fixed:
1
You have not added any comments yet...
by rating

Issues

Fair Mammoth Mar 18, 2021 at 19:44
Всего улучшений и исправлений: 7
Из них корректных: 2

Большинство реализованных исправлений и внедрённых улучшений не могут быть засчитаны из-за некорректной имплементации. Среди них:

#1: Отображение группы в списке упоминаний. Подобная реализация неверная, так как влияет на существующую функциональность приложения, а именно – предотвращает возможность поиска по сообщениям анонимных администраторов.

#2: Изменение верстки опросов при смене ориентации.

#3: Отображение Webp-изображений стикерами.

#5: Открытие изображений с низким разрешением.

#7: Некорректный порядок песен в плейлистах, состоящих из нескольких альбомов.
Samsung Galaxy S10 (Android 11); Samsung Galaxy J7 (Android 9); Nexus 5X (Android 8).
20
Fit Rhino Mar 19, 2021 at 14:27
#2 А можно подробнее?)
#3 Мне следовало напрямую указать, что в результате отладки выяснилось, что нельзя это исправить на стороне клиента, получается время потратил зря.
#5 Был больше всего уверен в исправлении этого бага. Посмотрев свежим взглядом изолировал бы пропуск StrippedImage только для этого случая. Можно рассказать, что поломалось?
#7 Да, перепроверил на других группах с песнями=(.
В идеале свел бы решение к такому: Integer.compare(mid2, mid1).
В документации указано, что значение id имеет тип int, там не указано, что порядок отрицательных id идет наоборот.
1) Fixed.
2) Fixed.
3) It seems ok.
4) It seems ok.
5) Fixed.
6) Works but only when you are selecting the last element.
The blue indication should appear only when all elements of the album are selected.
7) Fixed.
OnePlus Nord - Android 10
Nobody added any issues yet...