aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* allow backup to be restored from selected fileChristian Schneppe2019-08-3111-22/+155
|
* fix missing importChristian Schneppe2019-08-311-0/+1
| | | | maybe this fixes #366
* make short vibrate in open chat configurable and respect phone silent modeChristian Schneppe2019-08-315-4/+18
|
* create share button in backup done notificationChristian Schneppe2019-07-1718-61/+96
|
* 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
| | | | | during live messages we only store the bare real jid; on muc catch up we might get the full jid for that reason we only compare bare jids
* prefer attachment in share intent if there is oneChristian Schneppe2019-07-171-1/+1
|
* updated retrofitChristian Schneppe2019-07-172-3/+35
|
* 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
| | | | leave can be triggered in conference details and doesn’t mean we don’t want pushes
* 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
| | | | 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 chatsChristian Schneppe2019-07-016-37/+128
|
* code cleanup & small fixesChristian Schneppe2019-07-0122-49/+42
|
* version 2.2.7 + CHANGELOGChristian Schneppe2019-06-272-2/+6
|
* 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 Crowdin translations
| | * New translations strings.xml (Chinese Simplified)Christian Schneppe2019-06-261-1/+3
| | |
* | | catch NPEChristian Schneppe2019-06-271-15/+22
|/ /
* | version 2.2.6 + changesChristian Schneppe2019-06-252-2/+5
| |
* | Merge pull request #365 from kriztan/l10n_masterChristian Schneppe2019-06-251-0/+4
|\| | | | | New Crowdin translations
| * 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
|/ | | | | | 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 pushChristian Schneppe2019-06-256-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 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
| | | | fixes #361
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2019-06-252-1/+2
|\
| * Merge pull request #359 from kriztan/l10n_masterChristian Schneppe2019-06-252-1/+2
| |\ | | | | | | New Crowdin translations
| | * 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
|/ | | | fixes #360
* New Crowdin translations (#358)Christian Schneppe2019-06-230-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 Schneppe2019-06-231-103/+103
| |
| * New translations strings.xml (German)Christian Schneppe2019-06-231-0/+1
| |
| * New translations strings.xml (Portuguese)Christian Schneppe2019-06-221-103/+103
| |
| * New translations strings.xml (German)Christian Schneppe2019-06-221-1/+0
| |
* | version 2.2.5 + changesChristian Schneppe2019-06-232-2/+6
| |
* | 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
| | | | | | | | | | 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-MessengerChristian Schneppe2019-06-231-1/+1
|\|
| * Merge pull request #357 from esu23/fix-tipoChristian Schneppe2019-06-221-1/+1
| |\ | | | | | | Fixed typo
| | * Fixed typoesu232019-06-221-1/+1
| |/
* / catch NPEChristian Schneppe2019-06-231-0/+3
|/