aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-20show own account in chatlist/contacts/conferences if you are in multi account...Christian Schneppe3-0/+16
2019-06-18small improvement of welcome screenChristian Schneppe1-1/+10
2019-06-17handle some rare npeChristian Schneppe2-6/+12
2019-06-17fix some NPEChristian Schneppe1-4/+8
2019-06-08fix some more NPEChristian Schneppe2-1/+4
2019-06-08put geo uri in attachment preview when sharedChristian Schneppe2-4/+16
2019-06-08show negative max files size (unknown/unlimited) simply as availableChristian Schneppe1-2/+7
2019-06-08fixed some NPEChristian Schneppe1-3/+6
2019-06-08show error messages in text layout not edittextChristian Schneppe1-5/+15
2019-06-08double check that activity is not null in updateSend buttonChristian Schneppe1-2/+2
2019-06-08fixed NPE in channel discovery after race to create menuChristian Schneppe1-1/+1
2019-06-08performance improvementsChristian Schneppe1-1/+1
2019-05-19separate received and sent filesChristian Schneppe1-1/+1
2019-05-18always change music volumeChristian Schneppe1-1/+1
2019-05-04small UI changesChristian Schneppe1-21/+5
2019-05-04some bug fixesChristian Schneppe1-8/+2
2019-05-04added language tag in channel search resultsChristian Schneppe1-0/+9
2019-05-04fixed rare NPE cause by raceChristian Schneppe1-3/+7
2019-05-04do not synchronize twice when adding status and date bubblesChristian Schneppe1-60/+50
2019-05-04wait with presence selection until attachment commitChristian Schneppe2-68/+71
2019-05-04small message optimizationsChristian Schneppe2-9/+10
2019-05-03introduced type private_file_message to handle attachments in PMsChristian Schneppe2-46/+66
2019-05-03do not jump out of whispher mode when selecting attachChristian Schneppe1-1/+0
2019-05-03add bookmark when clicking on channel search resultChristian Schneppe1-0/+13
2019-05-03add contact dialog: warn on suspicious addressesChristian Schneppe4-10/+67
2019-05-03store correcting message in dbChristian Schneppe1-2/+5
2019-05-03temporary disable PM hint above edittextChristian Schneppe1-1/+1
2019-05-03put PM hint above edittextChristian Schneppe1-1/+6
2019-04-28added Tor support to channel searchChristian Schneppe1-0/+1
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 Schneppe3-1/+279
2019-04-26run keyboard listeners on background executorChristian Schneppe1-16/+24
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-12fix some NPEChristian Schneppe1-14/+16
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-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 Schneppe1-2/+16
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 Schneppe2-2/+12
2019-03-31add account > 0 check to inviteUser menuChristian Schneppe2-2/+7
2019-03-31rework max file upload size in server infoChristian Schneppe2-34/+2
2019-03-31add activity to define some important privacy settings on first startChristian Schneppe7-44/+256