Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-25 | fixed regression that hid enter jid button in block list view | Christian Schneppe | 1 | -1/+2 | |
2019-01-25 | offer 'open with' in context menu for geo uris | Christian Schneppe | 4 | -22/+72 | |
2019-01-25 | support enter/done key in create contact & join dialogs | Christian Schneppe | 3 | -30/+47 | |
2019-01-25 | check if encrypted pgp file get deleted | Christian Schneppe | 4 | -27/+26 | |
2019-01-25 | fix display of deleted files | Christian Schneppe | 9 | -17/+17 | |
2019-01-25 | fixed downloading of deleted files | Christian Schneppe | 2 | -3/+3 | |
2019-01-25 | don’t check if files exists when loading attachments | Christian Schneppe | 1 | -7/+2 | |
2019-01-25 | mark deleted files in database and not query them when querying for media | Christian Schneppe | 14 | -97/+162 | |
2019-01-24 | ignore startService failure | Christian Schneppe | 1 | -1/+5 | |
some nokia devices with Android 9 fail to start the service from the activity sometimes. since this is probably a race it should be save to ignore this | |||||
2019-01-24 | remove deprecated instanceIdService | Christian Schneppe | 1 | -1/+1 | |
2019-01-24 | added avatar to 'me' in notifications | Christian Schneppe | 1 | -2/+6 | |
2019-01-24 | put images into MessageStyle notifications | Christian Schneppe | 5 | -15/+79 | |
2019-01-24 | use bitmap instead of URI for avatars in notification | Christian Schneppe | 4 | -28/+17 | |
2019-01-24 | count muc participants correctly | Christian Schneppe | 3 | -90/+59 | |
2019-01-07 | handle decrypting/encrypting of omemo messages with duplicate device ids | Christian Schneppe | 2 | -43/+77 | |
2019-01-07 | added work around to create 'actions' from nova launcher | Christian Schneppe | 3 | -10/+38 | |
2019-01-07 | try to fix faulty chooser intent | Christian Schneppe | 1 | -7/+5 | |
2019-01-04 | add preference to play gif files automatically in chat view | Christian Schneppe | 5 | -24/+90 | |
fixes #170 and #236 | |||||
2019-01-04 | show warning if file from MediaViewerActivity is deleted | Christian Schneppe | 1 | -2/+11 | |
2019-01-04 | count muc participants correctly | Christian Schneppe | 1 | -2/+3 | |
2019-01-03 | use person in message style notification | Christian Schneppe | 1 | -2/+44 | |
2019-01-03 | introduced 'original' as video and image quality and do not ignorer error | Christian Schneppe | 3 | -7/+21 | |
2019-01-03 | clear conversationsuuid and pending attachments when opening new conversation | Christian Schneppe | 1 | -0/+6 | |
2019-01-03 | clear pending view intent when processing onNewIntent() | Christian Schneppe | 1 | -0/+1 | |
2019-01-03 | rename functions and variables for room destruction | Christian Schneppe | 3 | -15/+13 | |
2019-01-03 | archive destoryed mucs when registering that bookmark has been removed | Christian Schneppe | 2 | -2/+25 | |
2018-12-30 | add ability to configure autojoin flag in groupchat details | Christian Schneppe | 1 | -1/+20 | |
2018-12-30 | add ability to set nickname in profile | Christian Schneppe | 3 | -2/+117 | |
2018-12-28 | add tgz and gz to mime file types | Christian Schneppe | 1 | -0/+2 | |
2018-12-28 | fix typos | Christian Schneppe | 1 | -3/+3 | |
2018-12-27 | deduplicate disco response | Christian Schneppe | 3 | -5/+4 | |
fixes #283 | |||||
2018-12-27 | change epub file extension to epub and added mobi | Christian Schneppe | 1 | -1/+2 | |
2018-12-27 | added epub and azw mime types. try to resolve application/octet-stream by ↵ | Christian Schneppe | 7 | -6/+33 | |
file extension instead. added preview icons for ebooks | |||||
2018-12-27 | log number of unhandled iq callbacks after resume | Christian Schneppe | 1 | -3/+4 | |
2018-12-27 | log policy violation stream error message to logcat | Christian Schneppe | 1 | -0/+4 | |
2018-12-27 | fixed some rare crashes caused by race conditions | Christian Schneppe | 2 | -6/+6 | |
2018-12-27 | show accept button to confirm sasl downgrade | Christian Schneppe | 1 | -1/+14 | |
2018-12-27 | add android version to crashreport | Christian Schneppe | 1 | -0/+4 | |
2018-12-27 | fix crash in MediaPreviewAdapter | Christian Schneppe | 1 | -1/+5 | |
2018-12-27 | fix crash in ChangePasswordActivity | Christian Schneppe | 1 | -4/+5 | |
2018-12-27 | change cipher_mode for backup en-/decryption | Christian Schneppe | 1 | -1/+1 | |
2018-12-27 | code cleanup and rework show toast on update check | Christian Schneppe | 2 | -7/+11 | |
2018-12-27 | make it possible to restore backups from decrypted database files | Christian Schneppe | 1 | -132/+208 | |
2018-12-15 | set min Columns in GridManager to 1 | Christian Schneppe | 1 | -1/+4 | |
2018-12-15 | synchronize join/leaves with bookmarks | Christian Schneppe | 2 | -8/+30 | |
2018-12-15 | display last not first message in notification | Christian Schneppe | 1 | -1/+2 | |
2018-12-14 | bring back previews unread messages as read in groups | Christian Schneppe | 1 | -0/+15 | |
2018-12-14 | fixed dead lock when sending pgp messages from quick reply | Christian Schneppe | 2 | -3/+1 | |
2018-12-14 | limit video transcoding to api >= 18 and other api 16 fixes | Christian Schneppe | 5 | -6/+18 | |
2018-12-14 | change message styling rules | Christian Schneppe | 1 | -0/+24 | |
Message styling purposly doesn’t require a whitespace after a closing tag to make something like ~un~believable work. However it also breaks _Programmierer_innen_ and other example where the tag is repeated as a non tag in the word. Therefor we change the rules that if a closing tag is followed by a higher order closing tag (a closing tag followed by an end block or white space) we ignore the first closing tag. But only if we don’t read another tag open. |