aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2018-10-03reworked shortcut for QR-Code scanning in profileChristian Schneppe1-40/+20
fixes #190
2018-10-03rework MediaViewerActivityChristian Schneppe1-2/+2
2018-10-03set a fixed height for RecyclerView because the height is not always ↵Christian Schneppe2-2/+2
calculated correctly
2018-10-02small muc details improvementsChristian Schneppe1-24/+21
2018-10-02show failed file messages count in chatlist correctlyChristian Schneppe1-1/+1
2018-10-01add shortcut for QR-Code scanning in profileChristian Schneppe1-9/+42
fixes #190
2018-10-01add compatibility for older devicesChristian Schneppe1-0/+5
2018-10-01fix crashes with EmojiTextViewChristian Schneppe4-7/+7
2018-09-28Revert "design: bubbles more curvier, avatar higher radius and no border"Christian Schneppe10-2/+24
This reverts commit 1816092e68584b5794303578b6af6d621ffc58d4. This causes render errors on some devices.
2018-09-27some color changesChristian Schneppe17-48/+68
2018-09-26s/show media/view media/gChristian Schneppe2-2/+2
2018-09-26introduce media browser activityChristian Schneppe1-0/+24
2018-09-26show conversation media in contact/conference detailsChristian Schneppe3-5/+111
2018-09-23show media preview in messagebubble like text messagesChristian Schneppe1-0/+1
2018-09-23preview media before sending them and allow sharing and attaching of ↵Christian Schneppe2-1/+53
multiple files
2018-09-14slighten darken some more backgrounds in dark themeChristian Schneppe4-4/+4
2018-09-14highlight selected conversation in tablet viewChristian Schneppe2-6/+6
2018-09-14design: bubbles more curvier, avatar higher radius and no borderMartin/Geno10-24/+2
2018-09-12fixed own avatar not being square in message viewChristian Schneppe1-10/+22