aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed adding omemo encrypted images to galleryChristian Schneppe2020-01-243-9/+13
|
* add scan qr button to welcome screenChristian Schneppe2020-01-242-5/+46
|
* use installreferrer libray instead of broadcast listenerChristian Schneppe2020-01-248-86/+86
|
* parse install referrer from gplayChristian Schneppe2020-01-2415-117/+249
|
* make registration uris work with fixed usernamesChristian Schneppe2020-01-247-32/+74
|
* preselect proper account in create contact dialog after following inviteChristian Schneppe2020-01-243-5/+8
|
* support ?roster;ibr=y xmpp urisChristian Schneppe2020-01-245-20/+25
|
* support registration via pars tokensChristian Schneppe2020-01-2410-165/+255
|
* refactored xmpp uri parsing to expose all paramsChristian Schneppe2020-01-241-71/+63
|
* show number of participants in a MUCChristian Schneppe2020-01-243-4/+9
|
* try to heal Huawei's energy saving methodsChristian Schneppe2020-01-241-0/+4
|
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2020-01-141-14/+14
|\
| * Merge pull request #426 from licaon-kter/patch-8Christian Schneppe2020-01-031-2/+2
| |\ | | | | | | Fix typo
| | * Fix typoLicaon_Kter2020-01-031-2/+2
| |/ | | | | ...be more specific
| * Merge pull request #425 from licaon-kter/patch-7Christian Schneppe2020-01-031-12/+12
| |\ | | | | | | Fix typos
| | * Fix typosLicaon_Kter2020-01-031-12/+12
| |/
* | show toast message on PN if user is not in room/channelChristian Schneppe2020-01-141-0/+5
| |
* | show avatar correctlyChristian Schneppe2020-01-142-0/+2
| |
* | switch volume control between earpiece and speaker while listening audioChristian Schneppe2020-01-142-2/+1
|/
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2020-01-022-0/+18
|\
| * Add explanations of encryption methodsChristian Schneppe2019-12-291-0/+18
| |
| * Add files via uploadChristian Schneppe2019-12-291-0/+0
| |
* | rework map view and update leaflet to 1.6.0Christian Schneppe2020-01-026-40/+57
| |
* | don’t crash when long pressing invalid geo-urisChristian Schneppe2020-01-021-3/+7
| |
* | reset XmppConnection to parentChristian Schneppe2020-01-021-1/+1
| |
* | don't create conversation while watching ContactDetailsChristian Schneppe2020-01-022-19/+0
| |
* | startup performance improvementsChristian Schneppe2020-01-021-24/+31
| |
* | reset file to normal message when attempting re-download after deleteChristian Schneppe2020-01-021-0/+9
| |
* | persist file size across abortsChristian Schneppe2020-01-027-18/+43
| |
* | make parts in Message.java finalChristian Schneppe2020-01-021-1/+1
| |
* | automatically set year in about messageChristian Schneppe2020-01-023-3/+10
|/
* display '#' in generated channel avatarsChristian Schneppe2019-12-241-7/+12
|
* Implement download resumption for OMEMO encrypted filesChristian Schneppe2019-12-242-22/+56
|
* createOutputStream(): allow to disable decryptionChristian Schneppe2019-12-242-15/+8
|
* small contact details UI fixesChristian Schneppe2019-12-242-45/+16
|
* rework conference and contact detailsChristian Schneppe2019-12-2321-230/+299
| | | | | | | | | * reduce avatar size * show big avatar on long click * reorder elements * show contact/muc JID in advanced mode fixes #423
* small UI refresh changesChristian Schneppe2019-12-232-3/+3
|
* show nick for /me in 1:1 chatsChristian Schneppe2019-12-171-2/+12
| | | | fixes #421
* first step to remove OTR encryptionChristian Schneppe2019-12-136-1/+14
| | | | * make OTR available via expert settings and disable it as default
* rework adhocinviteChristian Schneppe2019-12-132-24/+29
|
* use setFlags instead of addFlags to grant uri permissionsChristian Schneppe2019-12-139-10/+9
|
* catch rare NPE while deleting bookmarkChristian Schneppe2019-12-131-3/+8
|
* version 2.3.4 + CHANGELOGChristian Schneppe2019-12-122-2/+9
|
* New translations strings.xml (Italian) (#419)Christian Schneppe2019-12-121-1/+1
|
* small ui fixes for private messagesChristian Schneppe2019-12-123-11/+15
|
* increase mam messages catchup and don't abort on MAM_MAX_MESSAGESChristian Schneppe2019-12-122-2/+2
|
* add .heic to list of known mime typesChristian Schneppe2019-12-121-6/+7
|
* don’t use secure delete when migrating edit columnChristian Schneppe2019-12-121-4/+9
|
* small quotes fixesChristian Schneppe2019-12-121-4/+7
|
* jingle ibb: wait to receive ibbChristian Schneppe2019-12-093-36/+53
| | | | | | previously we signalled succesfull file reception after receiving enough bytes on ibb; however that causes us to race with the session-info file hash. now the recipient will wait for <close/> and the sender will make sure to send the session-info before sending close.