aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ui/SettingsActivity.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-10-21Access to preferences moved to global utility class ↵steckbrief1-4/+3
ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-2/+2
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
2015-04-19Add option to remove manually approved certificatesBrianBlade1-0/+91
- "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"
2015-04-14changed received and read confirmation setting to one list and put it to ↵lookshe1-2/+3
settings class
2015-04-14maintain state when rotating settings activityiNPUTmice1-14/+16
2015-04-11Add option to use MTM without default TrustManagerBrianBlade1-1/+2
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.
2015-04-09don't resume old session when changing resourceiNPUTmice1-3/+9
2015-03-05avoid unnecessary thread creationiNPUTmice1-1/+1
2015-01-26adapt caps on whether or not message confirmation is oniNPUTmice1-0/+8
2015-01-20- Avoiding accessing shared preferences to know if emoticons should be ↵steckbrief1-14/+19
parsed for every single message - Adding support to show online status in Conversations overview (configurable via the setting "send_button_status")
2014-11-21remove unused imports.Michael1-1/+0
2014-11-15turn on foreground service in expert settingsiNPUTmice1-0/+2
2014-11-09It builds again!Sam Whited1-2/+4
2014-10-22Make conversations the root projectSam Whited1-0/+0