Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
nextcloud
/
talk-android
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
320
Star
738
Code
Issues
407
Pull requests
39
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feature/6524/grouped files
- #6586
#6586
Merged
mahibi
merged 31 commits into
master
nextcloud/talk-android:master
from
feature/6524/groupedFiles
nextcloud/talk-android:feature/6524/groupedFiles
Copy head branch name to clipboard
Aug 27, 2026
Conversation
Commits
31
(31)
Checks
Files changed
Merged
Feature/6524/grouped files
#6586
mahibi
merged 31 commits into
master
nextcloud/talk-android:master
from
feature/6524/groupedFiles
nextcloud/talk-android:feature/6524/groupedFiles
Copy head branch name to clipboard
Commits
Commits on Aug 27, 2026
feat(chat): Group files uploaded together into one album message
Show description for 1e9898c
mahibi
committed
1e9898c
View commit details
Copy full SHA for 1e9898c
Browse repository at this point
fix(chat): Group files immediately while they are still uploading
Show description for 2bdfabc
mahibi
committed
2bdfabc
View commit details
Copy full SHA for 2bdfabc
Browse repository at this point
fix(chat): Stop the generic-icon flash when a grouped upload syncs
Show description for 25eaf47
mahibi
committed
25eaf47
View commit details
Copy full SHA for 25eaf47
Browse repository at this point
fix(chat): Stop the generic icon overlaying the uploaded image
Show description for 530c7c6
mahibi
committed
530c7c6
View commit details
Copy full SHA for 530c7c6
Browse repository at this point
fix(chat): Fix crash from duplicate keys when a batch upload fails
Show description for 97c3d6f
mahibi
committed
97c3d6f
View commit details
Copy full SHA for 97c3d6f
Browse repository at this point
fix(uploads): Don't crash when a picked file's uri access is revoked
Show description for 1056695
mahibi
committed
1056695
View commit details
Copy full SHA for 1056695
Browse repository at this point
fix(chat): Fix cancel doing nothing for uploads from a prior session
Show description for dc6c791
mahibi
committed
dc6c791
View commit details
Copy full SHA for dc6c791
Browse repository at this point
feat(chat): Add a swipeable, group-aware media viewer
Show description for e0c4b07
mahibi
committed
e0c4b07
View commit details
Copy full SHA for e0c4b07
Browse repository at this point
fix(mediaviewer): Remove the swipe-to-close gesture from the viewer
Show description for 18ee6d3
mahibi
committed
18ee6d3
View commit details
Copy full SHA for 18ee6d3
Browse repository at this point
fix(mediaviewer): Only autoplay the video the viewer was opened on
Show description for c927c66
mahibi
committed
c927c66
View commit details
Copy full SHA for c927c66
Browse repository at this point
fix(mediaviewer): Properly center the current thumbnail in the strip
Show description for 7575125
mahibi
committed
7575125
View commit details
Copy full SHA for 7575125
Browse repository at this point
feat(mediaviewer): Tap the shown item to toggle top bar and strip
Show description for 72d73c7
mahibi
committed
72d73c7
View commit details
Copy full SHA for 72d73c7
Browse repository at this point
fix(mediaviewer): Fade controls in/out instead of sliding sideways
Show description for 7a2383c
mahibi
committed
7a2383c
View commit details
Copy full SHA for 7a2383c
Browse repository at this point
fix(mediaviewer): Keep the video's own controller clear of the strip
Show description for a09a2cf
mahibi
committed
a09a2cf
View commit details
Copy full SHA for a09a2cf
Browse repository at this point
feat(mediaviewer): Show sent date/time as an app bar subtitle
Show description for 73a8ffa
mahibi
committed
73a8ffa
View commit details
Copy full SHA for 73a8ffa
Browse repository at this point
fix(chat): Give grouped media the same border as single images
Show description for eb3b8c6
mahibi
committed
eb3b8c6
View commit details
Copy full SHA for eb3b8c6
Browse repository at this point
fix(mediaviewer): Make the top app bar semi-transparent
Show description for 80182d3
mahibi
committed
80182d3
View commit details
Copy full SHA for 80182d3
Browse repository at this point
feat(mediaviewer): Toggle the status/nav bars along with the controls
Show description for 7ce9139
mahibi
committed
7ce9139
View commit details
Copy full SHA for 7ce9139
Browse repository at this point
feat(mediaviewer): Migrate Shared Items gallery to the swipeable viewer, split video/audio
Show description for 8a424ab
mahibi
committed
8a424ab
View commit details
Copy full SHA for 8a424ab
Browse repository at this point
refactor(mediaviewer): Remove FullScreenImageActivity, now fully replaced
Show description for 569bda5
mahibi
committed
569bda5
View commit details
Copy full SHA for 569bda5
Browse repository at this point
format code
Show description for 48db8b3
mahibi
committed
48db8b3
View commit details
Copy full SHA for 48db8b3
Browse repository at this point
fix(mediaviewer): Exclude non-image/video files from the chat-seeded viewer
Show description for 231524d
mahibi
committed
231524d
View commit details
Copy full SHA for 231524d
Browse repository at this point
fix(mediaviewer): Silence ReturnCount finding in toMediaViewerItem
Show description for 0e3f871
mahibi
committed
0e3f871
View commit details
Copy full SHA for 0e3f871
Browse repository at this point
fix(mediaviewer): Cap the media viewer seed to avoid TransactionTooLargeException
Show description for 3b61dbb
mahibi
committed
3b61dbb
View commit details
Copy full SHA for 3b61dbb
Browse repository at this point
fix(mediaviewer): Show sticky date header for grouped media items
Show description for 6e5344f
mahibi
committed
6e5344f
View commit details
Copy full SHA for 6e5344f
Browse repository at this point
simplify date handling for stickyHeader
Show description for 73ef991
mahibi
committed
73ef991
View commit details
Copy full SHA for 73ef991
Browse repository at this point
fix(mediaviewer): Stop stale spinner and video-source mismatch on swipe
Show description for da1b63c
mahibi
committed
da1b63c
View commit details
Copy full SHA for da1b63c
Browse repository at this point
drop usage of referenceId as stableKey (fix IllegalArgumentException crash?)
Show description for a9d1533
mahibi
committed
a9d1533
View commit details
Copy full SHA for a9d1533
Browse repository at this point
fix(chat): Open media viewer for images/videos regardless of exact mimetype
Show description for 5f8b508
mahibi
committed
5f8b508
View commit details
Copy full SHA for 5f8b508
Browse repository at this point
fix(chat): Mark grouped media messages as read
Show description for 39acc35
mahibi
committed
39acc35
View commit details
Copy full SHA for 39acc35
Browse repository at this point
fix(mediaviewer): Keep the thumbnail strip clear of the navigation bar
Show description for 9c1be99
AndyScherzinger
committed
9c1be99
View commit details
Copy full SHA for 9c1be99
Browse repository at this point
You can’t perform that action at this time.