aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-07send multiple downloads and uploads into queueChristian Schneppe3-17/+24
2019-09-07catch exceptions in SerialSingleThreadExecutorChristian Schneppe1-0/+2
2019-09-06JET uses plain text file sizeChristian Schneppe1-2/+9
2019-09-06do not include link local in direct candidatesChristian Schneppe3-16/+12
2019-09-06make Tor connections work with direct TLSChristian Schneppe3-66/+71
2019-09-06implemented support for for jingle encrypted transports (XEP-0396)Christian Schneppe5-11/+42
2019-09-06deleted wrong to jidChristian Schneppe1-1/+0
2019-09-06check for orphaned filesChristian Schneppe1-1/+28
2019-09-03fix some crashesChristian Schneppe19-71/+183
2019-09-03use higher priority for proxy on receiving endChristian Schneppe2-5/+4
2019-09-03send fallback to ibb after proxy activation failedChristian Schneppe1-6/+17
2019-09-03also reply with direct connections on responseChristian Schneppe3-18/+35
2019-09-03bare minimum direct connectionsChristian Schneppe6-6/+174
2019-09-03order canditates by priority before attempting to connectChristian Schneppe2-25/+27
2019-08-31fix rotation issues in MediaViewerActivityChristian Schneppe1-0/+1
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 Schneppe1-0/+5
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-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
2019-08-31do password empty check in dialog not in restore backup serviceChristian Schneppe2-25/+27
2019-08-31open backup files on view actionChristian Schneppe1-18/+40
2019-08-31allow backup to be restored from selected fileChristian Schneppe2-22/+136
2019-08-31make short vibrate in open chat configurable and respect phone silent modeChristian Schneppe2-4/+10
2019-07-17create share button in backup done notificationChristian Schneppe5-61/+89
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
2019-07-17prefer attachment in share intent if there is oneChristian Schneppe1-1/+1
2019-07-17handle blocking and unblocking of full jidsChristian Schneppe7-23/+129
2019-07-17use helper method to close socketChristian Schneppe4-15/+14
2019-07-03disable muc push on archive instead of leaveChristian Schneppe1-4/+4
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