Commit log

da367dd Add option to remove manually approved certificates

Click to expand commit body
- "Remove certificates" option brings up a dialog that allows
  to delete certificates from MemorizingTrustManager's keystore
- Reconnect active accounts when certificate-settings are changed
- new preference category "Certificate options"

BrianBlade created

570a222 increased undo delay

iNPUTmice created

dbe170b fixed a bug in DNS helper code. fixes #1130

iNPUTmice created

c4daa08 fixed a bug in DNS helper code. fixes #1130

iNPUTmice created

584ffbd bumped version to 1.3.0-alpha

iNPUTmice created

65e760a some bug fixes concerning 0byte files. fixes #1126

iNPUTmice created

f99e234 maintain state when rotating settings activity

iNPUTmice created

b6cc8c9 Merge branch 'BrianBlade-dont_trust_cas_preference' into development

iNPUTmice created

defb127 Merge branch 'dont_trust_cas_preference' of https://github.com/BrianBlade/Conversations into BrianBlade-dont_trust_cas_preference

Click to expand commit body
Conflicts:
	src/main/res/values-de/strings.xml
	src/main/res/values/strings.xml

iNPUTmice created

261b505 always show save button when account info was modified. fixes #918

iNPUTmice created

2f24b09 fixed disable account when sliding and not clicking the toggle

iNPUTmice created

62faa16 fixed typos

iNPUTmice created

8486f47 Merge pull request #1123 from lookshe/development

Click to expand commit body
Bugfix for issue #1121

Daniel Gultsch created

4bf09bc shut up linter

iNPUTmice created

6da77bd Bugfix for issue #1121

Click to expand commit body
check with lowercase to also match JPEG, JPeg ...

changed image url in comment

lookshe created

85cb1e4 Maintain private chat on MUC. fixes #1097

iNPUTmice created

845b39c fixed regression where the selected conversation wasn't highlighted anymore on tabled layout

iNPUTmice created

878066c Add option to use MTM without default TrustManager

Click to expand commit body
Add a new "Don't trust system CAs" preference under advanced options
that will change the behaviour of the MemorizingTrustManager. All
formerly unknown certificates will raise a warning if checked.

BrianBlade created

37d0827 allow sharing multiple images at once. fixes #1090

iNPUTmice created

332fe0f don't resume old session when changing resource

iNPUTmice created

f880473 Merge pull request #1104 from BrianBlade/feature/swipe_out_conversation

Click to expand commit body
Enable end-conversation by swipe gesture

Daniel Gultsch created

dace8ba Enable end-conversation by swipe gesture

Click to expand commit body
Add EnhancedListView library de.timroes.android:EnhancedListView:0.3.4
to enable swipe-out for ListViews

Re-enable selectableItemBackground

Dont end selectedConversation on swipe

Call mConversationFragment.reinit() instead.
Add separate undo string for swipe MUC.

Add blacklistedConversation for undo swipe

Update title_undo_swipe_* strings

Fix undo(), rename blacklistedConversation

Fix discardUndo(); re-init selectedConversation

maintain scroll position after undo

clear notification when dismissing a conversation

modified / simplified maintain scroll position code

simplify handling of selectedConversation

change undo_muc string, remove notifyDataSetChanged()

BrianBlade created

59ea143 Merge pull request #1099 from BrianBlade/fix_otr_error_msgs

Click to expand commit body
Fix OTR-Error messages (#1021)

Daniel Gultsch created

ef68084 Merge branch 'BrianBlade-account_state_switch' into development

iNPUTmice created

b7b87e1 do not overlap account title and switch

iNPUTmice created

cb29c5b Merge branch 'account_state_switch' of https://github.com/BrianBlade/Conversations into BrianBlade-account_state_switch

iNPUTmice created

1a376ca Merge pull request #1076 from rk4an/patch-1

Click to expand commit body
Update french translation

Daniel Gultsch created

64d6a29 pulled translations from transifex

iNPUTmice created

db74cb5 Fix OTR-Error messages

Click to expand commit body
Send out OTR-Errors on unreadableMessageReceived() as well, not only on
messageFromAnotherInstanceReceived

BrianBlade created

e64049c Add toggle account-state switch

Click to expand commit body
Add a switch to AccountAdapter that allows self-contained enabling/disabling of
accounts without the need to bring up the context-menu

BrianBlade created

2a73173 Update french translation

Erkan created

7eabdfd bump version code

iNPUTmice created

ad8f190 pulled translations

iNPUTmice created

c47d1e8 properly set chat states when receiving otr status messages

iNPUTmice created

99b2ef7 respond to unreadable OTR messages with error message. fixed #1021

iNPUTmice created

8252789 Merge branch 'development' of github.com:siacs/Conversations into development

iNPUTmice created

da099e5 wait for session iq to return sucessfully before sending other stanzas. fixed #1017

iNPUTmice created

30e2dee Update CHANGELOG.md

Click to expand commit body
fixed plugin link

Daniel Gultsch created

5793fb6 version bump to 1.2.0-beta

iNPUTmice created

442ae12 don't update presence for muc messages

iNPUTmice created

0d6475d pulled more translations

iNPUTmice created

382bcc4 Merge pull request #1042 from BrianBlade/FIXES_muc-dlrs_muc-lastseen

Click to expand commit body
add delivery receipts for private muc msgs & enable update last-seen for muc-msgs

Daniel Gultsch created

1c600fe # add delivery receipts for private muc msgs

Click to expand commit body
# enable update last-seen for muc-msgs

BrianBlade created

a13c59f Merge pull request #1043 from strb/choose_contact_multiple_squashed

Click to expand commit body
Added multiple select to Choose Contact Activity (squashed)

Daniel Gultsch created

f76baa5 Added multiple select to Choose Contact Activity

Click to expand commit body
When passing the Choose Contact Activity a boolean called "multiple"
set to true, it now allows the user to select multiple contacts. Long
pressing a contact enters multiple selection mode and the selection is
confirmed using a button in the CAB. The Activity returns whether or not
multiple contacts were selected using the same boolean. If multiple
contacts were selected, an array of JID strings called "contacts" is
returned. The Choose Contact Activity now also honors "filter_contacts",
an array of strings containing JIDs that should not be displayed in
the picker.

The invite to conference dialog now uses this feature to enable inviting
multiple contacts at once. Additionally, Invite Contact uses
"filter_contacts" to only display contacts that are not yet
participating in the conversation

Andreas Straub created

7ae357f Merge pull request #1036 from QuentinC/development

Click to expand commit body
Green led color is better with "full-green"

Daniel Gultsch created

ae274ac Merge pull request #1041 from weiss/fix-cached-avatar-size

Click to expand commit body
Set file size also for cached avatars

Daniel Gultsch created

52af62d Set file size also for cached avatars

Holger Weiß created

4aab455 pulled new translations from transifex

iNPUTmice created

3d570f4 updated changelong

iNPUTmice created