Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-09-13 | added possibiltiy to set conferences as moderated (only visible in advanced ↵ | Daniel Gultsch | 4 | -15/+59 | |
mode) | |||||
2015-09-12 | added mp4 to well known extensions. fixes #1403 | Daniel Gultsch | 1 | -1/+1 | |
2015-09-10 | increased dns timeout | Daniel Gultsch | 2 | -1/+2 | |
2015-09-09 | added alt as possible modifier key. use mod+(0..9) to jump to a conversation | Daniel Gultsch | 2 | -26/+46 | |
2015-09-07 | added rotation detection to up/down navigation | Daniel Gultsch | 1 | -4/+23 | |
2015-09-07 | added some key binding | Daniel Gultsch | 3 | -5/+87 | |
* ctrl + tab will open the conversations overview (when available) * ctrl + up / down will navigate between conversations | |||||
2015-09-07 | catch npe in setupIme method | Daniel Gultsch | 1 | -1/+3 | |
2015-09-06 | indicate broken pep in server info | Daniel Gultsch | 2 | -1/+11 | |
2015-09-06 | Only show that have sessions in fingerprint list | Andreas Straub | 7 | -50/+58 | |
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 | |||||
2015-09-06 | Don't manually add keys to the store | Andreas Straub | 1 | -2/+0 | |
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. | |||||
2015-09-05 | add null pointer check to db migration | Daniel Gultsch | 1 | -1/+5 | |
2015-09-05 | Never build a session with oneself | Andreas Straub | 3 | -20/+68 | |
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. | |||||
2015-09-05 | ignore timeout exceptions on secondary dns requests | Daniel Gultsch | 1 | -9/+21 | |
2015-09-04 | Issues with URLs with multiple dots in file. fixes #1373 | Daniel Gultsch | 1 | -7/+15 | |
2015-09-04 | invoke onEnterPressed callback only if shift is not pressed | Daniel Gultsch | 1 | -1/+1 | |
2015-09-04 | minimize softkeyboard only if it has been in fullscreen mode | Daniel Gultsch | 1 | -1/+3 | |
2015-09-04 | show an send button instead of the enter key in softkeyboards when ↵ | Daniel Gultsch | 2 | -7/+10 | |
enterIsSend and showEnterKey are both set | |||||
2015-09-02 | Ensure uris is empty before onStart adds to it | Andreas Straub | 1 | -0/+1 | |
Fixes #1382 | |||||
2015-09-01 | added special error state for dns timeout | Daniel Gultsch | 3 | -4/+12 | |
2015-09-01 | use same method to add message hints to otr message everywhere it is needed | Daniel Gultsch | 2 | -9/+11 | |
2015-09-01 | tag axolotl messages with pretty-please-store | Daniel Gultsch | 1 | -0/+1 | |
2015-08-31 | made useImageAsIs determination a bit more foolproof (samsung) | Daniel Gultsch | 1 | -1/+6 | |
2015-08-30 | fixed bug that prevented newly opened conversations to load the entire ↵ | Daniel Gultsch | 3 | -1/+14 | |
history via mam. fixes #1328 | |||||
2015-08-30 | catch invalid base64 on omemo key decoding | Daniel Gultsch | 1 | -3/+8 | |
2015-08-28 | use build in method on >= lolipop devices to discover dns servers | Daniel Gultsch | 2 | -8/+41 | |
2015-08-28 | reformating and upper bound for waiting on stanza writer | Daniel Gultsch | 1 | -8/+16 | |
2015-08-28 | fixed type=timeout | Daniel Gultsch | 1 | -0/+2 | |
2015-08-26 | use dedicated colors for primary and primary_dark | Daniel Gultsch | 2 | -2/+2 | |
2015-08-26 | fixed highlight text color for white chat bubbles | Daniel Gultsch | 1 | -0/+1 | |
2015-08-26 | Fix error handling for announce check retrieval | Andreas Straub | 1 | -3/+3 | |
Only aborts when a timeout was received. Error conditions (most notably item-not-found) are interpreted as no other devices existing. | |||||
2015-08-26 | explictitly handle iq timeouts in bind and session iqs | Daniel Gultsch | 1 | -2/+7 | |
2015-08-26 | Only announce device after publishing bundle | Andreas Straub | 2 | -8/+19 | |
2015-08-26 | moved actual iq callback out of synchronized find callback block | Daniel Gultsch | 1 | -3/+7 | |
2015-08-26 | be more restrictive about marking messages as sent_received in muc parser | Daniel Gultsch | 2 | -8/+18 | |
2015-08-26 | Revert "improved compatibility with muc components that change the message id" | Daniel Gultsch | 1 | -3/+2 | |
This reverts commit df86b0fc47cb7af8e97826f97d0e202405cff414. | |||||
2015-08-26 | Fix key publishing | Andreas Straub | 1 | -72/+68 | |
Remove invalid check for result code, which prevented publishing if the node was empty to begin with. Fix pepBroken check | |||||
2015-08-25 | Add more logging to pep attemp counter logic | Andreas Straub | 1 | -0/+1 | |
2015-08-25 | Limit number of PEP publish tries | Andreas Straub | 1 | -9/+42 | |
If PEP publish tries are repeatedly triggered by empty PEP updates, stop attempting to publish after 3 tries. This should work around broken PEP implementations in older ejabberd and OpenFire versions. | |||||
2015-08-25 | remove unused imports. | Michael | 4 | -30/+1 | |
2015-08-25 | Pass through device IDs when updating own list | Andreas Straub | 1 | -17/+17 | |
2015-08-25 | cleared up some error messages in axolotl service and execute ↵ | Daniel Gultsch | 1 | -3/+7 | |
publishOwnDevicesWhenNeeded() only if processing our own jid | |||||
2015-08-25 | catch some db query exceptions | Daniel Gultsch | 1 | -3/+5 | |
2015-08-25 | additonal null checks in file backend | Daniel Gultsch | 1 | -0/+3 | |
2015-08-25 | fixed session time | Daniel Gultsch | 1 | -7/+2 | |
2015-08-24 | increased carbon grace period to 90s | Daniel Gultsch | 1 | -1/+1 | |
2015-08-24 | renamed plain text to unencrypted. fixes #1331 | Daniel Gultsch | 1 | -1/+1 | |
2015-08-24 | fixed regression with mlinks stream managment. fixes #1206 | Daniel Gultsch | 1 | -1/+1 | |
2015-08-24 | added setting to allow for white backgrounds in incoming message bubbles | Daniel Gultsch | 3 | -36/+61 | |
2015-08-24 | catch invalid base64 in axolotl key parsing | Daniel Gultsch | 1 | -1/+1 | |
2015-08-23 | open files with capital extensions as well. fixes #1354 | Daniel Gultsch | 1 | -1/+1 | |