aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* evict cached previews when file gets deletedChristian Schneppe2020-01-311-0/+1
|
* use more material styleChristian Schneppe2020-01-265-15/+60
|
* fix some bugsChristian Schneppe2020-01-263-15/+12
|
* use default values for some preferences instead of hardcoded onesChristian Schneppe2020-01-262-2/+2
|
* rework lastseen a bit and don't show offlineChristian Schneppe2020-01-262-41/+25
|
* omemo changes: use 12 byte IV, no longer accept auth tag appended to payloadChristian Schneppe2020-01-241-3/+3
|
* support xmpp uris with single 'omemo' parameter for fingerprint (w/o sid)Christian Schneppe2020-01-242-4/+4
|
* add scan qr button to welcome screenChristian Schneppe2020-01-241-5/+35
|
* use installreferrer libray instead of broadcast listenerChristian Schneppe2020-01-242-36/+10
|
* parse install referrer from gplayChristian Schneppe2020-01-248-25/+105
|
* make registration uris work with fixed usernamesChristian Schneppe2020-01-243-29/+56
|
* preselect proper account in create contact dialog after following inviteChristian Schneppe2020-01-243-5/+8
|
* support ?roster;ibr=y xmpp urisChristian Schneppe2020-01-243-18/+22
|
* support registration via pars tokensChristian Schneppe2020-01-243-50/+84
|
* show number of participants in a MUCChristian Schneppe2020-01-241-0/+1
|
* 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-141-2/+0
|
* rework map view and update leaflet to 1.6.0Christian Schneppe2020-01-022-16/+14
|
* don't create conversation while watching ContactDetailsChristian Schneppe2020-01-021-3/+0
|
* persist file size across abortsChristian Schneppe2020-01-022-4/+8
|
* automatically set year in about messageChristian Schneppe2020-01-021-0/+8
|
* small contact details UI fixesChristian Schneppe2019-12-241-42/+14
|
* rework conference and contact detailsChristian Schneppe2019-12-232-37/+91
| | | | | | | | | * 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-231-2/+2
|
* first step to remove OTR encryptionChristian Schneppe2019-12-132-1/+4
| | | | * make OTR available via expert settings and disable it as default
* rework adhocinviteChristian Schneppe2019-12-131-23/+26
|
* use setFlags instead of addFlags to grant uri permissionsChristian Schneppe2019-12-138-9/+8
|
* catch rare NPE while deleting bookmarkChristian Schneppe2019-12-131-3/+8
|
* small ui fixes for private messagesChristian Schneppe2019-12-122-1/+2
|
* small quotes fixesChristian Schneppe2019-12-121-4/+7
|
* only show message deleted if LMC is activatedChristian Schneppe2019-12-081-1/+2
|
* add direct answer button in private muc messagesChristian Schneppe2019-12-081-0/+23
|
* try to fix missing sendbuttonChristian Schneppe2019-12-081-4/+3
|
* fix shareWithActivityChristian Schneppe2019-12-081-6/+7
|
* fix rare crashChristian Schneppe2019-12-071-0/+3
|
* add missing permission requests for Android PChristian Schneppe2019-12-078-45/+48
| | | | possibly fixes #410
* don't show real username in quotesChristian Schneppe2019-12-071-5/+1
| | | | fixes #415
* fix user in textselection quotesChristian Schneppe2019-11-172-15/+22
|
* add possibility to block muc user from mucChristian Schneppe2019-11-162-5/+21
|
* fix color mixing in ChannelDiscoveryActivityChristian Schneppe2019-11-161-2/+0
|
* rework design colors and make it compatible with older ROMsChristian Schneppe2019-11-163-35/+59
|
* fix duplicate accounts in EnterJidDialogChristian Schneppe2019-11-152-45/+35
|
* introduce new orange theme colorChristian Schneppe2019-11-155-16/+45
|
* Fix empty grey box for unknown file types (#405)TheOneric2019-11-151-22/+20
| | | | | | 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'.
* make private messages in MUCs more visibleChristian Schneppe2019-11-152-17/+39
|
* rework no write access hint in moderated public mucsChristian Schneppe2019-11-152-6/+35
|
* fixed spinning wheel when switching between local and jabber.network discoveryChristian Schneppe2019-11-151-0/+8
|
* do not validate port if hostname is emptyChristian Schneppe2019-11-151-11/+17
|
* rework IntroActivity a bitChristian Schneppe2019-11-153-4/+10
|