aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-31when sharing text from PAM to PAM use quotesChristian Schneppe3-4/+11
2019-08-31more ibb fixes (include sid in transport-accept)Christian Schneppe2-15/+25
2019-08-31fixed unlikely race between enabling carbons and discovering last MAM idChristian Schneppe1-3/+3
2019-08-31include pgp sig and status in presence to non anon mucChristian Schneppe2-23/+16
2019-08-31do not put default nick into bookmark if none has been set beforeChristian Schneppe3-13/+25
2019-08-31fixed pgp decryption of automatically accepted jingle ftChristian Schneppe1-10/+7
2019-08-31increased reconnection interval after policy violationChristian Schneppe1-1/+3
2019-08-31refactored filename and extension parsingChristian Schneppe3-42/+59
2019-08-31catch npe on participants context menuChristian Schneppe2-0/+6
2019-08-31make config flag for leave before joinChristian Schneppe2-2/+5
2019-08-31create empty disco result on error to fire advance stream features eventChristian Schneppe2-1/+26
2019-08-31show scrollbars in muc user screenChristian Schneppe1-0/+1
2019-08-31fix SOCKS5 to IBB fallbackChristian Schneppe1-5/+4
2019-08-31fixed send_multiple share intent with empty extrasChristian Schneppe1-1/+2
2019-08-31catch IllegalArgumentException when reading backup fileChristian Schneppe2-0/+4
2019-08-31implement time out for waiting on voice recordingChristian Schneppe1-10/+25
2019-08-31made domain verifier case insensitive.Christian Schneppe1-9/+10
2019-08-31put initial xmpp uri into signup intentChristian Schneppe2-2/+2
2019-08-31resetToWaiting should include http uploaded filesChristian Schneppe1-1/+1
2019-08-31do not include DNS servers from networks know to be inactiveChristian Schneppe1-18/+17
* we still include DNS servers from VPNs because of edge cases where the XMPP server is hosted in the VPN * on older Android versions we don’t know if a network is active or not (activeNetwork == null)
2019-08-31do password empty check in dialog not in restore backup serviceChristian Schneppe3-25/+28
2019-08-31open backup files on view actionChristian Schneppe2-19/+56
2019-08-31allow backup to be restored from selected fileChristian Schneppe11-22/+155
2019-08-31make short vibrate in open chat configurable and respect phone silent modeChristian Schneppe5-4/+18
2019-07-17create share button in backup done notificationChristian Schneppe18-61/+96
2019-07-17split on first dot when using domain instead of black listed local partChristian Schneppe1-3/+4
2019-07-17muc message corrections only compare bare jid true counterpartChristian Schneppe1-1/+2
during live messages we only store the bare real jid; on muc catch up we might get the full jid for that reason we only compare bare jids
2019-07-17prefer attachment in share intent if there is oneChristian Schneppe1-1/+1
2019-07-17handle blocking and unblocking of full jidsChristian Schneppe8-23/+131
2019-07-17use helper method to close socketChristian Schneppe4-15/+14
2019-07-03disable muc push on archive instead of leaveChristian Schneppe1-4/+4
leave can be triggered in conference details and doesn’t mean we don’t want pushes
2019-07-03check if activity is not null before using it to paint send buttonChristian Schneppe1-1/+4
2019-07-03correct webpreview cache pathsChristian Schneppe1-4/+3
2019-07-01migrate copy ond write list to synchronized hashset for pending mucsChristian Schneppe2-15/+40
2019-07-01include remote server errors in errors that should trigger a self pingChristian Schneppe1-3/+3
2019-07-01rate limit muc pings / joins. never run two pings at same timeChristian Schneppe2-4/+27
2019-07-01attempt to unregister when receiving push for channel no longer joinedChristian Schneppe10-26/+65
when receiving a FCM push message for a channel the user is no longer in (this can happen when the disable command failed) an attempt will be made to explicitly unregister from the app server (which in turn will then send item-not-found on next push)
2019-07-01implement FCM push for group chatsChristian Schneppe4-11/+26
2019-07-01code cleanup & small fixesChristian Schneppe22-49/+42
2019-06-27catch NPEChristian Schneppe1-15/+22
2019-06-26New translations strings.xml (Chinese Simplified)Christian Schneppe1-1/+3
2019-06-25Revert "Networkstack - let OS decide IPv4 or IPv6 (#267)"Christian Schneppe5-24/+369
This reverts commit e6a15597904019f68c02e6fd8f61fb6de0b13324. If there is IPv6 available but the server doesn't listen to it, the connection will not be established
2019-06-25New translations strings.xml (Italian)Christian Schneppe1-0/+4
2019-06-25implement client support for muc pushChristian Schneppe6-10/+84
Staying connected to a MUC room hosted on a remote server can be challenging. If a server reboots it will usually send a shut down notification to all participants. However even if a client knows that a server was shut down it doesn’t know when it comes up again. In some corner cases that shut down notification might not even be delivered successfully leaving the client in a state where it thinks it is connected but it really isn’t. The possible work around implemented in this commit is to register the clients full JID (user@domain.tld/Conversations.r4nd) as an App Server according to XEP-0357 with the room. (Conversations checks for the push:0 namespace on the room.) After cycling through a reboot the first message send to a room will trigger pubsub notifications to each registered full JID. This event will be used to trigger a XEP-0410 ping and if necessary a subsequent rejoin of the MUC. If the resource has become unavailable during down time of the MUC server the user’s server will respond with an IQ error which in turn leads to the MUC server disabling that push target. Leaving a MUC will send a `disable` command. If sending that disable command failed for some reason (network outage) and the client receives a pubsub notification for a room it is no longer joined in it will respond with an item-not-found IQ error which also disables subsequent pushes from the server. Note: We 0410-ping before a join to avoid unnecessary full joins which can be quite costly. Further client side optimizations will also suppress pings when a ping is already in flight to further save traffic.
2019-06-25fix broken updaterChristian Schneppe1-0/+6
2019-06-25show taken time for deleted webpreview cacheChristian Schneppe1-1/+2
2019-06-25fix welcome screensChristian Schneppe3-9/+29
fixes #361
2019-06-25fix jingle file transferChristian Schneppe5-19/+16
fixes #360
2019-06-25New translations strings.xml (German)Christian Schneppe1-1/+1
2019-06-25New translations strings.xml (German)Christian Schneppe1-1/+1