Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

November 2023 Features #504

Merged
merged 79 commits into from
Dec 23, 2023
Merged

Conversation

Arseny271
Copy link
Contributor

  • Updated design of restricted and unsupported messages
  • Slow Mode support
  • Media-only chats support
  • Improved interface for rights setting in groups
  • Public Photo support
  • Picker for avatars

Chav01

This comment was marked as off-topic.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm looking for the code for the link that when tapped take someone directly to my telegram x inbox

@TGX-Android TGX-Android deleted a comment Dec 21, 2023
@@ -458,6 +470,9 @@ public void onPrivacySettingRulesChanged (TdApi.UserPrivacySetting setting, TdAp

@Override
protected void onCreateView (Context context, CustomRecyclerView recyclerView) {
tdlib.cache().subscribeToUserUpdates(tdlib.myUserId(), this);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be missing balancing unsubscribeFromUserUpdates call

@@ -221,7 +221,7 @@ protected void setUser (ListItem item, int position, UserView userView, boolean
}
};
buildCells();
ViewSupport.setThemedBackground(recyclerView, ColorId.filling, this);
// ViewSupport.setThemedBackground(recyclerView, ColorId.filling, this);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this change address some issue or just removes duplicate filling draw?

Arseny271 and others added 4 commits December 22, 2023 19:10
…KeyController.java

Co-authored-by: Vyacheslav <6242627+vkryl@users.noreply.github.com>
…KeyController.java

Co-authored-by: Vyacheslav <6242627+vkryl@users.noreply.github.com>
…e.java

Co-authored-by: Vyacheslav <6242627+vkryl@users.noreply.github.com>
…KeyController.java

Co-authored-by: Vyacheslav <6242627+vkryl@users.noreply.github.com>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfinished fix.

@vkryl vkryl merged commit 723b6b4 into TGX-Android:main Dec 23, 2023
s3va pushed a commit to s3va/sevatgx that referenced this pull request Apr 27, 2024
…id#497 TGX-Android#498 TGX-Android#499 (PR TGX-Android#504)

* Restricted and Unsupported messages

* Edit rights

* Media-only chats

* Slow mode

todo: fix colors for counter

* Ability to set public profile photo (without picker and editor)

* Avatar Editor

* Merge Fixes

* Avatar Picker

* Messages Filter - basic logic

* Message Filter Update

* Icon fixes + edit rights fixes

* Some slowmode fixes

* Mirror Horizontal

* Icon fixes in avatar picker + some right fixes

* Some picker and editor improvements

* Flip improvements

* Channel Filter

* Update TdlibUi.java

* Update Rights editor

* Rights icon fix

* Disable videos in avatar picker

* Update TdlibUi.java

* Update

* Add Slow mode timer for round messages

* Hide messages filter

* Fix for short round videos?

* Revert messages filter

* Revert messages filter

* Hide "send as" photo when slow mode active

* Hide "send as" photo when slow mode active

* Update EGLEditorView.java

* Remove hasWritePermission from almost all places

* Update MessagesController.java

* Improved animations

* Update Animations

* Update EditHeaderView.java

* Update MediaViewController.java

* Merge fix

* Fix chatlist in SharedController

* ShareControllerFix

* Update Tdlib.java

* Update Tdlib.java

* Fixed crash when filtering reaction senders

* Dismiss andim bugfix

* Emoji status fix

https://t.me/tgandroidtests/260056

* Temporary fix for sticker pack window twitching

https://t.me/tgandroidtests/259942

* Fix reactions position in ChatList

* Edit date fix for combined messages

* Hide reactions preview in chat view when draft is visible

* Update TGMessageSticker.java

https://t.me/tgandroidtests/260461

* Update app/src/main/java/org/thunderdog/challegram/data/TGMessageSticker.java

* Update app/src/main/java/org/thunderdog/challegram/ui/SettingsPrivacyKeyController.java

Co-authored-by: Vyacheslav <6242627+vkryl@users.noreply.github.com>

* Update app/src/main/java/org/thunderdog/challegram/ui/SettingsPrivacyKeyController.java

Co-authored-by: Vyacheslav <6242627+vkryl@users.noreply.github.com>

* Update app/src/main/java/org/thunderdog/challegram/telegram/TdlibCache.java

Co-authored-by: Vyacheslav <6242627+vkryl@users.noreply.github.com>

* Update app/src/main/java/org/thunderdog/challegram/ui/SettingsPrivacyKeyController.java

Co-authored-by: Vyacheslav <6242627+vkryl@users.noreply.github.com>

* Update SettingsPrivacyKeyController.java

* Fix double opening for avatar picker

* Use pluralBold instead plural in getSlowModeRestrictionText

* Updating timer value in slow mode restriction hint

---------

Co-authored-by: Vyacheslav <6242627+vkryl@users.noreply.github.com>
Copy link

@christceder christceder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏🏻👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants