aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update stringsChristian Schneppe2018-09-141-1/+1
|
* slighten darken some more backgrounds in dark themeChristian Schneppe2018-09-144-4/+4
|
* do some performance optimizations on jid host suggestionsChristian Schneppe2018-09-141-162/+22
|
* show background in chatoverview a bit darkerChristian Schneppe2018-09-141-1/+1
|
* show contact/group details as icons in tablet viewChristian Schneppe2018-09-148-0/+31
|
* change text highlight colorChristian Schneppe2018-09-141-1/+1
|
* highlight selected conversation in tablet viewChristian Schneppe2018-09-144-10/+10
|
* optimize some multi account handling in SettingsActivityChristian Schneppe2018-09-142-17/+64
|
* update stringsChristian Schneppe2018-09-141-1/+1
|
* avoid duplicate notifcation soundsChristian Schneppe2018-09-131-15/+42
|
* sync roster after setting pgp idChristian Schneppe2018-09-132-2/+7
|
* do not parse caps and pgp keys from muc presencesChristian Schneppe2018-09-131-1/+5
|
* speed up DNSChristian Schneppe2018-09-135-112/+148
| | | | | | run queries in parallel decrease timeout do not fall back to google
* hasInternetConnection() will always return true if type=ethernetChristian Schneppe2018-09-131-1/+1
|
* listen for Android 6 DND eventsChristian Schneppe2018-09-131-12/+36
|
* properly clear file adding notification if forground service channel is disabledChristian Schneppe2018-09-132-0/+8
|
* correct channel for video compression, updater, backup and LED colorChristian Schneppe2018-09-131-5/+5
|
* removed global notifications switchChristian Schneppe2018-09-134-20/+0
|
* load contacts and start observer after giving permissionsChristian Schneppe2018-09-132-26/+18
|
* provide intent filter to launch settings from notification groups controlsChristian Schneppe2018-09-131-1/+6
|
* bug fixes in UpdaterActivityChristian Schneppe2018-09-131-2/+2
|
* more bug fixes in ExportLogsServiceChristian Schneppe2018-09-131-6/+12
|
* make channel for video compression, updater, backupChristian Schneppe2018-09-132-0/+27
|
* initial work toward api 26+Christian Schneppe2018-09-1318-178/+362
| | | | | * introduce notification channels * always use foreground service on 26+
* 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
|/