Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | version bump to 1.4.0-beta | Daniel Gultsch | 2015-05-16 | 1 | -2/+2 | |
| | | ||||||
| * | pulled new translations from transifex | Daniel Gultsch | 2015-05-16 | 3 | -52/+302 | |
| | | ||||||
| * | let jingle connection and manager handle message status | Daniel Gultsch | 2015-05-16 | 3 | -4/+10 | |
| | | ||||||
| * | call StartConversationActivity in init mode only after adding the first account | Daniel Gultsch | 2015-05-15 | 2 | -2/+6 | |
| | | ||||||
| * | Force Nameprepping of JID domain parts | Andreas Straub | 2015-05-14 | 2 | -4/+96 | |
| | | | | | | | | | | | | | | | | | | | | The IDN.toAscii()/IDN.toUnicode() family only namepreps the original domain passed to it if it contained non-ASCII characters. This means that for all-ASCII domains, no canonicalization is performed, which leads to issues like case-sensitivity. This workaround explicitly namepreps domain parts before calling IDN.toAscii() on them, in order to get a canonicalized representation (most notably, case invariance). A basic DB migration is also included. | |||||
| * | added a few location questions | Daniel Gultsch | 2015-05-14 | 1 | -3/+8 | |
| | | ||||||
| * | always log reason for failed file transfer | Daniel Gultsch | 2015-05-14 | 2 | -2/+18 | |
| | | ||||||
| * | ignore question marks in location question | Daniel Gultsch | 2015-05-13 | 1 | -10/+13 | |
| | | ||||||
| * | show location quick action after receiving a question about the users location | Daniel Gultsch | 2015-05-13 | 2 | -1/+28 | |
| | | ||||||
| * | clear avatar cache when uploading new avatar | Daniel Gultsch | 2015-05-13 | 1 | -0/+1 | |
| | | ||||||
| * | use zero width white space as message seperator | Daniel Gultsch | 2015-05-13 | 1 | -1/+1 | |
| | | ||||||
| * | version bump to 1.4.0-alpha3 | Daniel Gultsch | 2015-05-13 | 1 | -2/+2 | |
| | | ||||||
| * | removed debug logging | Daniel Gultsch | 2015-05-12 | 1 | -2/+0 | |
| | | ||||||
| * | handle conference invites differently to deal with killed activities. fixes ↵ | Daniel Gultsch | 2015-05-12 | 4 | -31/+67 | |
| | | | | | | | | #1188 | |||||
| * | don't set unknown error in muc | Daniel Gultsch | 2015-05-12 | 1 | -2/+0 | |
| | | ||||||
| * | don't reinit conversation when coming back to activity. avoids unnecessary ↵ | Daniel Gultsch | 2015-05-12 | 1 | -3/+1 | |
| | | | | | | | | scrolling | |||||
| * | pulled updated translations from transifex | Daniel Gultsch | 2015-05-11 | 2 | -2/+4 | |
| | | ||||||
| * | avoid using paragraph style breaks by accident | Daniel Gultsch | 2015-05-11 | 2 | -4/+7 | |
| | | ||||||
| * | increased space between merged messages a bit | Daniel Gultsch | 2015-05-11 | 1 | -1/+1 | |
| | | ||||||
| * | add a little bit of space between merged messages. | Daniel Gultsch | 2015-05-11 | 2 | -2/+8 | |
| | | ||||||
| * | no font padding on red hearts | Daniel Gultsch | 2015-05-11 | 1 | -2/+4 | |
| | | ||||||
| * | rewrote parts of message adapter to avoid using NULL views | Daniel Gultsch | 2015-05-11 | 4 | -61/+41 | |
| | | ||||||
| * | optimized heart render code a bit | Daniel Gultsch | 2015-05-10 | 2 | -7/+8 | |
| | | ||||||
| * | added white heart to new rendering as well | Daniel Gultsch | 2015-05-10 | 2 | -1/+4 | |
| | | ||||||
| * | Merge branch 'development' of github.com:siacs/Conversations into development | Daniel Gultsch | 2015-05-10 | 1 | -1/+5 | |
| |\ | ||||||
| | * | Merge pull request #1180 from ashimokawa/development | Daniel Gultsch | 2015-05-09 | 1 | -1/+5 | |
| | |\ | | | | | | | | | only forward incoming chat messages to Pebble App and Gadgetbridge (#1179) | |||||
| | | * | only forward incoming chat messages to Pebble App and Gadgetbridge | Andreas Shimokawa | 2015-05-08 | 1 | -1/+5 | |
| | |/ | ||||||
| * | | changed conversation red to material red | Daniel Gultsch | 2015-05-10 | 32 | -9/+9 | |
| | | | ||||||
| * | | paint single unicode hearts as red and slightly larger | Daniel Gultsch | 2015-05-10 | 3 | -36/+66 | |
| |/ | ||||||
| * | config option to reset attempt counts when changing network (default=true) | Daniel Gultsch | 2015-05-08 | 2 | -8/+19 | |
| | | ||||||
| * | throw proper exception before changing account into error state | Daniel Gultsch | 2015-05-08 | 1 | -11/+31 | |
| | | ||||||
| * | version code bumped | Daniel Gultsch | 2015-05-07 | 1 | -1/+1 | |
| | | ||||||
| * | fixed encrypted ibb file transfer which was broken with ART. fixes #1172 | Daniel Gultsch | 2015-05-07 | 2 | -26/+33 | |
| | | ||||||
| * | fixed npe when binval value of vcard avatar is null | Daniel Gultsch | 2015-05-07 | 1 | -2/+3 | |
| | | ||||||
| * | fixed npe when missing instructions on failed register | Daniel Gultsch | 2015-05-06 | 1 | -7/+5 | |
| | | ||||||
| * | fwiw don't allow stanza count to go over MAX_INT | Daniel Gultsch | 2015-05-06 | 1 | -0/+9 | |
| | | ||||||
| * | avoid fetching avatars multiple times in parallel | Daniel Gultsch | 2015-05-05 | 1 | -8/+39 | |
| | | ||||||
| * | bumped version code | Daniel Gultsch | 2015-05-05 | 1 | -1/+1 | |
| | | ||||||
| * | r/o support for vcard avatars. pep avatars will be prefered | Daniel Gultsch | 2015-05-05 | 6 | -28/+127 | |
| | | ||||||
| * | enabled sm logging by default at least for development branch | Daniel Gultsch | 2015-05-05 | 1 | -1/+1 | |
| | | ||||||
| * | clean up in attachment chooser code. fixed #1168 | Daniel Gultsch | 2015-05-04 | 1 | -51/+51 | |
| | | ||||||
| * | update travis config | Daniel Gultsch | 2015-05-04 | 1 | -1/+2 | |
| | | ||||||
| * | update build tools and target api | Daniel Gultsch | 2015-05-04 | 1 | -2/+2 | |
| | | ||||||
| * | updated contributor list in README.md | Daniel Gultsch | 2015-05-04 | 1 | -6/+7 | |
| | | | | | | | | * added BrianBlade to list * linked Pull Requests for each Contributor | |||||
| * | open market if share location plugin isn't installed | Daniel Gultsch | 2015-05-04 | 1 | -0/+15 | |
| | | ||||||
| * | Merge pull request #1167 from sattellite/patch-1 | Daniel Gultsch | 2015-05-04 | 1 | -2/+2 | |
| |\ | | | | | | | Fix typos in URL to the project | |||||
| | * | Fix typos in URL to the project | Alexander Groshev | 2015-05-03 | 1 | -2/+2 | |
| |/ | ||||||
| * | turn send button in cancel button while in whisper mode | Daniel Gultsch | 2015-05-03 | 26 | -12/+250 | |
| | | ||||||
| * | mark account with incompatible server when no sasl mechansim could be found | Daniel Gultsch | 2015-05-02 | 1 | -19/+24 | |
| | | ||||||
| * | version bump to 1.4.0-alpha (in development) | Daniel Gultsch | 2015-05-02 | 1 | -2/+2 | |
| | |