Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rework design colors and make it compatible with older ROMs | Christian Schneppe | 2019-11-16 | 1 | -1/+1 |
| | |||||
* | introduce new orange theme color | Christian Schneppe | 2019-11-15 | 1 | -13/+48 |
| | |||||
* | Fix empty grey box for unknown file types (#405) | TheOneric | 2019-11-15 | 1 | -0/+1 |
| | | | | | | Previously if files, whose mime-type was not recognized by MimeUtils, were being sent to a Pix-Art-Client only a grey box without text would be shown. With this commit the general "open file" text is now shown for these files. Previously this text was only shown for files with recognized mime-types, not being specially handled (like images). Also the Advanced SSA (*.ass) subtitle format was added to MimeUtils as 'text/plain'. | ||||
* | small UI fixes in SetSettingsActivity | Christian Schneppe | 2019-11-15 | 1 | -1/+0 |
| | |||||
* | rework message deletion | Christian Schneppe | 2019-11-04 | 1 | -1/+5 |
| | |||||
* | optionally search local muc rooms instead of jabber.network | Christian Schneppe | 2019-11-03 | 2 | -0/+4 |
| | |||||
* | flush on socks connection | Christian Schneppe | 2019-10-26 | 1 | -6/+8 |
| | |||||
* | bookmarks2. introduce #compat namespace | Christian Schneppe | 2019-10-26 | 1 | -1/+2 |
| | |||||
* | WIP Bookmarks 2 support | Christian Schneppe | 2019-10-26 | 1 | -0/+1 |
| | |||||
* | mark cancelled jingle ft as such on both sides | Christian Schneppe | 2019-10-26 | 1 | -3/+6 |
| | |||||
* | fully read port in socks connection | Christian Schneppe | 2019-10-26 | 1 | -1/+1 |
| | | | | | incoming direct connections in receive mode wouldn’t clear the entire destination from the input stream; thus adding a leading 0x00 to the file | ||||
* | set shorter timeouts when using direct candidates | Christian Schneppe | 2019-10-26 | 1 | -3/+3 |
| | |||||
* | do not parse invites from type=groupchat | Christian Schneppe | 2019-09-23 | 1 | -0/+1 |
| | |||||
* | migrate to AndroidX | Christian Schneppe | 2019-09-20 | 10 | -16/+16 |
| | |||||
* | cancel spinning wheel on muclumbus error | Christian Schneppe | 2019-09-19 | 1 | -1/+1 |
| | |||||
* | warn when using _only_ ambiguous cyrillic | Christian Schneppe | 2019-09-19 | 1 | -3/+33 |
| | |||||
* | set Messenger identity as userAgent for RichPreview and ChannelDiscovery | Christian Schneppe | 2019-09-12 | 1 | -0/+1 |
| | |||||
* | introduce automatic theme based on the systems theme | Christian Schneppe | 2019-09-11 | 1 | -2/+22 |
| | |||||
* | introduce new file transfer status | Christian Schneppe | 2019-09-09 | 1 | -0/+2 |
| | |||||
* | improve webpreviews during offline times | Christian Schneppe | 2019-09-07 | 1 | -26/+39 |
| | |||||
* | catch exceptions in SerialSingleThreadExecutor | Christian Schneppe | 2019-09-07 | 1 | -0/+2 |
| | |||||
* | make Tor connections work with direct TLS | Christian Schneppe | 2019-09-06 | 2 | -6/+23 |
| | |||||
* | implemented support for for jingle encrypted transports (XEP-0396) | Christian Schneppe | 2019-09-06 | 1 | -0/+2 |
| | |||||
* | fix some crashes | Christian Schneppe | 2019-09-03 | 2 | -2/+6 |
| | |||||
* | bare minimum direct connections | Christian Schneppe | 2019-09-03 | 1 | -0/+12 |
| | |||||
* | put initial xmpp uri into signup intent | Christian Schneppe | 2019-08-31 | 1 | -2/+1 |
| | |||||
* | do not include DNS servers from networks know to be inactive | Christian Schneppe | 2019-08-31 | 1 | -18/+17 |
| | | | | | * we still include DNS servers from VPNs because of edge cases where the XMPP server is hosted in the VPN * on older Android versions we don’t know if a network is active or not (activeNetwork == null) | ||||
* | create share button in backup done notification | Christian Schneppe | 2019-07-17 | 2 | -0/+7 |
| | |||||
* | split on first dot when using domain instead of black listed local part | Christian Schneppe | 2019-07-17 | 1 | -3/+4 |
| | |||||
* | attempt to unregister when receiving push for channel no longer joined | Christian Schneppe | 2019-07-01 | 1 | -1/+5 |
| | | | | 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 | -0/+1 |
| | |||||
* | code cleanup & small fixes | Christian Schneppe | 2019-07-01 | 3 | -4/+2 |
| | |||||
* | Revert "Networkstack - let OS decide IPv4 or IPv6 (#267)" | Christian Schneppe | 2019-06-25 | 3 | -17/+289 |
| | | | | | | 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 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | shedule webpreview cache deletion | Christian Schneppe | 2019-06-21 | 1 | -14/+1 |
| | |||||
* | show own account in chatlist/contacts/conferences if you are in multi ↵ | Christian Schneppe | 2019-06-20 | 1 | -7/+8 |
| | | | | account mode | ||||
* | self ping (xep-0410) after receiving invite to muc | Christian Schneppe | 2019-06-18 | 1 | -0/+1 |
| | |||||
* | use ibb if other party doesn’t annouce s5b feature | Christian Schneppe | 2019-06-17 | 1 | -0/+2 |
| | |||||
* | Networkstack - let OS decide IPv4 or IPv6 (#267) | genofire | 2019-06-08 | 3 | -289/+17 |
| | | | | | | | | * 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 | 1 | -0/+1 |
| | |||||
* | put geo uri in attachment preview when shared | Christian Schneppe | 2019-06-08 | 1 | -1/+1 |
| | |||||
* | less connection delay | Christian Schneppe | 2019-06-08 | 1 | -8/+8 |
| | |||||
* | fix crash in RichPreview | Christian Schneppe | 2019-05-04 | 1 | -2/+2 |
| | |||||
* | added language tag in channel search results | Christian Schneppe | 2019-05-04 | 1 | -0/+27 |
| | |||||
* | implement channel discovery | Christian Schneppe | 2019-04-26 | 1 | -0/+15 |
| | | | | | refactor muc search to use http cache channel search results | ||||
* | fix some NPE | Christian Schneppe | 2019-04-12 | 1 | -1/+7 |
| | |||||
* | fix url detection for webpreviews | Christian Schneppe | 2019-03-31 | 1 | -1/+1 |
| | |||||
* | rework max file upload size in server info | Christian Schneppe | 2019-03-31 | 1 | -0/+10 |
| | |||||
* | add activity to define some important privacy settings on first start | Christian Schneppe | 2019-03-31 | 1 | -0/+30 |
| | |||||
* | fix some crashes | Christian Schneppe | 2019-03-14 | 1 | -1/+1 |
| |