mirror of
https://github.com/absadiki/whatsapp-msgstore-viewer.git
synced 2026-04-27 12:55:57 +03:00
[PR #13] [MERGED] Feature optimizations #21
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-msgstore-viewer#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/absadiki/whatsapp-msgstore-viewer/pull/13
Author: @AnessZurba
Created: 4/19/2025
Status: ✅ Merged
Merged: 4/22/2025
Merged by: @absadiki
Base:
main← Head:feature-optimizations📝 Commits (7)
0c9de6amain_screen: use recycle view.0f5f2acchat_screen: scroll to the bottom on data loading.6b794f2login_screen: make fields persistent.25af491login_screen: support providing decrypting key directly.c2c51d3login_screen: support quoted paths.c51f8efmain: set default window height to be 0.9 of screen height.d3bbef1chat: support arabic text for contact and group names.📊 Changes
9 files changed (+107 additions, -91 deletions)
View changed files
📝
Controller/login_screen.py(+6 -11)📝
Utility/Utils.py(+4 -0)📝
View/ChatScreen/chat_screen.kv(+1 -2)📝
View/ChatScreen/chat_screen.py(+6 -1)📝
View/LoginScreen/login_screen.py(+32 -0)📝
View/MainScreen/main_screen.kv(+28 -31)📝
View/MainScreen/main_screen.py(+28 -43)📝
View/components/chat_list_item.kv(+1 -2)📝
main.py(+1 -1)📄 Description
Some optimizations I applied for my usage
Please let me know if you want to take all of them or only some, I can remove any if they are not relevant.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.