Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag '1.12.4' into trz/merge_1.12.4 (not tested yet)trz/merge_1.12.4 | lookshe | 2016-05-26 | 55 | -562/+1760 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md art/render.rb build.gradle src/main/java/eu/siacs/conversations/Config.java src/main/java/eu/siacs/conversations/crypto/PgpEngine.java src/main/java/eu/siacs/conversations/crypto/axolotl/AxolotlService.java src/main/java/eu/siacs/conversations/crypto/axolotl/SQLiteAxolotlStore.java src/main/java/eu/siacs/conversations/crypto/axolotl/XmppAxolotlSession.java src/main/java/eu/siacs/conversations/entities/Bookmark.java src/main/java/eu/siacs/conversations/entities/Contact.java src/main/java/eu/siacs/conversations/entities/ListItem.java src/main/java/eu/siacs/conversations/entities/Message.java src/main/java/eu/siacs/conversations/parser/IqParser.java src/main/java/eu/siacs/conversations/parser/PresenceParser.java src/main/java/eu/siacs/conversations/persistance/DatabaseBackend.java src/main/java/eu/siacs/conversations/persistance/FileBackend.java src/main/java/eu/siacs/conversations/services/XmppConnectionService.java src/main/java/eu/siacs/conversations/ui/ContactDetailsActivity.java src/main/java/eu/siacs/conversations/ui/EditAccountActivity.java src/main/java/eu/siacs/conversations/ui/SettingsActivity.java src/main/java/eu/siacs/conversations/ui/ShareWithActivity.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/ListItemAdapter.java src/main/java/eu/siacs/conversations/utils/DNSHelper.java src/main/java/eu/siacs/conversations/utils/UIHelper.java src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java src/main/java/eu/siacs/conversations/xmpp/jingle/JingleConnection.java src/main/res/layout/activity_contact_details.xml src/main/res/layout/message_received.xml src/main/res/layout/message_sent.xml src/main/res/values-bg/strings.xml src/main/res/values-de/strings.xml src/main/res/values-es/strings.xml src/main/res/values-eu/strings.xml src/main/res/values-fr/strings.xml src/main/res/values-ja/strings.xml src/main/res/values-nl/strings.xml src/main/res/values-pt-rBR/strings.xml src/main/res/values-pt/strings.xml src/main/res/values-ro-rRO/strings.xml src/main/res/values-sr/strings.xml src/main/res/values-sv/strings.xml src/main/res/values-tr-rTR/strings.xml | ||||
| * | disable stanza logging | Daniel Gultsch | 2016-05-21 | 1 | -1/+1 |
| | | |||||
| * | update ui after affiliation changes | Daniel Gultsch | 2016-05-21 | 2 | -0/+6 |
| | | |||||
| * | refactore exceptionhandler to have one line file writer | Daniel Gultsch | 2016-05-21 | 3 | -13/+16 |
| | | |||||
| * | resetting fetch status error when mutual subscription is reestablishedshow_members_in_conference | Daniel Gultsch | 2016-05-19 | 4 | -2/+37 |
| | | |||||
| * | sync around individual calls instead of synchronizing entire object | Daniel Gultsch | 2016-05-19 | 1 | -49/+79 |
| | | |||||
| * | show password dialog when account was magic created | Daniel Gultsch | 2016-05-19 | 1 | -0/+22 |
| | | |||||
| * | access disco over caching mechanism instead of querying db | Daniel Gultsch | 2016-05-19 | 1 | -1/+1 |
| | | |||||
| * | remove unwanted 'use previous encryption' lookup | Daniel Gultsch | 2016-05-19 | 1 | -22/+1 |
| | | |||||
| * | also save form elements in disco storage | Daniel Gultsch | 2016-05-19 | 4 | -6/+64 |
| | | |||||
| * | don't NPE on rare race condition while fetching MAM | Daniel Gultsch | 2016-05-19 | 1 | -0/+9 |
| | | |||||
| * | synchronize around identity key generation | Daniel Gultsch | 2016-05-19 | 1 | -7/+9 |
| | | |||||
| * | improved ordering of muc participants | Daniel Gultsch | 2016-05-17 | 3 | -9/+25 |
| | | |||||
| * | refactored muc item parsing to also parse muc status messages | Daniel Gultsch | 2016-05-17 | 5 | -27/+44 |
| | | |||||
| * | offer offline members to be invited again | Daniel Gultsch | 2016-05-17 | 2 | -3/+17 |
| | | |||||
| * | change affiliation for in memory users that are currently not joined in a ↵ | Daniel Gultsch | 2016-05-16 | 4 | -7/+18 |
| | | | | | | | | conference | ||||
| * | keep conference members in memory and show them in conference details | Daniel Gultsch | 2016-05-16 | 9 | -97/+184 |
| | | |||||
| * | cap exponential backoff at 300s (10 attempts) | Daniel Gultsch | 2016-05-16 | 1 | -1/+1 |
| | | |||||
| * | use the same typo in both saving disco and reading disco | Daniel Gultsch | 2016-05-15 | 1 | -1/+2 |
| | | |||||
| * | escape HTML in OTR messages if other client is Pidgin | Daniel Gultsch | 2016-05-15 | 2 | -4/+41 |
| | | |||||
| * | include name in locations received in MUCs | Daniel Gultsch | 2016-05-15 | 2 | -8/+12 |
| | | |||||
| * | log incoming iq requests | Daniel Gultsch | 2016-05-15 | 2 | -0/+6 |
| | | |||||
| * | send caps hash in muc join | Daniel Gultsch | 2016-05-15 | 1 | -6/+1 |
| | | | | | | | | this prevents desktop clients from iq'ing use when they join | ||||
| * | don't show duplicate status message in contact details | Daniel Gultsch | 2016-05-13 | 1 | -3/+3 |
| | | |||||
| * | only default to omemo when all our devices support it | Daniel Gultsch | 2016-05-13 | 1 | -0/+1 |
| | | |||||
| * | do not process self presence | Daniel Gultsch | 2016-05-13 | 1 | -2/+2 |
| | | | | | | | | we don't want our own resource show up in the self contact | ||||
| * | show presence of other resources as template | Daniel Gultsch | 2016-05-13 | 6 | -6/+49 |
| | | |||||
| * | reset attempt count when reconnecting because of timeout | Daniel Gultsch | 2016-05-12 | 1 | -0/+3 |
| | | |||||
| * | interrupt XMPPConnection Thread | Daniel Gultsch | 2016-05-12 | 2 | -1/+15 |
| | | | | | | | | | | in some cases the the DNS query might take too long (even though we specified a timeout) if that happens we need a secondary solution (besides killing the socket) to stop the thread | ||||
| * | prefer IPv4 DNS servers | Daniel Gultsch | 2016-05-12 | 1 | -3/+16 |
| | | | | | | | | some devices might have problems contacting the IPv6 DNS server while in sleep mode | ||||
| * | improve keyboard handling. fixes #1387 | Daniel Gultsch | 2016-05-12 | 2 | -6/+50 |
| | | | | | | | | | | | | * start a new Conversations by pressing mod+space * automatically start searching when pressing keys in StartConversationsActivity * when hitting enter when number of search results == 1 open that conversation | ||||
| * | use 'phone' or 'tablet' as default resource | Daniel Gultsch | 2016-05-12 | 1 | -1/+1 |
| | | |||||
| * | make omemo default when all resources support it | Daniel Gultsch | 2016-05-12 | 5 | -15/+38 |
| | | |||||
| * | check if pgpengine is still bound before using it | Daniel Gultsch | 2016-05-12 | 3 | -2/+5 |
| | | |||||
| * | scroll to bottom after sending multi-line message | Daniel Gultsch | 2016-05-12 | 1 | -2/+8 |
| | | |||||
| * | stop processing PreKeyWhisperMessage if there is no PreKeyId | Daniel Gultsch | 2016-05-10 | 1 | -3/+5 |
| | | | | | | | | fixes #1832 | ||||
| * | don’t let attempt count fall below zero | Daniel Gultsch | 2016-05-10 | 1 | -1/+1 |
| | | |||||
| * | add lock domain and magic create domain to known hosts | Daniel Gultsch | 2016-05-10 | 1 | -0/+6 |
| | | |||||
| * | always show download button when link is encrypted | Daniel Gultsch | 2016-05-10 | 1 | -5/+1 |
| | | | | | | | | dont check for known mime type | ||||
| * | report host-account as account state in UI | Daniel Gultsch | 2016-05-10 | 2 | -4/+13 |
| | | |||||
| * | do not show last-seen metric in UI | Daniel Gultsch | 2016-05-10 | 5 | -24/+6 |
| | | |||||
| * | fix logging wrong variable for failed resume | Daniel Gultsch | 2016-05-08 | 1 | -1/+1 |
| | | |||||
| * | check for h attribute in 'failed' nonza | Daniel Gultsch | 2016-05-08 | 1 | -3/+9 |
| | | |||||
| * | catch all exceptions thrown by xml pull parser | Daniel Gultsch | 2016-05-07 | 1 | -11/+2 |
| | | |||||
| * | handle invalid base64 is SASl SCRAM response | Daniel Gultsch | 2016-05-07 | 1 | -5/+9 |
| | | |||||
| * | Merge pull request #1829 from sebastianv89/patch-1 | Daniel Gultsch | 2016-05-05 | 1 | -1/+0 |
| |\ | | | | | | | Remove copy of innerkey | ||||
| | * | Remove copy of innerkey | Sebastian | 2016-05-05 | 1 | -1/+0 |
| | | | | | | | | | The line overwrites this.innerkey with the value that was already there. | ||||
| * | | report bind failure as account state | Daniel Gultsch | 2016-05-05 | 2 | -9/+13 |
| | | | |||||
| * | | log more information about HTTP’s max upload size | Daniel Gultsch | 2016-05-05 | 2 | -1/+8 |
| |/ | |||||
| * | republish pgp signature when changing status | Daniel Gultsch | 2016-05-05 | 9 | -25/+95 |
| | |