aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-28fix typosChristian Schneppe2-4/+4
2018-12-27version 2.1.5 + CHANGELOGChristian Schneppe1-1/+2
2018-12-27deduplicate disco responseChristian Schneppe3-5/+4
fixes #283
2018-12-27change epub file extension to epub and added mobiChristian Schneppe1-1/+2
2018-12-27added epub and azw mime types. try to resolve application/octet-stream by ↵Christian Schneppe20-6/+37
file extension instead. added preview icons for ebooks
2018-12-27log number of unhandled iq callbacks after resumeChristian Schneppe1-3/+4
2018-12-27log policy violation stream error message to logcatChristian Schneppe1-0/+4
2018-12-27fixed some rare crashes caused by race conditionsChristian Schneppe2-6/+6
2018-12-27show accept button to confirm sasl downgradeChristian Schneppe1-1/+14
2018-12-27add android version to crashreportChristian Schneppe1-0/+4
2018-12-27fix crash in MediaPreviewAdapterChristian Schneppe1-1/+5
2018-12-27fix crash in ChangePasswordActivityChristian Schneppe2-5/+6
2018-12-27New translations strings.xml (Italian)Christian Schneppe1-0/+2
2018-12-27New translations strings.xml (Italian)Christian Schneppe1-0/+12
2018-12-27New translations strings.xml (Italian)Christian Schneppe1-0/+12
2018-12-27New translations strings.xml (Italian)Christian Schneppe1-0/+8
2018-12-27New translations strings.xml (Italian)Christian Schneppe1-0/+1
2018-12-27New translations strings.xml (Italian)Christian Schneppe1-0/+23
2018-12-27New translations strings.xml (Italian)Christian Schneppe1-0/+20
2018-12-27New translations strings.xml (Italian)Christian Schneppe1-0/+10
2018-12-27New translations strings.xml (Italian)Christian Schneppe1-0/+9
2018-12-27New translations strings.xml (Italian)Christian Schneppe1-0/+11
2018-12-27New translations strings.xml (Italian)Christian Schneppe1-1/+17
2018-12-27New translations strings.xml (Italian)Christian Schneppe1-0/+14
2018-12-27New translations strings.xml (Italian)Christian Schneppe1-0/+20
2018-12-27New translations strings.xml (Italian)Christian Schneppe1-0/+9
2018-12-27New translations strings.xml (Italian)Christian Schneppe1-0/+14
2018-12-27New translations strings.xml (Italian)Christian Schneppe1-0/+3
2018-12-27New translations strings.xml (Italian)Christian Schneppe1-0/+86
2018-12-27change cipher_mode for backup en-/decryptionChristian Schneppe1-1/+1
2018-12-27code cleanup and rework show toast on update checkChristian Schneppe2-7/+11
2018-12-27make it possible to restore backups from decrypted database filesChristian Schneppe1-132/+208
2018-12-15set min Columns in GridManager to 1Christian Schneppe1-1/+4
2018-12-15synchronize join/leaves with bookmarksChristian Schneppe3-10/+32
2018-12-15display last not first message in notificationChristian Schneppe1-1/+2
2018-12-14bring back previews unread messages as read in groupsChristian Schneppe1-0/+15
2018-12-14fixed dead lock when sending pgp messages from quick replyChristian Schneppe2-3/+1
2018-12-14limit video transcoding to api >= 18 and other api 16 fixesChristian Schneppe5-6/+18
2018-12-14Reduce `minSdkVersion` to 16, fix issues reported by lintChristian Schneppe18-115/+181
This further reduces the minimum API level to 16, which should encompass most users stuck on older versions of Android (mainly BlackBerry OS and Jolla users). Several issues reported by code analysis were fixed, mainly around issues with layouts.
2018-12-14change message styling rulesChristian Schneppe1-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.
2018-12-14show warning snackbar before joining anon-non-private roomChristian Schneppe4-1/+24
2018-12-14do not process PEP bookmarks if conversion feature n/aChristian Schneppe1-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
2018-12-14Checkout `xmpp-addr` library 0.8.0 (fa47cac8) locallyChristian Schneppe1-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
2018-12-14check mam preference for mam:2 namespace and purge offline only if setChristian Schneppe2-1/+18
2018-12-14allow unencrypted http on android 9Christian Schneppe1-1/+1
this commit is just to make policies equal and independent on various android versions. support for http might be removed in the future across all versions.
2018-12-14postpone prekey removal and republish to after mamChristian Schneppe3-12/+36
2018-12-14fixed some rare NPE caused by race for saveInstanceState()Christian Schneppe1-2/+2
2018-12-04version 2.1.5 beta (2018-12-04)Christian Schneppe1-1/+1
2018-12-04show context menu when long clicking avatar in 1:1Christian Schneppe2-55/+95
2018-12-04offer to start/install orbot for edit account screen.Christian Schneppe3-15/+96