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
Changes:
1) Partial fix of a bug with updating reply message: https://bugs.telegram.org/c/179 (by "partial" I mean that only one part of this bug was fixed)
2) Fix of the dark themes bug based on the provided suggestion: https://bugs.telegram.org/c/923
Full description: https://github.com/sfilmak/Telegram/blob/master/SubmissionChanges/report.md
Video showing issue with the first solution attached to the next comment.
1) Partial fix of a bug with updating reply message: https://bugs.telegram.org/c/179 (by "partial" I mean that only one part of this bug was fixed)
2) Fix of the dark themes bug based on the provided suggestion: https://bugs.telegram.org/c/923
Full description: https://github.com/sfilmak/Telegram/blob/master/SubmissionChanges/report.md
Video showing issue with the first solution attached to the next comment.
Okay, maybe, it would not be counted as a part of my submission, but I found out how to fix the first problem by adding just a single line:
editingReplyObject.forceUpdate = true;
You can see where exactly it should be placed in the code on a screenshot. It seems to fix the bug completely, but if you will found any other issue with my solution - please let me know in the comments here.
editingReplyObject.forceUpdate = true;
You can see where exactly it should be placed in the code on a screenshot. It seems to fix the bug completely, but if you will found any other issue with my solution - please let me know in the comments here.
Galaxy S10, Android 10
You have not added any comments yet...
by rating
Issues
Total fixes: 2
Correct fixes: 0
Unfortunately, all the implemented solutions cannot be considered correct.
#1: "In reply to" preview isn't updated when the message is edited." The chosen approach when the app consequently performs the check of all the messages is non-optimal.
#2: Defining wherever a theme is dark or not. Irrelevant change that duplicates the existing app functionality instead of using it directly.
Correct fixes: 0
Unfortunately, all the implemented solutions cannot be considered correct.
#1: "In reply to" preview isn't updated when the message is edited." The chosen approach when the app consequently performs the check of all the messages is non-optimal.
#2: Defining wherever a theme is dark or not. Irrelevant change that duplicates the existing app functionality instead of using it directly.
Samsung Galaxy S10 (Android 11); Samsung Galaxy J7 (Android 9); Nexus 5X (Android 8).
Nobody added any issues yet...