aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-31evict cached previews when file gets deletedChristian Schneppe1-0/+1
2020-01-26use more material styleChristian Schneppe5-15/+60
2020-01-26fix some bugsChristian Schneppe3-15/+12
2020-01-26use default values for some preferences instead of hardcoded onesChristian Schneppe2-2/+2
2020-01-26rework lastseen a bit and don't show offlineChristian Schneppe2-41/+25
2020-01-24omemo changes: use 12 byte IV, no longer accept auth tag appended to payloadChristian Schneppe1-3/+3
2020-01-24support xmpp uris with single 'omemo' parameter for fingerprint (w/o sid)Christian Schneppe2-4/+4
2020-01-24add scan qr button to welcome screenChristian Schneppe1-5/+35
2020-01-24use installreferrer libray instead of broadcast listenerChristian Schneppe2-36/+10
2020-01-24parse install referrer from gplayChristian Schneppe8-25/+105
2020-01-24make registration uris work with fixed usernamesChristian Schneppe3-29/+56
2020-01-24preselect proper account in create contact dialog after following inviteChristian Schneppe3-5/+8
2020-01-24support ?roster;ibr=y xmpp urisChristian Schneppe3-18/+22
2020-01-24support registration via pars tokensChristian Schneppe3-50/+84
2020-01-24show number of participants in a MUCChristian Schneppe1-0/+1
2020-01-14show toast message on PN if user is not in room/channelChristian Schneppe1-0/+5
2020-01-14show avatar correctlyChristian Schneppe2-0/+2
2020-01-14switch volume control between earpiece and speaker while listening audioChristian Schneppe1-2/+0
2020-01-02rework map view and update leaflet to 1.6.0Christian Schneppe2-16/+14
2020-01-02don't create conversation while watching ContactDetailsChristian Schneppe1-3/+0
2020-01-02persist file size across abortsChristian Schneppe2-4/+8
2020-01-02automatically set year in about messageChristian Schneppe1-0/+8
2019-12-24small contact details UI fixesChristian Schneppe1-42/+14
2019-12-23rework conference and contact detailsChristian Schneppe2-37/+91
* reduce avatar size * show big avatar on long click * reorder elements * show contact/muc JID in advanced mode fixes #423
2019-12-23small UI refresh changesChristian Schneppe1-2/+2
2019-12-13first step to remove OTR encryptionChristian Schneppe2-1/+4
* make OTR available via expert settings and disable it as default
2019-12-13rework adhocinviteChristian Schneppe1-23/+26
2019-12-13use setFlags instead of addFlags to grant uri permissionsChristian Schneppe8-9/+8
2019-12-13catch rare NPE while deleting bookmarkChristian Schneppe1-3/+8
2019-12-12small ui fixes for private messagesChristian Schneppe2-1/+2
2019-12-12small quotes fixesChristian Schneppe1-4/+7
2019-12-08only show message deleted if LMC is activatedChristian Schneppe1-1/+2
2019-12-08add direct answer button in private muc messagesChristian Schneppe1-0/+23
2019-12-08try to fix missing sendbuttonChristian Schneppe1-4/+3
2019-12-08fix shareWithActivityChristian Schneppe1-6/+7
2019-12-07fix rare crashChristian Schneppe1-0/+3
2019-12-07add missing permission requests for Android PChristian Schneppe8-45/+48
possibly fixes #410
2019-12-07don't show real username in quotesChristian Schneppe1-5/+1
fixes #415
2019-11-17fix user in textselection quotesChristian Schneppe2-15/+22
2019-11-16add possibility to block muc user from mucChristian Schneppe2-5/+21
2019-11-16fix color mixing in ChannelDiscoveryActivityChristian Schneppe1-2/+0
2019-11-16rework design colors and make it compatible with older ROMsChristian Schneppe3-35/+59
2019-11-15fix duplicate accounts in EnterJidDialogChristian Schneppe2-45/+35
2019-11-15introduce new orange theme colorChristian Schneppe5-16/+45
2019-11-15Fix empty grey box for unknown file types (#405)TheOneric1-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'.
2019-11-15make private messages in MUCs more visibleChristian Schneppe2-17/+39
2019-11-15rework no write access hint in moderated public mucsChristian Schneppe2-6/+35
2019-11-15fixed spinning wheel when switching between local and jabber.network discoveryChristian Schneppe1-0/+8
2019-11-15do not validate port if hostname is emptyChristian Schneppe1-11/+17
2019-11-15rework IntroActivity a bitChristian Schneppe3-4/+10