Info
Source on GitHub
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
Comments
List of fixes (1/2):
- Voice chats filter in recent actions of channels should not be visible (https://bugs.telegram.org/c/1341)
Commit: https://github.com/evowizz/Telegram/commit/681634a07abc5d04d63e75de4b51c7d7ae6f8792
- Pencil icon is visible for files (https://bugs.telegram.org/c/1177)
Commit: https://github.com/evowizz/Telegram/commit/5e5e5c7932e5591c32e241766f5c08d7e79e5472
- Dark theme not considered as dark (https://bugs.telegram.org/c/923)
Commit: https://github.com/evowizz/Telegram/commit/6be219275b4788148d49f0fd83d4199369319914
- Voice chats filter in recent actions of channels should not be visible (https://bugs.telegram.org/c/1341)
Commit: https://github.com/evowizz/Telegram/commit/681634a07abc5d04d63e75de4b51c7d7ae6f8792
- Pencil icon is visible for files (https://bugs.telegram.org/c/1177)
Commit: https://github.com/evowizz/Telegram/commit/5e5e5c7932e5591c32e241766f5c08d7e79e5472
- Dark theme not considered as dark (https://bugs.telegram.org/c/923)
Commit: https://github.com/evowizz/Telegram/commit/6be219275b4788148d49f0fd83d4199369319914
List of fixes (2/2):
- Email addresses are not clickable in outgoing messages (https://bugs.telegram.org/c/1398)
Commit: https://github.com/evowizz/Telegram/commit/753a33d001a658caf37085964746ecb750ec7676
- "Delete" option should not be visible on "invited to voice chats" service messages if you are not admin (https://bugs.telegram.org/c/1371 & https://bugs.telegram.org/c/1202)
Commit: https://github.com/evowizz/Telegram/commit/e2b3713d6282b2ffbab951560baccb7484cccf86
- "Permissions" option is missing for an admin of a basic group (https://bugs.telegram.org/c/1063)
Commit:
https://github.com/evowizz/Telegram/commit/29d309fa04e4a8dd1b56a398fe2bcc1afd2e4cd5
- Email addresses are not clickable in outgoing messages (https://bugs.telegram.org/c/1398)
Commit: https://github.com/evowizz/Telegram/commit/753a33d001a658caf37085964746ecb750ec7676
- "Delete" option should not be visible on "invited to voice chats" service messages if you are not admin (https://bugs.telegram.org/c/1371 & https://bugs.telegram.org/c/1202)
Commit: https://github.com/evowizz/Telegram/commit/e2b3713d6282b2ffbab951560baccb7484cccf86
- "Permissions" option is missing for an admin of a basic group (https://bugs.telegram.org/c/1063)
Commit:
https://github.com/evowizz/Telegram/commit/29d309fa04e4a8dd1b56a398fe2bcc1afd2e4cd5
You have not added any comments yet...
by rating
Issues
Total fixes: 6
Correct fixes: 2
Unfortunately, some of the implemented solutions cannot be considered correct.
#1: "Voice chats filter in recent actions of channels should not be visible". The chosen approach may cause layout issues or make the app crash.
#2: "Pencil icon is visible for files." The button is now missing while viewing compressed images.
#4: "Email addresses are not clickable in outgoing messages" – this is an intendend behavior, there's no need to change it.
#5. ""Delete" option should not be visible on "invited to voice chats" service messages if you are not admin" – the button is still there for the admins with no Delete Messages permission.
Correct fixes: 2
Unfortunately, some of the implemented solutions cannot be considered correct.
#1: "Voice chats filter in recent actions of channels should not be visible". The chosen approach may cause layout issues or make the app crash.
#2: "Pencil icon is visible for files." The button is now missing while viewing compressed images.
#4: "Email addresses are not clickable in outgoing messages" – this is an intendend behavior, there's no need to change it.
#5. ""Delete" option should not be visible on "invited to voice chats" service messages if you are not admin" – the button is still there for the admins with no Delete Messages permission.
Samsung Galaxy S10 (Android 11); Samsung Galaxy J7 (Android 9); Nexus 5X (Android 8).
1) Fixed.
2) Fixed.
3) Good solution but use isdark variable in theme files with true/false values would be better.
Like on iOS and MacOS.
4) Works but the mail address is underlined.
5) Fixed but you still have the delete message button if you are admin without the delete messages permission.
6) Works but magnifier and "Add Exception" buttons should be removed in the permission screen.
2) Fixed.
3) Good solution but use isdark variable in theme files with true/false values would be better.
Like on iOS and MacOS.
4) Works but the mail address is underlined.
5) Fixed but you still have the delete message button if you are admin without the delete messages permission.
6) Works but magnifier and "Add Exception" buttons should be removed in the permission screen.
Nobody added any issues yet...