Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add more file information to FileParams (apk file app name; vcard contacts name) | Christian Schneppe | 2017-10-13 | 3 | -34/+101 |
| | |||||
* | correct upload timeout | Christian Schneppe | 2017-10-13 | 1 | -1/+1 |
| | |||||
* | initialize some variables in UpdateService | Christian Schneppe | 2017-10-13 | 1 | -2/+2 |
| | |||||
* | fix strings | Christian Schneppe | 2017-10-13 | 2 | -7/+7 |
| | |||||
* | Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger | Christian Schneppe | 2017-10-13 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #141 from licaon-kter/patch-1 | Christian Schneppe | 2017-10-13 | 1 | -1/+1 |
| |\ | | | | | | | Thanks for your help | ||||
| | * | Fix typo | licaon-kter | 2017-10-13 | 1 | -1/+1 |
| |/ | |||||
* / | don't duplicate file if compression failes | Christian Schneppe | 2017-10-13 | 1 | -1/+1 |
|/ | | | | fixes https://github.com/siacs/Conversations/issues/2652 | ||||
* | add missing public UpdateService (){} to UpdateService | Christian Schneppe | 2017-10-10 | 1 | -0/+1 |
| | |||||
* | use a lighter red color for 'delete contact button' and remove this action ↵ | Christian Schneppe | 2017-10-10 | 4 | -18/+8 |
| | | | | from actionbar | ||||
* | Merge branch 'rework_Updater' | Christian Schneppe | 2017-10-10 | 23 | -405/+362 |
|\ | |||||
| * | reworked updater | Christian Schneppe | 2017-10-10 | 23 | -404/+367 |
| | | |||||
* | | version 1.19.2 + changes | Christian Schneppe | 2017-10-06 | 2 | -3/+9 |
| | | |||||
* | | correct hasEnabledAccounts | Christian Schneppe | 2017-10-06 | 1 | -0/+9 |
| | | |||||
* | | save message drafts across restarts | Christian Schneppe | 2017-10-06 | 2 | -12/+16 |
| | | |||||
* | | EventReceiver: use setting to store enabled accounts | Christian Schneppe | 2017-10-06 | 3 | -22/+19 |
| | | |||||
* | | FileBackend: close cursor after retrieving file size | Christian Schneppe | 2017-10-06 | 1 | -9/+9 |
| | | |||||
* | | upgraded build tools and gradle file | Christian Schneppe | 2017-10-06 | 2 | -8/+12 |
| | | |||||
* | | limit audio player width on small screens | Christian Schneppe | 2017-10-06 | 3 | -2/+8 |
| | | |||||
* | | slight refactoring in MessageAdapter | Christian Schneppe | 2017-10-06 | 1 | -14/+9 |
|/ | |||||
* | decrease target sdk | Christian Schneppe | 2017-09-25 | 1 | -2/+2 |
| | |||||
* | don't recompress videos which were sent/received before | Christian Schneppe | 2017-09-25 | 2 | -2/+2 |
| | |||||
* | Revert "do not ignore extra translations linter" | Christian Schneppe | 2017-09-24 | 1 | -1/+1 |
| | | | | This reverts commit fb69e05412453dfe91b8690119225c5ccf12835a. | ||||
* | remove backslash in strings | Christian Schneppe | 2017-09-24 | 1 | -9/+7 |
| | |||||
* | add maintanence intent to renewe instance id | Christian Schneppe | 2017-09-24 | 3 | -2/+51 |
| | |||||
* | select presence if necessary when resending file | Christian Schneppe | 2017-09-24 | 1 | -3/+18 |
| | |||||
* | execute video compression on seperate thread | Christian Schneppe | 2017-09-24 | 2 | -2/+11 |
| | |||||
* | slightly refactor dns resolver | Christian Schneppe | 2017-09-24 | 1 | -10/+6 |
| | |||||
* | give exec resolver a lower priority over reflection | Christian Schneppe | 2017-09-24 | 3 | -15/+105 |
| | |||||
* | removed unnecessary padding restrictions around emoji messages | Christian Schneppe | 2017-09-24 | 1 | -2/+0 |
| | |||||
* | update some libs | Christian Schneppe | 2017-09-24 | 1 | -2/+2 |
| | |||||
* | refactored AudioPlayer | Christian Schneppe | 2017-09-24 | 37 | -910/+390 |
| | |||||
* | reworked file params to store audio runtime amoung other things | Christian Schneppe | 2017-09-24 | 2 | -12/+23 |
| | |||||
* | removed duplicate code from message bubble layouts | Christian Schneppe | 2017-09-24 | 3 | -66/+40 |
| | |||||
* | unified share with menu | Christian Schneppe | 2017-09-24 | 8 | -63/+83 |
| | |||||
* | show correct tooltip when long pressing start conversations | Christian Schneppe | 2017-09-19 | 1 | -14/+16 |
| | |||||
* | ignore http upload file size constraints for videos that will be compressed | Christian Schneppe | 2017-09-19 | 2 | -5/+38 |
| | |||||
* | don't change video compression quality for files longer than 8 seconds | Christian Schneppe | 2017-09-19 | 2 | -6/+3 |
| | |||||
* | Don't leave conferences before join | Christian Schneppe | 2017-09-19 | 1 | -1/+4 |
| | |||||
* | show permanent notification while transcoding video | Christian Schneppe | 2017-09-18 | 12 | -118/+187 |
| | |||||
* | made video thumbnail available during upload | Christian Schneppe | 2017-09-18 | 1 | -0/+1 |
| | |||||
* | update some libs | Christian Schneppe | 2017-09-17 | 1 | -4/+5 |
| | |||||
* | show also a button to delete contact from roster | Christian Schneppe | 2017-09-17 | 1 | -7/+26 |
| | |||||
* | show jid in ContactDetails if contact is not on the same server | Christian Schneppe | 2017-09-17 | 1 | -1/+5 |
| | |||||
* | show block menu after long press on allow/add back | Christian Schneppe | 2017-09-17 | 1 | -25/+42 |
| | |||||
* | Foregroundservice can be deactivated in expert options (default = ↵ | Christian Schneppe | 2017-09-17 | 8 | -27/+28 |
| | | | | | | foregroundservice active) Fixes #138 | ||||
* | additional null checks around 'read by' intent | Christian Schneppe | 2017-09-17 | 1 | -2/+7 |
| | |||||
* | do not ignore extra translations linter | Christian Schneppe | 2017-09-17 | 1 | -1/+1 |
| | |||||
* | use 'partial' in server info if publish-options is n/a | Christian Schneppe | 2017-09-17 | 3 | -2/+6 |
| | |||||
* | make icon path relative | Christian Schneppe | 2017-09-10 | 1 | -1/+1 |
| |