Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | slighten darken some more backgrounds in dark theme | Christian Schneppe | 2018-09-14 | 4 | -4/+4 |
| | |||||
* | do some performance optimizations on jid host suggestions | Christian Schneppe | 2018-09-14 | 1 | -162/+22 |
| | |||||
* | show background in chatoverview a bit darker | Christian Schneppe | 2018-09-14 | 1 | -1/+1 |
| | |||||
* | show contact/group details as icons in tablet view | Christian Schneppe | 2018-09-14 | 8 | -0/+31 |
| | |||||
* | change text highlight color | Christian Schneppe | 2018-09-14 | 1 | -1/+1 |
| | |||||
* | highlight selected conversation in tablet view | Christian Schneppe | 2018-09-14 | 4 | -10/+10 |
| | |||||
* | optimize some multi account handling in SettingsActivity | Christian Schneppe | 2018-09-14 | 2 | -17/+64 |
| | |||||
* | update strings | Christian Schneppe | 2018-09-14 | 1 | -1/+1 |
| | |||||
* | avoid duplicate notifcation sounds | Christian Schneppe | 2018-09-13 | 1 | -15/+42 |
| | |||||
* | sync roster after setting pgp id | Christian Schneppe | 2018-09-13 | 2 | -2/+7 |
| | |||||
* | do not parse caps and pgp keys from muc presences | Christian Schneppe | 2018-09-13 | 1 | -1/+5 |
| | |||||
* | speed up DNS | Christian Schneppe | 2018-09-13 | 5 | -112/+148 |
| | | | | | | run queries in parallel decrease timeout do not fall back to google | ||||
* | hasInternetConnection() will always return true if type=ethernet | Christian Schneppe | 2018-09-13 | 1 | -1/+1 |
| | |||||
* | listen for Android 6 DND events | Christian Schneppe | 2018-09-13 | 1 | -12/+36 |
| | |||||
* | properly clear file adding notification if forground service channel is disabled | Christian Schneppe | 2018-09-13 | 2 | -0/+8 |
| | |||||
* | correct channel for video compression, updater, backup and LED color | Christian Schneppe | 2018-09-13 | 1 | -5/+5 |
| | |||||
* | removed global notifications switch | Christian Schneppe | 2018-09-13 | 4 | -20/+0 |
| | |||||
* | load contacts and start observer after giving permissions | Christian Schneppe | 2018-09-13 | 2 | -26/+18 |
| | |||||
* | provide intent filter to launch settings from notification groups controls | Christian Schneppe | 2018-09-13 | 1 | -1/+6 |
| | |||||
* | bug fixes in UpdaterActivity | Christian Schneppe | 2018-09-13 | 1 | -2/+2 |
| | |||||
* | more bug fixes in ExportLogsService | Christian Schneppe | 2018-09-13 | 1 | -6/+12 |
| | |||||
* | make channel for video compression, updater, backup | Christian Schneppe | 2018-09-13 | 2 | -0/+27 |
| | |||||
* | initial work toward api 26+ | Christian Schneppe | 2018-09-13 | 18 | -178/+362 |
| | | | | | * introduce notification channels * always use foreground service on 26+ | ||||
* | fixed user hint in magic create mode | Christian Schneppe | 2018-09-12 | 1 | -0/+1 |
| | |||||
* | fixed own avatar not being square in message view | Christian Schneppe | 2018-09-12 | 1 | -10/+22 |
| | |||||
* | code cleanup for group chat user context menu | Christian Schneppe | 2018-09-12 | 4 | -76/+83 |
| | |||||
* | start new conversations by long press on avatar | Christian Schneppe | 2018-09-12 | 6 | -131/+219 |
| | |||||
* | add more logging and fix an error in ExportDatabase | Christian Schneppe | 2018-09-12 | 1 | -12/+13 |
| | |||||
* | Merge pull request #241 from licaon-kter/patch-2 | Christian Schneppe | 2018-09-12 | 3 | -19/+22 |
|\ | | | | | Fastlane fixups | ||||
| * | Typo in summary US | Licaon_Kter | 2018-09-12 | 1 | -1/+1 |
| | | |||||
| * | Also for DE | Licaon_Kter | 2018-09-12 | 1 | -9/+12 |
| | | |||||
| * | Format description to 80 chars per line | Licaon_Kter | 2018-09-12 | 1 | -9/+9 |
|/ | | | ...as F-Droid likes it | ||||
* | fix typo | Christian Schneppe | 2018-09-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger | Christian Schneppe | 2018-09-11 | 14 | -0/+54 |
|\ | |||||
| * | Merge pull request #240 from genofire/fastline | Christian Schneppe | 2018-09-11 | 14 | -0/+54 |
| |\ | | | | | | | Import fastline/Artwork data from F-Droid | ||||
| | * | improve docs of fastline | Martin/Geno | 2018-09-11 | 2 | -2/+2 |
| | | | |||||
| | * | import fastline data from F-Droid | Martin/Geno | 2018-09-11 | 14 | -0/+54 |
| |/ | |||||
* | | AudioPlayer: disable screen when holding phone to ear | Christian Schneppe | 2018-09-11 | 4 | -4/+72 |
| | | |||||
* | | catch illegalargument exception when discovering extension from url | Christian Schneppe | 2018-09-11 | 1 | -1/+6 |
| | | |||||
* | | removed synchronized in favor of another interrupted check in startXmpp() | Christian Schneppe | 2018-09-11 | 1 | -1/+4 |
| | | |||||
* | | catch illegal state not illegal argument on popBackStack() | Christian Schneppe | 2018-09-11 | 1 | -1/+1 |
| | | |||||
* | | do not show 'delete contact' for phone contacts. do not treat as stranger | Christian Schneppe | 2018-09-11 | 2 | -0/+3 |
| | | |||||
* | | make recording activity not crash if microphone was in use | Christian Schneppe | 2018-09-11 | 4 | -6/+13 |
| | | |||||
* | | show jids from address book in Start Conversation screen if only one account ↵ | Christian Schneppe | 2018-09-11 | 3 | -2/+22 |
| | | | | | | | | is used | ||||
* | | improve Updater a bit and try to catch NPE | Christian Schneppe | 2018-09-11 | 2 | -4/+6 |
| | | |||||
* | | catch NPE on detecting tor connection in UpdaterActivity | Christian Schneppe | 2018-09-11 | 1 | -1/+4 |
| | | |||||
* | | catch some more Exceptions during database import | Christian Schneppe | 2018-09-11 | 1 | -1/+7 |
| | | |||||
* | | try to catch some Exceptions in image preview | Christian Schneppe | 2018-09-11 | 1 | -24/+41 |
| | | |||||
* | | remove log | Christian Schneppe | 2018-08-30 | 1 | -2/+1 |
|/ | |||||
* | switch between earphone and speaker while playing sounds | Christian Schneppe | 2018-08-30 | 2 | -6/+110 |
| |