Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implements FS#309: Rework display of /me messages - Variante 1 | steckbrief | 2020-04-11 | 1 | -2/+24 |
| | |||||
* | implements FS#271: Remove own Avatar from message display | steckbrief | 2020-04-11 | 1 | -1/+6 |
| | |||||
* | relates to FS#299: moves privacy and terms of use urls to build config | steckbrief | 2020-04-10 | 2 | -4/+6 |
| | |||||
* | fixes faulty staticmap generation url; query parameter value for 'zoom' was ↵ | steckbrief | 2020-04-10 | 1 | -1/+1 |
| | | | | prefixed with %20 | ||||
* | relates to FS#299: Changes URL to staticmap for generating location map ↵ | steckbrief | 2020-04-10 | 2 | -2/+4 |
| | | | | image to piratx.thedevstack.de, moves definition of invite host url and url to staticmap to build config | ||||
* | fixes the bug to scroll from top to bottom while opening conversation with ↵ | steckbrief | 2019-11-19 | 1 | -10/+1 |
| | | | | unread messages | ||||
* | Relates to FS#299: Change Invite URLs to jabber.thedevstack.de and set magic ↵ | steckbrief | 2019-07-13 | 2 | -6/+7 |
| | | | | create domain to null | ||||
* | relates to FS#299: Remove use of quicksy.im in Conversation checks | steckbrief | 2019-07-13 | 1 | -2/+2 |
| | |||||
* | relates to FS#295: Rename caps node name | steckbrief | 2019-07-13 | 1 | -1/+1 |
| | |||||
* | implements FS#276: Remove 'Invite to Pix-Art Messenger' | steckbrief | 2019-07-13 | 3 | -88/+1 |
| | |||||
* | implements FS#304: Remove 'Check for updates' | steckbrief | 2019-07-07 | 3 | -14/+0 |
| | |||||
* | implements FS#303: Remove 'report an issue' | steckbrief | 2019-07-07 | 3 | -16/+0 |
| | |||||
* | implements FS#277: Remove 'Message merge' | steckbrief | 2019-07-07 | 8 | -78/+16 |
| | |||||
* | implements FS#272: Remove 'App-Updater' | steckbrief | 2019-07-07 | 4 | -636/+0 |
| | |||||
* | implements FS#282: In-App Logcat View; introduces piratx application ↵ | steckbrief | 2019-07-07 | 1 | -1/+1 |
| | | | | implementation to access the appcontext in a static way | ||||
* | implements FS#300: Adjust target for bugreports | steckbrief | 2019-07-06 | 2 | -2/+1 |
| | |||||
* | catch NPE | Christian Schneppe | 2019-06-27 | 1 | -15/+22 |
| | |||||
* | Revert "Networkstack - let OS decide IPv4 or IPv6 (#267)" | Christian Schneppe | 2019-06-25 | 5 | -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 | ||||
* | 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 | ||||
* | fix jingle file transfer | Christian Schneppe | 2019-06-25 | 5 | -19/+16 |
| | | | | fixes #360 | ||||
* | 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. | ||||
* | catch NPE | Christian Schneppe | 2019-06-23 | 1 | -0/+3 |
| | |||||
* | BackupExport format like Conversations (#342) | genofire | 2019-06-22 | 1 | -2/+10 |
| | | | This makes it possible to import/export backup files from/to Conversations | ||||
* | changed string to generated password dialog in MagicCreateActivity | Christian Schneppe | 2019-06-22 | 1 | -0/+2 |
| | | | | fixes #296 | ||||
* | change behavior of unencrypted chats warning | Christian Schneppe | 2019-06-22 | 2 | -13/+36 |
| | |||||
* | 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 | 8 | -13/+42 |
| | | | | 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 | 1 | -1/+10 |
| | |||||
* | 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 |
| | |||||
* | reduce image quality a bit | Christian Schneppe | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | Networkstack - let OS decide IPv4 or IPv6 (#267) | genofire | 2019-06-08 | 5 | -360/+23 |
| | | | | | | | | * Networkstack - let OS decide IPv4 or IPv6 * Drop own implementation of DNS-Server selection * remove dns resolver cache | ||||
* | fix some more NPE | Christian Schneppe | 2019-06-08 | 5 | -7/+14 |
| | |||||
* | put geo uri in attachment preview when shared | Christian Schneppe | 2019-06-08 | 3 | -5/+17 |
| | |||||
* | show negative max files size (unknown/unlimited) simply as available | Christian Schneppe | 2019-06-08 | 1 | -2/+7 |
| |