aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2018-09-11make recording activity not crash if microphone was in useChristian Schneppe1-0/+1
2018-08-30Revert "hide record voice button if keyboard is open"Christian Schneppe1-1/+1
because it crashes during screen rotation. This reverts commit 18cf7c40c27fdd255ed8b71dd49343438982024e.
2018-08-30make port field disabled if hostname is emptyChristian Schneppe1-1/+1
2018-08-30hide record voice button if keyboard is openChristian Schneppe1-1/+1
2018-08-05add a quick action for voice recordingChristian Schneppe1-2/+14
* is enabled as default * can be disabled in settings
2018-08-04use blabber.im as default domainChristian Schneppe1-1/+9
2018-07-09some UI improvementsChristian Schneppe2-126/+150
2018-07-09use EmojiWrapperEditText for most relevant text inputsChristian Schneppe3-5/+5
2018-07-09refined create conference dialogChristian Schneppe1-10/+2
2018-06-30choose contact activity: start action mode on short pressChristian Schneppe1-1/+1
2018-06-29open/close soft keyboard in quick editChristian Schneppe1-1/+1
2018-06-29non functional muc edit buttonChristian Schneppe2-25/+69
2018-06-29use TextInputLayout in quickedit dialogChristian Schneppe2-19/+34
2018-06-29linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe1-0/+1
2018-06-29correct activity_edit_account layoutChristian Schneppe1-1/+1
2018-06-29WIP: set room avatar and slight redesign of group detailsChristian Schneppe2-278/+322
*show jid in group details (in advanced mode)
2018-06-17fixed wrong border in account_rowChristian Schneppe1-1/+1
2018-06-03optimized some colors and switched back to square avatarsChristian Schneppe11-18/+22
2018-06-01show MUC avatar in ConferenceDetailsActivityChristian Schneppe1-0/+12
2018-06-01rename useOwnProvider to useAdvancedMode in WelcomeActivityChristian Schneppe1-2/+2