Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | added typing notifications through XEP-0085. fixed #210 | iNPUTmice | 2015-02-21 | 12 | -53/+256 | |
| | | ||||||
| * | fixed #993 | iNPUTmice | 2015-02-19 | 1 | -1/+2 | |
| | | ||||||
| * | launch edit account activity when starting Conversations for the first time ↵ | iNPUTmice | 2015-02-19 | 1 | -5/+9 | |
| | | | | | | | | (fixed regression) | |||||
| * | made xmpp uris case insensitive | iNPUTmice | 2015-02-18 | 1 | -3/+3 | |
| | | ||||||
| * | always call to cancel before loading new avatars | iNPUTmice | 2015-02-18 | 2 | -24/+28 | |
| | | ||||||
| * | always go through reconnect method instead of just starting XmppConnection ↵ | iNPUTmice | 2015-02-18 | 1 | -4/+1 | |
| | | | | | | | | threads | |||||
| * | avoid weird npe. fixed #991 | iNPUTmice | 2015-02-18 | 1 | -1/+3 | |
| | | ||||||
| * | limit ui refresh rate | iNPUTmice | 2015-02-17 | 8 | -93/+81 | |
| | | ||||||
| * | moved roster loading to async task as well | iNPUTmice | 2015-02-17 | 1 | -10/+22 | |
| | | ||||||
| * | refresh list view more often | iNPUTmice | 2015-02-17 | 2 | -2/+2 | |
| | | ||||||
| * | support for XEP-0092: Software Version | iNPUTmice | 2015-02-16 | 5 | -20/+51 | |
| | | ||||||
| * | fixed avatar cache lookup in ListItemAdapter | iNPUTmice | 2015-02-16 | 1 | -4/+1 | |
| | | ||||||
| * | Merge pull request #986 from singpolyma/vitelity-s.ms-compatability | Daniel Gultsch | 2015-02-15 | 1 | -1/+1 | |
| |\ | | | | | | | Vitelity's s.ms service requires <body> first | |||||
| | * | Vitelity's s.ms service requires <body> first | Stephen Paul Weber | 2015-02-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | If the <body> tag is not first, their bot just silently drops the stanza. I know we shouldn't have to care about order, and I'm trying to get them to fix it, but it's not high-priority for them since "most" clients seem to work, so I'd like this workaround in. | |||||
| * | | made image view background more colorful while waiting on actual avatar to load | iNPUTmice | 2015-02-15 | 2 | -2/+3 | |
| |/ | ||||||
| * | loading avatars in seperate tasks | iNPUTmice | 2015-02-15 | 3 | -18/+203 | |
| | | ||||||
| * | load messages asynchronously | iNPUTmice | 2015-02-12 | 2 | -2/+24 | |
| | | ||||||
| * | use time instead of uptime for unmute | iNPUTmice | 2015-02-12 | 2 | -5/+2 | |
| | | ||||||
| * | added actions to error notification | iNPUTmice | 2015-02-10 | 3 | -1/+52 | |
| | | ||||||
| * | strip fractional seconds from timestamp before parsing | iNPUTmice | 2015-02-10 | 2 | -6/+4 | |
| | | ||||||
| * | disabled cipher logging | iNPUTmice | 2015-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #959 from SamWhited/ciphers_fix | Daniel Gultsch | 2015-02-09 | 4 | -9/+12 | |
| |\ | | | | | | | Ciphers fix | |||||
| | * | Use platform ciphers as well, just prefer ours | Sam Whited | 2015-02-02 | 4 | -9/+12 | |
| | | | ||||||
| * | | don't show 'enter pgp key' in non encrypted chats | iNPUTmice | 2015-02-09 | 1 | -0/+1 | |
| | | | ||||||
| * | | always add a non resolved SRV record to the list | iNPUTmice | 2015-02-09 | 1 | -6/+1 | |
| | | | ||||||
| * | | made delay timestamp parser accept nano seconds | iNPUTmice | 2015-02-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | sort users in muc | Daniel Gultsch | 2015-02-07 | 1 | -3/+12 | |
| | | | ||||||
| * | | trim message bodys on display | Daniel Gultsch | 2015-02-07 | 2 | -3/+3 | |
| | | | ||||||
| * | | refactored how snackbar is displayed | Daniel Gultsch | 2015-02-07 | 1 | -82/+105 | |
| |/ | ||||||
* | | - Some comments to refer to the XEPs added | steckbrief | 2015-02-21 | 1 | -15/+28 | |
| | | | | | | | | | | - parseTimestamp method changed to use the XMLGregorianCalendar (refer to XEP-0082 and subsequently Date/DateTime definition of XML Schema Part 2, http://www.w3.org/TR/xmlschema-2/#date, http://www.w3.org/TR/xmlschema-2/#dateTime) a small test comparing the original implementation with the XMLGregorianCalendar implementation showed a significant performance improvement (about 0.1s on windows 7 64bit, AMD-A6 1.8GHz, 16GB RAM, Android Studio + Eclipse + Firefox running) | |||||
* | | Merge master-origin | steckbrief | 2015-02-20 | 44 | -1414/+2102 | |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: src/main/java/eu/siacs/conversations/ui/SettingsActivity.java src/main/java/eu/siacs/conversations/ui/XmppActivity.java src/main/java/eu/siacs/conversations/ui/adapter/ConversationAdapter.java src/main/java/eu/siacs/conversations/ui/adapter/MessageAdapter.java src/main/java/eu/siacs/conversations/utils/UIHelper.java src/main/res/values-de/strings.xml | |||||
| * | don't disable any ciphers | iNPUTmice | 2015-02-02 | 1 | -3/+4 | |
| | | ||||||
| * | added more ciphers for old openssl versions | iNPUTmice | 2015-02-02 | 1 | -1/+3 | |
| | | ||||||
| * | fixed text preview for images | iNPUTmice | 2015-02-01 | 1 | -1/+1 | |
| | | ||||||
| * | made version codes ready for release candidate in beta channel | iNPUTmice | 2015-01-29 | 1 | -1/+1 | |
| | | ||||||
| * | don't count when attempt failed completly | iNPUTmice | 2015-01-29 | 1 | -0/+1 | |
| | | ||||||
| * | Merge branch 'development' of https://github.com/siacs/Conversations into ↵ | iNPUTmice | 2015-01-29 | 2 | -8/+24 | |
| |\ | | | | | | | | | | development | |||||
| | * | Use Material Design Icons on API 21+ | Sam Whited | 2015-01-29 | 2 | -8/+24 | |
| | | | ||||||
| * | | Merge branch 'development' of https://github.com/siacs/Conversations into ↵ | iNPUTmice | 2015-01-29 | 1 | -10/+10 | |
| |\| | | | | | | | | | | development | |||||
| | * | Merge pull request #941 from SamWhited/snackbar_ordering | Daniel Gultsch | 2015-01-28 | 1 | -10/+10 | |
| | |\ | | | | | | | | | Show errors before mute snackbar | |||||
| | | * | Show errors before mute snackbar | Sam Whited | 2015-01-27 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | | | See #939 | |||||
| * | | | properly clear notifications. fixed #921 | iNPUTmice | 2015-01-29 | 1 | -2/+8 | |
| |/ / | ||||||
| * / | fixed broken caps | iNPUTmice | 2015-01-28 | 2 | -14/+17 | |
| |/ | ||||||
| * | muc tics for consistency | iNPUTmice | 2015-01-26 | 1 | -1/+1 | |
| | | ||||||
| * | changed version code and version name to 1.0-beta2 | iNPUTmice | 2015-01-26 | 1 | -1/+1 | |
| | | ||||||
| * | adapt caps on whether or not message confirmation is on | iNPUTmice | 2015-01-26 | 5 | -11/+31 | |
| | | ||||||
| * | don't put ejabberds status code muc messages into an actual conversation | iNPUTmice | 2015-01-26 | 1 | -0/+1 | |
| | | ||||||
| * | made connect time out more failsave | iNPUTmice | 2015-01-25 | 1 | -5/+8 | |
| | | ||||||
| * | Merge pull request #930 from betheg/otr | Daniel Gultsch | 2015-01-25 | 2 | -0/+3 | |
| |\ | | | | | | | otr: switch to the otr-state the partner alternate. | |||||
| | * | otr: switch to the otr-state the partner alternate. | Michael | 2015-01-25 | 2 | -0/+3 | |
| | | | | | | | | | | | | should also fixed #877 |