Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | try to fix faulty chooser intent | Christian Schneppe | 2019-01-07 | 1 | -7/+5 | |
| | ||||||
* | add preference to play gif files automatically in chat view | Christian Schneppe | 2019-01-04 | 5 | -24/+90 | |
| | | | | fixes #170 and #236 | |||||
* | show warning if file from MediaViewerActivity is deleted | Christian Schneppe | 2019-01-04 | 1 | -2/+11 | |
| | ||||||
* | count muc participants correctly | Christian Schneppe | 2019-01-04 | 1 | -2/+3 | |
| | ||||||
* | use person in message style notification | Christian Schneppe | 2019-01-03 | 1 | -2/+44 | |
| | ||||||
* | introduced 'original' as video and image quality and do not ignorer error | Christian Schneppe | 2019-01-03 | 3 | -7/+21 | |
| | ||||||
* | clear conversationsuuid and pending attachments when opening new conversation | Christian Schneppe | 2019-01-03 | 1 | -0/+6 | |
| | ||||||
* | clear pending view intent when processing onNewIntent() | Christian Schneppe | 2019-01-03 | 1 | -0/+1 | |
| | ||||||
* | rename functions and variables for room destruction | Christian Schneppe | 2019-01-03 | 3 | -15/+13 | |
| | ||||||
* | archive destoryed mucs when registering that bookmark has been removed | Christian Schneppe | 2019-01-03 | 2 | -2/+25 | |
| | ||||||
* | add ability to configure autojoin flag in groupchat details | Christian Schneppe | 2018-12-30 | 1 | -1/+20 | |
| | ||||||
* | add ability to set nickname in profile | Christian Schneppe | 2018-12-30 | 3 | -2/+117 | |
| | ||||||
* | add tgz and gz to mime file types | Christian Schneppe | 2018-12-28 | 1 | -0/+2 | |
| | ||||||
* | fix typos | Christian Schneppe | 2018-12-28 | 1 | -3/+3 | |
| | ||||||
* | deduplicate disco response | Christian Schneppe | 2018-12-27 | 3 | -5/+4 | |
| | | | | fixes #283 | |||||
* | change epub file extension to epub and added mobi | Christian Schneppe | 2018-12-27 | 1 | -1/+2 | |
| | ||||||
* | added epub and azw mime types. try to resolve application/octet-stream by ↵ | Christian Schneppe | 2018-12-27 | 7 | -6/+33 | |
| | | | | file extension instead. added preview icons for ebooks | |||||
* | log number of unhandled iq callbacks after resume | Christian Schneppe | 2018-12-27 | 1 | -3/+4 | |
| | ||||||
* | log policy violation stream error message to logcat | Christian Schneppe | 2018-12-27 | 1 | -0/+4 | |
| | ||||||
* | fixed some rare crashes caused by race conditions | Christian Schneppe | 2018-12-27 | 2 | -6/+6 | |
| | ||||||
* | show accept button to confirm sasl downgrade | Christian Schneppe | 2018-12-27 | 1 | -1/+14 | |
| | ||||||
* | add android version to crashreport | Christian Schneppe | 2018-12-27 | 1 | -0/+4 | |
| | ||||||
* | fix crash in MediaPreviewAdapter | Christian Schneppe | 2018-12-27 | 1 | -1/+5 | |
| | ||||||
* | fix crash in ChangePasswordActivity | Christian Schneppe | 2018-12-27 | 1 | -4/+5 | |
| | ||||||
* | change cipher_mode for backup en-/decryption | Christian Schneppe | 2018-12-27 | 1 | -1/+1 | |
| | ||||||
* | code cleanup and rework show toast on update check | Christian Schneppe | 2018-12-27 | 2 | -7/+11 | |
| | ||||||
* | make it possible to restore backups from decrypted database files | Christian Schneppe | 2018-12-27 | 1 | -132/+208 | |
| | ||||||
* | set min Columns in GridManager to 1 | Christian Schneppe | 2018-12-15 | 1 | -1/+4 | |
| | ||||||
* | synchronize join/leaves with bookmarks | Christian Schneppe | 2018-12-15 | 2 | -8/+30 | |
| | ||||||
* | display last not first message in notification | Christian Schneppe | 2018-12-15 | 1 | -1/+2 | |
| | ||||||
* | bring back previews unread messages as read in groups | Christian Schneppe | 2018-12-14 | 1 | -0/+15 | |
| | ||||||
* | fixed dead lock when sending pgp messages from quick reply | Christian Schneppe | 2018-12-14 | 2 | -3/+1 | |
| | ||||||
* | limit video transcoding to api >= 18 and other api 16 fixes | Christian Schneppe | 2018-12-14 | 5 | -6/+18 | |
| | ||||||
* | change message styling rules | Christian Schneppe | 2018-12-14 | 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. | |||||
* | show warning snackbar before joining anon-non-private room | Christian Schneppe | 2018-12-14 | 3 | -1/+23 | |
| | ||||||
* | do not process PEP bookmarks if conversion feature n/a | Christian Schneppe | 2018-12-14 | 1 | -3/+5 | |
| | | | | | | | | If conversion feature is not available we will never write to PEP therefor it is not advisable to process PEP events; otherwise the changes we do might not land in PEP. simply ignoring PEP is probably better than dynamically removing + notify | |||||
* | Checkout `xmpp-addr` library 0.8.0 (fa47cac8) locally | Christian Schneppe | 2018-12-14 | 1 | -1/+20 | |
| | | | | | | | | | | | | | | xmpp-addr: Backfill missing class method for Java 1.7 This backfills missing class methods for `java.nio.charset.StandardCharsets` and `java.util.Objects` for compatibility with platforms which do not support these (mainly Android SDK versions <= 18). Change `minSdkVersion` to 18, backfill missing methods This reduces the minimum SDK version to 18 (Android 4.3), which notably is the last supported version for the BlackBerry OS 10.3 Android compatibility layer. Drop support for Android 4.1 and 4.2 | |||||
* | check mam preference for mam:2 namespace and purge offline only if set | Christian Schneppe | 2018-12-14 | 2 | -1/+18 | |
| | ||||||
* | postpone prekey removal and republish to after mam | Christian Schneppe | 2018-12-14 | 3 | -12/+36 | |
| | ||||||
* | fixed some rare NPE caused by race for saveInstanceState() | Christian Schneppe | 2018-12-14 | 1 | -2/+2 | |
| | ||||||
* | version 2.1.5 beta (2018-12-04) | Christian Schneppe | 2018-12-04 | 1 | -1/+1 | |
| | ||||||
* | show context menu when long clicking avatar in 1:1 | Christian Schneppe | 2018-12-04 | 1 | -55/+86 | |
| | ||||||
* | offer to start/install orbot for edit account screen. | Christian Schneppe | 2018-12-04 | 2 | -14/+93 | |
| | ||||||
* | implement self healing omemo | Christian Schneppe | 2018-12-04 | 12 | -21/+144 | |
| | | | | | | after receiving a SignalMessage that can’t be decrypted because of broken sessions Conversations will attempt to grab a new pre key bundle and send a new PreKeySignalMessage wrapped in a key transport message. | |||||
* | open direct search after hitting + in share with screen | Christian Schneppe | 2018-12-04 | 3 | -46/+82 | |
| | ||||||
* | try to fix persistent export notifications | Christian Schneppe | 2018-12-04 | 2 | -21/+17 | |
| | ||||||
* | some code reorder for actionbar titles | Christian Schneppe | 2018-12-04 | 3 | -19/+2 | |
| | ||||||
* | remove role=none participant when first online participant joins | Christian Schneppe | 2018-12-04 | 1 | -1/+1 | |
| | | | | | | in anticipations for muc services using registered nicks (and putting nicks into the member list even if that user is offline) we need to remove that 'fake' user from the online list when the real user comes online. | |||||
* | fixed cache cleaning of muc avatars | Christian Schneppe | 2018-11-30 | 2 | -2/+5 | |
| | ||||||
* | change audio attributes for notification channel | Christian Schneppe | 2018-11-30 | 2 | -1/+3 | |
| | | | | This may help on platforms that make a difference between ringtone volume and notification volume |