Commit graph

5512 commits

Author SHA1 Message Date
Daniel Gultsch
ee0b14f8f6 fix import after osmdroid update 2019-01-06 10:13:31 +01:00
Daniel Gultsch
e8cdb808ea updade libraries and build tools 2019-01-06 10:04:34 +01:00
Daniel Gultsch
c44f7fdd24 handle decrypting/encrypting of omemo messages with duplicate device ids 2019-01-05 15:34:19 +01:00
Daniel Gultsch
9ec31aee3a added work around to create 'actions' from nova launcher
fixes 
2019-01-05 10:31:13 +01:00
af8a524db1
4fb2408b44 Enable notifications from strangers by default ()
Notifications from strangers are disabled by default in order to cope
with spam. On the other hand, this complicates contacting other users
for the first time, which leads to a bad user experience.
2019-01-04 09:10:02 +00:00
Daniel Gultsch
9b39734ebf archive destoryed mucs when registering that bookmark has been removed 2019-01-03 14:07:03 +01:00
Daniel Gultsch
c7e7b424b8 Merge branch 'implement_room_destruction' of https://github.com/area-42/Conversations into bookmarks 2019-01-03 13:27:24 +01:00
Christoph Scholz
49900d49a1 remove bookmark after a room is destroyed 2019-01-02 18:07:21 +01:00
Christoph Scholz
c248b80277 implement room destruction 2019-01-02 18:06:38 +01:00
Daniel Gultsch
700f5f22b4 use person in message style notification 2019-01-02 15:29:31 +01:00
Daniel Gultsch
140c06c08b Merge branch 'master' of github.com:siacs/Conversations 2019-01-02 10:03:48 +01:00
Daniel Gultsch
a9895b73e5 introduced 'original' as video quality and do not ignorer error 2019-01-02 10:03:33 +01:00
Daniel Gultsch
7f19356cb0 clear conversationsuuid and pending attachments when opening new conversation 2019-01-02 09:36:22 +01:00
Daniel Gultsch
c2c1b43a57 clear pending view intent when processing onNewIntent() 2019-01-02 09:32:22 +01:00
Thomas Weißschuh
f67cb9500b Fix small typo in settings. () 2018-12-29 12:18:08 +00:00
Daniel Gultsch
913fa81366 change epub file extension to epub and added mobi 2018-12-22 21:25:39 +01:00
Daniel Gultsch
dfbb33e342 added epub and azw mime types. try to resolve application/octet-stream by file extension instead. added preview icons for ebooks 2018-12-22 13:02:45 +01:00
Daniel Gultsch
60df82ae37 log number of unhandled iq callbacks after resume 2018-12-22 13:00:40 +01:00
Daniel Gultsch
7e733bc10a added FAQ section on 'stream opening error' 2018-12-22 11:48:58 +01:00
Daniel Gultsch
f820189ed9 Merge branch 'master' of github.com:siacs/Conversations 2018-12-22 10:26:35 +01:00
Daniel Gultsch
cae815322d version bump to 2.3.10 + changelog 2018-12-20 10:38:09 +01:00
Licaon_Kter
f7bedc0426 This is sadly needed ()
* This is sadly needed

* Enable instead of activate
2018-12-18 13:13:17 +01:00
Daniel Gultsch
cfbb0c5032 log policy violation stream error message to logcat 2018-12-18 11:02:25 +01:00
Daniel Gultsch
c6c3d948a0 fixed some rare crashes caused by race conditions 2018-12-17 19:35:08 +01:00
Daniel Gultsch
0b85849608 show accept button to confirm sasl downgrade. fixes 2018-12-16 23:12:04 +01:00
AJ Jordan
b50dc5c60d Fix typos () 2018-12-16 11:24:02 +01:00
Daniel Gultsch
64a4757091 pulled translations from transifex 2018-12-15 17:46:42 +01:00
Daniel Gultsch
e59c8458f4 synchronize join/leaves with bookmarks 2018-12-15 17:44:23 +01:00
Daniel Gultsch
0e2b25ce50 display last not first message in notification. closes fixes 2018-12-15 17:44:05 +01:00
Daniel Gultsch
5a74b9917e use adaptive launcher icon and notification icon for quicksy 2018-12-14 16:22:24 +01:00
Daniel Gultsch
64ab991a36 remove firebase analystics classes from gradle 2018-12-13 19:29:46 +01:00
Daniel Gultsch
54ce67bcee fixed dead lock when sending pgp messages from quick reply. fixes 2018-12-13 19:29:16 +01:00
Daniel Gultsch
2319568d35 remove unused import from Config.java 2018-12-13 19:28:26 +01:00
Daniel Gultsch
9079f771fd try to guess inital location in ShareLocation based on sim card 2018-12-11 17:25:59 +01:00
Daniel Gultsch
e11686d32a limit video transcoding to api >= 18 and other api 16 fixes 2018-12-10 13:58:05 +01:00
Daniel Gultsch
7e715c1b17 Merge branch 'api-level-18' of https://github.com/deuill/Conversations into deuill-api-level-18 2018-12-10 13:13:16 +01:00
Alex Palaistras
a4e0969d6a Reduce minSdkVersion to 16, fix issues reported by lint
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-09 21:32:42 +00:00
Daniel Gultsch
c671668ae4 change message styling rules
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-09 18:26:31 +01:00
Daniel Gultsch
47e5648f19 show warning snackbar before joining anon-non-private room. fixes 2018-12-09 18:25:11 +01:00
Daniel Gultsch
6cfe4d2391 do not process PEP bookmarks if conversion feature n/a
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-08 22:35:44 +01:00
Alex Palaistras
19f20ed817 Reduce 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.
2018-12-08 19:50:13 +00:00
Alex Palaistras
6a7c222a4f 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).
2018-12-08 19:45:02 +00:00
Alex Palaistras
79a9fd57cd Checkout xmpp-addr library 0.8.0 (fa47cac8) locally
Changes to this library will be implemented as additional commits.
2018-12-08 17:32:27 +00:00
Daniel Gultsch
5dc1950b9c version bump to 2.3.9 + changelog 2018-12-06 13:29:33 +01:00
Daniel Gultsch
dab7187ea8 pulled translations from transifex 2018-12-05 19:11:49 +01:00
Daniel Gultsch
1b54c274ae check mam preference for mam:2 namespace and purge offline only if set 2018-12-05 19:11:40 +01:00
Daniel Gultsch
faff70a4f9 allow unencrypted http on android 9
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-05 14:40:44 +01:00
Daniel Gultsch
9ea752acb7 postpone prekey removal and republish to after mam 2018-12-05 10:42:56 +01:00
Daniel Gultsch
f776c37fea pulled translations from transifex 2018-12-05 09:44:43 +01:00
Daniel Gultsch
4586e5ef07 fixed some rare NPE caused by race for saveInstanceState() 2018-12-05 09:27:10 +01:00