aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2019-11-10show overlay to set avatar at the right bottom cornerChristian Schneppe1-1/+1
2019-11-04rework message deletionChristian Schneppe3-60/+68
2019-11-03small UI fixesChristian Schneppe1-1/+1
2019-11-03fixed links in privacy warning in channel discoveryChristian Schneppe2-2/+10
2019-11-03optionally search local muc rooms instead of jabber.networkChristian Schneppe3-43/+63
2019-11-03catch security exception when passing on share intent that didn't give us ↵Christian Schneppe2-4/+16
permission
2019-11-02change welcome screen and splash screen for schulchatChristian Schneppe1-1/+0
2019-11-02introduce setting to completely disable (OMEMO) encryptionChristian Schneppe2-1/+4
2019-11-02move some more config variables to match different app modesChristian Schneppe1-1/+2
2019-11-02rename build flavorsChristian Schneppe1-17/+0
2019-10-27show attachment button in private muc messagesChristian Schneppe2-3/+7
2019-10-27getAdHocInviteUri asyncChristian Schneppe1-18/+48
2019-10-27fix crash in SearchActivityChristian Schneppe1-1/+1
2019-10-27add user to roster on avatar long pressChristian Schneppe2-10/+15
2019-10-27open video if internal player failsChristian Schneppe1-25/+25
2019-10-26fixed loading channel results from cacheChristian Schneppe1-4/+3
2019-10-26fix some issuesChristian Schneppe1-1/+1
2019-10-26clear bitmap cache after changing avatar settingsChristian Schneppe1-0/+8
2019-10-26always show 'contact details' on avatar long press in non-anonChristian Schneppe1-3/+6
2019-10-26set autojoin=true after following inviteChristian Schneppe1-1/+1
2019-10-26Bookmarks2: support retractionChristian Schneppe3-15/+10
2019-10-26WIP Bookmarks 2 supportChristian Schneppe2-8/+9
2019-10-26disable context menu on failed jingle filesChristian Schneppe1-13/+15
2019-10-26mark cancelled jingle ft as such on both sidesChristian Schneppe1-5/+4
2019-10-19hide 'use integrated emoji' setting for Android O and higherChristian Schneppe1-3/+12
2019-10-03show "no results" if there where no channels found in channel discovery searchChristian Schneppe1-3/+11
2019-10-02fix NPE when using channel search and DOMAIN_LOCKChristian Schneppe1-5/+7