Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use file provider on android M as well | Christian Schneppe | 2016-10-26 | 2 | -2/+2 |
| | |||||
* | connect instantly in low ping mode after going offline | Christian Schneppe | 2016-10-26 | 1 | -2/+7 |
| | |||||
* | don't leave low timeout mode prematurely | Christian Schneppe | 2016-10-26 | 1 | -3/+3 |
| | |||||
* | introduced low ping timeout mode after gcm push | Christian Schneppe | 2016-10-26 | 2 | -2/+13 |
| | |||||
* | write prepped string to db. use display version everywhere else | Christian Schneppe | 2016-10-26 | 6 | -33/+46 |
| | |||||
* | Remove MERGE_SEPARATOR | Christian Schneppe | 2016-10-26 | 3 | -37/+34 |
| | |||||
* | Remove spans on copying or pasting a text | Christian Schneppe | 2016-10-26 | 5 | -7/+120 |
| | |||||
* | some checks before video compression and don't compress videos... | Christian Schneppe | 2016-10-26 | 1 | -9/+14 |
| | | | | ...with Android < Lollipop | ||||
* | fix duplicate file sharing via ShareWithActivity | Christian Schneppe | 2016-10-23 | 1 | -2/+35 |
| | |||||
* | Revert "stop rotation in ShareWithActivity" | Christian Schneppe | 2016-10-23 | 1 | -11/+1 |
| | | | | This reverts commit dbb43eb7a456a9cbdc4d21b6143796c84c5d2ee6. | ||||
* | retrigger key selection if openpgp key was deleted | Christian Schneppe | 2016-10-21 | 2 | -3/+15 |
| | |||||
* | include pgp signature only in non anonymous mucs | Christian Schneppe | 2016-10-21 | 2 | -3/+7 |
| | |||||
* | Retain TextView selection after list updating | Christian Schneppe | 2016-10-21 | 5 | -2/+253 |
| | |||||
* | make VideoCompression notification persistent | Christian Schneppe | 2016-10-21 | 1 | -0/+1 |
| | |||||
* | stop rotation in ShareWithActivity | Christian Schneppe | 2016-10-21 | 1 | -1/+11 |
| | |||||
* | don't trigger context menu in message adapter manually | Christian Schneppe | 2016-10-18 | 3 | -13/+6 |
| | |||||
* | update conversation in database background thread | Christian Schneppe | 2016-10-18 | 5 | -19/+19 |
| | |||||
* | add exception handling when loading default resource | Christian Schneppe | 2016-10-18 | 1 | -1/+10 |
| | |||||
* | small code reformation in pgp decryption service | Christian Schneppe | 2016-10-18 | 1 | -2/+4 |
| | |||||
* | optimize PNG files | Christian Schneppe | 2016-10-18 | 461 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/kriztan/Pix-Art-Messenger | Christian Schneppe | 2016-10-18 | 1 | -2/+4 |
|\ | |||||
| * | don't show 0 KiB if filesize is smaller than 1 KiB | Christian Schneppe | 2016-10-18 | 1 | -2/+4 |
| | | | | | | and show MiB also if filesize is > 1x1024x1024 bytes | ||||
* | | use build flavor open for unbind app version | Christian Schneppe | 2016-10-18 | 2 | -4/+27 |
| | | |||||
* | | code cleanup | Christian Schneppe | 2016-10-18 | 10 | -59/+1 |
|/ | |||||
* | delete unused libs | Christian Schneppe | 2016-10-16 | 167 | -76582/+0 |
| | |||||
* | little notification improvements for video compression | Christian Schneppe | 2016-10-16 | 6 | -19/+21 |
| | |||||
* | synchronize access to json key storage in account model | Christian Schneppe | 2016-10-13 | 3 | -77/+79 |
| | |||||
* | put closeProgress() and showProgress() to the correct place | Christian Schneppe | 2016-10-13 | 1 | -2/+2 |
| | |||||
* | fix bug with wake lock for video compression | Christian Schneppe | 2016-10-11 | 1 | -4/+2 |
| | |||||
* | use notification icon during video compression instead of a dialog | Christian Schneppe | 2016-10-11 | 8 | -23/+18 |
| | |||||
* | don't use sending state on muc pms without smacks | Christian Schneppe | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | add password to direct muc invite | Christian Schneppe | 2016-10-10 | 1 | -0/+4 |
| | |||||
* | increase refresh ui intervall | Christian Schneppe | 2016-10-08 | 1 | -1/+1 |
| | |||||
* | little bug fixes and improvements to VideoCompressor | Christian Schneppe | 2016-10-08 | 3 | -6/+11 |
| | |||||
* | add missing strings | Christian Schneppe | 2016-10-08 | 1 | -0/+3 |
| | |||||
* | use tablet or phone as default resource | Christian Schneppe | 2016-10-08 | 1 | -1/+1 |
| | |||||
* | fetch new conference configuration on every conf update | Christian Schneppe | 2016-10-08 | 2 | -20/+18 |
| | |||||
* | reformat config.java | Christian Schneppe | 2016-10-08 | 1 | -121/+119 |
| | |||||
* | reset sending to waiting on every error | Christian Schneppe | 2016-10-08 | 2 | -1/+11 |
| | |||||
* | respond to chat marker request only when mutual presence subscription exists | Christian Schneppe | 2016-10-08 | 5 | -6/+6 |
| | |||||
* | create new instances of key manager every time it's used | Christian Schneppe | 2016-10-08 | 1 | -3/+6 |
| | |||||
* | warn user if account is offline during avatar publication | Christian Schneppe | 2016-10-08 | 2 | -4/+11 |
| | |||||
* | refresh error notification after 'try again' | Christian Schneppe | 2016-10-08 | 1 | -0/+1 |
| | |||||
* | be more careful parsing integers in omemo | Christian Schneppe | 2016-10-08 | 2 | -4/+12 |
| | |||||
* | issue ping after push was received | Christian Schneppe | 2016-10-08 | 2 | -1/+13 |
| | |||||
* | parse smacks delay from messages | Christian Schneppe | 2016-10-08 | 1 | -1/+1 |
| | |||||
* | try to fix messages stuck at sending | Christian Schneppe | 2016-10-08 | 2 | -2/+4 |
| | |||||
* | Prepend the subject from the intent if present | Christian Schneppe | 2016-10-08 | 1 | -1/+8 |
| | |||||
* | make error notification dismissable | Christian Schneppe | 2016-10-05 | 3 | -42/+49 |
| | |||||
* | differentiate between pending image and pending photo uris | Christian Schneppe | 2016-10-05 | 1 | -7/+15 |
| | | | | fix duplicate sendings |