aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-11removed synchronized in favor of another interrupted check in startXmpp()Christian Schneppe1-1/+4
2018-09-11catch illegal state not illegal argument on popBackStack()Christian Schneppe1-1/+1
2018-09-11do not show 'delete contact' for phone contacts. do not treat as strangerChristian Schneppe2-0/+3
2018-09-11make recording activity not crash if microphone was in useChristian Schneppe4-6/+13
2018-09-11show jids from address book in Start Conversation screen if only one account ↵Christian Schneppe3-2/+22
is used
2018-09-11improve Updater a bit and try to catch NPEChristian Schneppe2-4/+6
2018-09-11catch NPE on detecting tor connection in UpdaterActivityChristian Schneppe1-1/+4
2018-09-11catch some more Exceptions during database importChristian Schneppe1-1/+7
2018-09-11try to catch some Exceptions in image previewChristian Schneppe1-24/+41
2018-08-30remove logChristian Schneppe1-2/+1
2018-08-30switch between earphone and speaker while playing soundsChristian Schneppe2-6/+110
2018-08-30Revert "hide record voice button if keyboard is open"Christian Schneppe3-18/+10
because it crashes during screen rotation. This reverts commit 18cf7c40c27fdd255ed8b71dd49343438982024e.
2018-08-30make port field disabled if hostname is emptyChristian Schneppe2-1/+9
2018-08-30use volatile for thread object in XmppConnectionChristian Schneppe1-5/+4
2018-08-30special treatment for presence errors known to be mucsChristian Schneppe2-0/+7
2018-08-30hide record voice button if keyboard is openChristian Schneppe3-10/+18
2018-08-28catch NPE on inviteUserChristian Schneppe1-1/+5
2018-08-28make QUICK_SHARE_ATTACHMENT_CHOICE configurableChristian Schneppe8-11/+36
2018-08-26disabled by default variant of XEP-0392Christian Schneppe3-0/+35
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-26add id="current" on every published PEP itemChristian Schneppe1-0/+3
This makes sure even misconfigured PEP nodes still get only one item, as defined in XEP-0060 §12.20.
2018-08-26do grace period calculation only on positive periodsChristian Schneppe1-2/+4
2018-08-26try to catch out of memory exceptionChristian Schneppe1-1/+5
2018-08-26upgrade babbler versionChristian Schneppe1-0/+5
2018-08-26store bookmarks in pep if conversion xep is runningChristian Schneppe7-104/+180
2018-08-24Update defaults.xmlhuxxer1-0/+1
Added jabbers.one Domain
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-07Replace quotes in direct_search summaryLicaon_Kter1-1/+1
...as they cut off text in the app
2018-08-05add a quick action for voice recordingChristian Schneppe6-5/+51
* 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-05New translations strings.xml (German)Christian Schneppe1-0/+1
2018-08-05New translations strings.xml (Portuguese)Christian Schneppe1-116/+116
2018-08-05add location to permission check, tooChristian Schneppe2-0/+4
2018-08-05introduced config flag to show attachment button instead of quick actionsChristian Schneppe35-27/+142
2018-08-05update Leaflet to version 1.3.3Christian Schneppe3-13/+8
2018-08-04add some more permission checks for locationsChristian Schneppe2-4/+13
2018-08-04fix typoChristian Schneppe1-1/+1
2018-08-04New translations strings.xml (German)Christian Schneppe1-0/+2
2018-08-04New translations strings.xml (Portuguese, Brazilian)Christian Schneppe1-116/+116
2018-08-04use blabber.im as default domainChristian Schneppe5-4/+16
2018-08-04New translations strings.xml (German)Christian Schneppe1-0/+1
2018-08-03also mark previews unread messages as readChristian Schneppe2-2/+14
2018-08-03temporarily hide message deletion in chat viewChristian Schneppe1-1/+3
2018-08-03New translations strings.xml (Portuguese)Christian Schneppe1-116/+116
2018-08-03some changes in UpdaterChristian Schneppe4-29/+43
2018-08-03call onMessageFound outside sync blockChristian Schneppe2-28/+33
2018-08-03show toast if no address book app is installedChristian Schneppe2-7/+15