steckbrief
246d7cad2a
Relates to FS#299: Change intent-filter to listen for the new invite URL domain 'jabber.thedevstack.de'
2019-07-13 22:35:32 +02:00
steckbrief
4f06309b14
Relates to FS#299: Change Invite URLs to jabber.thedevstack.de and set magic create domain to null
2019-07-13 22:34:03 +02:00
steckbrief
653af7463e
relates to FS#299: Remove use of quicksy.im in Conversation checks
2019-07-13 22:31:50 +02:00
steckbrief
8c3d75db38
relates to FS#295: Rename caps node name
2019-07-13 22:30:28 +02:00
steckbrief
f23453c0a7
implements FS#276: Remove 'Invite to Pix-Art Messenger'
2019-07-13 20:57:51 +02:00
steckbrief
d288d6bb16
implements FS#304: Remove 'Check for updates'
2019-07-07 23:25:05 +02:00
steckbrief
ba61b4c008
implements FS#303: Remove 'report an issue'
2019-07-07 23:14:51 +02:00
steckbrief
811f3b0926
implements FS#277: Remove 'Message merge'
2019-07-07 22:42:06 +02:00
steckbrief
abde267e5c
implements FS#272: Remove 'App-Updater'
2019-07-07 22:04:50 +02:00
steckbrief
08244e218a
implements FS#282: In-App Logcat View; introduces piratx application implementation to access the appcontext in a static way
2019-07-07 21:21:12 +02:00
steckbrief
77fb7577ee
implements FS#300: Adjust target for bugreports
2019-07-06 22:58:17 +02:00
steckbrief
db182b96c2
changes maven repositories to use only our proxy; fixes App crash when opening settings screens (e.g. UI Settings)
2019-07-06 00:46:26 +02:00
steckbrief
3c15fbcd49
introduces new distribution and stage flavors as first steps for rebranding
2019-07-01 22:36:28 +02:00
Christian Schneppe
6d24ce7a18
version 2.2.7 + CHANGELOG
2019-06-27 16:15:55 +02:00
Christian Schneppe
78754e3618
Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger
2019-06-27 16:11:49 +02:00
Christian Schneppe
4d5dc70cb3
catch NPE
2019-06-27 16:10:41 +02:00
Christian Schneppe
feb0c66616
Merge pull request #367 from kriztan/l10n_master
...
New Crowdin translations
2019-06-27 16:02:19 +02:00
Christian Schneppe
c61c968a1f
New translations strings.xml (Chinese Simplified)
2019-06-26 07:01:29 +02:00
Christian Schneppe
b09f0fb912
version 2.2.6 + changes
2019-06-25 23:26:35 +02:00
Christian Schneppe
c01b87277c
Merge pull request #365 from kriztan/l10n_master
...
New Crowdin translations
2019-06-25 23:18:13 +02:00
Christian Schneppe
1d8fa7e99d
Revert "Networkstack - let OS decide IPv4 or IPv6 ( #267 )"
...
This reverts commit e6a1559790
.
If there is IPv6 available but the server doesn't listen to it, the connection will not be established
2019-06-25 21:47:19 +02:00
Christian Schneppe
2e4a341d0f
New translations strings.xml (Italian)
2019-06-25 15:32:06 +02:00
Christian Schneppe
73c8feea13
implement client support for muc push
...
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.
2019-06-25 12:12:06 +02:00
Christian Schneppe
e09feea27c
fix broken updater
2019-06-25 12:01:16 +02:00
Christian Schneppe
fc602a713d
show taken time for deleted webpreview cache
2019-06-25 12:00:56 +02:00
Christian Schneppe
a7fe71c691
fix welcome screens
...
fixes #361
2019-06-25 11:32:37 +02:00
Christian Schneppe
230d85cdb7
Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger
2019-06-25 11:05:40 +02:00
Christian Schneppe
6891ca336b
fix jingle file transfer
...
fixes #360
2019-06-25 11:05:25 +02:00
Christian Schneppe
e0dd916deb
Merge pull request #359 from kriztan/l10n_master
...
New Crowdin translations
2019-06-25 07:08:43 +02:00
Christian Schneppe
424db35712
New translations strings.xml (German)
2019-06-25 02:46:35 +02:00
Christian Schneppe
abda1fee3f
New translations strings.xml (German)
2019-06-25 02:31:41 +02:00
Christian Schneppe
39c9924075
New translations strings.xml (Spanish)
2019-06-23 12:05:11 +02:00
Christian Schneppe
a8f97149d9
New Crowdin translations ( #358 )
...
* New translations strings.xml (German)
* New translations strings.xml (Portuguese)
* New translations strings.xml (German)
* New translations strings.xml (Portuguese, Brazilian)
2019-06-23 09:54:51 +02:00
Christian Schneppe
c284774545
New translations strings.xml (Portuguese, Brazilian)
2019-06-23 09:53:24 +02:00
Christian Schneppe
ff6f4649e4
New translations strings.xml (German)
2019-06-23 09:53:03 +02:00
Christian Schneppe
47e47fa078
version 2.2.5 + changes
2019-06-23 09:50:23 +02:00
Christian Schneppe
a969ccf67f
make backup compatible to Conversations (only works for Android >= 8)
2019-06-23 09:36:50 +02:00
Christian Schneppe
ce16d024a6
Revert "BackupExport format like Conversations ( #342 )"
...
This patch is not compatible with Android SDK < 26 (Android 8 / OREO)
This reverts commit 514b63f486
.
2019-06-23 09:31:51 +02:00
Christian Schneppe
596059538f
Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger
2019-06-23 09:30:04 +02:00
Christian Schneppe
63a2b3f151
catch NPE
2019-06-23 09:29:47 +02:00
Christian Schneppe
7741a3d261
New translations strings.xml (Portuguese)
2019-06-22 22:22:03 +02:00
Christian Schneppe
462e44bebf
New translations strings.xml (German)
2019-06-22 22:21:38 +02:00
Christian Schneppe
392b7133c6
Merge pull request #357 from esu23/fix-tipo
...
Fixed typo
2019-06-22 22:11:50 +02:00
esu23
0747af253c
Fixed typo
2019-06-22 22:07:57 +02:00
Christian Schneppe
d1ae7c6abc
version 2.2.4 + changes
2019-06-22 21:19:33 +02:00
Christian Schneppe
ca334f9e5f
New Crowdin translations ( #356 )
2019-06-22 21:17:58 +02:00
Christian Schneppe
9ab0d0e176
New Crowdin translations ( #353 )
2019-06-22 21:15:42 +02:00
Christian Schneppe
6c166d51fd
fix typo
2019-06-22 19:52:13 +02:00
genofire
514b63f486
BackupExport format like Conversations ( #342 )
...
This makes it possible to import/export backup files from/to Conversations
2019-06-22 17:35:49 +02:00
genofire
4726fcfd46
fix gitlab-ci build ( #355 )
2019-06-22 17:33:32 +02:00