aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed pgp decryption of automatically accepted jingle ftChristian Schneppe2019-08-311-10/+7
* increased reconnection interval after policy violationChristian Schneppe2019-08-311-1/+3
* refactored filename and extension parsingChristian Schneppe2019-08-313-42/+59
* catch npe on participants context menuChristian Schneppe2019-08-311-0/+5
* make config flag for leave before joinChristian Schneppe2019-08-312-2/+5
* create empty disco result on error to fire advance stream features eventChristian Schneppe2019-08-312-1/+26
* fix SOCKS5 to IBB fallbackChristian Schneppe2019-08-311-5/+4
* fixed send_multiple share intent with empty extrasChristian Schneppe2019-08-311-1/+2
* catch IllegalArgumentException when reading backup fileChristian Schneppe2019-08-312-0/+4
* implement time out for waiting on voice recordingChristian Schneppe2019-08-311-10/+25
* made domain verifier case insensitive.Christian Schneppe2019-08-311-9/+10
* put initial xmpp uri into signup intentChristian Schneppe2019-08-312-2/+2
* resetToWaiting should include http uploaded filesChristian Schneppe2019-08-311-1/+1
* do not include DNS servers from networks know to be inactiveChristian Schneppe2019-08-311-18/+17
* do password empty check in dialog not in restore backup serviceChristian Schneppe2019-08-312-25/+27
* open backup files on view actionChristian Schneppe2019-08-311-18/+40
* allow backup to be restored from selected fileChristian Schneppe2019-08-312-22/+136
* make short vibrate in open chat configurable and respect phone silent modeChristian Schneppe2019-08-312-4/+10
* create share button in backup done notificationChristian Schneppe2019-07-175-61/+89
* split on first dot when using domain instead of black listed local partChristian Schneppe2019-07-171-3/+4
* muc message corrections only compare bare jid true counterpartChristian Schneppe2019-07-171-1/+2
* prefer attachment in share intent if there is oneChristian Schneppe2019-07-171-1/+1
* handle blocking and unblocking of full jidsChristian Schneppe2019-07-177-23/+129
* use helper method to close socketChristian Schneppe2019-07-174-15/+14
* disable muc push on archive instead of leaveChristian Schneppe2019-07-031-4/+4
* check if activity is not null before using it to paint send buttonChristian Schneppe2019-07-031-1/+4
* correct webpreview cache pathsChristian Schneppe2019-07-031-4/+3
* migrate copy ond write list to synchronized hashset for pending mucsChristian Schneppe2019-07-012-15/+40
* include remote server errors in errors that should trigger a self pingChristian Schneppe2019-07-011-3/+3
* rate limit muc pings / joins. never run two pings at same timeChristian Schneppe2019-07-012-4/+27
* attempt to unregister when receiving push for channel no longer joinedChristian Schneppe2019-07-0110-26/+65
* implement FCM push for group chatsChristian Schneppe2019-07-014-11/+26
* code cleanup & small fixesChristian Schneppe2019-07-0122-49/+42
* catch NPEChristian Schneppe2019-06-271-15/+22
* Revert "Networkstack - let OS decide IPv4 or IPv6 (#267)"Christian Schneppe2019-06-255-24/+369
* implement client support for muc pushChristian Schneppe2019-06-256-10/+84
* fix broken updaterChristian Schneppe2019-06-251-0/+6
* show taken time for deleted webpreview cacheChristian Schneppe2019-06-251-1/+2
* fix welcome screensChristian Schneppe2019-06-253-9/+29
* fix jingle file transferChristian Schneppe2019-06-255-19/+16
* make backup compatible to Conversations (only works for Android >= 8)Christian Schneppe2019-06-231-1/+16
* Revert "BackupExport format like Conversations (#342)"Christian Schneppe2019-06-231-10/+2
* catch NPEChristian Schneppe2019-06-231-0/+3
* BackupExport format like Conversations (#342)genofire2019-06-221-2/+10
* changed string to generated password dialog in MagicCreateActivityChristian Schneppe2019-06-221-0/+2
* change behavior of unencrypted chats warningChristian Schneppe2019-06-222-13/+36
* performance improvement of message expiryChristian Schneppe2019-06-223-8/+56
* shedule webpreview cache deletionChristian Schneppe2019-06-212-14/+21
* show own account in chatlist/contacts/conferences if you are in multi account...Christian Schneppe2019-06-208-13/+42
* ping muc after receiving not-acceptable errorChristian Schneppe2019-06-201-0/+12