aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-11try to catch some Exceptions in image previewChristian Schneppe1-24/+41
2018-08-30switch between earphone and speaker while playing soundsChristian Schneppe1-1/+9
2018-08-30Revert "hide record voice button if keyboard is open"Christian Schneppe1-16/+9
because it crashes during screen rotation. This reverts commit 18cf7c40c27fdd255ed8b71dd49343438982024e.
2018-08-30make port field disabled if hostname is emptyChristian Schneppe1-0/+8
2018-08-30hide record voice button if keyboard is openChristian Schneppe1-9/+16
2018-08-28catch NPE on inviteUserChristian Schneppe1-1/+5
2018-08-28make QUICK_SHARE_ATTACHMENT_CHOICE configurableChristian Schneppe3-9/+24
2018-08-26show correct stringChristian Schneppe1-1/+1
2018-08-26do not display 'user left' toast in members only groupsChristian Schneppe1-1/+2
2018-08-23catch NPE while detecting installedFrom()Christian Schneppe1-1/+1
2018-08-23convert jid to stringChristian Schneppe1-1/+2
2018-08-23try to catch rare NPEChristian Schneppe1-1/+7
2018-08-05add a quick action for voice recordingChristian Schneppe2-3/+29
* is enabled as default * can be disabled in settings
2018-08-05don't use internal updater if installed from F-Droid or Google Play StoreChristian Schneppe1-4/+4
fixes #220
2018-08-05add location to permission check, tooChristian Schneppe1-0/+3
2018-08-05introduced config flag to show attachment button instead of quick actionsChristian Schneppe6-27/+106
2018-08-04add some more permission checks for locationsChristian Schneppe2-4/+13
2018-08-04use blabber.im as default domainChristian Schneppe1-0/+2
2018-08-03also mark previews unread messages as readChristian Schneppe1-1/+3
2018-08-03temporarily hide message deletion in chat viewChristian Schneppe1-1/+3
2018-08-03some changes in UpdaterChristian Schneppe2-13/+28
2018-08-03show toast if no address book app is installedChristian Schneppe1-7/+14
2018-07-29fix rar crash in EditAccountActivity during account registrationChristian Schneppe1-1/+1
2018-07-29fix NEP in UpdaterActivityChristian Schneppe1-1/+1
2018-07-29show edit profile menu also in chat viewChristian Schneppe1-2/+0
2018-07-29fix crash during lookup for updatesChristian Schneppe1-2/+2
2018-07-28use TOR for updaterChristian Schneppe1-83/+95
2018-07-15display propper toast after room has been destroyedChristian Schneppe1-1/+4
2018-07-09integrated locally message deletion from #208Christian Schneppe1-0/+12
thanks @acw81
2018-07-09fixed npe in WelcomeActivityChristian Schneppe1-1/+3
2018-07-09handle non participating mucs a bit betterChristian Schneppe3-6/+21
2018-07-09show snackbar for resource constraint in mucsChristian Schneppe1-0/+3
2018-07-09open trust key screen when download is in progressChristian Schneppe2-2/+3
2018-07-09fixed npe in paste as quoteChristian Schneppe1-2/+2
2018-07-09use sets instead of list for listenersChristian Schneppe1-11/+3
2018-07-09try to fix race condition with empty trust uiChristian Schneppe1-3/+7
2018-07-09shorten read markers to 'everyone has read up to this point' when > 4 userChristian Schneppe1-0/+2
2018-07-09offer paste as quote for html clipsChristian Schneppe1-1/+4
2018-07-09use EmojiWrapperEditText for most relevant text inputsChristian Schneppe2-2/+18
2018-07-09click on item selectionChristian Schneppe1-0/+3
2018-07-09catch rare state loss exception when hitting home button to pop back stackChristian Schneppe1-1/+5
2018-07-09use emoji transform for toolbar, muc name and contacts nameChristian Schneppe2-4/+5
2018-07-09restart file observer when permisson are grantedChristian Schneppe1-0/+14
2018-07-09use tertiary background color for landscape conversation overviewChristian Schneppe1-1/+5
2018-07-09reset subject and name on emptyChristian Schneppe1-1/+2
2018-07-09save name instead of subject in bookmarkChristian Schneppe1-10/+2
2018-07-09refined create conference dialogChristian Schneppe4-65/+57
2018-06-30choose contact activity: start action mode on short pressChristian Schneppe1-78/+94
2018-06-29scale text size if topic is longChristian Schneppe1-2/+14
2018-06-29open/close soft keyboard in quick editChristian Schneppe6-29/+66