aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Highlight selected message's fingerprint in listAndreas Straub2015-07-291-0/+1
|
* show warning when trying to highlight users that have left the conferenceDaniel Gultsch2015-07-221-0/+1
|
* treat private, non-anonymous mucs like 1:1 chats notification wiseDaniel Gultsch2015-07-221-2/+2
|
* allow for private messages being started from muc details in anonymous mucsDaniel Gultsch2015-07-211-0/+1
|
* Add purge axolotl key optionAndreas Straub2015-07-201-0/+3
| | | | Can now long-press a key to permanently purge it.
* Add clear devices to overflow menu in EditAccountAndreas Straub2015-07-191-0/+2
|
* Ask for key trust when sending messagesAndreas Straub2015-07-191-0/+3
| | | | | | If the contact (or the own account) has keys that have UNDECIDED trust, we now drop the user into the new TrustKeysActivity, where they have to decide for each new key whether it should be TRUSTED or UNTRUSTED.
* Refactor trust key ui and show in account detailsAndreas Straub2015-07-191-0/+2
| | | | | | | | | Refactored the trust key row UI element so it can be used in multiple places. It now also uses a slider to toggle the trust state, and the redundant trust state description was removed. EditAccountActivity now shows the keys of other devices associated with that account.
* Display axolotl chat message hintAndreas Straub2015-07-191-0/+1
|
* Add basic PEP managemend UI to EditAccountActivityAndreas Straub2015-07-191-0/+6
| | | | | | | | | EditAccountActivity now show own fingerprint, and gives an option to regenerate local keying material (and wipe all sessions associated with the old keys in the process). It also now displays a list of other own devices, and gives an option to remove all but the current device.
* CryptoNext Menu entries addedAndreas Straub2015-07-191-0/+1
|
* version bump to 1.5.0-beta.2Daniel Gultsch2015-07-161-1/+1
|
* made 'check image on http host' message more generic. fixed #1281Daniel Gultsch2015-07-161-2/+1
|
* renamed colorsDaniel Gultsch2015-07-131-0/+1
|
* display toast in ui on failed http downloadDaniel Gultsch2015-07-101-0/+1
| | | | fixes #954
* refactored message context menuDaniel Gultsch2015-07-021-3/+2
|
* replace send button with quick action button as long as no text has been enteredDaniel Gultsch2015-05-021-404/+409
|
* Add option to remove manually approved certificatesBrianBlade2015-04-191-0/+11
| | | | | | | - "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"
* Merge branch 'dont_trust_cas_preference' of ↵iNPUTmice2015-04-141-1/+3
|\ | | | | | | | | | | | | | | https://github.com/BrianBlade/Conversations into BrianBlade-dont_trust_cas_preference Conflicts: src/main/res/values-de/strings.xml src/main/res/values/strings.xml
| * Add option to use MTM without default TrustManagerBrianBlade2015-04-111-0/+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.
* | Enable end-conversation by swipe gestureBrianBlade2015-04-081-0/+3
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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()
* Added multiple select to Choose Contact ActivityAndreas Straub2015-03-181-0/+4
| | | | | | | | | | | | | | | | | 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
* show geo uris as 'location' in overviewiNPUTmice2015-03-101-0/+2
|
* display geo uris as location. show 'send loction' in share menu if request ↵iNPUTmice2015-03-071-0/+3
| | | | location intent can be resolved
* added typing notifications through XEP-0085. fixed #210iNPUTmice2015-02-211-0/+4
|
* added actions to error notificationiNPUTmice2015-02-101-0/+1
|
* Remove title_activity_conversations and use app_name insteadkruks232015-01-301-1/+0
|
* Use Material Design Icons on API 21+Sam Whited2015-01-291-0/+1
|
* show checkbox to hide offline contactsiNPUTmice2015-01-211-0/+1
|
* Remove legacy SSL supportSam Whited2015-01-191-2/+0
|
* proper desc for offering and sending images in conversations overviewiNPUTmice2015-01-181-0/+2
|
* use same helper methods for images and filesiNPUTmice2015-01-181-7/+3
|
* Merge pull request #901 from kriztan/patch-2Daniel Gultsch2015-01-181-0/+2
|\ | | | | Added new file type names for file transfers
| * Added new file type names for file transfersChristian S2015-01-181-0/+2
| | | | | | | | | | - apk - vcard
* | Fix string substitutions with unknown filetypesSam Whited2015-01-171-0/+1
|/
* Correct the download file string on notificationsSam Whited2015-01-171-4/+4
| | | | Fixes #896
* Add download button on notification if applicableSam Whited2015-01-161-0/+1
|
* show toast when avatar has been published - fixed #874iNPUTmice2015-01-151-0/+1
|
* added dedicated button to disable foreground service in perma notificationiNPUTmice2015-01-151-1/+2
|
* Merge pull request #885 from SamWhited/display-enter-keyDaniel Gultsch2015-01-141-0/+2
|\ | | | | Add option to swap enter/emoticon key
| * Add option to swap enter/emoticon keySam Whited2015-01-141-0/+2
| |
* | Harden the TLS connection cipher suitesSam Whited2015-01-141-1/+1
|/
* context menu for files and offered files. fixed #848 fixed #849Daniel Gultsch2015-01-121-2/+1
|
* reworked message preview / message meta information (ie file offered, ↵Daniel Gultsch2015-01-121-5/+8
| | | | | | received * file) fixed #837
* shortened some stringDaniel Gultsch2015-01-111-2/+2
|
* Introduced expert options to control enter-is-sendDaniel Gultsch2015-01-091-0/+3
| | | | (default == off)
* make project translatable via transifexDaniel Gultsch2015-01-091-0/+6
|
* allow for very basic muc configurationDaniel Gultsch2015-01-081-2/+9
|
* kick after banDaniel Gultsch2015-01-081-0/+1
|
* some clean ups for affiliation change context menuDaniel Gultsch2015-01-081-4/+4
|