aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adds some notes about phone numberfeature/fixed_domain_flavorsteckbrief2020-11-092-1/+7
|
* adds PiratX logossteckbrief2020-11-0922-0/+1658
|
* app_name through gradlelookshe2020-11-082-4/+2
|
* add suffix for domainlookshe2020-11-081-1/+2
|
* add flavor and build config for fixed domainslookshe2020-11-082-3/+11
|
* Fixes FS#310 - Direct Share with contacts not possiblesteckbrief2020-06-161-1/+1
|
* implements FS#309: Variante 2steckbrief2020-04-111-2/+2
|
* Implements FS#309: Rework display of /me messages - Variante 1steckbrief2020-04-114-2/+152
|
* implements FS#271: Remove own Avatar from message displaysteckbrief2020-04-111-1/+6
|
* Fixes FS#294: Rename all occurences of 'Profil' with the meaning of account ↵steckbrief2020-04-101-0/+32
| | | | to 'Konto'
* relates to FS#299: moves privacy and terms of use urls to build configsteckbrief2020-04-103-4/+8
|
* fixes faulty staticmap generation url; query parameter value for 'zoom' was ↵steckbrief2020-04-101-1/+1
| | | | prefixed with %20
* relates to FS#299: Changes URL to staticmap for generating location map ↵steckbrief2020-04-103-2/+7
| | | | image to piratx.thedevstack.de, moves definition of invite host url and url to staticmap to build config
* adds notes to version controlsteckbrief2020-04-091-0/+17
|
* updates versionsteckbrief2019-11-191-2/+2
|
* Merge branch 'thedevstack' of ssh://git.fucktheforce.de/PiratX into thedevstacksteckbrief2019-11-191-3/+3
|\
| * update versionlookshe2019-07-281-3/+3
| |
* | fixes the bug to scroll from top to bottom while opening conversation with ↵steckbrief2019-11-191-10/+1
|/ | | | unread messages
* relates to FS#295: Remove appearance of Pix-Art Messenger in language files, ↵steckbrief2019-07-1323-141/+119
| | | | mainly in en, de, es
* removes UpdaterActivity layout filesteckbrief2019-07-131-32/+0
|
* Relates to FS#299: Change intent-filter to listen for the new invite URL ↵steckbrief2019-07-131-1/+1
| | | | domain 'jabber.thedevstack.de'
* Relates to FS#299: Change Invite URLs to jabber.thedevstack.de and set magic ↵steckbrief2019-07-132-6/+7
| | | | create domain to null
* relates to FS#299: Remove use of quicksy.im in Conversation checkssteckbrief2019-07-131-2/+2
|
* relates to FS#295: Rename caps node namesteckbrief2019-07-131-1/+1
|
* implements FS#276: Remove 'Invite to Pix-Art Messenger'steckbrief2019-07-1320-187/+9
|
* implements FS#304: Remove 'Check for updates'steckbrief2019-07-074-18/+0
|
* implements FS#303: Remove 'report an issue'steckbrief2019-07-074-21/+0
|
* implements FS#277: Remove 'Message merge'steckbrief2019-07-078-78/+16
|
* implements FS#272: Remove 'App-Updater'steckbrief2019-07-076-643/+0
|
* implements FS#282: In-App Logcat View; introduces piratx application ↵steckbrief2019-07-0722-2/+716
| | | | implementation to access the appcontext in a static way
* implements FS#300: Adjust target for bugreportssteckbrief2019-07-062-2/+1
|
* changes maven repositories to use only our proxy; fixes App crash when ↵steckbrief2019-07-061-12/+10
| | | | opening settings screens (e.g. UI Settings)
* introduces new distribution and stage flavors as first steps for rebrandingsteckbrief2019-07-0110-9/+46
|
* 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
| | |