Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | catch IllegalArgumentException when reading backup file | Christian Schneppe | 2019-08-31 | 1 | -0/+2 |
| | |||||
* | do password empty check in dialog not in restore backup service | Christian Schneppe | 2019-08-31 | 1 | -9/+1 |
| | |||||
* | allow backup to be restored from selected file | Christian Schneppe | 2019-08-31 | 1 | -19/+63 |
| | |||||
* | make short vibrate in open chat configurable and respect phone silent mode | Christian Schneppe | 2019-08-31 | 2 | -4/+10 |
| | |||||
* | create share button in backup done notification | Christian Schneppe | 2019-07-17 | 1 | -61/+78 |
| | |||||
* | handle blocking and unblocking of full jids | Christian Schneppe | 2019-07-17 | 2 | -11/+12 |
| | |||||
* | disable muc push on archive instead of leave | Christian Schneppe | 2019-07-03 | 1 | -4/+4 |
| | | | | leave can be triggered in conference details and doesn’t mean we don’t want pushes | ||||
* | correct webpreview cache paths | Christian Schneppe | 2019-07-03 | 1 | -4/+3 |
| | |||||
* | migrate copy ond write list to synchronized hashset for pending mucs | Christian Schneppe | 2019-07-01 | 1 | -13/+38 |
| | |||||
* | rate limit muc pings / joins. never run two pings at same time | Christian Schneppe | 2019-07-01 | 1 | -4/+26 |
| | |||||
* | attempt to unregister when receiving push for channel no longer joined | Christian Schneppe | 2019-07-01 | 1 | -3/+24 |
| | | | | when receiving a FCM push message for a channel the user is no longer in (this can happen when the disable command failed) an attempt will be made to explicitly unregister from the app server (which in turn will then send item-not-found on next push) | ||||
* | implement FCM push for group chats | Christian Schneppe | 2019-07-01 | 1 | -7/+13 |
| | |||||
* | code cleanup & small fixes | Christian Schneppe | 2019-07-01 | 2 | -16/+11 |
| | |||||
* | catch NPE | Christian Schneppe | 2019-06-27 | 1 | -15/+22 |
| | |||||
* | implement client support for muc push | Christian Schneppe | 2019-06-25 | 1 | -0/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | show taken time for deleted webpreview cache | Christian Schneppe | 2019-06-25 | 1 | -1/+2 |
| | |||||
* | fix jingle file transfer | Christian Schneppe | 2019-06-25 | 1 | -13/+10 |
| | | | | 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 | ||||
* | change behavior of unencrypted chats warning | Christian Schneppe | 2019-06-22 | 1 | -2/+1 |
| | |||||
* | performance improvement of message expiry | Christian Schneppe | 2019-06-22 | 1 | -3/+9 |
| | |||||
* | shedule webpreview cache deletion | Christian Schneppe | 2019-06-21 | 1 | -0/+20 |
| | |||||
* | show own account in chatlist/contacts/conferences if you are in multi ↵ | Christian Schneppe | 2019-06-20 | 1 | -0/+5 |
| | | | | account mode | ||||
* | attempt to keep messages waiting until muc is connected | Christian Schneppe | 2019-06-20 | 1 | -3/+22 |
| | |||||
* | self ping (xep-0410) after receiving invite to muc | Christian Schneppe | 2019-06-18 | 1 | -2/+22 |
| | |||||
* | don’t crash when attempting to publish bookmarks while offline | Christian Schneppe | 2019-06-17 | 1 | -1/+2 |
| | |||||
* | MessageStyle notifications replace car extender | Christian Schneppe | 2019-06-17 | 1 | -21/+13 |
| | |||||
* | fix some more NPE | Christian Schneppe | 2019-06-08 | 1 | -0/+3 |
| | |||||
* | change music volume during audio playback | Christian Schneppe | 2019-06-08 | 1 | -0/+1 |
| | |||||
* | separate received and sent files | Christian Schneppe | 2019-05-19 | 1 | -1/+1 |
| | | | | fixes #140 | ||||
* | run postDelayed in background thread | Christian Schneppe | 2019-05-19 | 1 | -1/+4 |
| | |||||
* | performance improvements | Christian Schneppe | 2019-05-18 | 1 | -14/+18 |
| | |||||
* | some bug fixes | Christian Schneppe | 2019-05-04 | 1 | -1/+4 |
| | |||||
* | fix export error for non-unicode numbers | Christian Schneppe | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | introduced type private_file_message to handle attachments in PMs | Christian Schneppe | 2019-05-03 | 2 | -9/+15 |
| | |||||
* | added Tor support to channel search | Christian Schneppe | 2019-04-28 | 2 | -4/+27 |
| | |||||
* | implement channel discovery | Christian Schneppe | 2019-04-26 | 3 | -2/+129 |
| | | | | | refactor muc search to use http cache channel search results | ||||
* | execute some dismiss error notification and reset error in background | Christian Schneppe | 2019-04-26 | 1 | -2/+2 |
| | |||||
* | fix some NPE | Christian Schneppe | 2019-04-12 | 1 | -1/+1 |
| | |||||
* | add ability to delete account also from server | Christian Schneppe | 2019-03-31 | 1 | -0/+5 |
| | | | | fixes #315 | ||||
* | fix automatic backup creation | Christian Schneppe | 2019-03-31 | 1 | -1/+1 |
| | |||||
* | catch exceptions in NotificationService | Christian Schneppe | 2019-03-31 | 1 | -1/+7 |
| | |||||
* | add activity to define some important privacy settings on first start | Christian Schneppe | 2019-03-31 | 1 | -4/+10 |
| | |||||
* | fix some crashes | Christian Schneppe | 2019-03-14 | 1 | -1/+3 |
| | |||||
* | fix backup creation for older installations | Christian Schneppe | 2019-03-14 | 1 | -5/+14 |
| | | | | If you had problems importing the backup you need to create a new backup after this patch | ||||
* | copy intent extras in eventreceiver | Christian Schneppe | 2019-03-06 | 1 | -0/+5 |
| | |||||
* | try to catch some NPE | Christian Schneppe | 2019-03-06 | 2 | -2/+7 |
| | |||||
* | Deduplicate presences | Christian Schneppe | 2019-02-21 | 1 | -3/+0 |
| | | | | possibly fixes #303 |