aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-03temporary disable PM hint above edittextChristian Schneppe1-1/+1
2019-05-03put PM hint above edittextChristian Schneppe2-1/+8
2019-04-28added Tor support to channel searchChristian Schneppe3-4/+28
2019-04-28improve welcome screensChristian Schneppe3-16/+38
2019-04-28video player should request audio focusChristian Schneppe1-2/+27
2019-04-26keyboard event callbacks shoud run on ui threadChristian Schneppe1-4/+4
2019-04-26implement channel discoveryChristian Schneppe9-3/+516
2019-04-26run keyboard listeners on background executorChristian Schneppe1-16/+24
2019-04-26execute some dismiss error notification and reset error in backgroundChristian Schneppe1-2/+2
2019-04-26use mediated invite on reinvite if user is not memberChristian Schneppe1-1/+5
2019-04-26fix setting muc avatarChristian Schneppe1-16/+15
2019-04-12use styled warning for message errorChristian Schneppe4-12/+10
2019-04-12fix invite linksChristian Schneppe1-2/+2
2019-04-12show users nick in chat if it's setChristian Schneppe1-1/+1
2019-04-12fix some NPEChristian Schneppe3-16/+24
2019-04-02fix account detection in EnterNameActivityChristian Schneppe2-3/+5
2019-04-02small improvement to auto hide fab in MediaViewerActivityChristian Schneppe1-1/+5
2019-04-01remove logging from delete from serverChristian Schneppe1-1/+0
2019-04-01add ability to kick user from room and not just ban themChristian Schneppe1-32/+53
2019-03-31rename "advanced mode" in WelcomeActivity to "I have an account"Christian Schneppe1-2/+2
2019-03-31add ability to delete account also from serverChristian Schneppe3-2/+37
2019-03-31fix automatic backup creationChristian Schneppe1-1/+1
2019-03-31try to fix a crash during fragment detectionChristian Schneppe1-1/+2
2019-03-31differ between group chat and channel in tablet modeChristian Schneppe1-1/+2
2019-03-31fix url detection for webpreviewsChristian Schneppe4-4/+15
2019-03-31add account > 0 check to inviteUser menuChristian Schneppe2-2/+7
2019-03-31catch exceptions in NotificationServiceChristian Schneppe1-1/+7
2019-03-31rework max file upload size in server infoChristian Schneppe3-34/+12
2019-03-31do sent/received correct based on true counterpart introduced in fec6d7a90c44...Christian Schneppe1-1/+1
2019-03-31add activity to define some important privacy settings on first startChristian Schneppe9-48/+296
2019-03-14fix some crashesChristian Schneppe3-3/+6
2019-03-14rework user name input during account creationChristian Schneppe2-21/+16
2019-03-14fix backup creation for older installationsChristian Schneppe2-8/+16
2019-03-06version 2.2.0Christian Schneppe1-2/+1
2019-03-06fixed security exception when attempting to display image in notificationChristian Schneppe1-5/+10
2019-03-06find activity even if wrapped in context wrapperChristian Schneppe1-3/+7
2019-03-06double check that muc message is ours if true jid is knownChristian Schneppe1-2/+7
2019-03-06copy intent extras in eventreceiverChristian Schneppe1-0/+5
2019-03-06only show images and videos in media browserChristian Schneppe1-1/+3
2019-03-06show progress while loading media filesChristian Schneppe1-0/+4
2019-03-06try to catch some NPEChristian Schneppe5-16/+18
2019-02-22fix some more NPEChristian Schneppe2-15/+22
2019-02-21be sure that default omemo encryption is set offChristian Schneppe1-3/+3
2019-02-21add password forgotten item to edit profile menuChristian Schneppe1-0/+29
2019-02-21show file too large instead of generic delivery failedChristian Schneppe3-9/+54
2019-02-21refresh cached RichPreviews after 7 daysChristian Schneppe1-0/+18
2019-02-21Deduplicate presencesChristian Schneppe4-11/+7
2019-02-20improve RichPreviewChristian Schneppe5-229/+357
2019-02-18fix some more NPEsChristian Schneppe4-3/+16
2019-02-18try to fix some NPE in RichPreviewChristian Schneppe2-1/+179