aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* keyboard event callbacks shoud run on ui threadChristian Schneppe2019-04-261-4/+4
* implement channel discoveryChristian Schneppe2019-04-269-3/+516
* run keyboard listeners on background executorChristian Schneppe2019-04-261-16/+24
* execute some dismiss error notification and reset error in backgroundChristian Schneppe2019-04-261-2/+2
* use mediated invite on reinvite if user is not memberChristian Schneppe2019-04-261-1/+5
* fix setting muc avatarChristian Schneppe2019-04-261-16/+15
* use styled warning for message errorChristian Schneppe2019-04-124-12/+10
* fix invite linksChristian Schneppe2019-04-121-2/+2
* show users nick in chat if it's setChristian Schneppe2019-04-121-1/+1
* fix some NPEChristian Schneppe2019-04-123-16/+24
* fix account detection in EnterNameActivityChristian Schneppe2019-04-022-3/+5
* small improvement to auto hide fab in MediaViewerActivityChristian Schneppe2019-04-021-1/+5
* remove logging from delete from serverChristian Schneppe2019-04-011-1/+0
* add ability to kick user from room and not just ban themChristian Schneppe2019-04-011-32/+53
* rename "advanced mode" in WelcomeActivity to "I have an account"Christian Schneppe2019-03-311-2/+2
* add ability to delete account also from serverChristian Schneppe2019-03-313-2/+37
* fix automatic backup creationChristian Schneppe2019-03-311-1/+1
* try to fix a crash during fragment detectionChristian Schneppe2019-03-311-1/+2
* differ between group chat and channel in tablet modeChristian Schneppe2019-03-311-1/+2
* fix url detection for webpreviewsChristian Schneppe2019-03-314-4/+15
* add account > 0 check to inviteUser menuChristian Schneppe2019-03-312-2/+7
* catch exceptions in NotificationServiceChristian Schneppe2019-03-311-1/+7
* rework max file upload size in server infoChristian Schneppe2019-03-313-34/+12
* do sent/received correct based on true counterpart introduced in fec6d7a90c44...Christian Schneppe2019-03-311-1/+1
* add activity to define some important privacy settings on first startChristian Schneppe2019-03-319-48/+296
* fix some crashesChristian Schneppe2019-03-143-3/+6
* rework user name input during account creationChristian Schneppe2019-03-142-21/+16
* fix backup creation for older installationsChristian Schneppe2019-03-142-8/+16
* version 2.2.0Christian Schneppe2019-03-061-2/+1
* fixed security exception when attempting to display image in notificationChristian Schneppe2019-03-061-5/+10
* find activity even if wrapped in context wrapperChristian Schneppe2019-03-061-3/+7
* double check that muc message is ours if true jid is knownChristian Schneppe2019-03-061-2/+7
* copy intent extras in eventreceiverChristian Schneppe2019-03-061-0/+5
* only show images and videos in media browserChristian Schneppe2019-03-061-1/+3
* show progress while loading media filesChristian Schneppe2019-03-061-0/+4
* try to catch some NPEChristian Schneppe2019-03-065-16/+18
* fix some more NPEChristian Schneppe2019-02-222-15/+22
* be sure that default omemo encryption is set offChristian Schneppe2019-02-211-3/+3
* add password forgotten item to edit profile menuChristian Schneppe2019-02-211-0/+29
* show file too large instead of generic delivery failedChristian Schneppe2019-02-213-9/+54
* refresh cached RichPreviews after 7 daysChristian Schneppe2019-02-211-0/+18
* Deduplicate presencesChristian Schneppe2019-02-214-11/+7
* improve RichPreviewChristian Schneppe2019-02-205-229/+357
* fix some more NPEsChristian Schneppe2019-02-184-3/+16
* try to fix some NPE in RichPreviewChristian Schneppe2019-02-182-1/+179
* fix NPE while getting userChristian Schneppe2019-02-181-1/+1
* after switching from forced foreground to foreground notification needs updateChristian Schneppe2019-02-182-3/+10
* fixed regression of search hint not updating in StartConversation screenChristian Schneppe2019-02-181-1/+8
* allow filtering in participant viewChristian Schneppe2019-02-182-6/+84
* show notification when backup is done or failedChristian Schneppe2019-02-183-32/+100