- Sep 19, 2015
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
remove the from attribute from sendStartStream() fixes #1419
-
Michael authored
-
- Sep 17, 2015
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- Sep 15, 2015
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
fixed some nasty inheritance problems along the way fixes #1411
-
Daniel Gultsch authored
-
- Sep 14, 2015
-
-
Daniel Gultsch authored
some string localization for russian language
-
Daniel Gultsch authored
-
Sergey Spivak authored
-
Daniel Gultsch authored
-
- Sep 13, 2015
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- Sep 12, 2015
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- Sep 10, 2015
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- Sep 09, 2015
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
- Sep 07, 2015
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
* ctrl + tab will open the conversations overview (when available) * ctrl + up / down will navigate between conversations
-
Daniel Gultsch authored
-
- Sep 06, 2015
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Andreas Straub authored
Doesn't access database directly anymore but goes through AxolotlService now to obtain list of fingerprints associated with an Account/Contact. This should prevent orphaned keys littering the UI which previously couldn't be removed through the Clear Devices function. Together with 1c79982da84964c1d81179a0927d9cd1eadf53de this fixes #1393
-
Andreas Straub authored
There is no need to preemptively add the keys to the store oneself. SessionBuilder will take care of this for us. What's more, this will prevent IdentityKeys from otherwise invalid bundles to show up in our UI.
-
- Sep 05, 2015
-
-
Daniel Gultsch authored
-
Andreas Straub authored
If we detect our own ID is not in our own devicelist on receiving an update, we reannounce ourselves. This used to have the side effect of modifying the list of devices we thought were in the update set, causing us to accidentally build a session with ourselves. This lead to our own key being set to TRUSTED_INACTIVE, resulting in red lock icons on messages sent by the own device. We fix this by having publishOwnDeviceId() operate on a copy of the original set. This commit also includes a db migration which deletes sessions with oneself and sets own keys back to TRUSTED.
-
Daniel Gultsch authored
-
- Sep 04, 2015
-
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
-
Daniel Gultsch authored
show an send button instead of the enter key in softkeyboards when enterIsSend and showEnterKey are both set
-