aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-03-14fix some crashesChristian Schneppe1-1/+2
2019-03-14rework user name input during account creationChristian Schneppe2-21/+16
2019-03-06find activity even if wrapped in context wrapperChristian Schneppe1-3/+7
2019-03-06show progress while loading media filesChristian Schneppe1-0/+4
2019-03-06try to catch some NPEChristian Schneppe3-14/+11
2019-02-22fix some more NPEChristian Schneppe2-15/+22
2019-02-21add password forgotten item to edit profile menuChristian Schneppe1-0/+29
2019-02-21show file too large instead of generic delivery failedChristian Schneppe2-4/+25
2019-02-21Deduplicate presencesChristian Schneppe1-1/+1
2019-02-20improve RichPreviewChristian Schneppe3-123/+56
2019-02-18fix some more NPEsChristian Schneppe2-1/+6