Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 1.6.10 | Christian S | 2015-09-20 | 3 | -45/+42 |
|\ | |||||
| * | let DnsHelper provide a fallback solution | Daniel Gultsch | 2015-09-19 | 2 | -43/+41 |
| | | |||||
| * | fixed content-type indication in http upload | Daniel Gultsch | 2015-09-19 | 1 | -1/+1 |
| | | |||||
| * | remove the from attribute from sendStartStream() fixes #1419 | Michael | 2015-09-19 | 1 | -1/+0 |
| | | |||||
* | | Start AppUpdater automatically | Christian S | 2015-09-20 | 1 | -0/+4 |
| | | |||||
* | | show the update dialog and not the whole activity | Christian S | 2015-09-20 | 1 | -9/+17 |
| | | |||||
* | | changed HTTP Upload namespace to legacy namespace | Christian S | 2015-09-18 | 1 | -1/+1 |
| | | |||||
* | | copy commits | Christian S | 2015-09-18 | 13 | -86/+115 |
|\| | |||||
| * | introduced Config variable to use legacy namespace for http upload | Daniel Gultsch | 2015-09-17 | 2 | -1/+5 |
| | | |||||
| * | be more careful when publishing device bundle | Daniel Gultsch | 2015-09-17 | 1 | -0/+14 |
| | | |||||
| * | ignore spoofed stanzas in facebook chat | Daniel Gultsch | 2015-09-17 | 1 | -1/+1 |
| | | |||||
| * | catch IndexOutOfBoundsException when swiping away conversations | Daniel Gultsch | 2015-09-17 | 1 | -1/+5 |
| | | |||||
| * | fixed rare NPE in DnsHelper. fixed spelling and added logging | Daniel Gultsch | 2015-09-17 | 1 | -5/+13 |
| | | |||||
| * | added missing type='submit' to mam queries | Daniel Gultsch | 2015-09-15 | 6 | -20/+17 |
| | | | | | | | | | | fixed some nasty inheritance problems along the way fixes #1411 | ||||
| * | work around a NPE caused by arace condition in the http upload | Daniel Gultsch | 2015-09-15 | 1 | -3/+6 |
| | | |||||
* | | Merge branch 'siacs/master' into development | Christian S | 2015-09-15 | 5 | -16/+60 |
|\| | |||||
| * | changed http upload namespace to reflect the one in the XEP | Daniel Gultsch | 2015-09-14 | 1 | -1/+1 |
| | | |||||
| * | added possibiltiy to set conferences as moderated (only visible in advanced ↵ | Daniel Gultsch | 2015-09-13 | 4 | -15/+59 |
| | | | | | | | | mode) | ||||
| * | added mp4 to well known extensions. fixes #1403 | Daniel Gultsch | 2015-09-12 | 1 | -1/+1 |
| | | |||||
* | | Version 1.6.9 | Christian S | 2015-09-12 | 12 | -71/+211 |
|\| | |||||
| * | increased dns timeout | Daniel Gultsch | 2015-09-10 | 2 | -1/+2 |
| | | |||||
| * | added alt as possible modifier key. use mod+(0..9) to jump to a conversation | Daniel Gultsch | 2015-09-09 | 2 | -26/+46 |
| | | |||||
| * | added rotation detection to up/down navigation | Daniel Gultsch | 2015-09-07 | 1 | -4/+23 |
| | | |||||
| * | added some key binding | Daniel Gultsch | 2015-09-07 | 3 | -5/+87 |
| | | | | | | | | | | * ctrl + tab will open the conversations overview (when available) * ctrl + up / down will navigate between conversations | ||||
| * | catch npe in setupIme method | Daniel Gultsch | 2015-09-07 | 1 | -1/+3 |
| | | |||||
| * | indicate broken pep in server info | Daniel Gultsch | 2015-09-06 | 2 | -1/+11 |
| | | |||||
| * | Only show that have sessions in fingerprint list | Andreas Straub | 2015-09-06 | 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 | ||||
| * | Don't manually add keys to the store | Andreas Straub | 2015-09-06 | 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. | ||||
* | | added some toasts to UpdaterActivity | Christian S | 2015-09-06 | 1 | -1/+11 |
| | | |||||
* | | disable ActionBar buttons | Christian S | 2015-09-06 | 1 | -0/+5 |
| | | |||||
* | | version 1.6.9 beta | Christian S | 2015-09-06 | 5 | -0/+336 |
| | | | | | | | | * in app updater | ||||
* | | Merge pull request #34 from siacs/master | Christian S. | 2015-09-05 | 8 | -45/+122 |
|\| | |||||
| * | add null pointer check to db migration | Daniel Gultsch | 2015-09-05 | 1 | -1/+5 |
| | | |||||
| * | Never build a session with oneself | Andreas Straub | 2015-09-05 | 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. | ||||
| * | ignore timeout exceptions on secondary dns requests | Daniel Gultsch | 2015-09-05 | 1 | -9/+21 |
| | | |||||
| * | Issues with URLs with multiple dots in file. fixes #1373 | Daniel Gultsch | 2015-09-04 | 1 | -7/+15 |
| | | |||||
| * | invoke onEnterPressed callback only if shift is not pressed | Daniel Gultsch | 2015-09-04 | 1 | -1/+1 |
| | | |||||
| * | minimize softkeyboard only if it has been in fullscreen mode | Daniel Gultsch | 2015-09-04 | 1 | -1/+3 |
| | | |||||
| * | show an send button instead of the enter key in softkeyboards when ↵ | Daniel Gultsch | 2015-09-04 | 2 | -7/+10 |
| | | | | | | | | enterIsSend and showEnterKey are both set | ||||
* | | modified avatar size in publish avatar activity | Christian S | 2015-09-04 | 1 | -1/+1 |
| | | |||||
* | | resize Avatars | Christian S | 2015-09-04 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #33 from siacs/master | Christian S. | 2015-09-04 | 6 | -13/+24 |
|\| | |||||
| * | Ensure uris is empty before onStart adds to it | Andreas Straub | 2015-09-02 | 1 | -0/+1 |
| | | | | | | | | Fixes #1382 | ||||
| * | added special error state for dns timeout | Daniel Gultsch | 2015-09-01 | 3 | -4/+12 |
| | | |||||
| * | use same method to add message hints to otr message everywhere it is needed | Daniel Gultsch | 2015-09-01 | 2 | -9/+11 |
| | | |||||
* | | Merge pull request #32 from siacs/master | Christian S. | 2015-09-01 | 2 | -1/+7 |
|\| | | | | | update commits | ||||
| * | tag axolotl messages with pretty-please-store | Daniel Gultsch | 2015-09-01 | 1 | -0/+1 |
| | | |||||
| * | made useImageAsIs determination a bit more foolproof (samsung) | Daniel Gultsch | 2015-08-31 | 1 | -1/+6 |
| | | |||||
* | | resize avatar image in publish profile view | Christian S | 2015-09-01 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #31 from siacs/master | Christian S. | 2015-08-30 | 4 | -4/+22 |
|\| | | | | | copy bugfixes |