Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New translations strings.xml (Italian) | Christian Schneppe | 2019-06-25 | 1 | -0/+4 |
| | |||||
* | implement client support for muc push | Christian Schneppe | 2019-06-25 | 6 | -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. | ||||
* | fix broken updater | Christian Schneppe | 2019-06-25 | 1 | -0/+6 |
| | |||||
* | show taken time for deleted webpreview cache | Christian Schneppe | 2019-06-25 | 1 | -1/+2 |
| | |||||
* | fix welcome screens | Christian Schneppe | 2019-06-25 | 3 | -9/+29 |
| | | | | fixes #361 | ||||
* | Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger | Christian Schneppe | 2019-06-25 | 2 | -1/+2 |
|\ | |||||
| * | Merge pull request #359 from kriztan/l10n_master | Christian Schneppe | 2019-06-25 | 2 | -1/+2 |
| |\ | | | | | | | New Crowdin translations | ||||
| | * | New translations strings.xml (German) | Christian Schneppe | 2019-06-25 | 1 | -1/+1 |
| | | | |||||
| | * | New translations strings.xml (German) | Christian Schneppe | 2019-06-25 | 1 | -1/+1 |
| | | | |||||
| | * | New translations strings.xml (Spanish) | Christian Schneppe | 2019-06-23 | 1 | -0/+1 |
| |/ | |||||
* / | fix jingle file transfer | Christian Schneppe | 2019-06-25 | 5 | -19/+16 |
|/ | | | | fixes #360 | ||||
* | New Crowdin translations (#358) | Christian Schneppe | 2019-06-23 | 0 | -0/+0 |
|\ | | | | | | | | | | | | | | | | | | | * New translations strings.xml (German) * New translations strings.xml (Portuguese) * New translations strings.xml (German) * New translations strings.xml (Portuguese, Brazilian) | ||||
| * | New translations strings.xml (Portuguese, Brazilian) | Christian Schneppe | 2019-06-23 | 1 | -103/+103 |
| | | |||||
| * | New translations strings.xml (German) | Christian Schneppe | 2019-06-23 | 1 | -0/+1 |
| | | |||||
| * | New translations strings.xml (Portuguese) | Christian Schneppe | 2019-06-22 | 1 | -103/+103 |
| | | |||||
| * | New translations strings.xml (German) | Christian Schneppe | 2019-06-22 | 1 | -1/+0 |
| | | |||||
* | | version 2.2.5 + changes | Christian Schneppe | 2019-06-23 | 2 | -2/+6 |
| | | |||||
* | | make backup compatible to Conversations (only works for Android >= 8) | Christian Schneppe | 2019-06-23 | 1 | -1/+16 |
| | | |||||
* | | Revert "BackupExport format like Conversations (#342)" | Christian Schneppe | 2019-06-23 | 1 | -10/+2 |
| | | | | | | | | | | This patch is not compatible with Android SDK < 26 (Android 8 / OREO) This reverts commit 514b63f48684ab82031b0291da8d303abe1d680c. | ||||
* | | Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger | Christian Schneppe | 2019-06-23 | 1 | -1/+1 |
|\| | |||||
| * | Merge pull request #357 from esu23/fix-tipo | Christian Schneppe | 2019-06-22 | 1 | -1/+1 |
| |\ | | | | | | | Fixed typo | ||||
| | * | Fixed typo | esu23 | 2019-06-22 | 1 | -1/+1 |
| |/ | |||||
* / | catch NPE | Christian Schneppe | 2019-06-23 | 1 | -0/+3 |
|/ | |||||
* | version 2.2.4 + changes | Christian Schneppe | 2019-06-22 | 2 | -2/+6 |
| | |||||
* | New Crowdin translations (#356) | Christian Schneppe | 2019-06-22 | 0 | -0/+0 |
| | |||||
* | New Crowdin translations (#353) | Christian Schneppe | 2019-06-22 | 4 | -104/+123 |
| | |||||
* | fix typo | Christian Schneppe | 2019-06-22 | 1 | -1/+1 |
| | |||||
* | BackupExport format like Conversations (#342) | genofire | 2019-06-22 | 1 | -2/+10 |
| | | | This makes it possible to import/export backup files from/to Conversations | ||||
* | fix gitlab-ci build (#355) | genofire | 2019-06-22 | 1 | -12/+21 |
| | |||||
* | changed string to generated password dialog in MagicCreateActivity | Christian Schneppe | 2019-06-22 | 2 | -0/+3 |
| | | | | fixes #296 | ||||
* | change behavior of unencrypted chats warning | Christian Schneppe | 2019-06-22 | 3 | -13/+39 |
| | |||||
* | performance improvement of message expiry | Christian Schneppe | 2019-06-22 | 3 | -8/+56 |
| | |||||
* | shedule webpreview cache deletion | Christian Schneppe | 2019-06-21 | 2 | -14/+21 |
| | |||||
* | show own account in chatlist/contacts/conferences if you are in multi ↵ | Christian Schneppe | 2019-06-20 | 13 | -13/+68 |
| | | | | account mode | ||||
* | ping muc after receiving not-acceptable error | Christian Schneppe | 2019-06-20 | 1 | -0/+12 |
| | |||||
* | attempt to keep messages waiting until muc is connected | Christian Schneppe | 2019-06-20 | 2 | -3/+23 |
| | |||||
* | small improvement of welcome screen | Christian Schneppe | 2019-06-18 | 12 | -11/+23 |
| | |||||
* | self ping (xep-0410) after receiving invite to muc | Christian Schneppe | 2019-06-18 | 4 | -5/+29 |
| | |||||
* | syntax clean up | Christian Schneppe | 2019-06-17 | 1 | -1/+1 |
| | |||||
* | disallow subsequent session-accept | Christian Schneppe | 2019-06-17 | 1 | -13/+13 |
| | |||||
* | use ibb if other party doesn’t annouce s5b feature | Christian Schneppe | 2019-06-17 | 5 | -226/+207 |
| | |||||
* | accept direct ibb jingle offers | Christian Schneppe | 2019-06-17 | 2 | -15/+58 |
| | |||||
* | don’t crash when attempting to publish bookmarks while offline | Christian Schneppe | 2019-06-17 | 1 | -1/+2 |
| | |||||
* | handle some rare npe | Christian Schneppe | 2019-06-17 | 2 | -6/+12 |
| | |||||
* | MessageStyle notifications replace car extender | Christian Schneppe | 2019-06-17 | 1 | -21/+13 |
| | |||||
* | use socks instead of http proxy for http upload | Christian Schneppe | 2019-06-17 | 3 | -7/+7 |
| | | | | http proxy doesn’t seem to work with onion v3 | ||||
* | fix some NPE | Christian Schneppe | 2019-06-17 | 2 | -5/+14 |
| | |||||
* | Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger | Christian Schneppe | 2019-06-17 | 18 | -1/+1 |
|\ | |||||
| * | Merge pull request #351 from genofire/screenshot | Christian Schneppe | 2019-06-09 | 18 | -1/+1 |
| |\ | | | | | | | update screenshot from README to F-Droid + save them in repo | ||||
| | * | update screenshot from README to F-Droid + save them in repo | Martin/Geno | 2019-06-08 | 18 | -1/+1 |
| |/ |