feat: Implement Android share functionality and background sync
- Add ShareRoomPicker component for selecting rooms to share Android intents. - Introduce AndroidShare utility for handling shared files and payloads from Android. - Implement background synchronization with UnifiedPush for Android notifications. - Enhance notification handling in Tauri and Capacitor environments. - Update TypeScript configuration for better module resolution. - Create Capacitor configuration file for Android integration. - Add SVG icon for notifications. - Refactor media URL authentication checks in matrix utility.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"defaultHomeserver": 0,
|
||||
"defaultHomeserver": 2,
|
||||
"homeserverList": [
|
||||
"ruv.wtf",
|
||||
"exau.dev",
|
||||
"converser.eu",
|
||||
"envs.net",
|
||||
"matrix.org",
|
||||
@@ -12,6 +10,10 @@
|
||||
],
|
||||
"allowCustomHomeservers": true,
|
||||
|
||||
"calling": {
|
||||
"livekitServiceUrl": "https://b.ruv.wtf/matrix-rtc/livekit/jwt"
|
||||
},
|
||||
|
||||
"featuredCommunities": {
|
||||
"openAsDefault": false,
|
||||
"spaces": [
|
||||
|
||||
Reference in New Issue
Block a user