aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* handle blocking and unblocking of full jidsChristian Schneppe2019-07-178-23/+131
* 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-0112-26/+82
* implement FCM push for group chatsChristian Schneppe2019-07-016-37/+128
* code cleanup & small fixesChristian Schneppe2019-07-0122-49/+42
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2019-06-271-1/+3
|\
| * Merge pull request #367 from kriztan/l10n_masterChristian Schneppe2019-06-271-1/+3
| |\
| | * New translations strings.xml (Chinese Simplified)Christian Schneppe2019-06-261-1/+3
* | | catch NPEChristian Schneppe2019-06-271-15/+22
|/ /
* | Merge pull request #365 from kriztan/l10n_masterChristian Schneppe2019-06-251-0/+4
|\|
| * New translations strings.xml (Italian)Christian Schneppe2019-06-251-0/+4
* | 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
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2019-06-252-1/+2
|\
| * New translations strings.xml (German)Christian Schneppe2019-06-251-1/+1
| * New translations strings.xml (German)Christian Schneppe2019-06-251-1/+1
| * New translations strings.xml (Spanish)Christian Schneppe2019-06-231-0/+1
* | 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
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2019-06-231-1/+1
|\
| * Fixed typoesu232019-06-221-1/+1
* | catch NPEChristian Schneppe2019-06-231-0/+3
|/
* New Crowdin translations (#353)Christian Schneppe2019-06-224-104/+123
* fix typoChristian Schneppe2019-06-221-1/+1
* BackupExport format like Conversations (#342)genofire2019-06-221-2/+10
* changed string to generated password dialog in MagicCreateActivityChristian Schneppe2019-06-222-0/+3
* change behavior of unencrypted chats warningChristian Schneppe2019-06-223-13/+39
* 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-2013-13/+68
* ping muc after receiving not-acceptable errorChristian Schneppe2019-06-201-0/+12
* attempt to keep messages waiting until muc is connectedChristian Schneppe2019-06-202-3/+23
* small improvement of welcome screenChristian Schneppe2019-06-1812-11/+23
* self ping (xep-0410) after receiving invite to mucChristian Schneppe2019-06-184-5/+29
* syntax clean upChristian Schneppe2019-06-171-1/+1
* disallow subsequent session-acceptChristian Schneppe2019-06-171-13/+13
* use ibb if other party doesn’t annouce s5b featureChristian Schneppe2019-06-175-226/+207
* accept direct ibb jingle offersChristian Schneppe2019-06-172-15/+58
* don’t crash when attempting to publish bookmarks while offlineChristian Schneppe2019-06-171-1/+2
* handle some rare npeChristian Schneppe2019-06-172-6/+12