Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add some more errors to UI if there where errors during account creation | Christian Schneppe | 2016-09-24 | 2 | -2/+18 |
| | | | | might fix #95 | ||||
* | set different auto download filesizes for wifi, mobile, roaming | Christian Schneppe | 2016-09-24 | 2 | -3/+53 |
| | | | | | | | defaults: * wifi = 10 MiB * mobile = 256 KiB * roaming = 1 Byte | ||||
* | bug fix on sending file message | Christian Schneppe | 2016-09-23 | 1 | -807/+808 |
| | |||||
* | Fix "More table" layout | Christian Schneppe | 2016-09-23 | 1 | -2/+6 |
| | |||||
* | don't react to null and empty voice replies | Daniel Gultsch | 2016-09-23 | 1 | -3/+4 |
| | |||||
* | Don't use file provider for photo uris on android < N. fixes #2030 | Daniel Gultsch | 2016-09-23 | 1 | -2/+6 |
| | |||||
* | don't wait for disco when not having stream managment | Daniel Gultsch | 2016-09-23 | 1 | -1/+1 |
| | |||||
* | add timeouts to HTTPUrlConnections and allow cancelation of all sending files | Daniel Gultsch | 2016-09-23 | 3 | -4/+11 |
| | |||||
* | Fix "More table" layout | Mishiranu | 2016-09-23 | 1 | -0/+12 |
| | | | | Retain "More table" visibility on screen orientation change | ||||
* | fixed styling in blocking dialog | Christian Schneppe | 2016-09-23 | 1 | -4/+15 |
| | |||||
* | add support for XEP-0377: Spam Reporting | Daniel Gultsch | 2016-09-23 | 4 | -7/+27 |
| | |||||
* | don't simply ignore null in message body but try to avoid it | Daniel Gultsch | 2016-09-23 | 3 | -6/+10 |
| | |||||
* | recreate activities when theme changed | Daniel Gultsch | 2016-09-23 | 5 | -10/+40 |
| | |||||
* | fix bug while sending photos directly | Christian Schneppe | 2016-09-23 | 1 | -7/+12 |
| | |||||
* | add missing condition to ShareWithActivity | Christian Schneppe | 2016-09-19 | 1 | -0/+1 |
| | |||||
* | allow deleting file inside messengers storage path | Christian Schneppe | 2016-09-19 | 1 | -1/+3 |
| | |||||
* | increase video size for compression from 5 to 10 MiB | Christian Schneppe | 2016-09-17 | 1 | -1/+1 |
| | |||||
* | remove summary text from notifications | Christian Schneppe | 2016-09-17 | 1 | -4/+0 |
| | |||||
* | some more changes to location activities | Christian Schneppe | 2016-09-17 | 2 | -91/+117 |
| | | | | | | * show actionbar home as up * fix permission issue on devices < Android M * show buildings in map | ||||
* | get addresses async in ShowLocation | Christian Schneppe | 2016-09-17 | 2 | -15/+41 |
| | |||||
* | some bug fixes in FullScreenMessageActivity | Christian Schneppe | 2016-09-17 | 1 | -11/+5 |
| | | | | | * set fullscreen via theme * adjust brightness during onPause, onResume | ||||
* | catch all throwables when loading contacts | Christian Schneppe | 2016-09-17 | 2 | -3/+3 |
| | |||||
* | dont show delete file button when outside conversations directory | Christian Schneppe | 2016-09-17 | 1 | -2/+5 |
| | |||||
* | use history clear date as minimum date for mam | Christian Schneppe | 2016-09-17 | 5 | -13/+43 |
| | |||||
* | Allow text selection with multiple links in message | Christian Schneppe | 2016-09-17 | 2 | -38/+57 |
| | |||||
* | deal with null bodys in message preview | Christian Schneppe | 2016-09-17 | 1 | -8/+6 |
| | |||||
* | store jid if it was changed during bind | Christian Schneppe | 2016-09-17 | 2 | -5/+11 |
| | |||||
* | show emojis in actionbar in contact and conference details | Christian Schneppe | 2016-09-15 | 2 | -0/+28 |
| | |||||
* | scroll actionbar titles if they are too long | Christian Schneppe | 2016-09-14 | 1 | -9/+10 |
| | |||||
* | correct variables | Christian Schneppe | 2016-09-14 | 1 | -2/+2 |
| | |||||
* | show Emojis in EditText | Christian Schneppe | 2016-09-14 | 1 | -2/+2 |
| | |||||
* | don't use display version of jids | Daniel Gultsch | 2016-09-14 | 2 | -97/+101 |
| | |||||
* | remember scroll position on rotate. fixes #2011 | Daniel Gultsch | 2016-09-14 | 2 | -14/+62 |
| | |||||
* | Use JID returned by the server during bind | Sam Whited | 2016-09-14 | 1 | -1/+1 |
| | | | | Not just the resourcepart | ||||
* | Support ANONYMOUS SASL | Sam Whited | 2016-09-14 | 2 | -0/+31 |
| | |||||
* | Use the last message in the content text instead of the first. | Daniele Gobbetti | 2016-09-14 | 1 | -1/+1 |
| | | | | | | | | This fixes the issue where the first message in the notification was sent to pebble (and possibly to other wear devices) for every update in the conversation, as reported in #1249. This is the same patch propoed in https://github.com/siacs/Conversations/issues/1249#issuecomment-245878335 | ||||
* | Fix typo | licaon-kter | 2016-09-14 | 1 | -1/+1 |
| | |||||
* | download own vcard avatar if none is set. fixes #2008 | Daniel Gultsch | 2016-09-09 | 4 | -13/+26 |
| | |||||
* | optimized imports | Christian Schneppe | 2016-09-09 | 8 | -13/+1 |
| | |||||
* | reworked notificationservice | Christian Schneppe | 2016-09-09 | 1 | -597/+588 |
| | |||||
* | fix wrong import | Christian Schneppe | 2016-09-08 | 1 | -1/+1 |
| | |||||
* | provide hint on why conference can not be encrypted | Daniel Gultsch | 2016-09-08 | 2 | -2/+67 |
| | |||||
* | be a bit more careful when deleting and deactivating accounts | Daniel Gultsch | 2016-09-08 | 5 | -22/+46 |
| | |||||
* | open contact details from conference details directly on click | Christian Schneppe | 2016-09-08 | 1 | -18/+10 |
| | |||||
* | ordered config a bit | Christian Schneppe | 2016-09-07 | 1 | -3/+5 |
| | |||||
* | delete wrong } | Christian Schneppe | 2016-09-07 | 1 | -1/+0 |
| | |||||
* | close progress if there is an error or userinput required | Christian Schneppe | 2016-09-07 | 1 | -0/+2 |
| | |||||
* | don't use fileprovider when opening files on android M and below | Daniel Gultsch | 2016-09-07 | 1 | -44/+53 |
| | |||||
* | show server not found muc error | Daniel Gultsch | 2016-09-07 | 3 | -2/+10 |
| | |||||
* | remove explicit pebble support. treat as wear device | Daniel Gultsch | 2016-09-07 | 1 | -25/+0 |
| |