- Jun 14, 2018
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- Jun 12, 2018
-
-
Daniel Gultsch authored
-
- Jun 11, 2018
-
-
Daniel Gultsch authored
-
https://github.com/klonfish/ConversationsDaniel Gultsch authored
Merge branch 'trailing_url_slash' of https://github.com/klonfish/Conversations into klonfish-trailing_url_slash
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- Jun 10, 2018
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Klaus authored
- only match valid float numbers - match uri with parameter
-
- Jun 07, 2018
-
-
ChaosKid42 authored
-
- Jun 06, 2018
-
-
Daniel Gultsch authored
-
- Jun 05, 2018
-
-
Daniel Gultsch authored
-
- Jun 04, 2018
-
-
Wolf authored
resulted in 404
-
- Jun 02, 2018
-
-
Daniel Gultsch authored
-
- May 29, 2018
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- May 28, 2018
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- May 27, 2018
-
-
Daniel Gultsch authored
-
Christian Schneppe authored
-
- May 26, 2018
-
-
Daniel Gultsch authored
-
ChaosKid42 authored
* set contact to inactive if it becomes offline * send idle also in case app started in background
-
Daniel Gultsch authored
closes #2937 Thanks to @tmolitor-stud-tu for explaining the situation in https://github.com/guardianproject/NetCipher/pull/74
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- May 25, 2018
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- May 20, 2018
-
-
Daniel Gultsch authored
-
-
Daniel Gultsch authored
-
Alexander authored
Conversations stores sensitive data, such as SQLiteAxolotlStore tables, in its database. secure_delete=ON is the default for newer Android devices: https://android-review.googlesource.com/c/platform/external/sqlite/+/209123 However, older devices had it disabled by default, so any database created than has this setting disabled and it will not be updated automatically. Also, the default might be changed in the future (for example, to "FAST", added in 2017), so it is safer to set it explicitly.
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Alexander authored
This way we avoid repeating the code. Unlike getWritableDatabase, onConfigure is intended to be overridden. In fact, onConfigure documentation specifically says: "Called when the database connection is being configured, to enable features such as write-ahead logging or *foreign key support*."
-
Holger Weiß authored
Perform case-sensitive matching for highlighting the own nickname in MUC messages and while checking whether to notify.
-
Alexander authored
* fix a missing word in README * fix repeating word in README
-