aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-17fix user in textselection quotesChristian Schneppe3-15/+28
2019-11-16New Crowdin translations (#408)Christian Schneppe12-27/+991
* New translations strings.xml (Italian) * New translations strings.xml (Italian) * New translations strings.xml (Arabic) * New translations strings.xml (Portuguese) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Bulgarian) * New translations strings.xml (Spanish) * New translations strings.xml (Russian) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Polish) * New translations strings.xml (Italian) * New translations strings.xml (German) * New translations strings.xml (French) * New translations strings.xml (Dutch) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Catalan) * New translations strings.xml (Ukrainian) * New translations strings.xml (Spanish) * New translations strings.xml (Portuguese) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (German) * New translations strings.xml (Chinese Traditional)
2019-11-16add possibility to block muc user from mucChristian Schneppe5-8/+48
2019-11-16set omemo on as defaultChristian Schneppe1-1/+1
2019-11-16fix some wordingsChristian Schneppe1-4/+4
2019-11-16fix color mixing in ChannelDiscoveryActivityChristian Schneppe1-2/+0
2019-11-16move direct search from expert setting to UIChristian Schneppe1-5/+5
2019-11-16rework design colors and make it compatible with older ROMsChristian Schneppe27-253/+84
2019-11-16make exporting backup compatible with conversationsChristian Schneppe1-1/+2
2019-11-15New Crowdin translations (#407)Christian Schneppe5-11/+104
* New translations strings.xml (Catalan) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (German) * New translations strings.xml (Italian) * New translations strings.xml (Spanish)
2019-11-15fix duplicate accounts in EnterJidDialogChristian Schneppe3-46/+36
2019-11-15introduce new orange theme colorChristian Schneppe21-36/+352
2019-11-15Fix empty grey box for unknown file types (#405)TheOneric2-22/+21
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 Schneppe9-17/+132
2019-11-15rework no write access hint in moderated public mucsChristian Schneppe5-7/+42
2019-11-15small UI fixes in SetSettingsActivityChristian Schneppe9-8/+10
2019-11-15make presence dialog scrollable to fit small screensChristian Schneppe1-51/+54
2019-11-15do not crash when audio file reports zero lengthChristian Schneppe1-5/+10
2019-11-15prevent crash when counterpart in message was nullChristian Schneppe1-2/+6
2019-11-15check if sender is in contact list before accepting jingle fileChristian Schneppe1-2/+3
2019-11-15allow jingle state transition for fallback after proxy failureChristian Schneppe1-2/+6
2019-11-15make jingle state transitions less error proneChristian Schneppe1-2/+28
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 Schneppe9-18/+14
2019-11-10show overlay to set avatar at the right bottom cornerChristian Schneppe2-3/+15
2019-11-09set isQuicksy trueChristian Schneppe1-1/+1
2019-11-06use variable for app directory in FileBackendChristian Schneppe1-6/+7
2019-11-04rework message deletionChristian Schneppe7-64/+84
2019-11-03small UI fixesChristian Schneppe2-2/+3
2019-11-03fixed links in privacy warning in channel discoveryChristian Schneppe2-2/+10
2019-11-03add grace periodChristian Schneppe3-0/+26
2019-11-03optionally search local muc rooms instead of jabber.networkChristian Schneppe17-150/+402
2019-11-03mark silent notifications as local onlyChristian Schneppe2-0/+5
this will prevent silent notifications (for example those supressed by grace period) showing up on my smart watch
2019-11-03catch security exception when passing on share intent that didn't give us ↵Christian Schneppe3-4/+17
permission
2019-11-02change welcome screen and splash screen for schulchatChristian Schneppe1-1/+0
2019-11-02introduce setting to completely disable (OMEMO) encryptionChristian Schneppe6-1/+24
2019-11-02move some more config variables to match different app modesChristian Schneppe2-2/+4
2019-11-02move some more config variables to match different app modesChristian Schneppe1-3/+3
2019-11-02rename build flavorsChristian Schneppe2-18/+1
2019-11-02use separate file for about infoChristian Schneppe2-52/+56
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 Schneppe3-10/+20
2019-10-27open video if internal player failsChristian Schneppe1-25/+25
2019-10-26attempt to fix some rare crashesChristian Schneppe2-3/+7
2019-10-26store message bodies up to 1MBChristian Schneppe1-1/+1
2019-10-26catch all exceptions when closing closableChristian Schneppe1-1/+4
2019-10-26catch dead system exception when creating error notificationChristian Schneppe1-9/+15