aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed user hint in magic create modeChristian Schneppe2018-09-121-0/+1
* code cleanup for group chat user context menuChristian Schneppe2018-09-124-76/+83
* start new conversations by long press on avatarChristian Schneppe2018-09-126-131/+219
* add more logging and fix an error in ExportDatabaseChristian Schneppe2018-09-121-12/+13
* AudioPlayer: disable screen when holding phone to earChristian Schneppe2018-09-114-4/+72
* catch illegalargument exception when discovering extension from urlChristian Schneppe2018-09-111-1/+6
* removed synchronized in favor of another interrupted check in startXmpp()Christian Schneppe2018-09-111-1/+4
* catch illegal state not illegal argument on popBackStack()Christian Schneppe2018-09-111-1/+1
* do not show 'delete contact' for phone contacts. do not treat as strangerChristian Schneppe2018-09-112-0/+3
* make recording activity not crash if microphone was in useChristian Schneppe2018-09-111-6/+10
* show jids from address book in Start Conversation screen if only one account ...Christian Schneppe2018-09-112-2/+21
* improve Updater a bit and try to catch NPEChristian Schneppe2018-09-112-4/+6
* catch NPE on detecting tor connection in UpdaterActivityChristian Schneppe2018-09-111-1/+4
* catch some more Exceptions during database importChristian Schneppe2018-09-111-1/+7
* try to catch some Exceptions in image previewChristian Schneppe2018-09-111-24/+41
* remove logChristian Schneppe2018-08-301-2/+1
* switch between earphone and speaker while playing soundsChristian Schneppe2018-08-302-6/+110
* Revert "hide record voice button if keyboard is open"Christian Schneppe2018-08-301-16/+9
* make port field disabled if hostname is emptyChristian Schneppe2018-08-301-0/+8
* use volatile for thread object in XmppConnectionChristian Schneppe2018-08-301-5/+4
* special treatment for presence errors known to be mucsChristian Schneppe2018-08-302-0/+7
* 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-285-11/+28
* disabled by default variant of XEP-0392Christian Schneppe2018-08-263-0/+35
* show correct stringChristian Schneppe2018-08-261-1/+1
* do not display 'user left' toast in members only groupsChristian Schneppe2018-08-261-1/+2
* add id="current" on every published PEP itemChristian Schneppe2018-08-261-0/+3
* do grace period calculation only on positive periodsChristian Schneppe2018-08-261-2/+4
* try to catch out of memory exceptionChristian Schneppe2018-08-261-1/+5
* upgrade babbler versionChristian Schneppe2018-08-261-0/+5
* store bookmarks in pep if conversion xep is runningChristian Schneppe2018-08-267-104/+180
* 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
* don't use internal updater if installed from F-Droid or Google Play StoreChristian Schneppe2018-08-051-4/+4
* add location to permission check, tooChristian Schneppe2018-08-051-0/+3
* introduced config flag to show attachment button instead of quick actionsChristian Schneppe2018-08-057-27/+108
* add some more permission checks for locationsChristian Schneppe2018-08-042-4/+13
* fix typoChristian Schneppe2018-08-041-1/+1
* use blabber.im as default domainChristian Schneppe2018-08-042-1/+3
* also mark previews unread messages as readChristian Schneppe2018-08-032-2/+14
* temporarily hide message deletion in chat viewChristian Schneppe2018-08-031-1/+3
* some changes in UpdaterChristian Schneppe2018-08-034-29/+43
* call onMessageFound outside sync blockChristian Schneppe2018-08-032-28/+33
* show toast if no address book app is installedChristian Schneppe2018-08-031-7/+14
* call switchTo(Fore|Back)ground() outside synchronized blockChristian Schneppe2018-08-031-57/+88
* null pointer check in notification serviceChristian Schneppe2018-07-291-1/+1
* catch all exceptions when checking file sizeChristian Schneppe2018-07-291-1/+1