aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed user hint in magic create modeChristian Schneppe2018-09-121-0/+1
|
* fixed own avatar not being square in message viewChristian Schneppe2018-09-121-10/+22
|
* 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
|
* Merge pull request #241 from licaon-kter/patch-2Christian Schneppe2018-09-123-19/+22
|\ | | | | Fastlane fixups
| * Typo in summary USLicaon_Kter2018-09-121-1/+1
| |
| * Also for DELicaon_Kter2018-09-121-9/+12
| |
| * Format description to 80 chars per line Licaon_Kter2018-09-121-9/+9
|/ | | ...as F-Droid likes it
* fix typoChristian Schneppe2018-09-111-1/+1
|
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2018-09-1114-0/+54
|\
| * Merge pull request #240 from genofire/fastlineChristian Schneppe2018-09-1114-0/+54
| |\ | | | | | | Import fastline/Artwork data from F-Droid
| | * improve docs of fastlineMartin/Geno2018-09-112-2/+2
| | |
| | * import fastline data from F-DroidMartin/Geno2018-09-1114-0/+54
| |/
* | 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-114-6/+13
| |
* | show jids from address book in Start Conversation screen if only one account ↵Christian Schneppe2018-09-113-2/+22
| | | | | | | | is used
* | 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-304-19/+10
| | | | | | because it crashes during screen rotation. This reverts commit 18cf7c40c27fdd255ed8b71dd49343438982024e.
* make port field disabled if hostname is emptyChristian Schneppe2018-08-302-1/+9
|
* modify gradle.properties to work with gradle 4.7+Christian Schneppe2018-08-302-1/+2
|
* 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
|
* bumped gradle versionChristian Schneppe2018-08-301-1/+1
|
* hide record voice button if keyboard is openChristian Schneppe2018-08-304-10/+19
|
* update build.gradleChristian Schneppe2018-08-281-0/+11
|
* version 2.1.1 beta + changesChristian Schneppe2018-08-282-2/+7
|
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2018-08-281-1/+1
|\
| * fix typoChristian Schneppe2018-08-271-1/+1
| |
* | catch NPE on inviteUserChristian Schneppe2018-08-281-1/+5
| |
* | make QUICK_SHARE_ATTACHMENT_CHOICE configurableChristian Schneppe2018-08-288-11/+36
| |
* | disabled by default variant of XEP-0392Christian Schneppe2018-08-264-0/+36
| |
* | 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
| | | | | | | | | | This makes sure even misconfigured PEP nodes still get only one item, as defined in XEP-0060 §12.20.
* | 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-262-5/+7
| |
* | store bookmarks in pep if conversion xep is runningChristian Schneppe2018-08-267-104/+180
|/
* Merge pull request #226 from licaon-kter/patch-1Christian Schneppe2018-08-251-1/+1
|\ | | | | Replace quotes in direct_search summary
| * Replace quotes in direct_search summaryLicaon_Kter2018-08-071-1/+1
| | | | | | ...as they cut off text in the app