aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-20show own account in chatlist/contacts/conferences if you are in multi ↵Christian Schneppe2-0/+18
account mode
2019-06-18small improvement of welcome screenChristian Schneppe1-0/+11
2019-06-08show error messages in text layout not edittextChristian Schneppe1-1/+1
2019-06-08fix activity_media_viewer.xmlChristian Schneppe1-1/+0
2019-05-04small UI changesChristian Schneppe1-33/+4
2019-05-04added language tag in channel search resultsChristian Schneppe1-7/+22
2019-05-03introduced type private_file_message to handle attachments in PMsChristian Schneppe2-15/+15
2019-05-03fixed ui glitch when displaying PM hint over attachmentsChristian Schneppe2-16/+13
2019-05-03put PM hint above edittextChristian Schneppe1-21/+41
2019-04-28improve welcome screensChristian Schneppe1-1/+8
2019-04-26implement channel discoveryChristian Schneppe2-0/+92
refactor muc search to use http cache channel search results
2019-03-31rename "advanced mode" in WelcomeActivity to "I have an account"Christian Schneppe1-2/+2
2019-03-31renamed button in recording dialog to 'attach'Christian Schneppe1-1/+1
2019-03-31add activity to define some important privacy settings on first startChristian Schneppe2-0/+240
2019-03-14rework user name input during account creationChristian Schneppe1-1/+2
2019-03-06show progress while loading media filesChristian Schneppe1-0/+15
2019-02-20improve RichPreviewChristian Schneppe2-20/+9
2019-02-09show MediaBrowser icon in chat viewChristian Schneppe1-0/+9
2019-02-09use the term channel in destroy dialog and some other stringsChristian Schneppe1-5/+2
2019-02-09show web link previews in chatChristian Schneppe2-0/+60
fixes #113
2019-02-08implement adhoc invite links if server supports thisChristian Schneppe1-0/+22
2019-02-08optimize importsChristian Schneppe2-3/+0
2019-02-08show "show password icon" in activity_change_passwordChristian Schneppe1-1/+2
2019-02-08clean unused resourcesChristian Schneppe1-21/+0
2019-02-08hide lock icon in channels; modify muc user contextChristian Schneppe1-1/+0
2019-02-08integrate single profile mode in CreatePublicChannelDialogChristian Schneppe1-0/+1
2019-02-07show different room settings for channels and groupsChristian Schneppe1-0/+10
2019-02-07provide the same fab submenu for both tabs. rename tab to bookmarkChristian Schneppe5-7/+63
2019-02-04rework MediaViewerActivityChristian Schneppe1-20/+28
2019-01-27show sub menu fabs for create group chatsChristian Schneppe1-4/+15
2019-01-27changed order of users and media in muc detailsChristian Schneppe3-63/+72
2019-01-27refactored group chat members into seperate screenChristian Schneppe5-9/+83
2019-01-27migrate conversation list row to binderChristian Schneppe1-160/+166
2019-01-26small layout fixesChristian Schneppe2-3/+8
2019-01-26show spinning wheel in restore backup activityChristian Schneppe1-0/+13
2019-01-26rework backup & restoreChristian Schneppe4-56/+128
use the implementation from Conversations
2019-01-25support enter/done key in create contact & join dialogsChristian Schneppe3-1/+4
2019-01-04add preference to play gif files automatically in chat viewChristian Schneppe1-0/+13
fixes #170 and #236
2019-01-04add RTL supportChristian Schneppe40-103/+213
2018-12-30add ability to configure autojoin flag in groupchat detailsChristian Schneppe1-24/+43
2018-12-30add ability to set nickname in profileChristian Schneppe2-1/+114
2018-12-27fix crash in ChangePasswordActivityChristian Schneppe1-1/+1
2018-12-14Reduce `minSdkVersion` to 16, fix issues reported by lintChristian Schneppe18-115/+181
This further reduces the minimum API level to 16, which should encompass most users stuck on older versions of Android (mainly BlackBerry OS and Jolla users). Several issues reported by code analysis were fixed, mainly around issues with layouts.
2018-12-04open direct search after hitting + in share with screenChristian Schneppe1-1/+2
2018-11-23attempt to work around bugs in Chinese ROMsChristian Schneppe2-3/+3
2018-11-23show 'show password' toggle for all magically created accountsChristian Schneppe1-2/+3
2018-11-08code cleanupChristian Schneppe1-1/+0
2018-11-07design message borderMartin/Geno11-25/+3
2018-10-22bring back animated gif view in MediaViewerChristian Schneppe1-0/+7
2018-10-04make PublishProfilePicture working on small screensChristian Schneppe1-63/+70