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