Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-09-23 | bug fix on sending file message | Christian Schneppe | 1 | -807/+808 | |
2016-09-23 | Fix "More table" layout | Christian Schneppe | 1 | -2/+6 | |
2016-09-23 | fix colors | Christian Schneppe | 2 | -4/+4 | |
2016-09-23 | don't react to null and empty voice replies | Daniel Gultsch | 1 | -3/+4 | |
2016-09-23 | Don't use file provider for photo uris on android < N. fixes #2030 | Daniel Gultsch | 1 | -2/+6 | |
2016-09-23 | don't wait for disco when not having stream managment | Daniel Gultsch | 1 | -1/+1 | |
2016-09-23 | add timeouts to HTTPUrlConnections and allow cancelation of all sending files | Daniel Gultsch | 3 | -4/+11 | |
2016-09-23 | Fix "More table" layout | Mishiranu | 3 | -13/+61 | |
Retain "More table" visibility on screen orientation change | |||||
2016-09-23 | fixed styling in blocking dialog | Christian Schneppe | 2 | -5/+16 | |
2016-09-23 | add support for XEP-0377: Spam Reporting | Daniel Gultsch | 6 | -7/+53 | |
2016-09-23 | don't simply ignore null in message body but try to avoid it | Daniel Gultsch | 3 | -6/+10 | |
2016-09-23 | recreate activities when theme changed | Daniel Gultsch | 5 | -10/+40 | |
2016-09-23 | use proper paddings in dialogs on android < 5 | Daniel Gultsch | 7 | -20/+42 | |
2016-09-23 | fix bug while sending photos directly | Christian Schneppe | 1 | -7/+12 | |
2016-09-19 | add missing condition to ShareWithActivity | Christian Schneppe | 1 | -0/+1 | |
2016-09-19 | allow deleting file inside messengers storage path | Christian Schneppe | 1 | -1/+3 | |
2016-09-17 | increase video size for compression from 5 to 10 MiB | Christian Schneppe | 1 | -1/+1 | |
2016-09-17 | remove summary text from notifications | Christian Schneppe | 1 | -4/+0 | |
2016-09-17 | some more changes to location activities | Christian Schneppe | 5 | -93/+120 | |
* show actionbar home as up * fix permission issue on devices < Android M * show buildings in map | |||||
2016-09-17 | get addresses async in ShowLocation | Christian Schneppe | 2 | -15/+41 | |
2016-09-17 | some bug fixes in FullScreenMessageActivity | Christian Schneppe | 2 | -11/+6 | |
* set fullscreen via theme * adjust brightness during onPause, onResume | |||||
2016-09-17 | catch all throwables when loading contacts | Christian Schneppe | 2 | -3/+3 | |
2016-09-17 | dont show delete file button when outside conversations directory | Christian Schneppe | 1 | -2/+5 | |
2016-09-17 | use history clear date as minimum date for mam | Christian Schneppe | 5 | -13/+43 | |
2016-09-17 | Allow text selection with multiple links in message | Christian Schneppe | 2 | -38/+57 | |
2016-09-17 | deal with null bodys in message preview | Christian Schneppe | 1 | -8/+6 | |
2016-09-17 | store jid if it was changed during bind | Christian Schneppe | 2 | -5/+11 | |
2016-09-17 | some text input modifications | Christian Schneppe | 1 | -2/+3 | |
2016-09-15 | don't change emoji size in edittext | Christian Schneppe | 1 | -1/+0 | |
2016-09-15 | show emojis in actionbar in contact and conference details | Christian Schneppe | 3 | -3/+31 | |
2016-09-14 | scroll actionbar titles if they are too long | Christian Schneppe | 2 | -13/+19 | |
2016-09-14 | correct variables | Christian Schneppe | 1 | -2/+2 | |
2016-09-14 | show Emojis in EditText | Christian Schneppe | 2 | -2/+4 | |
2016-09-14 | don't use display version of jids | Daniel Gultsch | 2 | -97/+101 | |
2016-09-14 | remember scroll position on rotate. fixes #2011 | Daniel Gultsch | 2 | -14/+62 | |
2016-09-14 | Use JID returned by the server during bind | Sam Whited | 1 | -1/+1 | |
Not just the resourcepart | |||||
2016-09-14 | Support ANONYMOUS SASL | Sam Whited | 2 | -0/+31 | |
2016-09-14 | Use the last message in the content text instead of the first. | Daniele Gobbetti | 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 | |||||
2016-09-14 | Fix typo | licaon-kter | 1 | -1/+1 | |
2016-09-09 | download own vcard avatar if none is set. fixes #2008 | Daniel Gultsch | 4 | -13/+26 | |
2016-09-09 | optimized imports | Christian Schneppe | 8 | -13/+1 | |
2016-09-09 | reworked notificationservice | Christian Schneppe | 1 | -597/+588 | |
2016-09-09 | add new emoji library | Christian Schneppe | 11 | -14/+18 | |
2016-09-08 | fix wrong import | Christian Schneppe | 1 | -1/+1 | |
2016-09-08 | provide hint on why conference can not be encrypted | Daniel Gultsch | 3 | -2/+71 | |
2016-09-08 | be a bit more careful when deleting and deactivating accounts | Daniel Gultsch | 6 | -23/+48 | |
2016-09-08 | add missing strings | Christian Schneppe | 2 | -0/+7 | |
2016-09-08 | decreased share button size a bit | Christian Schneppe | 1 | -2/+2 | |
2016-09-08 | implement emojicon library | Christian Schneppe | 11 | -16/+17 | |
2016-09-08 | open contact details from conference details directly on click | Christian Schneppe | 1 | -18/+10 | |